Add the hptrr(4) driver for HighPoint RocketRAID 17xx, 22xx, 23xx and 25xx.
[dragonfly.git] / share / man / man4 / stg.4
1 .\"
2 .\" Copyright (c) 2003 Bob Bishop
3 .\" 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. The name of the author may not be used to endorse or promote products
11 .\"    derived from this software without specific prior written permission
12 .\"
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
14 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
15 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
16 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
17 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
18 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 .\"
24 .\" $FreeBSD: src/share/man/man4/stg.4,v 1.8 2006/06/18 09:53:00 brueffer Exp $
25 .\" $DragonFly: src/share/man/man4/stg.4,v 1.1 2008/07/27 18:42:15 thomas Exp $
26 .\"
27 .Dd August 8, 2004
28 .Dt STG 4
29 .Os
30 .Sh NAME
31 .Nm stg
32 .Nd driver for Future Domain based SCSI controllers
33 .Sh SYNOPSIS
34 To compile this driver into the kernel,
35 place the following lines in your
36 kernel configuration file:
37 .Bd -ragged -offset indent
38 .Cd "device scbus"
39 .Cd "device stg"
40 .Pp
41 For one or more ISA cards:
42 .Cd "device isa"
43 .Pp
44 In
45 .Pa /boot/device.hints :
46 .Cd hint.stg.0.at="isa"
47 .Pp
48 For one or more PCI cards:
49 .Cd "device pci"
50 .Ed
51 .Pp
52 Alternatively, to load the driver as a
53 module at boot time, place the following line in
54 .Xr loader.conf 5 :
55 .Bd -literal -offset indent
56 stg_load="YES"
57 .Ed
58 .Sh DESCRIPTION
59 The
60 .Nm
61 driver provides support for ISA, PCCARD and PCI controllers based on
62 Future Domain SCSI controller chips including the TMC-16C30, 16C50 and 32C60.
63 .Sh HARDWARE
64 Controllers supported by the
65 .Nm
66 driver include:
67 .Pp
68 .Bl -bullet -compact
69 .It
70 Adaptec 2920/A
71 .It
72 Future Domain SCSI2GO
73 .It
74 Future Domain TMC-18XX/3260
75 .It
76 IBM SCSI PCMCIA Card
77 .It
78 ICM PSC-2401 SCSI
79 .It
80 MELCO IFC-SC
81 .It
82 RATOC REX-5536, REX-5536AM, REX-5536M, REX-9836A
83 .El
84 .Pp
85 Note that the Adaptec 2920C is supported by the
86 .Xr ahc 4
87 driver.
88 .Sh SEE ALSO
89 .Xr ahc 4 ,
90 .Xr cd 4 ,
91 .Xr ch 4 ,
92 .Xr da 4 ,
93 .Xr intro 4 ,
94 .Xr sa 4 ,
95 .Xr scsi 4
96 .Sh HISTORY
97 The
98 .Nm
99 device driver has been developed for
100 .Nx Ns / Ns Tn pc98
101 and ported for
102 .Fx .
103 It first appeared in
104 .Fx 2.2
105 with PAO and merged in
106 .Fx 4.2 .
107 .Sh AUTHORS
108 The
109 .Nm
110 driver was written by
111 .An Naofumi HONDA .