CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/08/10 14:29:54
Modified files:
sys/dev/pci : if_ath_pci.c if_re_pci.c
sys/dev/ic : aic6915.c aic6915.h am7990.c am7990var.h an.c
anvar.h ath.c athvar.h atw.c atwvar.h dc.c
dcreg.h fxp.c fxpvar.h gem.c gemvar.h hme.c
hmevar.h if_wi.c if_wivar.h rtl81x9.c
rtl81x9reg.h rtw.c smc83c170.c smc83c170var.h
Log message:
More cases of shutdown hooks not needed after card is already stopped. In
these cases the xxstop function is a bit more complicated and has a flag of
some sort, but the use of that flag does not matter; DMA is already ceased
ok dlg