Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: Darren Reed <darrenr@netbsd.org>
List: source-changes
Date: 04/15/2003 14:11:01
Module Name:	src
Committed By:	darrenr
Date:		Tue Apr 15 14:11:00 UTC 2003

Modified Files:
	src/sys/dev/ata: wd.c wdvar.h
	src/sys/sys: disk.h dkio.h

Log Message:
Automatically build up a list of bad sectors from failed read operations and
prempt read operations on matching regions with a failure rather than waiting
for the device to return a failure.  The I/O operation must have already failed
MAXRETRIES times before being added to the list - this can generally take up
to 12 seconds.
List is made accessible to userspace via DIOCBSLIST and DIOCBSFLUSH.


To generate a diff of this commit:
cvs rdiff -r1.240 -r1.241 src/sys/dev/ata/wd.c
cvs rdiff -r1.15 -r1.16 src/sys/dev/ata/wdvar.h
cvs rdiff -r1.20 -r1.21 src/sys/sys/disk.h
cvs rdiff -r1.6 -r1.7 src/sys/sys/dkio.h

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