diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-02-18 01:55:31 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-02-18 01:55:31 +0000 |
commit | 5b183080eeed7fd32c25e737c12bf23f790227f2 (patch) | |
tree | 74a02b445fa6856d83b57992391d61deaff66893 /sys/conf/files | |
parent | f02b1b76bb90aafbe66daec815658d6dbdee46dc (diff) |
Add trm - driver for Tekram TRM-S1040 cards (DC395U/UW/F,DC315/U).
Thanks to Tekram for donating a couple of cards and a NetBSD driver by
Erich Chen of Tekram. Thanks to Martin Akesson for a first port of the
NetBSD driver to OpenBSD and thanks to Ashley Martens for the major
cleanup to make it presentable and style(9)ish.
Only tested on i386 at this time.
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 2397a7df7a8..5fccc90a7a4 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.238 2002/02/16 04:36:33 smurph Exp $ +# $OpenBSD: files,v 1.239 2002/02/18 01:55:30 krw Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -267,6 +267,10 @@ file dev/ic/sti.c sti & (sti_pci | sti_sgc) needs-flag device iha: scsi file dev/ic/iha.c iha +# Tekram TRM-S1040 SCSI Cards (DC395U/UW/F,DC315/U) +device trm: scsi +file dev/ic/trm.c trm + # Attributes which machine-independent bus support can be attached to. # These should be defined here, because some of these busses can have # devices which provide these attributes, and we'd like to avoid hairy |