summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-10-18 21:57:56 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-10-18 21:57:56 +0000
commit0c0471767b4261526224c8ef1d331039f4c50a3a (patch)
treed6694889f3251afebb997fa013cdbf0e05f7009f
parente2ecfce56bf0bee9810cb090fcc210339ab0bd04 (diff)
Comment out cd* at scsibus? from installation media which lack CD9660 support.
-rw-r--r--sys/arch/i386/conf/RAMDISKB4
-rw-r--r--sys/arch/i386/conf/RAMDISKC4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB
index a98c3def4c3..4c9c2508b95 100644
--- a/sys/arch/i386/conf/RAMDISKB
+++ b/sys/arch/i386/conf/RAMDISKB
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKB,v 1.124 2013/10/05 17:05:15 deraadt Exp $
+# $OpenBSD: RAMDISKB,v 1.125 2013/10/18 21:57:55 miod Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -162,7 +162,7 @@ mfi* at pci? # LSI MegaRAID SAS controllers
scsibus* at scsi?
sd* at scsibus? # SCSI disk drives
#st* at scsibus? # SCSI tape drives
-cd* at scsibus? # SCSI CD-ROM drives
+#cd* at scsibus? # SCSI CD-ROM drives
#ch* at scsibus? # SCSI autochangers
#uk* at scsibus? # SCSI unknown devices
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC
index 90e106337f3..9e4e7c5ce13 100644
--- a/sys/arch/i386/conf/RAMDISKC
+++ b/sys/arch/i386/conf/RAMDISKC
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKC,v 1.105 2013/08/18 19:16:46 deraadt Exp $
+# $OpenBSD: RAMDISKC,v 1.106 2013/10/18 21:57:55 miod Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -188,7 +188,7 @@ com2 at isa? port 0x3e8 irq 5
scsibus* at scsi?
sd* at scsibus? # SCSI disk drives
#st* at scsibus? # SCSI tape drives
-cd* at scsibus? # SCSI CD-ROM drives
+#cd* at scsibus? # SCSI CD-ROM drives
#ch* at scsibus? # SCSI autochangers
#uk* at scsibus? # SCSI unknown devices