Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amiga/conf Add commented out configuration for MI wdc.



details:   https://anonhg.NetBSD.org/src/rev/cf70cb9e1660
branches:  trunk
changeset: 481766:cf70cb9e1660
user:      mhitch <mhitch%NetBSD.org@localhost>
date:      Sat Feb 05 18:41:58 2000 +0000

description:
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.

diffstat:

 sys/arch/amiga/conf/GENERIC |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r 3e5bfa477c8b -r cf70cb9e1660 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Sat Feb 05 18:25:01 2000 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Sat Feb 05 18:41:58 2000 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index