summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2002-02-18 03:03:45 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2002-02-18 03:03:45 +0000
commit1d5766b47264845e0f0943f4d47bead1f66a8800 (patch)
tree601f883b72ac638e2dcf1d66d84f08552c4e1740 /sys/arch/i386/conf
parent5b183080eeed7fd32c25e737c12bf23f790227f2 (diff)
Add trm (Tekram TRM-S1040 based SCSI cards, DC-3x5U) driver
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r--sys/arch/i386/conf/GENERIC4
-rw-r--r--sys/arch/i386/conf/RAMDISKB4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 41bf17fa5c5..79adc80803a 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.290 2002/02/10 23:58:02 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.291 2002/02/18 03:03:44 krw Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# GENERIC -- everything that's currently supported
@@ -237,6 +237,8 @@ pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
scsibus* at pcscp?
sea0 at isa? disable iomem 0xc8000 irq 5 # Seagate ST0[12] SCSI controllers
scsibus* at sea?
+trm* at pci? dev ? function ? # Tekram DC-3x5U SCSI Controllers
+scsibus* at trm?
uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI controllers
uha1 at isa? disable port 0x334 irq ? drq ? # UltraStor [13]4f SCSI controllers
uha* at eisa? slot ? # UltraStor 24f SCSI controllers
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB
index cc4b3ff163e..255812a69e2 100644
--- a/sys/arch/i386/conf/RAMDISKB
+++ b/sys/arch/i386/conf/RAMDISKB
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKB,v 1.48 2002/01/27 21:07:13 mickey Exp $
+# $OpenBSD: RAMDISKB,v 1.49 2002/02/18 03:03:44 krw Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -155,6 +155,8 @@ pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
scsibus* at pcscp?
#sea0 at isa? iomem 0xc8000 irq 5 # Seagate ST0[12] SCSI controllers
#scsibus* at sea?
+trm* at pci? dev ? function ? # Tekram DC-3x5U SCSI Controllers
+scsibus* at trm?
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