1. 10 5月, 2011 2 次提交
  2. 31 3月, 2011 1 次提交
  3. 25 3月, 2011 1 次提交
    • R
      net: fix pch_gbe section mismatch warning · f7594d42
      Randy Dunlap 提交于
      Fix section mismatch warning by renaming the pci_driver variable to a
      recognized (whitelisted) name.
      
      WARNING: drivers/net/pch_gbe/pch_gbe.o(.data+0x1f8): Section mismatch in reference from the variable pch_gbe_pcidev to the variable .devinit.rodata:pch_gbe_pcidev_id
      The variable pch_gbe_pcidev references
      the variable __devinitconst pch_gbe_pcidev_id
      If the reference is valid then annotate the
      variable with __init* or __refdata (see linux/init.h) or name the variable:
      *driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      f7594d42
  4. 15 3月, 2011 1 次提交
  5. 15 2月, 2011 1 次提交
    • T
      pch_gbe: Fix the MAC Address load issue. · 98200ec2
      Toshiharu Okada 提交于
      With the specification of hardware,
      the processing at the time of driver starting was modified.
      
      This device write automatically the MAC address read from serial ROM
      into a MAC Adress1A/1B register at the time of power on reset.
      However, when stable clock is not supplied,
      the writing of MAC Adress1A/1B register may not be completed.
      In this case, it is necessary to load MAC address to MAC Address1A/1B register
      by the MAC Address1 load register.
      
      This patch always does the above processing,
      in order not to be dependent on system environment.
      Signed-off-by: NToshiharu Okada <toshiharu-linux@dsn.okisemi.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      98200ec2
  6. 14 2月, 2011 1 次提交
  7. 10 2月, 2011 1 次提交
  8. 25 1月, 2011 1 次提交
  9. 07 12月, 2010 1 次提交
  10. 30 11月, 2010 1 次提交
  11. 28 11月, 2010 1 次提交
  12. 21 10月, 2010 1 次提交
  13. 18 10月, 2010 1 次提交
  14. 12 10月, 2010 1 次提交
  15. 25 9月, 2010 1 次提交