Add PCI IDs for ICH9.
[dragonfly.git] / share / man / man4 / sbp.4
1 .\" Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
2 .\" All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the acknowledgement as bellow:
14 .\"
15 .\"      This product includes software developed by K. Kobayashi
16 .\"
17 .\" 4. The name of the author may not be used to endorse or promote products
18 .\"    derived from this software without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
21 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
22 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23 .\" DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
24 .\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
25 .\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26 .\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
28 .\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
29 .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 .\" POSSIBILITY OF SUCH DAMAGE.
31 .\"
32 .\" $FreeBSD: src/share/man/man4/sbp.4,v 1.1.2.5 2003/12/25 22:51:32 brueffer Exp $
33 .\" $DragonFly: src/share/man/man4/sbp.4,v 1.3 2004/01/30 22:38:47 dillon Exp $
34 .\"
35 .Dd May 20, 2002
36 .Dt SBP 4
37 .Os
38 .Sh NAME
39 .Nm sbp
40 .Nd Serial Bus Protocol 2 (SBP-2) Mass Storage Devices driver
41 .Sh SYNOPSIS
42 .Cd "kldload firewire"
43 .Cd "kldload cam"
44 .Cd "kldload sbp"
45 .Pp
46 or
47 .Pp
48 .Cd "device sbp"
49 .Cd "device firewire"
50 .Cd "device scbus"
51 .Cd "device da"
52 .Cd "device cd"
53 .Cd "device pass"
54 .Sh DESCRIPTION
55 The
56 .Nm
57 driver provides support for SBP-2 devices that attach to the FireWire
58 (IEEE 1394) port.
59 It should work with SBP-2 devices which the CAM layer supports, for example,
60 HDDs, CDROM drives and DVD drives.
61 .Pp
62 Note that
63 .Xr umass 4
64 does not detach the device from the CAM layer when the device is unplugged.
65 The idea is to prevent detachment of active filesystems due to temporary
66 disconnects or changes in the bus topology.  You may have to run
67 .Dq Nm fwcontrol Fl r
68 several times for the system to properly detach such devices.
69 .Pp
70 Some (broken) HDDs don't work well with tagged queuing. If you have problems
71 with such drives, try
72 .Dq Nm camcontrol [device id] tags -N 1
73 to disable tagged queuing.
74 .Sh SEE ALSO
75 .Xr cam 4 ,
76 .Xr firewire 4 ,
77 .Xr camcontrol 8 ,
78 .Xr fwcontrol 8 ,
79 .Xr kldload 8 ,
80 .Xr sysctl 8
81 .Sh AUTHORS
82 .An -nosplit
83 The
84 .Nm
85 driver was written by
86 .An Katsushi Kobayashi
87 and
88 .An Hidetoshi Shimokawa .
89 .Pp
90 This manual page was written by
91 .An Katsushi Kobayashi .