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

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

Log Message:
Implement (and document!) "dkctl <dev> badsector .." to `manage' the bad
sector information in the kernel.  Doing this uncovered some shortcomings
that should have been pretty obvious with the code committed prior, addressing
the major kludge with a new struct - disk_bacsecinfo to be passed into
DIOCBSLIST.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sbin/dkctl/dkctl.8
cvs rdiff -r1.2 -r1.3 src/sbin/dkctl/dkctl.c
cvs rdiff -r1.242 -r1.243 src/sys/dev/ata/wd.c
cvs rdiff -r1.16 -r1.17 src/sys/dev/ata/wdvar.h
cvs rdiff -r1.21 -r1.22 src/sys/sys/disk.h
cvs rdiff -r1.7 -r1.8 src/sys/sys/dkio.h

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