diff options
author | 2002-02-19 00:44:38 +0000 | |
---|---|---|
committer | 2002-02-19 00:44:38 +0000 | |
commit | b3e56b45be9d398c918387f84dd398a60ba4a8d7 (patch) | |
tree | 219394f82f3fa8bd381db70a6d59dc6bb54b1338 | |
parent | oops, left out ; (diff) | |
download | wireguard-openbsd-b3e56b45be9d398c918387f84dd398a60ba4a8d7.tar.xz wireguard-openbsd-b3e56b45be9d398c918387f84dd398a60ba4a8d7.zip |
Add new trm driver. Pointed out by brad@
-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 |