1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/sys/dev/bge
Pyun YongHyeon 4150ce6f17 Move device specific flag configuration to attach routine.
The softc obtained in device probe wouldn't be the same one used in
device attach. Drivers should not assume any values stored in softc
structure in probe routine will be available for its attach routine.
2010-02-09 19:12:06 +00:00
..
if_bge.c Move device specific flag configuration to attach routine. 2010-02-09 19:12:06 +00:00
if_bgereg.h For controllers that has dual mode PHY(copper or fiber) interfaces 2010-01-14 19:08:43 +00:00