diff options
Diffstat (limited to 'static/freebsd/man4/isci.4 4.html')
| -rw-r--r-- | static/freebsd/man4/isci.4 4.html | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/static/freebsd/man4/isci.4 4.html b/static/freebsd/man4/isci.4 4.html new file mode 100644 index 00000000..101d16f2 --- /dev/null +++ b/static/freebsd/man4/isci.4 4.html @@ -0,0 +1,87 @@ +<table class="head"> + <tr> + <td class="head-ltitle">ISCI(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">ISCI(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">isci</code> — <span class="Nd">Intel C600 + Serial Attached SCSI 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 your kernel, place the following lines + in your kernel configuration file:</p> +<div class="Bd Pp Bd-indent"><code class="Cd">device scbus</code> +<br/> +<code class="Cd">device isci</code></div> +<p class="Pp">Or, to load the driver as a module at boot, place the following + line in <a class="Xr">loader.conf(5)</a>:</p> +<div class="Bd Pp Bd-indent Li"> +<pre>isci_load="YES"</pre> +</div> +</section> +<section class="Sh"> +<h1 class="Sh" id="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1> +<p class="Pp">The <code class="Nm">isci</code> driver provides support for Intel + C600 SAS controllers.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="CONFIGURATION"><a class="permalink" href="#CONFIGURATION">CONFIGURATION</a></h1> +<p class="Pp">To force legacy interrupts for all <code class="Nm">isci</code> + driver instances, set the following tunable value in + <a class="Xr">loader.conf(5)</a>:</p> +<div class="Bd Pp Bd-indent Li"> +<pre>hw.isci.force_legacy_interrupts=1</pre> +</div> +</section> +<section class="Sh"> +<h1 class="Sh" id="DEBUGGING"><a class="permalink" href="#DEBUGGING">DEBUGGING</a></h1> +<p class="Pp">To enable debugging prints from the <code class="Nm">isci</code> + driver, set the</p> +<div class="Bd Pp Bd-indent Li"> +<pre>hw.isci.debug_level</pre> +</div> +<p class="Pp">variable to a value between 1 and 4 in + <a class="Xr">loader.conf(5)</a>.</p> +<p class="Pp">The hardware layer in the <code class="Nm">isci</code> driver has + extensive logging capabilities which are disabled by default for performance + reasons. These can be enabled by adding</p> +<div class="Bd Pp Bd-indent Li"> +<pre>options ISCI_LOGGING</pre> +</div> +<p class="Pp">to the kernel configuration file.</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">cd(4)</a>, <a class="Xr">ch(4)</a>, + <a class="Xr">da(4)</a>, <a class="Xr">pci(4)</a>, <a class="Xr">sa(4)</a>, + <a class="Xr">scsi(4)</a></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> +<p class="Pp">The <code class="Nm">isci</code> driver first appeared in + <span class="Ux">FreeBSD 8.3</span> and 9.1.</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">isci</code> driver was developed by Intel and + originally written by <span class="An">Jim Harris</span> + <<a class="Mt" href="mailto:jimharris@FreeBSD.org">jimharris@FreeBSD.org</a>> + with contributions from <span class="An">Sohaib Ahsan</span> and input from + <span class="An">Scott Long</span> + <<a class="Mt" href="mailto:scottl@FreeBSD.org">scottl@FreeBSD.org</a>>.</p> +<p class="Pp">This man page was written by <span class="An">Jim Harris</span> + <<a class="Mt" href="mailto:jimharris@FreeBSD.org">jimharris@FreeBSD.org</a>>.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">January 23, 2012</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
