Subject: CVS commit: src/sys/dev/scsipi
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 08/18/2004 11:50:59
Module Name:	src
Committed By:	drochner
Date:		Wed Aug 18 11:50:59 UTC 2004

Modified Files:
	src/sys/dev/scsipi: scsiconf.c scsipi_base.c

Log Message:
Use the new autoconf functions to rescan busses and detach devices
on user request.
This duplicates the functionality provided by a private ioctl
interface (accessible through scsictl(8)), but in a more generic way.


To generate a diff of this commit:
cvs rdiff -r1.224 -r1.225 src/sys/dev/scsipi/scsiconf.c
cvs rdiff -r1.106 -r1.107 src/sys/dev/scsipi/scsipi_base.c

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