diff options
Diffstat (limited to 'static/freebsd/man4/gem.4 3.html')
| -rw-r--r-- | static/freebsd/man4/gem.4 3.html | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/static/freebsd/man4/gem.4 3.html b/static/freebsd/man4/gem.4 3.html deleted file mode 100644 index 6d6c66dd..00000000 --- a/static/freebsd/man4/gem.4 3.html +++ /dev/null @@ -1,86 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">GEM(4)</td> - <td class="head-vol">Device Drivers Manual</td> - <td class="head-rtitle">GEM(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">gem</code> — <span class="Nd">GEM/GMAC - Ethernet 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 miibus</code> -<br/> -<code class="Cd">device gem</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>if_gem_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">gem</code> driver provides support for the - GMAC Ethernet hardware found mostly in the last Apple PowerBooks G3s and - most G4-based Apple hardware.</p> -<p class="Pp">All controllers supported by the <code class="Nm">gem</code> - driver have TCP checksum offload capability for both receive and transmit, - support for the reception and transmission of extended frames for - <a class="Xr">vlan(4)</a> and a 512-bit multicast hash filter.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1> -<p class="Pp">Chips supported by the <code class="Nm">gem</code> driver - include:</p> -<p class="Pp"></p> -<ul class="Bl-bullet Bl-compact"> - <li>Apple GMAC</li> - <li>Sun GEM Gigabit Ethernet</li> -</ul> -<p class="Pp">The following add-on cards are known to work with the - <code class="Nm">gem</code> driver at this time:</p> -<p class="Pp"></p> -<ul class="Bl-bullet Bl-compact"> - <li>Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373)</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">altq(4)</a>, <a class="Xr">miibus(4)</a>, - <a class="Xr">netintro(4)</a>, <a class="Xr">vlan(4)</a>, - <a class="Xr">ifconfig(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">gem</code> device driver appeared in - <span class="Ux">NetBSD 1.6</span>. The first - <span class="Ux">FreeBSD</span> version to include it was - <span class="Ux">FreeBSD 5.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">gem</code> driver was written for - <span class="Ux">NetBSD</span> by <span class="An">Eduardo Horvath</span> - <<a class="Mt" href="mailto:eeh@NetBSD.org">eeh@NetBSD.org</a>>. It - was ported to <span class="Ux">FreeBSD</span> by <span class="An">Thomas - Moestl</span> - <<a class="Mt" href="mailto:tmm@FreeBSD.org">tmm@FreeBSD.org</a>> and - later on improved by <span class="An">Marius Strobl</span> - <<a class="Mt" href="mailto:marius@FreeBSD.org">marius@FreeBSD.org</a>>. - The man page was written by <span class="An">Thomas Klausner</span> - <<a class="Mt" href="mailto:wiz@NetBSD.org">wiz@NetBSD.org</a>>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">April 18, 2023</td> - <td class="foot-os">FreeBSD 15.0</td> - </tr> -</table> |
