diff options
Diffstat (limited to 'static/freebsd/man4/snd_ich.4 4.html')
| -rw-r--r-- | static/freebsd/man4/snd_ich.4 4.html | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/static/freebsd/man4/snd_ich.4 4.html b/static/freebsd/man4/snd_ich.4 4.html new file mode 100644 index 00000000..7f05cb94 --- /dev/null +++ b/static/freebsd/man4/snd_ich.4 4.html @@ -0,0 +1,84 @@ +<table class="head"> + <tr> + <td class="head-ltitle">SND_ICH(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">SND_ICH(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">snd_ich</code> — <span class="Nd">Intel + ICH AC'97 and compatible bridge device 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 sound</code> +<br/> +<code class="Cd">device snd_ich</code></div> +<p class="Pp">Alternatively, to load the driver as a module at boot time, place + the following line in <a class="Xr">loader.conf(5)</a>:</p> +<div class="Bd Pp Bd-indent Li"> +<pre>snd_ich_load="YES"</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">snd_ich</code> bridge driver allows the + generic audio driver <a class="Xr">sound(4)</a> to attach to Intel ICH AC'97 + and compatible audio devices.</p> +<p class="Pp">Some later chips, like ICH6/ICH7, depending on wiring can instead + implement newer Intel HD Audio specification, which is supported by + <a class="Xr">snd_hda(4)</a> driver.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1> +<p class="Pp">The <code class="Nm">snd_ich</code> driver supports the following + audio devices:</p> +<p class="Pp"></p> +<ul class="Bl-bullet Bl-compact"> + <li>AMD 768</li> + <li>AMD 8111</li> + <li>Intel 443MX</li> + <li>Intel ICH</li> + <li>Intel ICH revision 1</li> + <li>Intel ICH2</li> + <li>Intel ICH3</li> + <li>Intel ICH4</li> + <li>Intel ICH5</li> + <li>Intel ICH6</li> + <li>Intel ICH7</li> + <li>NVIDIA nForce</li> + <li>NVIDIA nForce2</li> + <li>NVIDIA nForce2 400</li> + <li>NVIDIA nForce3</li> + <li>NVIDIA nForce3 250</li> + <li>NVIDIA nForce4</li> + <li>SiS 7012</li> +</ul> +</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">snd_hda(4)</a>, <a class="Xr">sound(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">snd_ich</code> device driver first appeared + in <span class="Ux">FreeBSD 4.2</span>.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> +<p class="Pp">This manual page was written by <span class="An">Jorge Mario G. + Mazo</span> + <<a class="Mt" href="mailto:jgutie11@eafit.edu.co">jgutie11@eafit.edu.co</a>>.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">January 6, 2009</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
