xref: /netbsd/share/man/man4/trm.4 (revision bf9ec67e)
1.\"	$NetBSD: trm.4,v 1.4 2002/02/24 13:30:07 wiz Exp $
2.\"
3.\" Copyright (c) 2001, Izumi Tsutsui.  All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\"    notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\"    notice, this list of conditions and the following disclaimer in the
12.\"    documentation and/or other materials provided with the distribution.
13.\" 3. The name of the author may not be used to endorse or promote products
14.\"    derived from this software without specific prior written permission.
15.\"
16.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
27.\"
28.Dd November 6, 2001
29.Dt TRM 4
30.Os
31.Sh NAME
32.Nm trm
33.Nd Tekram TRM-S1040 ASIC based PCI SCSI host adapter driver
34.Sh SYNOPSIS
35.Cd "trm* at pci? dev ? function ?"
36.Cd "scsibus* at trm?"
37.Sh DESCRIPTION
38The
39.Nm
40driver supports PCI SCSI host adapters based on the Tekram TRM-S1040
41SCSI ASIC.
42.Sh HARDWARE
43Supported SCSI controllers include:
44.Pp
45.Bl -item -offset indent
46.It
47.Tn Tekram DC-315
48PCI Ultra SCSI adapter without flash BIOS and internal SCSI connector
49.It
50.Tn Tekram DC-315U
51PCI Ultra SCSI adapter without flash BIOS
52.It
53.Tn Tekram DC-395U
54PCI Ultra SCSI adapter with flash BIOS
55.It
56.Tn Tekram DC-395UW
57PCI Ultra-Wide SCSI adapter with flash BIOS
58.It
59.Tn Tekram DC-395F
60PCI Ultra-Wide SCSI adapter with flash BIOS and 68-pin external SCSI connector
61.El
62.Pp
63For Tekram DC-390 PCI SCSI host adapter, use
64.Xr pcscp 4
65driver.
66.Pp
67For Tekram DC-310/U and DC-390U/UW/F PCI SCSI host adapters, use
68.Xr siop 4
69driver.
70.Sh SEE ALSO
71.Xr cd 4 ,
72.Xr ch 4 ,
73.Xr intro 4 ,
74.Xr pci 4 ,
75.Xr scsi 4 ,
76.Xr sd 4 ,
77.Xr ss 4 ,
78.Xr st 4 ,
79.Xr uk 4 ,
80.Xr scsipi 9
81.Pp
82.Pa http://www.tekram.com/
83.Sh AUTHORS
84The
85.Nm
86driver was originally written for
87.Nx 1.4.x Ns /i386
88by Erich Chen of Tekram Technology,
89and Rui-Xiang Guo rewrote the driver to use
90.Xr bus_space 9
91and
92.Xr bus_dma 9
93for
94.Nx
951.6.
96