summaryrefslogtreecommitdiff
path: root/static/freebsd/man4/man4.i386/glxiic.4 3.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man4/man4.i386/glxiic.4 3.html')
-rw-r--r--static/freebsd/man4/man4.i386/glxiic.4 3.html89
1 files changed, 89 insertions, 0 deletions
diff --git a/static/freebsd/man4/man4.i386/glxiic.4 3.html b/static/freebsd/man4/man4.i386/glxiic.4 3.html
new file mode 100644
index 00000000..015909cc
--- /dev/null
+++ b/static/freebsd/man4/man4.i386/glxiic.4 3.html
@@ -0,0 +1,89 @@
+<table class="head">
+ <tr>
+ <td class="head-ltitle">GLXIIC(4)</td>
+ <td class="head-vol">Device Drivers Manual (i386)</td>
+ <td class="head-rtitle">GLXIIC(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">glxiic</code> &#x2014; <span class="Nd">Geode LX
+ CS5536 I2C controller 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 pci</code>
+<br/>
+<code class="Cd">device isa</code>
+<br/>
+<code class="Cd">device glxiic</code>
+<br/>
+<code class="Cd">device iicbus</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>glxiic_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">glxiic</code> driver supports the System
+ Management Bus controller of the Geode LX series CS5536 Companion Device.
+ The Geode LX is a member of the AMD Geode family of integrated x86 system
+ chips.</p>
+<p class="Pp">Although AMD refers to this device as a System Management Bus
+ (SMBus) controller, it is really an I2C controller (it lacks SMBus ALERT#
+ and Alert Response support).</p>
+<p class="Pp">The <code class="Nm">glxiic</code> driver supports both I2C master
+ and slave mode.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYSCTL_VARIABLE"><a class="permalink" href="#SYSCTL_VARIABLE">SYSCTL
+ VARIABLE</a></h1>
+<p class="Pp">The <code class="Nm">glxiic</code> driver supports the following
+ variable as both <a class="Xr">sysctl(8)</a> and <a class="Xr">loader(8)</a>
+ tunable:</p>
+<dl class="Bl-tag">
+ <dt id="dev.glxiic.0.timeout"><var class="Va">dev.glxiic.0.timeout</var></dt>
+ <dd>This variable controls the I2C bus timeout in milliseconds. The default
+ timeout is 35 milliseconds. A value of zero disables the timeout.</dd>
+</dl>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="CAVEAT"><a class="permalink" href="#CAVEAT">CAVEAT</a></h1>
+<p class="Pp">The <code class="Nm">glxiic</code> driver uses the interrupt line
+ number configured by the board firmware by default. If no interrupt line
+ number has been configured by the board firmware (or to override the
+ interrupt line number configured by board firmware), place the following
+ line in <a class="Xr">device.hints(5)</a>:</p>
+<div class="Bd Pp Bd-indent">hint.glxiic.0.irq=&quot;10&quot;</div>
+<p class="Pp">The interrupt line number must be between 1 and 15.</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">iicbus(4)</a>, <a class="Xr">device.hints(5)</a>,
+ <a class="Xr">loader.conf(5)</a>, <a class="Xr">loader(8)</a>,
+ <a class="Xr">sysctl(8)</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">glxiic</code> device driver and manual page
+ first appeared in <span class="Ux">FreeBSD 9.0</span>.</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">glxiic</code> device driver and manual page
+ were written by <span class="An">Henrik Brix Andersen</span>
+ &lt;<a class="Mt" href="mailto:brix@FreeBSD.org">brix@FreeBSD.org</a>&gt;.</p>
+</section>
+</div>
+<table class="foot">
+ <tr>
+ <td class="foot-date">May 15, 2011</td>
+ <td class="foot-os">FreeBSD 15.0</td>
+ </tr>
+</table>