diff options
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index db011e648f6..1843db46d47 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.93 2000/08/29 15:20:24 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.94 2000/09/15 17:38:29 mickey Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -121,6 +121,8 @@ ahc0 at isa? port ? irq ? # Adaptec 284x SCSI controllers ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI controllers ahc* at pci? dev ? function ? # Adaptec 2940 SCSI controllers scsibus* at ahc? +#twe* at pcu? dev ? function ? # 3ware Escalade RAID controllers +#scsibus* at twe? #isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel #scsibus* at isp? aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI controllers diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 1d7dc461858..e93074356a7 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.21 2000/08/29 15:20:24 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.22 2000/09/15 17:38:30 mickey Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -126,6 +126,8 @@ dpt* at eisa? slot ? # DPT SmartCache/SmartRAID EISA scsibus* at dpt? gdt* at pci? dev ? function ? # ICP Vortex GDT RAID controllers scsibus* at gdt? +#twe* at pci? dev ? function ? # 3ware Escalade RAID controllers +#scsibus* at twe? isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel scsibus* at isp? #aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI controllers diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index d8e53f63172..5b826351e9c 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.6 2000/08/29 15:20:25 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.7 2000/09/15 17:38:30 mickey Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -129,6 +129,8 @@ pccom* at isapnp? #scsibus* at ahc? gdt* at pci? dev ? function ? # ICP Vortex GDT RAID controllers scsibus* at gdt? +#twe* at pci? dev ? function ? # 3ware Escalade RAID controllers +#scsibus* at pci? dev ? function ? isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel scsibus* at isp? aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI controllers diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 9b7859e15e7..f1101083b17 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.22 2000/09/06 23:13:28 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.23 2000/09/15 17:38:30 mickey Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -132,6 +132,8 @@ dpt* at eisa? slot ? # DPT SmartCache/SmartRAID EISA scsibus* at dpt? gdt* at pci? dev ? function ? # ICP Vortex GDT RAID controllers scsibus* at gdt? +twe* at pci? dev ? function ? # 3ware Escalade RAID controllers +scsibus* at twe? isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel scsibus* at isp? aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI controllers |