diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-02-19 00:44:39 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-02-19 00:44:39 +0000 |
commit | d10337ec782ca5669a2216f102e28ac6621d7936 (patch) | |
tree | 82f551bedeecc75f4bae4eb683eb9441f8f6e795 /sys/arch/i386 | |
parent | 6bc690d2525d38f5cb46e62132ec52e71413bc0e (diff) |
Add new trm driver. Pointed out by brad@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 1f17c5a1054..f0f58d87a42 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.53 2002/01/27 21:07:13 mickey Exp $ +# $OpenBSD: RAMDISK_CD,v 1.54 2002/02/19 00:44:38 krw Exp $ machine i386 # architecture, used by config; REQUIRED @@ -196,6 +196,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 |