CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/09/20 01:40:42
Modified files:
sys/dev/pci : if_bge.c if_bgereg.h if_bnx.c if_bnxreg.h
if_cas.c if_casvar.h if_de.c if_fpa.c
if_lmc_obsd.c if_msk.c if_mskvar.h if_nge.c
if_pcn.c if_sk.c if_skvar.h if_txp.c
sys/dev/ic : gemvar.h pdqvar.h pgt.c pgtvar.h ti.c xl.c
xlreg.h
sys/arch/vax/bi: if_ni.c
sys/arch/vax/qbus: if_de.c
sys/dev/tc : if_fta.c
sys/dev/eisa : if_fea.c
Log message:
Stop doing shutdown hooks in network drivers where possible. We already
take all interfaces down, via their xxstop routines. Claudio and I have
verified that none of the shutdown hooks do much extra beyond what xxstop
was already doing; it is largely a pile of junk.
ok claudio, some early comments by sthen; also read by matthew, jsg