Subject: CVS commit: src/sys/dev/ata
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 08/10/2004 02:33:58
Module Name:	src
Committed By:	mycroft
Date:		Tue Aug 10 02:33:58 UTC 2004

Modified Files:
	src/sys/dev/ata: wd.c

Log Message:
A few things:
* Kill off device nodes *before* we clear out the queue, to help prevent any
  new I/O being queued.
* More useful error reporting in wd_setcache() and wd_flushcache().
* Add a wd_standby() (tested but not used yet).

And the most important:
* In wddetach(), if the device was open, call adapt_delref() so that we
  propagate the disable up to our PCMCIA socket.


To generate a diff of this commit:
cvs rdiff -r1.285 -r1.286 src/sys/dev/ata/wd.c

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