summaryrefslogtreecommitdiff
path: root/static/freebsd/man4/sbp_targ.4 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man4/sbp_targ.4 4.html')
-rw-r--r--static/freebsd/man4/sbp_targ.4 4.html77
1 files changed, 0 insertions, 77 deletions
diff --git a/static/freebsd/man4/sbp_targ.4 4.html b/static/freebsd/man4/sbp_targ.4 4.html
deleted file mode 100644
index 2e89a44b..00000000
--- a/static/freebsd/man4/sbp_targ.4 4.html
+++ /dev/null
@@ -1,77 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">SBP_TARG(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">SBP_TARG(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_targ</code> &#x2014; <span class="Nd">Serial
- Bus Protocol 2 (SBP-2) Target Mode devices driver</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<p class="Pp">To compile this driver into the kernel, place the following lines
- in your kernel configuration file:</p>
-<div class="Bd Pp Bd-indent"><code class="Cd">device sbp_targ</code>
-<br/>
-<code class="Cd">device firewire</code>
-<br/>
-<code class="Cd">device scbus</code>
-<br/>
-<code class="Cd">device targ</code></div>
-<p class="Pp">Alternatively, to load the driver as a module at boot time, place
- the following lines in <a class="Xr">loader.conf(5)</a>:</p>
-<div class="Bd Pp Bd-indent Li">
-<pre>firewire_load=&quot;YES&quot;
-cam_load=&quot;YES&quot;
-sbp_targ_load&quot;YES&quot;</pre>
-</div>
-</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_targ</code> driver provides support for
- SBP-2 target mode. This driver is supposed to work with
- <a class="Xr">cam(4)</a>, <a class="Xr">targ(4)</a> and
- <a class="Xr">firewire(4)</a>. You also need to use
- <a class="Xr">scsi_target(8)</a>, which can be found in
- <span class="Pa">/usr/share/examples/scsi_target</span>, to provide actual
- devices.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1>
-<div class="Bd Bd-indent Li">
-<pre># mdconfig -a -t malloc -s 10m
-md0
-# scsi_target 0:0:0 /dev/md0
-(Assuming sbp_targ0 on scbus0)</pre>
-</div>
-</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">cam(4)</a>, <a class="Xr">firewire(4)</a>,
- <a class="Xr">targ(4)</a>, <a class="Xr">camcontrol(8)</a>,
- <a class="Xr">fwcontrol(8)</a>, <a class="Xr">kldload(8)</a>,
- <a class="Xr">scsi_target(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_targ</code> driver was written by
- <span class="An">Hidetoshi Shimokawa</span>.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1>
-<p class="Pp">This driver is currently under development. It does not work
- correctly in multi-initiator environments or after the bus topology has been
- changed.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">November 7, 2003</td>
- <td class="foot-os">FreeBSD 15.0</td>
- </tr>
-</table>