netinet{,6}: Assert in{,6}_inithead() are only used for system routing tables.
[dragonfly.git] / share / man / man4 / trm.4
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 .\"
30 .Dd December 8, 2002
31 .Dt TRM 4
32 .Os
33 .Sh NAME
34 .Nm trm
35 .Nd Tekram TRM-S1040 ASIC based PCI SCSI host adapter driver
36 .Sh SYNOPSIS
37 To compile this driver into the kernel,
38 place the following lines in your
39 kernel configuration file:
40 .Bd -ragged -offset indent
41 .Cd "device scbus"
42 .Cd "device trm"
43 .Ed
44 .Pp
45 Alternatively, to load the driver as a
46 module at boot time, place the following line in
47 .Xr loader.conf 5 :
48 .Bd -literal -offset indent
49 trm_load="YES"
50 .Ed
51 .Sh DESCRIPTION
52 The
53 .Nm
54 driver supports PCI SCSI host adapters based on the Tekram TRM-S1040 SCSI ASIC.
55 .Sh HARDWARE
56 SCSI controllers supported by the
57 .Nm
58 driver include:
59 .Pp
60 .Bl -bullet -compact
61 .It
62 .Tn Tekram DC-315
63 PCI Ultra SCSI adapter without BIOS and internal SCSI connector
64 .It
65 .Tn Tekram DC-315U
66 PCI Ultra SCSI adapter without BIOS
67 .It
68 .Tn Tekram DC-395F
69 PCI Ultra-Wide SCSI adapter with flash BIOS and 68-pin external SCSI connector
70 .It
71 .Tn Tekram DC-395U
72 PCI Ultra SCSI adapter with flash BIOS
73 .It
74 .Tn Tekram DC-395UW
75 PCI Ultra-Wide SCSI adapter with flash BIOS
76 .It
77 .Tn Tekram DC-395U2W
78 PCI Ultra2-Wide SCSI adapter with flash BIOS
79 .El
80 .Pp
81 For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters,
82 use the
83 .Xr sym 4
84 driver.
85 .Sh SEE ALSO
86 .Xr cd 4 ,
87 .Xr ch 4 ,
88 .Xr da 4 ,
89 .Xr intro 4 ,
90 .Xr sa 4 ,
91 .Xr scsi 4 ,
92 .Xr sym 4
93 .Pp
94 .Pa http://www.tekram.com/
95 .Sh AUTHORS
96 .An -nosplit
97 The
98 .Nm
99 driver was originally written for
100 .Fx 3.0 Ns /i386
101 by
102 .An Erich Chen
103 of Tekram Technology,
104 and ported to
105 .Fx 5.0
106 by
107 .An Olivier Houchard Aq Mt cognet@FreeBSD.org .