Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/sys/dev/ic
Module Name: src
Committed By: tron
Date: Tue Sep 13 21:37:46 UTC 2005
Modified Files:
src/sys/dev/ic [netbsd-3]: wdc.c
Log Message:
Pull up following revision(s) (requested by bouyer in ticket #780):
sys/dev/ic/wdc.c: revision 1.230
In __wdccommand_start(), don't call wdcwait() with ata_c->flags, as this gives
information about the context in which wdc_exec_command() was called, but
we may be in interrupt context here. Call wdcwait() with flags derived from
xfer->c_flags instead, as do other wdcwait() callers.
Should fix kern/31083 by Jukka Salmi.
To generate a diff of this commit:
cvs rdiff -r1.220.2.7 -r1.220.2.8 src/sys/dev/ic/wdc.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