dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/pch_gbe
Toshiharu Okada 98200ec28a pch_gbe: Fix the MAC Address load issue.
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: Toshiharu Okada <toshiharu-linux@dsn.okisemi.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-02-14 13:37:26 -08:00
..
Makefile
pch_gbe.h pch_gbe: Fix the MAC Address load issue. 2011-02-14 13:37:26 -08:00
pch_gbe_api.c pch_gbe: make local functions static 2010-10-21 03:09:44 -07:00
pch_gbe_api.h
pch_gbe_ethtool.c net: Fix too optimistic NETIF_F_HW_CSUM features 2010-12-06 12:59:04 -08:00
pch_gbe_main.c pch_gbe: Fix the MAC Address load issue. 2011-02-14 13:37:26 -08:00
pch_gbe_param.c pch_gbe driver: The wrong of initializer entry 2010-11-29 08:51:34 -08:00
pch_gbe_phy.c
pch_gbe_phy.h