Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-5] src/sys/dev
Module Name: src
Committed By: snj
Date: Wed Feb 18 00:23:09 UTC 2009
Modified Files:
src/sys/dev/ata [netbsd-5]: wd.c
src/sys/dev/pcmcia [netbsd-5]: wdc_pcmcia.c
Log Message:
Pull up following revision(s) (requested by drochner in ticket #441):
sys/dev/ata/wd.c: revision 1.368
sys/dev/pcmcia/wdc_pcmcia.c: revision 1.113
-in the wdc@pcmcia driver, don't try to powerup/down while cold or
shutting down -- this is only supposed to happen from the pcmcia
kernel thread while the system is running
-in wd_shutdown, call ata_addref first, so that the adapter is either
active or we know that it isn't
This fixes a hang on shutdown-p reported by Dennis den Brok per
PR kern/40531. Verified by by Dennis and me.
(reported against 5.0-Beta, so this is a pullup candidate)
To generate a diff of this commit:
cvs rdiff -r1.363 -r1.363.8.1 src/sys/dev/ata/wd.c
cvs rdiff -r1.112 -r1.112.8.1 src/sys/dev/pcmcia/wdc_pcmcia.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