diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:43 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:43 -0400 |
| commit | ac5e55f5f2af5b92794c2aded46c6bae85b5f5ed (patch) | |
| tree | 9367490586c84cba28652e443e3166d66c33b0d9 /static/freebsd/man4/cardbus.4 4.html | |
| parent | 253e67c8b3a72b3a4757fdbc5845297628db0a4a (diff) | |
docs: Added All FreeBSD Manuals
Diffstat (limited to 'static/freebsd/man4/cardbus.4 4.html')
| -rw-r--r-- | static/freebsd/man4/cardbus.4 4.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/static/freebsd/man4/cardbus.4 4.html b/static/freebsd/man4/cardbus.4 4.html new file mode 100644 index 00000000..2f305c3d --- /dev/null +++ b/static/freebsd/man4/cardbus.4 4.html @@ -0,0 +1,49 @@ +<table class="head"> + <tr> + <td class="head-ltitle">CARDBUS(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">CARDBUS(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">cardbus</code> — <span class="Nd">CardBus + bus 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">device cardbus</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">cardbus</code> driver implements the CardBus + bus. The <code class="Nm">cardbus</code> driver supports all cardbus bridges + in the system.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="TUNABLES"><a class="permalink" href="#TUNABLES">TUNABLES</a></h1> +<p class="Pp">The driver supports the following tunable parameters, which may be + added to <span class="Pa">/boot/loader.conf</span> or set via the + <a class="Xr">sysctl(8)</a> command:</p> +<dl class="Bl-tag Bl-compact"> + <dt id="hw.cardbus.debug"><a class="permalink" href="#hw.cardbus.debug"><code class="Cm">hw.cardbus.debug</code></a></dt> + <dd>Non-zero values cause more verbose information to be printed when a 32-bit + CardBus card is inserted or removed.</dd> + <dt id="hw.cardbus.cis_debug"><a class="permalink" href="#hw.cardbus.cis_debug"><code class="Cm">hw.cardbus.cis_debug</code></a></dt> + <dd>Non-zero value causes the CIS parsing of the 32-bit CardBus card to be + much more verbose and include a complete CIS dump.</dd> +</dl> +</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">pccbb(4)</a></p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">July 9, 2002</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
