Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   seanb
Date:           Fri Jul 14 13:37:25 UTC 2006

Modified Files:
        src/sys/arch/mips/atheros/dev: if_ath_arbus.c
        src/sys/dev/cardbus: if_ath_cardbus.c
        src/sys/dev/ic: ath.c athvar.h
        src/sys/dev/pci: if_ath_pci.c

Log Message:
Consistently establish / disestablish shutdown hook
in the bus layer and remove from common ath_attach().
Having it in both layers (on some bus architectures)
was causing a double call to ath_stop() on shutdown
which in turn was tickling the bus lockup described
therin on slower machines.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/mips/atheros/dev/if_ath_arbus.c
cvs rdiff -r1.14 -r1.15 src/sys/dev/cardbus/if_ath_cardbus.c
cvs rdiff -r1.75 -r1.76 src/sys/dev/ic/ath.c
cvs rdiff -r1.18 -r1.19 src/sys/dev/ic/athvar.h
cvs rdiff -r1.14 -r1.15 src/sys/dev/pci/if_ath_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index