blob: 981346f9471c57378df78ba47d5a042c5925a4d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
<table class="head">
<tr>
<td class="head-ltitle">SBP(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">SBP(4)</td>
</tr>
</table>
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
<p class="Pp"><code class="Nm">sbp</code> — <span class="Nd">Serial Bus
Protocol 2 (SBP-2) Mass Storage Devices driver</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
<p class="Pp"><code class="Cd">sbp* at ieee1394if? euihi ? euilo ?</code></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">The <code class="Nm">sbp</code> driver provides support for SBP-2
devices that attach to the IEEE1394 port. It should work with all SBP-2
devices which the <a class="Xr">scsi(4)</a> layer supports, for example,
HDDs, CDROM drives, and DVD drives.</p>
<p class="Pp">Some users familiar with <a class="Xr">umass(4)</a> might wonder
why the device is not detached at the <a class="Xr">scsi(4)</a> layer when
the device is unplugged. It is detached only if the device has not been
plugged again during several bus resets. This is for preventing to detach an
active file system even when the device cannot be probed correctly for some
reason after a bus reset or when the device is temporary disconnected
because the user changes the bus topology. If you want to force to detach
the device, run <code class="Ic">fwctl -r</code> several times.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
ALSO</a></h1>
<p class="Pp"><a class="Xr">ieee1394if(4)</a>, <a class="Xr">scsi(4)</a>,
<a class="Xr">fwctl(8)</a>, <a class="Xr">scsictl(8)</a>,
<a class="Xr">sysctl(8)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
<p class="Pp">The <code class="Nm">sbp</code> driver was written by
<span class="An">Katsushi Kobayashi</span> and <span class="An">Hidetoshi
Shimokawa</span>.</p>
<p class="Pp">This manual page was written by <span class="An">Katsushi
Kobayashi</span>. It was added to <span class="Ux">NetBSD 4.0</span> by
<span class="An">KIYOHARA Takashi</span>.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">June 18, 2005</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|