cvs commit: src/sys/dev/ath if_ath.c if_ath_pci.c
Sam Leffler
sam at FreeBSD.org
Wed Aug 13 14:29:37 PDT 2003
sam 2003/08/13 14:29:35 PDT
FreeBSD src repository
Modified files:
sys/dev/ath if_ath.c if_ath_pci.c
Log:
Close a race where ath_intr is installed and may be called before
the HAL is setup: use sc_invalid to discard such entries into
ath_intr. This can easily happen if the device is assigned a shared IRQ.
Revision Changes Path
1.6 +3 -2 src/sys/dev/ath/if_ath.c
1.3 +5 -0 src/sys/dev/ath/if_ath_pci.c
More information about the cvs-src
mailing list