diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2000-06-28 23:38:59 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2000-06-28 23:38:59 +0000 |
commit | 6517b45d8eaf8a31b6ddba9259e32e0efb800eaf (patch) | |
tree | 59e18fecdc14fd2ecf566914cc60d4b5afcdd620 /sys/arch/i386/conf/RAMDISKB | |
parent | d554a0b138684363279632c32e23cb44a5a1d244 (diff) |
enable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but still fits on RAMDISKB
Diffstat (limited to 'sys/arch/i386/conf/RAMDISKB')
-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 7be0ce29592..f3d76296f95 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.15 2000/06/08 00:16:03 mickey Exp $ +# $OpenBSD: RAMDISKB,v 1.16 2000/06/28 23:38:58 krw Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -127,8 +127,8 @@ scsibus* at isp? #scsibus* at ncr? #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? +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? uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI controllers |