From 915731c9ea07b26005576d13a8d90a4a56197e4f Mon Sep 17 00:00:00 2001 From: mhitch Date: Sat, 5 Feb 2000 18:41:58 +0000 Subject: [PATCH] Add commented out configuration for MI wdc. Note: enabling these will cause disk device renumbering if any IDE were present (i.e. if sd0 was IDE drive 0, that drive will become wd0 and sd0 will be the first real SCSI drive. --- sys/arch/amiga/conf/GENERIC | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/sys/arch/amiga/conf/GENERIC b/sys/arch/amiga/conf/GENERIC index 3bbda6b29572..38f4372cff08 100644 --- a/sys/arch/amiga/conf/GENERIC +++ b/sys/arch/amiga/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.135 2000/01/23 23:46:06 hubertf Exp $ +# $NetBSD: GENERIC,v 1.136 2000/02/05 18:41:58 mhitch Exp $ # #if 0 @@ -15,7 +15,7 @@ include "arch/amiga/conf/std.amiga" -#ident "GENERIC-$Revision: 1.135 $" +#ident "GENERIC-$Revision: 1.136 $" maxusers 8 options RTC_OFFSET=0 @@ -366,6 +366,14 @@ scsibus* at empsc0 idesc0 at mainbus0 # A4000 & A1200 IDE scsibus* at idesc0 +# <<< comment out the idesc entries above if the following wdc/atapibus lines >>> +# <<< are uncommented >>> +#wdc0 at mainbus0 # A4000 & A1200 IDE bus +#wd* at wdc? drive ? # + drives +#atapibus* at wdc? channel ? # ATAPI bus +#cd* at atapibus? drive ? # ATAPI CD-ROM drives +#sd* at atapibus? drive ? # ATAPI disk drives + #pccard0 at mainbus0 #pcmcia* at pccard0 #com* at pcmcia? function ? # Modems and serial cards