]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move device specific flag configuration to attach routine.
authoryongari <yongari@FreeBSD.org>
Tue, 9 Feb 2010 19:12:06 +0000 (19:12 +0000)
committeryongari <yongari@FreeBSD.org>
Tue, 9 Feb 2010 19:12:06 +0000 (19:12 +0000)
commit18f3125766dca1de46058e7ed0b32da04eac278d
tree67ef309e5578be4a80d93b309d55a78fd86f55ef
parent7d60f546e170eb94b19c0d4388885d06ef197147
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.
sys/dev/bge/if_bge.c