diff options
author | 1999-11-06 23:40:53 +0000 | |
---|---|---|
committer | 1999-11-06 23:40:53 +0000 | |
commit | 62e0d02043bc46ae0a4efdfd81b854a3ef3a610d (patch) | |
tree | 49e2f2dfd9834fa9e9956c748226ea0811f4f44a | |
parent | Back out version 1.21 since it breaks age rotation. (diff) | |
download | wireguard-openbsd-62e0d02043bc46ae0a4efdfd81b854a3ef3a610d.tar.xz wireguard-openbsd-62e0d02043bc46ae0a4efdfd81b854a3ef3a610d.zip |
make ramdiskB fit
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 98183699a5f..bcfa36c001f 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.5 1999/11/06 04:09:00 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.6 1999/11/06 23:40:53 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 |