xref: /dragonfly/share/man/man4/trm.4 (revision c3b249e6)
1.\"	$NetBSD: trm.4,v 1.3 2001/11/11 05:24:45 tsutsui Exp $
2.\"
3.\" Copyright (c) 2002, David E O'Brien.  All rights reserved.
4.\" Copyright (c) 2001, Izumi Tsutsui.  All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\" 3. The name of the author may not be used to endorse or promote products
15.\"    derived from this software without specific prior written permission.
16.\"
17.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27.\"
28.\" $FreeBSD: src/share/man/man4/trm.4,v 1.5.2.1 2003/02/25 17:28:04 cognet Exp $
29.\" $DragonFly: src/share/man/man4/trm.4,v 1.3 2008/01/05 22:46:35 pavalos Exp $
30.\"
31.Dd December 8, 2002
32.Dt TRM 4
33.Os
34.Sh NAME
35.Nm trm
36.Nd Tekram TRM-S1040 ASIC based PCI SCSI host adapter driver
37.Sh SYNOPSIS
38To compile this driver into the kernel,
39place the following lines in your
40kernel configuration file:
41.Bd -ragged -offset indent
42.Cd "device scbus"
43.Cd "device trm"
44.Ed
45.Pp
46Alternatively, to load the driver as a
47module at boot time, place the following line in
48.Xr loader.conf 5 :
49.Bd -literal -offset indent
50trm_load="YES"
51.Ed
52.Sh DESCRIPTION
53The
54.Nm
55driver supports PCI SCSI host adapters based on the Tekram TRM-S1040 SCSI ASIC.
56.Sh HARDWARE
57SCSI controllers supported by the
58.Nm
59driver include:
60.Pp
61.Bl -bullet -compact
62.It
63.Tn Tekram DC-315
64PCI Ultra SCSI adapter without BIOS and internal SCSI connector
65.It
66.Tn Tekram DC-315U
67PCI Ultra SCSI adapter without BIOS
68.It
69.Tn Tekram DC-395F
70PCI Ultra-Wide SCSI adapter with flash BIOS and 68-pin external SCSI connector
71.It
72.Tn Tekram DC-395U
73PCI Ultra SCSI adapter with flash BIOS
74.It
75.Tn Tekram DC-395UW
76PCI Ultra-Wide SCSI adapter with flash BIOS
77.It
78.Tn Tekram DC-395U2W
79PCI Ultra2-Wide SCSI adapter with flash BIOS
80.El
81.Pp
82For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters,
83use the
84.Xr sym 4
85driver.
86.Sh SEE ALSO
87.Xr cd 4 ,
88.Xr ch 4 ,
89.Xr da 4 ,
90.Xr intro 4 ,
91.Xr sa 4 ,
92.Xr scsi 4 ,
93.Xr sym 4
94.Pp
95.Pa http://www.tekram.com/
96.Sh AUTHORS
97.An -nosplit
98The
99.Nm
100driver was originally written for
101.Fx 3.0 Ns /i386
102by
103.An Erich Chen
104of Tekram Technology,
105and ported to
106.Fx 5.0
107by
108.An Olivier Houchard Aq cognet@FreeBSD.org .
109