diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-02-07 00:33:05 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-02-07 00:33:05 +0000 |
commit | aa1b9218a068bee309a7955bcc937df8e1bc4103 (patch) | |
tree | 1270d378c8b925505195a34f9742075ac4f5798c /sys/arch/i386/conf | |
parent | f8937e16f74e7d7928b897443f2f80a71d603949 (diff) |
Rough but working driver for ICP-Vortex RAID
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index e240fb63dea..35b14869b5a 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.156 2000/02/01 17:17:33 fgsch Exp $ +# $OpenBSD: GENERIC,v 1.157 2000/02/07 00:33:04 niklas Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -150,6 +150,8 @@ scsibus* at ahc? dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID PCI dpt* at eisa? slot ? # DPT SmartCache/SmartRAID EISA scsibus* at dpt? +gdt* at pci? dev ? function ? # ICP Vortex GDT RAID controllers +scsibus* at gdt? 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 |