Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/15/2003 00:27:13
Module Name:	src
Committed By:	thorpej
Date:		Mon Dec 15 00:27:13 UTC 2003

Modified Files:
	src/sys/dev/ic: wdc.c wdcvar.h

Log Message:
Add a (*drv_probe)() optional callback into the driver to probe for
drives on a channel.  Drivers should provide this if they have some
sort of intelligent probing mechanism.


To generate a diff of this commit:
cvs rdiff -r1.160 -r1.161 src/sys/dev/ic/wdc.c
cvs rdiff -r1.45 -r1.46 src/sys/dev/ic/wdcvar.h

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