Subject: CVS commit: src/sys/dev/isa
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 09/23/2003 21:36:09
Module Name:	src
Committed By:	mycroft
Date:		Tue Sep 23 21:36:08 UTC 2003

Modified Files:
	src/sys/dev/isa: fd.c fdreg.h

Log Message:
Small changes -- if your controller clears DRV_BUSY when recalibrate completes,
you get lucky and the probe is faster.  A more complete fix will require making
the probe use interrupts, since there is no reliable way to poll.


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 src/sys/dev/isa/fd.c
cvs rdiff -r1.3 -r1.4 src/sys/dev/isa/fdreg.h

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