summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-11-06 04:09:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-11-06 04:09:01 +0000
commit82cf86f63eeb37cc83bd35bb0ba6ed7b7e5015c8 (patch)
tree73b3f3b2b6b4486cfed8622a6bb1ea31220db51d /sys
parentedfe44f02dcb9ab25fc9331fce0cdcdb3ad20109 (diff)
move sea* to RAMDISKB
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/conf/RAMDISK6
-rw-r--r--sys/arch/i386/conf/RAMDISKB6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK
index eb0605e12f0..d111f868f69 100644
--- a/sys/arch/i386/conf/RAMDISK
+++ b/sys/arch/i386/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.69 1999/10/12 17:06:56 jason Exp $
+# $OpenBSD: RAMDISK,v 1.70 1999/11/06 04:09:00 deraadt Exp $
# from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp
#
# Install kernels no longer support X.
@@ -130,8 +130,8 @@ adv* at pci? dev ? function ? # AdvanSys 1200A/B and ULTRA SCSI
scsibus* at adv?
adw* at pci? dev ? function ? # AdvanSys ULTRA WIDE SCSI
scsibus* at adw?
-sea0 at isa? iomem 0xc8000 irq 5 # Seagate ST0[12] SCSI controllers
-scsibus* at sea?
+#sea0 at isa? iomem 0xc8000 irq 5 # Seagate ST0[12] SCSI controllers
+#scsibus* at sea?
#uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI controllers
#uha1 at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI controllers
#uha* at eisa? slot ? # UltraStor 24f SCSI controllers
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB
index 7dec53ca08c..98183699a5f 100644
--- a/sys/arch/i386/conf/RAMDISKB
+++ b/sys/arch/i386/conf/RAMDISKB
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKB,v 1.4 1999/10/12 17:06:56 jason Exp $
+# $OpenBSD: RAMDISKB,v 1.5 1999/11/06 04:09:00 deraadt Exp $
# from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp
#
# Install kernels no longer support X.
@@ -129,8 +129,8 @@ scsibus* at isp?
#scsibus* at adv?
#adw* at pci? dev ? function ? # AdvanSys ULTRA WIDE SCSI
#scsibus* at adw?
-#sea0 at isa? iomem 0xc8000 irq 5 # Seagate ST0[12] SCSI controllers
-#scsibus* at sea?
+sea0 at isa? iomem 0xc8000 irq 5 # Seagate ST0[12] SCSI controllers
+scsibus* at sea?
uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI controllers
uha1 at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI controllers
uha* at eisa? slot ? # UltraStor 24f SCSI controllers