Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 11/08/2000 19:57:38
Module Name:	syssrc
Committed By:	wrstuden
Date:		Wed Nov  8 17:57:38 UTC 2000

Modified Files:
	syssrc/sys/dev/ic: wdc.c wdcvar.h
	syssrc/sys/dev/pci: pciide.c

Log Message:
Move guts of pciide_print_modes() to wdc_print_modes() so that non-pciide
wdc drivers (like macppc's obio IDE interface) can use it. Also add
support to both wd attach line and to wdc_print_modes() to print
Ultra/{33,66,100} for respective UDMA modes (From Manuel Bouyer).


To generate a diff of this commit:
cvs rdiff -r1.92 -r1.93 syssrc/sys/dev/ic/wdc.c
cvs rdiff -r1.25 -r1.26 syssrc/sys/dev/ic/wdcvar.h
cvs rdiff -r1.89 -r1.90 syssrc/sys/dev/pci/pciide.c

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