]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - share/man/man4/stg.4
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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$
25 .\"
26 .Dd August 8, 2004
27 .Dt STG 4
28 .Os
29 .Sh NAME
30 .Nm stg
31 .Nd driver for Future Domain based SCSI controllers
32 .Sh SYNOPSIS
33 To compile this driver into the kernel,
34 place the following lines in your
35 kernel configuration file:
36 .Bd -ragged -offset indent
37 .Cd "device scbus"
38 .Cd "device stg"
39 .Pp
40 For one or more ISA cards:
41 .Cd "device isa"
42 .Pp
43 In
44 .Pa /boot/device.hints :
45 .Cd hint.stg.0.at="isa"
46 .Pp
47 For one or more PCI cards:
48 .Cd "device pci"
49 .Ed
50 .Pp
51 Alternatively, to load the driver as a
52 module at boot time, place the following line in
53 .Xr loader.conf 5 :
54 .Bd -literal -offset indent
55 stg_load="YES"
56 .Ed
57 .Sh DESCRIPTION
58 The
59 .Nm
60 driver provides support for ISA, PCCARD and PCI controllers based on
61 Future Domain SCSI controller chips including the TMC-16C30, 16C50 and 32C60.
62 .Sh HARDWARE
63 Controllers supported by the
64 .Nm
65 driver include:
66 .Pp
67 .Bl -bullet -compact
68 .It
69 Adaptec 2920/A
70 .It
71 Future Domain SCSI2GO
72 .It
73 Future Domain TMC-18XX/3260
74 .It
75 IBM SCSI PCMCIA Card
76 .It
77 ICM PSC-2401 SCSI
78 .It
79 MELCO IFC-SC
80 .It
81 RATOC REX-5536, REX-5536AM, REX-5536M, REX-9836A
82 .El
83 .Pp
84 Note that the Adaptec 2920C is supported by the
85 .Xr ahc 4
86 driver.
87 .Sh SEE ALSO
88 .Xr ahc 4 ,
89 .Xr cd 4 ,
90 .Xr ch 4 ,
91 .Xr da 4 ,
92 .Xr intro 4 ,
93 .Xr sa 4 ,
94 .Xr scsi 4
95 .Sh HISTORY
96 The
97 .Nm
98 device driver has been developed for
99 .Nx Ns / Ns Tn pc98
100 and ported for
101 .Fx .
102 It first appeared in
103 .Fx 2.2
104 with PAO and merged in
105 .Fx 4.2 .
106 .Sh AUTHORS
107 The
108 .Nm
109 driver was written by
110 .An Naofumi HONDA .