diff options
author | cmetz <cmetz@cvs.openbsd.org> | 1999-11-30 07:55:57 +0000 |
---|---|---|
committer | cmetz <cmetz@cvs.openbsd.org> | 1999-11-30 07:55:57 +0000 |
commit | adb7412e4d31c5a94a000c2467cdcaf08e02a774 (patch) | |
tree | 74e592a5e668c8846ddcac5d1d2e921678ab57ca /sys/arch/i386/conf/GENERIC | |
parent | bf72bb401ccb26fa1dbdbf7317918ea048a55484 (diff) |
Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adapter
driver to OpenBSD.
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index a5162bed1c9..8f073217c72 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.142 1999/11/28 12:17:04 downsj Exp $ +# $OpenBSD: GENERIC,v 1.143 1999/11/30 07:55:55 cmetz Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -144,6 +144,9 @@ 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? +dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID PCI +dpt* at eisa? slot ? # DPT SmartCache/SmartRAID EISA +scsibus* at dpt? 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 |