cvs commit: src/sys/dev/wi if_wi_pci.c
John Polstra
jdp at FreeBSD.org
Sat Jul 26 13:54:59 PDT 2003
jdp 2003/07/26 13:54:58 PDT
FreeBSD src repository
Modified files:
sys/dev/wi if_wi_pci.c
Log:
Fix a couple of bugs in the resume handler. Don't call the if_init
function unless the device is configured up. Without this fix, the
device ends up in the RUNNING state even though it is configured down.
Also, check the RUNNING flag before calling the if_start function, in
case the if_init function failed for one reason or another.
Revision Changes Path
1.18 +3 -2 src/sys/dev/wi/if_wi_pci.c
More information about the cvs-src
mailing list