Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/30/2003 17:18:11
Module Name:	src
Committed By:	thorpej
Date:		Tue Dec 30 17:18:11 UTC 2003

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

Log Message:
Move the drive probing code out of atabusconfig() and into a new
wdc_drvprobe() function.  wdc_drvprobe() is used if the controller
does not specify a custom one prior to calling wdcattach().  The
WDC_CAPABILITY_DRVPROBE bit is gone.


To generate a diff of this commit:
cvs rdiff -r1.163 -r1.164 src/sys/dev/ic/wdc.c
cvs rdiff -r1.47 -r1.48 src/sys/dev/ic/wdcvar.h
cvs rdiff -r1.6 -r1.7 src/sys/dev/pci/satalink.c

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