Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
Module Name: src
Committed By: drochner
Date: Fri Feb 6 13:43:11 UTC 2009
Modified Files:
src/sys/dev/ata: wd.c
src/sys/dev/pcmcia: wdc_pcmcia.c
Log Message:
-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.367 -r1.368 src/sys/dev/ata/wd.c
cvs rdiff -r1.112 -r1.113 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