1. 10 3月, 2012 1 次提交
  2. 12 8月, 2011 1 次提交
    • J
      pch_gbe: Move the OKI Semiconductor driver · 1c1538be
      Jeff Kirsher 提交于
      Move the OKI Semiconductor driver into driver/net/ethernet/oki-semi/
      and make the necessary Kconfig and Makefile changes.
      
      Note: there is no documented maintainer for this driver, so I CC'd
      the last 2 major contributors.
      
      CC: Tomoya <tomoya-linux@dsn.okisemi.com>
      CC: Toshiharu Okada <toshiharu-linux@dsn.okisemi.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      1c1538be
  3. 20 4月, 2011 1 次提交
  4. 31 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. 21 10月, 2010 1 次提交
  7. 29 9月, 2010 1 次提交
    • R
      pch_gbe: add header files · fc34ecd0
      Randy Dunlap 提交于
      Fix build errors, more header files needed.
      
      drivers/net/pch_gbe/pch_gbe_main.c:965: error: implicit declaration of function 'tcp_hdr'
      drivers/net/pch_gbe/pch_gbe_main.c:965: error: invalid type argument of '->' (have 'int')
      drivers/net/pch_gbe/pch_gbe_main.c:968: error: invalid type argument of '->' (have 'int')
      drivers/net/pch_gbe/pch_gbe_main.c:976: error: implicit declaration of function 'udp_hdr'
      drivers/net/pch_gbe/pch_gbe_main.c:976: error: invalid type argument of '->' (have 'int')
      drivers/net/pch_gbe/pch_gbe_main.c:980: error: invalid type argument of '->' (have 'int')
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      fc34ecd0
  8. 25 9月, 2010 1 次提交