aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/releases/7.2R
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/htdocs/releases/7.2R')
-rw-r--r--en_US.ISO8859-1/htdocs/releases/7.2R/Makefile18
-rw-r--r--en_US.ISO8859-1/htdocs/releases/7.2R/announce.sgml410
-rw-r--r--en_US.ISO8859-1/htdocs/releases/7.2R/docbook.css161
-rw-r--r--en_US.ISO8859-1/htdocs/releases/7.2R/errata.html179
-rw-r--r--en_US.ISO8859-1/htdocs/releases/7.2R/hardware.html10115
-rw-r--r--en_US.ISO8859-1/htdocs/releases/7.2R/readme.html399
-rw-r--r--en_US.ISO8859-1/htdocs/releases/7.2R/relnotes-detailed.html1237
-rw-r--r--en_US.ISO8859-1/htdocs/releases/7.2R/relnotes.sgml209
-rw-r--r--en_US.ISO8859-1/htdocs/releases/7.2R/schedule.sgml201
-rw-r--r--en_US.ISO8859-1/htdocs/releases/7.2R/status.sgml109
10 files changed, 13038 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/htdocs/releases/7.2R/Makefile b/en_US.ISO8859-1/htdocs/releases/7.2R/Makefile
new file mode 100644
index 0000000000..9272c4bbb4
--- /dev/null
+++ b/en_US.ISO8859-1/htdocs/releases/7.2R/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD: www/en/releases/7.2R/Makefile,v 1.4 2009/04/29 06:53:46 hrs Exp $
+
+.if exists(../Makefile.conf)
+.include "../Makefile.conf"
+.endif
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
+
+DOCS= announce.sgml relnotes.sgml schedule.sgml
+
+DATA= docbook.css
+DATA+= errata.html
+DATA+= hardware.html
+DATA+= readme.html
+DATA+= relnotes-detailed.html
+
+.include "${WEB_PREFIX}/share/mk/web.site.mk"
diff --git a/en_US.ISO8859-1/htdocs/releases/7.2R/announce.sgml b/en_US.ISO8859-1/htdocs/releases/7.2R/announce.sgml
new file mode 100644
index 0000000000..77ca4cbfc0
--- /dev/null
+++ b/en_US.ISO8859-1/htdocs/releases/7.2R/announce.sgml
@@ -0,0 +1,410 @@
+<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
+<!ENTITY base CDATA "../..">
+<!ENTITY date "$FreeBSD: www/en/releases/7.2R/announce.sgml,v 1.2 2009/05/04 00:03:47 hrs Exp $">
+<!ENTITY title "FreeBSD 7.2-RELEASE Announcement">
+<!ENTITY % navinclude.download "INCLUDE">
+]>
+<html>
+ &header;
+
+ <p>The FreeBSD Release Engineering Team is pleased to announce the
+ availability of FreeBSD 7.2-RELEASE. This is the third release
+ from the 7-STABLE branch which improves on the functionality of
+ FreeBSD 7.1 and introduces some new features. Some of the
+ highlights:</p>
+
+ <ul>
+ <li><p>support for fully transparent use of superpages for
+ application memory</p></li>
+
+ <li><p>support for multiple IPv4 and IPv6 addresses for
+ jails</p></li>
+
+ <li><p>csup(1) now supports CVSMode to fetch a complete CVS
+ repository</p></li>
+
+ <li><p>Gnome updated to 2.26, KDE updated to 4.2.2</p></li>
+
+ <li><p>sparc64 now supports UltraSparc-III processors</p></li>
+ </ul>
+
+ <p>For a complete list of new features and known problems, please
+ see the online release notes and errata list, available at:</p>
+
+ <ul>
+ <li><p><tt><a href="http://www.FreeBSD.org/releases/7.2R/relnotes.html">http://www.FreeBSD.org/releases/7.2R/relnotes.html</a></tt></p></li>
+
+ <li><p><tt><a href="http://www.FreeBSD.org/releases/7.2R/errata.html">http://www.FreeBSD.org/releases/7.2R/errata.html</a></tt></p></li>
+ </ul>
+
+ <p>For more information about FreeBSD release engineering
+ activities, please see:</p>
+
+ <ul>
+ <li><p><tt><a href="http://www.FreeBSD.org/releng/">http://www.FreeBSD.org/releng/</a></tt></p></li>
+ </ul>
+
+ <h2>Availability</h2>
+
+ <p>FreeBSD 7.2-RELEASE is now available for the amd64, i386, ia64,
+ pc98, powerpc, and sparc64 architectures.</p>
+
+ <p>FreeBSD 7.2 can be installed from bootable ISO images or over the
+ network; the required files can be downloaded via FTP or
+ BitTorrent as described in the sections below. While some of the
+ smaller FTP mirrors may not carry all architectures, they will all
+ generally contain the more common ones, such as i386 and
+ amd64.</p>
+
+ <p>MD5 and SHA256 hashes for the release ISO images are included at
+ the bottom of this message.</p>
+
+ <p>The purpose of the ISO images provided as part of the release are
+ as follows:</p>
+
+ <dl>
+ <dt>dvd1</dt>
+
+ <dd><p>This contains everything necessary to install the base
+ FreeBSD operating system, a collection of pre-built packages,
+ and the documentation. It also supports booting into a
+ "livefs" based rescue mode. This should be all you need if
+ you can burn and use DVD-sized media.</p></dd>
+
+ <dt>disc1, disc2, disc3, livefs, docs</dt>
+
+ <dd><p><strong>disc1</strong> contains the base FreeBSD operating
+ system and a few pre-built packages. <strong>disc2</strong>
+ and <strong>disc3</strong> contain more pre-built packages.
+ Those three can be burned to CDROM sized media and should be
+ all you need to do a normal installation.
+ <strong>livefs</strong> contains support for booting into a
+ "livefs" based rescue mode but does not support doing an
+ install from the CD itself. You would need to perform a
+ network based install. <strong>docs</strong> contains the
+ documentation.</p></dd>
+
+ <dt>bootonly</dt>
+
+ <dd><p>This supports booting a machine using the CDROM drive but
+ does not contain the support for installing FreeBSD from the
+ CD itself. You would need to perform a network based install
+ (e.g. from an FTP server) after booting from the CD.</p></dd>
+ </dl>
+
+ <p><strong>Note:</strong> late in the testing cycle it was
+ discovered some machines do not recognize the i386 disc1 as
+ bootable (they just fall through to booting off the next boot
+ device). All affected machines did see the other discs as
+ bootable. If you have a machine with that problem booting off
+ either bootonly or livefs and then swapping in disc1 once
+ sysinstall starts should work.</p>
+
+ <p>FreeBSD 7.2-RELEASE can also be purchased on CD-ROM or DVD from
+ several vendors. One of the vendors that will be offering FreeBSD
+ 7.2-based products is:</p>
+
+ <ul>
+ <li><p>FreeBSD Mall, Inc. <tt><a
+ href="http://www.freebsdmall.com/">http://www.freebsdmall.com/</a></tt></p></li>
+ </ul>
+
+ <h2>BitTorrent</h2>
+
+ <p>7.2-RELEASE ISOs are available via BitTorrent. A collection of
+ torrent files to download the images is available at:</p>
+
+ <ul>
+ <li><p><tt><a
+ href="http://torrents.FreeBSD.org:8080/">http://torrents.FreeBSD.org:8080/</a></tt></p></li>
+ </ul>
+
+ <h2>FTP</h2>
+
+ <p>At the time of this announcement the following FTP sites have
+ FreeBSD 7.2-RELEASE available.</p>
+
+ <ul>
+ <li><tt><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/">ftp://ftp.FreeBSD.org/pub/FreeBSD/</a></tt></li>
+ <li><tt><a href="ftp://ftp1.FreeBSD.org/pub/FreeBSD/">ftp://ftp1.FreeBSD.org/pub/FreeBSD/</a></tt></li>
+ <li><tt><a href="ftp://ftp5.FreeBSD.org/pub/FreeBSD/">ftp://ftp5.FreeBSD.org/pub/FreeBSD/</a></tt></li>
+ <li><tt><a href="ftp://ftp10.FreeBSD.org/pub/FreeBSD/">ftp://ftp10.FreeBSD.org/pub/FreeBSD/</a></tt></li>
+ <li><tt><a href="ftp://ftp12.FreeBSD.org/pub/FreeBSD/">ftp://ftp12.FreeBSD.org/pub/FreeBSD/</a></tt></li>
+ <li><tt><a href="ftp://ftp13.FreeBSD.org/pub/FreeBSD/">ftp://ftp13.FreeBSD.org/pub/FreeBSD/</a></tt></li>
+ <li><tt><a href="ftp://ftp14.FreeBSD.org/pub/FreeBSD/">ftp://ftp14.FreeBSD.org/pub/FreeBSD/</a></tt></li>
+ <li><tt><a href="ftp://ftp.dk.FreeBSD.org/pub/FreeBSD/">ftp://ftp.dk.FreeBSD.org/pub/FreeBSD/</a></tt></li>
+ <li><tt><a href="ftp://ftp.gr.FreeBSD.org/pub/FreeBSD/">ftp://ftp.gr.FreeBSD.org/pub/FreeBSD/</a></tt></li>
+ <li><tt><a href="ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/">ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/</a></tt></li>
+ <li><tt><a href="ftp://ftp1.ru.FreeBSD.org/pub/FreeBSD/">ftp://ftp1.ru.FreeBSD.org/pub/FreeBSD/</a></tt></li>
+ <li><tt><a href="ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/">ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/</a></tt></li>
+ <li><tt><a href="ftp://ftp4.tw.FreeBSD.org/pub/FreeBSD/">ftp://ftp4.tw.FreeBSD.org/pub/FreeBSD/</a></tt></li>
+ <li><tt><a href="ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/">ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/</a></tt></li>
+ <li><tt><a href="ftp://ftp3.us.FreeBSD.org/pub/FreeBSD/">ftp://ftp3.us.FreeBSD.org/pub/FreeBSD/</a></tt></li>
+ <li><tt><a href="ftp://ftp7.us.FreeBSD.org/pub/FreeBSD/">ftp://ftp7.us.FreeBSD.org/pub/FreeBSD/</a></tt></li>
+ <li><tt><a href="ftp://ftp10.us.FreeBSD.org/pub/FreeBSD/">ftp://ftp10.us.FreeBSD.org/pub/FreeBSD/</a></tt></li>
+ </ul>
+
+ <p>However before trying these sites please check your regional
+ mirror(s) first by going to:</p>
+
+ <ul>
+ <li><p><tt>ftp://ftp.&lt;yourdomain&gt;.FreeBSD.org/pub/FreeBSD</tt></p></li>
+ </ul>
+
+ <p>Any additional mirror sites will be labeled
+ <strong>ftp2</strong>, <strong>ftp3</strong> and so on.</p>
+
+ <p>More information about FreeBSD mirror sites can be found at:</p>
+
+ <ul>
+ <li><p><tt><a
+ href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html</a></tt></p></li>
+ </ul>
+
+ <p>For instructions on installing FreeBSD, please see Chapter 2 of
+ The FreeBSD Handbook. It provides a complete installation
+ walk-through for users new to FreeBSD, and can be found online
+ at:</p>
+
+ <ul>
+ <li><p><tt><a
+ href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/install.html">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/install.html</a></tt></p></li>
+ </ul>
+
+ <h2>Updates from Source</h2>
+
+ <p>The procedure for doing a source code based update is described in the
+ FreeBSD Handbook:</p>
+
+ <ul>
+ <li><p><tt><a
+ href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/synching.html">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/synching.html</a></tt></p></li>
+
+ <li><p><tt><a
+ href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html</a></tt></p></li>
+ </ul>
+
+ <p>The branch tag to use for updating the source is <tt>RELENG_7_2</tt>.</p>
+
+ <h2>FreeBSD Update</h2>
+
+ <p>The freebsd-update(8) utility supports binary upgrades of i386
+ and amd64 systems running earlier FreeBSD releases. Systems
+ running 7.0-RELEASE, 7.1-RELEASE, 7.2-BETA, 7.2-RC1, or 7.2-RC2
+ can upgrade as follows:</p>
+
+ <pre># freebsd-update upgrade -r 7.2-RELEASE</pre>
+
+ <p>During this process, FreeBSD Update may ask the user to help by
+ merging some configuration files or by confirming that the
+ automatically performed merging was done correctly.</p>
+
+ <pre># freebsd-update install</pre>
+
+ <p>The system must be rebooted with the newly installed kernel
+ before continuing.</p>
+
+ <pre># shutdown -r now</pre>
+
+ <p>After rebooting, freebsd-update needs to be run again to
+ install the new userland components, and the system needs to be
+ rebooted again:</p>
+
+ <pre># freebsd-update install
+# shutdown -r now</pre>
+
+ <p>Users of earlier FreeBSD releases (FreeBSD 6.x) can also use
+ freebsd-update to upgrade to FreeBSD 7.2, but will be prompted
+ to rebuild all third-party applications (e.g., anything
+ installed from the ports tree) after the second invocation of
+ "freebsd-update install", in order to handle differences in the
+ system libraries between FreeBSD 6.x and FreeBSD 7.x.</p>
+
+ <p>For more information about upgrading from FreeBSD 6.x using
+ FreeBSD Update, see:</p>
+
+ <ul>
+ <li><p><tt><a
+ href="http://www.daemonology.net/blog/2007-11-11-freebsd-major-version-upgrade.html">http://www.daemonology.net/blog/2007-11-11-freebsd-major-version-upgrade.html</a></tt></p></li>
+ </ul>
+
+ <h2>Support</h2>
+
+ <p>The FreeBSD Security Team currently plans to support FreeBSD
+ 7.2 until May 31st, 2010. For more information on the Security
+ Team and their support of the various FreeBSD branches see:</p>
+
+ <ul>
+ <li><p><tt><a
+ href="http://www.FreeBSD.org/security/">http://www.FreeBSD.org/security/</a></tt></p></li>
+ </ul>
+
+ <h2>Acknowledgments</h2>
+
+ <p>Many companies donated equipment, network access, or man-hours to
+ support the release engineering activities for FreeBSD 7.2 including
+ The FreeBSD Foundation, Hewlett-Packard, Yahoo!, NetApp,
+ Internet Systems Consortium, and Sentex Communications.</p>
+
+ <p>The release engineering team for 7.2-RELEASE includes:</p>
+
+ <table border="0">
+ <tbody>
+ <tr>
+ <td>Ken&nbsp;Smith&nbsp;&lt;<a href="mailto:kensmith@FreeBSD.org">kensmith@FreeBSD.org</a>&gt;</td>
+ <td>Release Engineering,
+ amd64, i386, sparc64 Release Building,
+ Mirror Site Coordination</td>
+ </tr>
+
+ <tr>
+ <td>Robert&nbsp;Watson&nbsp;&lt;<a href="mailto:rwatson@FreeBSD.org">rwatson@FreeBSD.org</a>&gt;</td>
+ <td>Release Engineering, Security</td>
+ </tr>
+
+ <tr>
+ <td>Konstantin&nbsp;Belousov&nbsp;&lt;<a href="mailto:kib@FreeBSD.org">kib@FreeBSD.org</a>&gt;</td>
+ <td>Release Engineering</td>
+ </tr>
+
+ <tr>
+ <td>Marc&nbsp;Fonvieille&nbsp;&lt;<a href="mailto:blackend@FreeBSD.org">blackend@FreeBSD.org</a>&gt;</td>
+ <td>Release Engineering, Documentation</td>
+ </tr>
+
+ <tr>
+ <td>George&nbsp;Neville-Neil&nbsp;&lt;<a href="mailto:gnn@FreeBSD.org">gnn@FreeBSD.org</a>&gt;</td>
+ <td>Release Engineering</td>
+ </tr>
+
+ <tr>
+ <td>Hiroki&nbsp;Sato&nbsp;&lt;<a href="mailto:hrs@FreeBSD.org">hrs@FreeBSD.org</a>&gt;</td>
+ <td>Release Engineering, Documentation</td>
+ </tr>
+
+ <tr>
+ <td>Marcel&nbsp;Moolenaar&nbsp;&lt;<a href="mailto:marcel@FreeBSD.org">marcel@FreeBSD.org</a>&gt;</td>
+ <td>ia64, powerpc Release Building</td>
+ </tr>
+
+ <tr>
+ <td>Takahashi&nbsp;Yoshihiro&nbsp;&lt;<a href="mailto:nyan@FreeBSD.org">nyan@FreeBSD.org</a>&gt;</td>
+ <td>PC98 Release Building</td>
+ </tr>
+
+ <tr>
+ <td>Kris&nbsp;Kennaway&nbsp;&lt;<a href="mailto:kris@FreeBSD.org">kris@FreeBSD.org</a>&gt;</td>
+ <td>Package Building</td>
+ </tr>
+
+ <tr>
+ <td>Joe&nbsp;Marcus&nbsp;Clarke&nbsp;&lt;<a href="mailto:marcus@FreeBSD.org">marcus@FreeBSD.org</a>&gt;</td>
+ <td>Package Building</td>
+ </tr>
+
+ <tr>
+ <td>Erwin&nbsp;Lansing&nbsp;&lt;<a href="mailto:erwin@FreeBSD.org">erwin@FreeBSD.org</a>&gt;</td>
+ <td>Package Building</td>
+ </tr>
+
+ <tr>
+ <td>Mark&nbsp;Linimon&nbsp;&lt;<a href="mailto:linimon@FreeBSD.org">linimon@FreeBSD.org</a>&gt;</td>
+ <td>Package Building</td>
+ </tr>
+
+ <tr>
+ <td>Pav&nbsp;Lucistnik&nbsp;&lt;<a href="mailto:pav@FreeBSD.org">pav@FreeBSD.org</a>&gt;</td>
+ <td>Package Building</td>
+ </tr>
+
+ <tr>
+ <td>Colin&nbsp;Percival&nbsp;&lt;<a href="mailto:cperciva@FreeBSD.org">cperciva@FreeBSD.org</a>&gt;</td>
+ <td>Security Officer</td>
+ </tr>
+ </tbody>
+ </table>
+
+ <h2>Trademark</h2>
+
+ <p>FreeBSD is a registered trademark of The FreeBSD Foundation.</p>
+
+ <h2>ISO Image Checksums</h2>
+
+ <pre>MD5 (7.2-RELEASE-amd64-bootonly.iso) = d77d758684d03815be05f90c12085b2f
+MD5 (7.2-RELEASE-amd64-disc1.iso) = 3b281f75acef6f6a16d5e405ed003f36
+MD5 (7.2-RELEASE-amd64-disc2.iso) = e7d2497054a15906d0e4945d8c91e47f
+MD5 (7.2-RELEASE-amd64-disc3.iso) = ba4369f5d39fae3bd11ad537f4c52783
+MD5 (7.2-RELEASE-amd64-docs.iso) = 97db6efd21c531b2a325224d9897f287
+MD5 (7.2-RELEASE-amd64-dvd1.iso) = b3ac4c645aec087480ddefa827c8553c
+MD5 (7.2-RELEASE-amd64-livefs.iso) = 93c4ad283b66f6cb9d1eb1dcace92ce6</pre>
+
+ <pre>MD5 (7.2-RELEASE-i386-bootonly.iso) = aceb5cdbb14780c97924cb4a645d3258
+MD5 (7.2-RELEASE-i386-disc1.iso) = b2415294a55ab3e5c1931f4e0fe67e4e
+MD5 (7.2-RELEASE-i386-disc2.iso) = b4fd35adea684e6da3a0515b535ece39
+MD5 (7.2-RELEASE-i386-disc3.iso) = da2958a3eb6a3ce6237ed7194bdfdd13
+MD5 (7.2-RELEASE-i386-docs.iso) = fee5de7fbd8c21e5a7523a1c197c32ae
+MD5 (7.2-RELEASE-i386-dvd1.iso) = 1d129a999a1db6aefebc57c2f82cacc0
+MD5 (7.2-RELEASE-i386-livefs.iso) = decdd91479b8059e70eed6d8e4eb5c06</pre>
+
+ <pre>MD5 (7.2-RELEASE-ia64-bootonly.iso) = d0a84e0014b042f5369e1644a38c380c
+MD5 (7.2-RELEASE-ia64-disc1.iso) = 58eb2db0a7656a05cb6193aad68e150b
+MD5 (7.2-RELEASE-ia64-disc2.iso) = bf27c66277e9bea85d9656af154e94ca
+MD5 (7.2-RELEASE-ia64-disc3.iso) = 1ab4e7e08fa41b7b4e2370a8bde6dcfb
+MD5 (7.2-RELEASE-ia64-docs.iso) = 01de8413d2829c5b1cb6d495b51cf3a0
+MD5 (7.2-RELEASE-ia64-livefs.iso) = 02eadf879e203148610d823e7db515ba</pre>
+
+ <pre>MD5 (7.2-RELEASE-pc98-bootonly.iso) = a0eaf2126458fc88ee1ac6d82d1f1c3a
+MD5 (7.2-RELEASE-pc98-disc1.iso) = 6555c5c4a8606ee043b5a7fbb7759b32
+MD5 (7.2-RELEASE-pc98-livefs.iso) = 0a23c3c4fc94d2961be5d148003e9511</pre>
+
+ <pre>MD5 (7.2-RELEASE-powerpc-bootonly.iso) = 17ddd18ad20aa00dd5b4830e536eabad
+MD5 (7.2-RELEASE-powerpc-disc1.iso) = 015869f4f70124c0204ebd111d876142
+MD5 (7.2-RELEASE-powerpc-disc2.iso) = 2f6d5139b57e982039fb90f02cf3f508
+MD5 (7.2-RELEASE-powerpc-disc3.iso) = 0a6d3b4a5808374bb44f3f8583df38f7
+MD5 (7.2-RELEASE-powerpc-docs.iso) = bb30b266f3c0164b512b3b3317f8ab68</pre>
+
+ <pre>MD5 (7.2-RELEASE-sparc64-bootonly.iso) = e3246598de481f7c1b117c81b46acfaa
+MD5 (7.2-RELEASE-sparc64-disc1.iso) = 2e767c93f195b69ea83274a1dff4dd5c
+MD5 (7.2-RELEASE-sparc64-docs.iso) = 1b3d32f0c82c89e18b6f2a3eeca47ae5</pre>
+
+ <pre>SHA256 (7.2-RELEASE-amd64-bootonly.iso) = fb87f4c7ddf8870e8758191181ebf3730dd44534ecc3654069a66d85c56695d3
+SHA256 (7.2-RELEASE-amd64-disc1.iso) = 1ea1f6f652d7c5f5eab7ef9f8edbed50cb664b08ed761850f95f48e86cc71ef5
+SHA256 (7.2-RELEASE-amd64-disc2.iso) = 0a951c4eea8891b0d2bf3702eb933037dc6db3530b9a37e5b33d765ba9f67154
+SHA256 (7.2-RELEASE-amd64-disc3.iso) = 870eeb94b3f21d0ab603986bc6fecb6b3a4a7529f6220ba34aef6458fc43a8b4
+SHA256 (7.2-RELEASE-amd64-docs.iso) = 109b9d048b8ff58e392f002ef85f60e75b33ea72ef658edb610f9f50235508d4
+SHA256 (7.2-RELEASE-amd64-dvd1.iso) = 1e13d3b6dfa7034e86f17b9ba379fff56761ffad7e029a23a27e92e9dbde2788
+SHA256 (7.2-RELEASE-amd64-livefs.iso) = df3cc7f8795b9b260ada2facbd0d77114f0535c35b933a503ac3e56e05947e33</pre>
+
+ <pre>SHA256 (7.2-RELEASE-i386-bootonly.iso) = 6993e73ad5e012d1605c5cf085942b694ec4fa6fb4be114c7e752a012b8c3a5e
+SHA256 (7.2-RELEASE-i386-disc1.iso) = bf4d00102215b07f5a4c8acac80b9d9bd9bf8bd93ac554fe09b21302f0b41380
+SHA256 (7.2-RELEASE-i386-disc2.iso) = 573673db5acebd68dfdbca63f620b923a7e68421f1e946fb26a1381e3d7fd9f8
+SHA256 (7.2-RELEASE-i386-disc3.iso) = ec5c98c02849c181f405e63875f193e33e121cb087cec0bd2a3e10f533ffc8e7
+SHA256 (7.2-RELEASE-i386-docs.iso) = 77beb6e7a7905a2e9aba4adeb2722be5fbdb699bd44bd0a01e3780b4623d2ce9
+SHA256 (7.2-RELEASE-i386-dvd1.iso) = de395cc63cb7fa22a0bf116487c13d56aac71762787fc5581746bfb48e66f750
+SHA256 (7.2-RELEASE-i386-livefs.iso) = 4faa7b9d78d125f9b28521247e32e1f0bef3b0b0f21b654ba22c6e79ca3301ce</pre>
+
+ <pre>SHA256 (7.2-RELEASE-ia64-bootonly.iso) = 0a2f5fb514f14760b1237059d9ef381e0836fd45579c5264efc2eb49cc57fbb9
+SHA256 (7.2-RELEASE-ia64-disc1.iso) = 048850ab672ae6865225b4d3ca324753dd823d526ce93480adf15f602acd96bf
+SHA256 (7.2-RELEASE-ia64-disc2.iso) = 5fe326d21f2e7646c63a1b6fb5ae913971da99f1c660f0ffd148de19fc47fb11
+SHA256 (7.2-RELEASE-ia64-disc3.iso) = 58c0c94d12ca197593ec48cab2fc5ec619a87caa16ae5421958216773665086d
+SHA256 (7.2-RELEASE-ia64-docs.iso) = 106844d5135e56ed2232ecabe0e4dc8c78e54f7e9d43e92be0ee3f741009a2eb
+SHA256 (7.2-RELEASE-ia64-livefs.iso) = 70294d2d65e2f483af23d9a4c0d14e1af43da68c086b3e247af31e85050b1247</pre>
+
+ <pre>SHA256 (7.2-RELEASE-pc98-bootonly.iso) = 37f65bb079304353858da6f06936cf12d19cfcdd6f4127aecac91d2a23976db1
+SHA256 (7.2-RELEASE-pc98-disc1.iso) = 877845e4dcd3b617f1c23a47b62d27dbe3a5ff6d35075cb20cd038e2b749220f
+SHA256 (7.2-RELEASE-pc98-livefs.iso) = 3741eb5a178fa0b97a6f50b57dcc750ee7d9d2e1871a244740a4603b22289491</pre>
+
+ <pre>SHA256 (7.2-RELEASE-powerpc-bootonly.iso) = d933276ab67b6de04144ffb3a15e632f6ac6f0a82237654f9349214e0c0acb9b
+SHA256 (7.2-RELEASE-powerpc-disc1.iso) = b366319ce4cfdbff2ef394cca6f460159dd1e4949927da82904ff5c9baa3f4b8
+SHA256 (7.2-RELEASE-powerpc-disc2.iso) = 40e4d5e94c543018fd692efe7150bcca482f1a0a3ddc50330bbbd5a320d90d36
+SHA256 (7.2-RELEASE-powerpc-disc3.iso) = fc5ed9a503447c68a9e8392b60c4c35650208c42da982c9c6206e349ad327888
+SHA256 (7.2-RELEASE-powerpc-docs.iso) = 58e4f348b057608515bca359a713877964fddf638bca921d09000aada899477b</pre>
+
+ <pre>SHA256 (7.2-RELEASE-sparc64-bootonly.iso) = 98aa7492c195df441b4e4699984fd8f38af1db03e7e92cc8d1530089a4d50e11
+SHA256 (7.2-RELEASE-sparc64-disc1.iso) = ba7fa45c21d7ca43bacb78fe46c18ef15f73e480e7fe3e6c8ba8c575efe25888
+SHA256 (7.2-RELEASE-sparc64-docs.iso) = b67483a4e198e2aeb99bacf9cc826f36a3d9304482fb49c34d05590661d6da76</pre>
+
+ &footer;
+
+ </body>
+</html>
diff --git a/en_US.ISO8859-1/htdocs/releases/7.2R/docbook.css b/en_US.ISO8859-1/htdocs/releases/7.2R/docbook.css
new file mode 100644
index 0000000000..e1c656428b
--- /dev/null
+++ b/en_US.ISO8859-1/htdocs/releases/7.2R/docbook.css
@@ -0,0 +1,161 @@
+/*-
+ * Copyright (c) 2003 The FreeBSD Documentation Project
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
+ * $FreeBSD: www/en/releases/7.1R/docbook.css,v 1.1 2008/08/22 14:30:38 hrs Exp $
+ */
+
+BODY ADDRESS {
+ line-height: 1.3;
+ margin: .6em 0;
+}
+
+BODY BLOCKQUOTE {
+ margin-top: .75em;
+ line-height: 1.5;
+ margin-bottom: .75em;
+}
+
+HTML BODY {
+ margin: 1em 8% 1em 10%;
+ line-height: 1.2;
+}
+
+.LEGALNOTICE {
+ font-size: small;
+ font-variant: small-caps;
+}
+
+BODY DIV {
+ margin: 0;
+}
+
+DL {
+ margin: .8em 0;
+ line-height: 1.2;
+}
+
+BODY FORM {
+ margin: .6em 0;
+}
+
+H1, H2, H3, H4, H5, H6,
+DIV.EXAMPLE P B,
+.QUESTION,
+DIV.TABLE P B,
+DIV.PROCEDURE P B {
+ color: #990000;
+}
+
+BODY H1 {
+ margin: .8em 0 0 -4%;
+ line-height: 1.3;
+}
+
+BODY H2 {
+ margin: .8em 0 0 -4%;
+ line-height: 1.3;
+}
+
+BODY H3 {
+ margin: .8em 0 0 -3%;
+ line-height: 1.3;
+}
+
+BODY H4 {
+ margin: .8em 0 0 -3%;
+ line-height: 1.3;
+}
+
+BODY H5 {
+ margin: .8em 0 0 -2%;
+ line-height: 1.3;
+}
+
+BODY H6 {
+ margin: .8em 0 0 -1%;
+ line-height: 1.3;
+}
+
+BODY HR {
+ margin: .6em
+}
+
+BODY IMG.NAVHEADER {
+ margin: 0 0 0 -4%;
+}
+
+OL {
+ margin: 0 0 0 5%;
+ line-height: 1.2;
+}
+
+BODY P {
+ margin: .6em 0;
+ line-height: 1.2;
+}
+
+BODY PRE {
+ margin: .75em 0;
+ line-height: 1.0;
+ color: #461b7e;
+}
+
+BODY TD {
+ line-height: 1.2
+}
+
+BODY TH {
+ line-height: 1.2;
+}
+
+UL, BODY DIR, BODY MENU {
+ margin: 0 0 0 5%;
+ line-height: 1.2;
+}
+
+HTML {
+ margin: 0;
+ padding: 0;
+}
+
+
+.FILENAME {
+ color: #007a00;
+}
+
+BODY H1, BODY H2, BODY H3, BODY H4, BODY H5, BODY H6 {
+ margin-left: 0
+}
+
+.GUIMENU, .GUIMENUITEM, .GUISUBMENU,
+.GUILABEL, .INTERFACE, .GUIBUTTON,
+.SHORTCUT, .SHORTCUT .KEYCAP {
+ background-color: #F0F0F0;
+}
+
+.ACCEL {
+ background-color: #F0F0F0;
+ text-decoration: underline;
+}
diff --git a/en_US.ISO8859-1/htdocs/releases/7.2R/errata.html b/en_US.ISO8859-1/htdocs/releases/7.2R/errata.html
new file mode 100644
index 0000000000..10cecec06a
--- /dev/null
+++ b/en_US.ISO8859-1/htdocs/releases/7.2R/errata.html
@@ -0,0 +1,179 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta name="generator" content="HTML Tidy, see www.w3.org" />
+<title>FreeBSD 7.2-RELEASE Errata</title>
+<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79" />
+<link rel="STYLESHEET" type="text/css" href="docbook.css" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+</head>
+<body class="ARTICLE" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
+alink="#0000FF">
+<div class="ARTICLE">
+<div class="TITLEPAGE">
+<h1 class="TITLE"><a id="AEN2" name="AEN2">FreeBSD 7.2-RELEASE Errata</a></h1>
+
+<h3 class="CORPAUTHOR">The FreeBSD Project</h3>
+
+<p class="COPYRIGHT">Copyright &copy; 2008, 2009 The FreeBSD Documentation Project</p>
+
+<p class="PUBDATE">$FreeBSD: stable/7/release/doc/en_US.ISO8859-1/errata/article.sgml
+193687 2009-06-08 05:11:35Z hrs $<br />
+</p>
+
+<div class="LEGALNOTICE"><a id="TRADEMARKS" name="TRADEMARKS"></a>
+<p>FreeBSD is a registered trademark of the FreeBSD Foundation.</p>
+
+<p>Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or
+registered trademarks of Intel Corporation or its subsidiaries in the United States and
+other countries.</p>
+
+<p>Sparc, Sparc64, SPARCEngine, and UltraSPARC are trademarks of SPARC International, Inc
+in the United States and other countries. Products bearing SPARC trademarks are based
+upon architecture developed by Sun Microsystems, Inc.</p>
+
+<p>Many of the designations used by manufacturers and sellers to distinguish their
+products are claimed as trademarks. Where those designations appear in this document, and
+the FreeBSD Project was aware of the trademark claim, the designations have been followed
+by the &#8220;&trade;&#8221; or the &#8220;&reg;&#8221; symbol.</p>
+</div>
+
+<hr />
+</div>
+
+<blockquote class="ABSTRACT">
+<div class="ABSTRACT"><a id="AEN17" name="AEN17"></a>
+<p>This document lists errata items for FreeBSD 7.2-RELEASE, containing significant
+information discovered after the release or too late in the release cycle to be otherwise
+included in the release documentation. This information includes security advisories, as
+well as news relating to the software or documentation that could affect its operation or
+usability. An up-to-date version of this document should always be consulted before
+installing this version of FreeBSD.</p>
+
+<p>This errata document for FreeBSD 7.2-RELEASE will be maintained until the release of
+FreeBSD 7.3-RELEASE.</p>
+</div>
+</blockquote>
+
+<div class="SECT1">
+<hr />
+<h2 class="SECT1"><a id="INTRO" name="INTRO">1 Introduction</a></h2>
+
+<p>This errata document contains &#8220;late-breaking news&#8221; about FreeBSD
+7.2-RELEASE. Before installing this version, it is important to consult this document to
+learn about any post-release discoveries or problems that may already have been found and
+fixed.</p>
+
+<p>Any version of this errata document actually distributed with the release (for
+example, on a CDROM distribution) will be out of date by definition, but other copies are
+kept updated on the Internet and should be consulted as the &#8220;current errata&#8221;
+for this release. These other copies of the errata are located at <a
+href="http://www.FreeBSD.org/releases/"
+target="_top">http://www.FreeBSD.org/releases/</a>, plus any sites which keep up-to-date
+mirrors of this location.</p>
+
+<p>Source and binary snapshots of FreeBSD 7-STABLE also contain up-to-date copies of this
+document (as of the time of the snapshot).</p>
+
+<p>For a list of all FreeBSD CERT security advisories, see <a
+href="http://www.FreeBSD.org/security/"
+target="_top">http://www.FreeBSD.org/security/</a> or <a
+href="ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/"
+target="_top">ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/</a>.</p>
+</div>
+
+<div class="SECT1">
+<hr />
+<h2 class="SECT1"><a id="SECURITY" name="SECURITY">2 Security Advisories</a></h2>
+
+<p>No advisories.</p>
+</div>
+
+<div class="SECT1">
+<hr />
+<h2 class="SECT1"><a id="OPEN-ISSUES" name="OPEN-ISSUES">3 Open Issues</a></h2>
+
+<p>[20090501] Some machines do not recognize the i386 disc1 as bootable and fall through
+to booting off the next boot device. All affected machines did see the other discs as
+bootable. As a workaround, you can boot using the bootonly or livefs CDROM and then swap
+in disc1 once <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sysinstall&sektion=8&manpath=FreeBSD+7.2-stable">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sysinstall</span>(8)</span></a>
+starts.</p>
+
+<p>[20090504] A lock handling error has been found in interaction between <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=malloc&sektion=3&manpath=FreeBSD+7.2-stable">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">malloc</span>(3)</span></a>
+implementation and threading library. When a multi-threaded process calls the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=fork&sektion=2&manpath=FreeBSD+7.2-stable">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fork</span>(2)</span></a> system
+call in a thread and the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=malloc&sektion=3&manpath=FreeBSD+7.2-stable">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">malloc</span>(3)</span></a>
+function in another thread, it can cause a deadlock in the child process. An Errata
+Notice to fix this problem is planned after the release.</p>
+
+<p>[20090505] A bug was found in the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=bce&sektion=4&manpath=FreeBSD+7.2-stable"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">bce</span>(4)</span></a> driver. This
+prevents it from working with the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=lagg&sektion=4&manpath=FreeBSD+7.2-stable">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">lagg</span>(4)</span></a> driver
+in the LACP (IEEE 802.3ad Link Aggregation Control Protocol) mode. An Errata Notice to
+fix this problem is planned after the release.</p>
+
+<p>[20090507] A bug was found in the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4&manpath=FreeBSD+7.2-stable"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">fxp</span>(4)</span></a> driver. This
+would cause poor TCP performance when TSO is enabled, and the receiver has a smaller MSS
+than the interface MTU setting. To workaround this issue, one can disable TSO by using <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ifconfig&sektion=8&manpath=FreeBSD+7.2-stable">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ifconfig</span>(8)</span></a>
+<code class="OPTION">-tso</code> parameter (per interface basis) or setting <code
+class="VARNAME">net.inet.tcp.tso</code> to <tt class="LITERAL">0</tt> (globally on the
+system). An Errata Notice to fix this problem is planned after the release.</p>
+
+<p>[20090608] An issue was found in the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4&manpath=FreeBSD+7.2-stable"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">bge</span>(4)</span></a> driver that it
+can cause a system panic upon reboot with heavy network traffic. A fix has been committed
+to RELENG_7 (r192127).</p>
+</div>
+
+<div class="SECT1">
+<hr />
+<h2 class="SECT1"><a id="LATE-NEWS" name="LATE-NEWS">4 Late-Breaking News and
+Corrections</a></h2>
+
+<p>[20090504] A patch to solve the locking issue in the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=malloc&sektion=3&manpath=FreeBSD+7.2-stable">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">malloc</span>(3)</span></a>
+implementation and threading library has been committed to the <tt
+class="LITERAL">RELENG_7</tt> branch for public testing.</p>
+
+<p>[20090507] A patch to solve the bug in the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4&manpath=FreeBSD+7.2-stable"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">fxp</span>(4)</span></a> driver that
+caused poor TCP performance has been committed to the <tt class="LITERAL">RELENG_7</tt>
+branch for public testing.</p>
+</div>
+</div>
+
+<hr />
+<p align="center"><small>This file, and other release-related documents, can be
+downloaded from <a
+href="http://www.FreeBSD.org/snapshots/">http://www.FreeBSD.org/snapshots/</a>.</small></p>
+
+<p align="center"><small>For questions about FreeBSD, read the <a
+href="http://www.FreeBSD.org/docs.html">documentation</a> before contacting &#60;<a
+href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&#62;.</small></p>
+
+<p align="center"><small>All users of FreeBSD 7-STABLE should subscribe to the &#60;<a
+href="mailto:stable@FreeBSD.org">stable@FreeBSD.org</a>&#62; mailing list.</small></p>
+
+<p align="center"><small>For questions about this documentation, e-mail &#60;<a
+href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&#62;.</small></p>
+</body>
+</html>
+
diff --git a/en_US.ISO8859-1/htdocs/releases/7.2R/hardware.html b/en_US.ISO8859-1/htdocs/releases/7.2R/hardware.html
new file mode 100644
index 0000000000..6fcf58ffef
--- /dev/null
+++ b/en_US.ISO8859-1/htdocs/releases/7.2R/hardware.html
@@ -0,0 +1,10115 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta name="generator" content="HTML Tidy, see www.w3.org" />
+<title>FreeBSD 7.2-RELEASE Hardware Notes</title>
+<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79" />
+<link rel="STYLESHEET" type="text/css" href="docbook.css" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+</head>
+<body class="ARTICLE" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
+alink="#0000FF">
+<div class="ARTICLE">
+<div class="TITLEPAGE">
+<h1 class="TITLE"><a id="AEN2" name="AEN2">FreeBSD 7.2-RELEASE Hardware Notes</a></h1>
+
+<h3 class="CORPAUTHOR">The FreeBSD Documentation Project</h3>
+
+<p class="COPYRIGHT">Copyright &copy; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+2008, 2009 The FreeBSD Documentation Project</p>
+
+<p class="PUBDATE">$FreeBSD: releng/7.2/release/doc/en_US.ISO8859-1/hardware/article.sgml
+191519 2009-04-26 09:54:03Z blackend $<br />
+</p>
+
+<div class="LEGALNOTICE"><a id="TRADEMARKS" name="TRADEMARKS"></a>
+<p>FreeBSD is a registered trademark of the FreeBSD Foundation.</p>
+
+<p>AMD, Am486, Am5X86, AMD Athlon, AMD Duron, AMD Opteron, AMD-K6, Athlon, &Eacute;lan,
+Opteron, and PCnet are trademarks of Advanced Micro Devices, Inc.</p>
+
+<p>IBM, AIX, EtherJet, Netfinity, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks
+of International Business Machines Corporation in the United States, other countries, or
+both.</p>
+
+<p>Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or
+registered trademarks of Intel Corporation or its subsidiaries in the United States and
+other countries.</p>
+
+<p>Sparc, Sparc64, SPARCEngine, and UltraSPARC are trademarks of SPARC International, Inc
+in the United States and other countries. Products bearing SPARC trademarks are based
+upon architecture developed by Sun Microsystems, Inc.</p>
+
+<p>Sun, Sun Microsystems, Java, Java Virtual Machine, JavaServer Pages, JDK, JRE, JSP,
+JVM, Netra, Solaris, StarOffice, Sun Blade, Sun Enterprise, Sun Fire, SunOS, and Ultra
+are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States
+and other countries.</p>
+
+<p>Many of the designations used by manufacturers and sellers to distinguish their
+products are claimed as trademarks. Where those designations appear in this document, and
+the FreeBSD Project was aware of the trademark claim, the designations have been followed
+by the &#8220;&trade;&#8221; or the &#8220;&reg;&#8221; symbol.</p>
+</div>
+
+<hr />
+</div>
+
+<div class="TOC">
+<dl>
+<dt><b>Table of Contents</b></dt>
+
+<dt>1 <a href="#INTRO">Introduction</a></dt>
+
+<dt>2 <a href="#PROC">Supported Processors and System Boards</a></dt>
+
+<dd>
+<dl>
+<dt>2.1 <a href="#PROC-AMD64">amd64</a></dt>
+
+<dt>2.2 <a href="#PROC-I386">i386</a></dt>
+
+<dt>2.3 <a href="#PROC-IA64">ia64</a></dt>
+
+<dt>2.4 <a href="#PROC-PC98">pc98</a></dt>
+
+<dt>2.5 <a href="#PROC-POWERPC">powerpc</a></dt>
+
+<dt>2.6 <a href="#PROC-SPARC64">sparc64</a></dt>
+</dl>
+</dd>
+
+<dt>3 <a href="#SUPPORT">Supported Devices</a></dt>
+
+<dd>
+<dl>
+<dt>3.1 <a href="#DISK">Disk Controllers</a></dt>
+
+<dt>3.2 <a href="#ETHERNET">Ethernet Interfaces</a></dt>
+
+<dt>3.3 <a href="#TOKENRING">Token Ring Interfaces</a></dt>
+
+<dt>3.4 <a href="#FDDI">FDDI Interfaces</a></dt>
+
+<dt>3.5 <a href="#ATM">ATM Interfaces</a></dt>
+
+<dt>3.6 <a href="#WLAN">Wireless Network Interfaces</a></dt>
+
+<dt>3.7 <a href="#MISC-NETWORK">Miscellaneous Networks</a></dt>
+
+<dt>3.8 <a href="#ISDN">ISDN Interfaces</a></dt>
+
+<dt>3.9 <a href="#SERIAL">Serial Interfaces</a></dt>
+
+<dt>3.10 <a href="#SOUND">Sound Devices</a></dt>
+
+<dt>3.11 <a href="#CAMERA">Camera and Video Capture Devices</a></dt>
+
+<dt>3.12 <a href="#USB">USB Devices</a></dt>
+
+<dt>3.13 <a href="#FIREWIRE">IEEE 1394 (Firewire) Devices</a></dt>
+
+<dt>3.14 <a href="#BLUETOOTH">Bluetooth Devices</a></dt>
+
+<dt>3.15 <a href="#CRYPTO-ACCEL">Cryptographic Accelerators</a></dt>
+
+<dt>3.16 <a href="#MISC">Miscellaneous</a></dt>
+</dl>
+</dd>
+</dl>
+</div>
+
+<div class="SECT1">
+<h2 class="SECT1"><a id="INTRO" name="INTRO">1 Introduction</a></h2>
+
+<p>This document contains the hardware compatibility notes for FreeBSD 7.2-RELEASE. It
+lists the hardware platforms supported by FreeBSD, as well as the various types of
+hardware devices (storage controllers, network interfaces, and so on), along with known
+working instances of these devices.</p>
+</div>
+
+<div class="SECT1">
+<hr />
+<h2 class="SECT1"><a id="PROC" name="PROC">2 Supported Processors and System
+Boards</a></h2>
+
+<p>This section provides some architecture-specific information about the specific
+processors and systems that are supported by each architecture.</p>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="PROC-AMD64" name="PROC-AMD64">2.1 amd64</a></h3>
+
+<p>Since mid-2003 FreeBSD/amd64 has supported the AMD64 (&#8220;Hammer&#8221;) and <span
+class="TRADEMARK">Intel</span>&reg; EM64T architecture, and is now one of the Tier-1
+platforms (fully supported architecture), which are expected to be Production Quality
+with respects to all aspects of the FreeBSD operating system, including installation and
+development environments.</p>
+
+<p>Note that there are two names for this architecture, AMD64 (AMD) and Intel EM64T
+(Extended Memory 64-bit Technology). 64-bit mode of the two architectures are almost
+compatible with each other, and FreeBSD/amd64 should support them both.</p>
+
+<p>As of this writing, the following processors are supported:</p>
+
+<ul>
+<li>
+<p><span class="TRADEMARK">AMD&nbsp;Athlon</span>&#8482;64
+(&#8220;Clawhammer&#8221;).</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">AMD&nbsp;Opteron</span>&#8482;
+(&#8220;Sledgehammer&#8221;).</p>
+</li>
+
+<li>
+<p>All multi-core <span class="TRADEMARK">Intel</span> <span
+class="TRADEMARK">Xeon</span>&#8482; processors except Sossaman have EM64T support.</p>
+</li>
+
+<li>
+<p>The single-core <span class="TRADEMARK">Intel</span> <span
+class="TRADEMARK">Xeon</span> processors &#8220;Nocona&#8221;, &#8220;Irwindale&#8221;,
+&#8220;Potomac&#8221;, and &#8220;Cranford&#8221; have EM64T support.</p>
+</li>
+
+<li>
+<p>All <span class="TRADEMARK">Intel</span> Core 2 (not Core Duo) and later
+processors</p>
+</li>
+
+<li>
+<p>All <span class="TRADEMARK">Intel</span> <span class="TRADEMARK">Pentium</span>&reg; D
+processors</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Intel</span> <span class="TRADEMARK">Pentium</span> 4s and
+Celeron Ds using the &#8220;Cedar Mill&#8221; core have EM64T support.</p>
+</li>
+
+<li>
+<p>Some <span class="TRADEMARK">Intel</span> <span class="TRADEMARK">Pentium</span> 4s
+and Celeron Ds using the &#8220;Prescott&#8221; core have EM64T support. See the <a
+href="http://processorfinder.intel.com" target="_top">Intel Processor Spec Finder</a> for
+the definitive answer about EM64T support in Intel processors.</p>
+</li>
+</ul>
+
+<p><span class="TRADEMARK">Intel</span> EM64T is an extended version of IA-32 (x86) and
+different from <span class="TRADEMARK">Intel</span> IA-64 (Itanium) architecture, which
+FreeBSD/ia64 supports. Some <span class="TRADEMARK">Intel</span>'s old documentation
+refers to <span class="TRADEMARK">Intel</span> EM64T as &#8220;64-bit extension
+technology&#8221; or &#8220;IA-32e&#8221;.</p>
+
+<p>The largest tested memory configuration to date is 32GB. SMP support has been recently
+completed and is reasonably robust.</p>
+
+<p>In many respects, FreeBSD/amd64 is similar to FreeBSD/i386, in terms of drivers
+supported. There may be some issues with 64-bit cleanliness in some (particularly older)
+drivers. Generally, drivers that already function correctly on other 64-bit platforms
+should work.</p>
+
+<p>FreeBSD/amd64 is a very young platform on FreeBSD. While the core FreeBSD kernel and
+base system components are generally fairly robust, there are likely to still be rough
+edges, particularly with third party packages.</p>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="PROC-I386" name="PROC-I386">2.2 i386</a></h3>
+
+<p>FreeBSD/i386 runs on a wide variety of &#8220;IBM PC compatible&#8221; machines. Due
+to the wide range of hardware available for this architecture, it is impossible to
+exhaustively list all combinations of equipment supported by FreeBSD. Nevertheless, some
+general guidelines are presented here.</p>
+
+<p>Almost all <span class="TRADEMARK">i386</span>&#8482;-compatible processors with a
+floating point unit are supported. All <span class="TRADEMARK">Intel</span> processors
+beginning with the 80486 are supported, including the 80486, <span
+class="TRADEMARK">Pentium</span>, <span class="TRADEMARK">Pentium</span> Pro, <span
+class="TRADEMARK">Pentium</span> II, <span class="TRADEMARK">Pentium</span> III, <span
+class="TRADEMARK">Pentium</span> 4, and variants thereof, such as the <span
+class="TRADEMARK">Xeon</span> and <span class="TRADEMARK">Celeron</span>&reg; processors.
+All <span class="TRADEMARK">i386</span>-compatible AMD processors are also supported,
+including the <span class="TRADEMARK">Am486</span>&reg;, <span
+class="TRADEMARK">Am5x86</span>&reg;, K5, <span class="TRADEMARK">AMD-K6</span>&reg; (and
+variants), <span class="TRADEMARK">AMD&nbsp;Athlon</span> (including Athlon-MP,
+Athlon-XP, Athlon-4, and Athlon Thunderbird), and <span
+class="TRADEMARK">AMD&nbsp;Duron</span>&#8482; processors. The AMD &Eacute;lan SC520
+embedded processor is supported. The Transmeta Crusoe is recognized and supported, as are
+<span class="TRADEMARK">i386</span>-compatible processors from Cyrix and NexGen.</p>
+
+<p>There is a wide variety of motherboards available for this architecture. Motherboards
+using the ISA, VLB, EISA, AGP, and PCI expansion busses are well-supported. There is some
+limited support for the MCA (&#8220;MicroChannel&#8221;) expansion bus used in the IBM
+PS/2 line of PCs.</p>
+
+<p>Symmetric multi-processor (SMP) systems are generally supported by FreeBSD, although
+in some cases, BIOS or motherboard bugs may generate some problems. Perusal of the
+archives of the <a href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp"
+target="_top">FreeBSD symmetric multiprocessing mailing list</a> may yield some
+clues.</p>
+
+<p>FreeBSD will take advantage of HyperThreading (HTT) support on <span
+class="TRADEMARK">Intel</span> CPUs that support this feature. A kernel with the <tt
+class="LITERAL">options&nbsp;SMP</tt> feature enabled will automatically detect the
+additional logical processors. The default FreeBSD scheduler treats the logical
+processors the same as additional physical processors; in other words, no attempt is made
+to optimize scheduling decisions given the shared resources between logical processors
+within the same CPU. Because this naive scheduling can result in suboptimal performance,
+under certain circumstances it may be useful to disable the logical processors with the
+the <code class="VARNAME">machdep.hlt_logical_cpus</code> sysctl variable. It is also
+possible to halt any CPU in the idle loop with the <code
+class="VARNAME">machdep.hlt_cpus</code> sysctl variable. The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=smp&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">smp</span>(4)</span></a> manual
+page has more details.</p>
+
+<p>FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that
+support this feature. A kernel with the <tt class="LITERAL">PAE</tt> feature enabled will
+detect memory above 4 gigabytes and allow it to be used by the system. This feature
+places constraints on the device drivers and other features of FreeBSD which may be used;
+consult the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=pae&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">pae</span>(4)</span></a> manpage
+for more details.</p>
+
+<p>FreeBSD will generally run on i386-based laptops, albeit with varying levels of
+support for certain hardware features such as sound, graphics, power management, and
+PCCARD expansion slots. These features tend to vary in idiosyncratic ways between
+machines, and frequently require special-case support in FreeBSD to work around hardware
+bugs or other oddities. When in doubt, a search of the archives of the <a
+href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile" target="_top">FreeBSD
+laptop computer mailing list</a> may be useful.</p>
+
+<p>Most modern laptops (as well as many desktops) use the Advanced Configuration and
+Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component
+Architecture reference implementation from <span class="TRADEMARK">Intel</span>, as
+described in the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">acpi</span>(4)</span></a> manual
+page. The use of ACPI causes instabilities on some machines and it may be necessary to
+disable the ACPI driver, which is normally loaded via a kernel module. This may be
+accomplished by adding the following line to <tt
+class="FILENAME">/boot/device.hints</tt>:</p>
+
+<pre class="PROGRAMLISTING">
+hint.acpi.0.disabled="1"
+</pre>
+
+<p>Users debugging ACPI-related problems may find it useful to disable portions of the
+ACPI functionality. The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">acpi</span>(4)</span></a> manual
+page has more information on how to do this via loader tunables.</p>
+
+<p>ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each
+machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from
+functioning correctly. Replacement DSDTs for some machines can be found at the <a
+href="http://acpi.sourceforge.net/dsdt/index.php" target="_top">DSDT</a> section of the
+<a href="http://acpi.sourceforge.net/" target="_top">ACPI4Linux</a> project Web site.
+FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">acpi</span>(4)</span></a> manual
+page for more information.</p>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="PROC-IA64" name="PROC-IA64">2.3 ia64</a></h3>
+
+<p>Currently supported processors are the <a
+href="http://people.freebsd.org/~marcel/refs/ia64/itanium/24532003.pdf"
+target="_top"><span class="TRADEMARK">Itanium</span>&reg;</a> and the <a
+href="http://people.freebsd.org/~marcel/refs/ia64/itanium2/25111003.pdf"
+target="_top"><span class="TRADEMARK">Itanium</span> 2</a>.</p>
+
+<p>Supported chipsets include:</p>
+
+<ul>
+<li>
+<p>HP zx1</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Intel</span> 460GX</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Intel</span> E8870</p>
+</li>
+</ul>
+
+<p>Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) configurations are
+supported.</p>
+
+<p>Most devices that can be found in or are compatible with ia64 machines are fully
+supported. The notable exception is the VGA console. The FreeBSD support for VGA consoles
+is at this time too much based on PC hardware and not all ia64 machines have chipsets
+that provide sufficient PC legacy support. As such <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=syscons&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">syscons</span>(4)</span></a> can
+not be enabled and the use of a serial console is required.</p>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="PROC-PC98" name="PROC-PC98">2.4 pc98</a></h3>
+
+<p>NEC PC-9801/9821 series with almost all <span class="TRADEMARK">i386</span>-compatible
+processors, including 80486, <span class="TRADEMARK">Pentium</span>, <span
+class="TRADEMARK">Pentium</span> Pro, <span class="TRADEMARK">Pentium</span> II, and
+variants. All <span class="TRADEMARK">i386</span>-compatible processors by AMD, Cyrix,
+IBM, and IDT are also supported.</p>
+
+<p>NEC FC-9801/9821 series, and NEC SV-98 series (both of them are compatible with
+PC-9801/9821 series) should be supported.</p>
+
+<p>EPSON PC-386/486/586 series, which are compatible with NEC PC-9801 series are
+supported.</p>
+
+<p>High-resolution mode is not supported. NEC PC-98XA/XL/RL/XL^2, and NEC PC-H98 series
+are supported in normal (PC-9801 compatible) mode only.</p>
+
+<p>Although there are some multi-processor systems (such as Rs20/B20), SMP-related
+features of FreeBSD are not supported yet.</p>
+
+<p>PC-9801/9821 standard bus (called C-Bus), PC-9801NOTE expansion bus (110pin), and PCI
+bus are supported. New Extend Standard Architecture (NESA) bus (used in PC-H98, SV-H98,
+and FC-H98 series) is not supported.</p>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="PROC-POWERPC" name="PROC-POWERPC">2.5 powerpc</a></h3>
+
+<p>The information for this paragraph has yet to be compiled.</p>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="PROC-SPARC64" name="PROC-SPARC64">2.6 sparc64</a></h3>
+
+<p>This section describes the systems currently known to be supported by FreeBSD on the
+<span class="TRADEMARK">UltraSPARC</span>&reg; platform. For background information on
+the various hardware designs see the <a href="http://sunsolve.sun.com/handbook_pub/"
+target="_top">Sun System Handbook</a>.</p>
+
+<p>SMP is supported on all systems with more than 1 processor.</p>
+
+<p>When using the <tt class="FILENAME">GENERIC</tt> kernel, FreeBSD/sparc64 systems not
+equipped with a framebuffer supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=creator&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">creator</span>(4)</span></a>
+(<span class="TRADEMARK">Sun</span>&#8482; Creator, <span class="TRADEMARK">Sun</span>
+Creator3D and <span class="TRADEMARK">Sun</span> Elite3D) or <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=machfb&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">machfb</span>(4)</span></a> (<span
+class="TRADEMARK">Sun</span> PGX and <span class="TRADEMARK">Sun</span> PGX64 as well as
+the ATI Mach64 chips found onboard in for example <span
+class="TRADEMARK">Sun&nbsp;Blade</span>&#8482; 100, <span
+class="TRADEMARK">Sun&nbsp;Blade</span> 150, Sun&nbsp;<span
+class="TRADEMARK">Ultra</span>&#8482; 5 and Sun&nbsp;<span class="TRADEMARK">Ultra</span>
+10) driver must use the serial console.</p>
+
+<p>If you have a system that is not listed here, it may not have been tested with FreeBSD
+7.2-RELEASE. We encourage you to try it and send a note to the <a
+href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64" target="_top">FreeBSD
+SPARC porting mailing list</a> with your results, including which devices work and which
+do not.</p>
+
+<p>The following systems are fully supported by FreeBSD:</p>
+
+<ul>
+<li>
+<p><span class="TRADEMARK">Sun&nbsp;Blade</span> 100</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Sun&nbsp;Blade</span> 150</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Sun&nbsp;Enterprise</span>&#8482; 100</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Sun&nbsp;Enterprise</span> 220R</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Sun&nbsp;Enterprise</span> 250</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Sun&nbsp;Enterprise</span> 420R</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Sun&nbsp;Enterprise</span> 450</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Sun&nbsp;Fire</span>&#8482; V100</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Sun&nbsp;Fire</span> V120</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Netra</span>&#8482; t1 105</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Netra</span> T1 AC200/DC200</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Netra</span> t 1100</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Netra</span> t 1120</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Netra</span> t 1125</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Netra</span> t 1400/1405</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Netra</span> 120</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Netra</span> X1</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">SPARCEngine</span>&reg; Ultra AX1105</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">SPARCEngine</span> Ultra AXe</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">SPARCEngine</span> Ultra AXi</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">SPARCEngine</span> Ultra AXmp</p>
+</li>
+
+<li>
+<p>Sun&nbsp;<span class="TRADEMARK">Ultra</span> 1</p>
+</li>
+
+<li>
+<p>Sun&nbsp;<span class="TRADEMARK">Ultra</span> 1E</p>
+</li>
+
+<li>
+<p>Sun&nbsp;<span class="TRADEMARK">Ultra</span> 2</p>
+</li>
+
+<li>
+<p>Sun&nbsp;<span class="TRADEMARK">Ultra</span> 5</p>
+</li>
+
+<li>
+<p>Sun&nbsp;<span class="TRADEMARK">Ultra</span> 10</p>
+</li>
+
+<li>
+<p>Sun&nbsp;<span class="TRADEMARK">Ultra</span> 30</p>
+</li>
+
+<li>
+<p>Sun&nbsp;<span class="TRADEMARK">Ultra</span> 60</p>
+</li>
+
+<li>
+<p>Sun&nbsp;<span class="TRADEMARK">Ultra</span> 80</p>
+</li>
+
+<li>
+<p>Sun&nbsp;<span class="TRADEMARK">Ultra</span> 450</p>
+</li>
+</ul>
+
+<p>The following systems are partially supported by FreeBSD. In particular the fibre
+channel controllers in SBus-based systems are not supported. However, it is possible to
+use these with a SCSI controller supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">esp</span>(4)</span></a> driver
+(<span class="TRADEMARK">Sun</span> ESP SCSI, <span class="TRADEMARK">Sun</span> FAS
+Fast-SCSI and <span class="TRADEMARK">Sun</span> FAS366 Fast-Wide SCSI controllers).</p>
+
+<ul>
+<li>
+<p><span class="TRADEMARK">Sun&nbsp;Enterprise</span> 3500</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Sun&nbsp;Enterprise</span> 4500</p>
+</li>
+</ul>
+
+<p>Starting with 7.2-RELEASE, sparc64 systems based on <span
+class="TRADEMARK">UltraSPARC</span> III and beyond are also supported by FreeBSD, which
+includes the following known working systems:</p>
+
+<ul>
+<li>
+<p><span class="TRADEMARK">Sun&nbsp;Blade</span> 1000</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Sun&nbsp;Blade</span> 1500</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Sun&nbsp;Blade</span> 2000</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Sun&nbsp;Fire</span> 280R</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Sun&nbsp;Fire</span> V210</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Sun&nbsp;Fire</span> V440 (except for the on-board NICs)</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Sun&nbsp;Fire</span> V880</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Netra</span> 20/<span class="TRADEMARK">Netra</span> T4</p>
+</li>
+</ul>
+
+<p>The following <span class="TRADEMARK">UltraSPARC</span> IIIi systems are not tested
+but believed to be also supported by FreeBSD:</p>
+
+<ul>
+<li>
+<p><span class="TRADEMARK">Sun&nbsp;Fire</span> V125</p>
+</li>
+
+<li>
+<p><span class="TRADEMARK">Sun&nbsp;Fire</span> V240</p>
+</li>
+</ul>
+</div>
+</div>
+
+<div class="SECT1">
+<hr />
+<h2 class="SECT1"><a id="SUPPORT" name="SUPPORT">3 Supported Devices</a></h2>
+
+<p>This section describes the devices currently known to be supported by FreeBSD. Other
+configurations may also work, but simply have not been tested yet. Feedback, updates, and
+corrections to this list are encouraged.</p>
+
+<p>Where possible, the drivers applicable to each device or class of devices is listed.
+If the driver in question has a manual page in the FreeBSD base distribution (most
+should), it is referenced here. Information on specific models of supported devices,
+controllers, etc. can be found in the manual pages.</p>
+
+<div class="NOTE">
+<blockquote class="NOTE">
+<p><b>Note:</b> The device lists in this document are being generated automatically from
+FreeBSD manual pages. This means that some devices, which are supported by multiple
+drivers, may appear multiple times.</p>
+</blockquote>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="DISK" name="DISK">3.1 Disk Controllers</a></h3>
+
+<p>[amd64, i386, ia64, pc98, sparc64] IDE/ATA controllers (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ata&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ata</span>(4)</span></a>
+driver)</p>
+
+<p>[pc98] IDE/ATA controllers (wdc driver)</p>
+
+<ul>
+<li>
+<p>On-board IDE controller</p>
+</li>
+</ul>
+
+<br />
+<br />
+<p>[i386,ia64,amd64] Controllers supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=aac&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">aac</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>Adaptec AAC-364</p>
+</li>
+
+<li>
+<p>Adaptec RAID 3085</p>
+</li>
+
+<li>
+<p>Adaptec RAID 31205</p>
+</li>
+
+<li>
+<p>Adaptec RAID 31605</p>
+</li>
+
+<li>
+<p>Adaptec RAID 5085</p>
+</li>
+
+<li>
+<p>Adaptec RAID 51205</p>
+</li>
+
+<li>
+<p>Adaptec RAID 51245</p>
+</li>
+
+<li>
+<p>Adaptec RAID 51605</p>
+</li>
+
+<li>
+<p>Adaptec RAID 51645</p>
+</li>
+
+<li>
+<p>Adaptec RAID 52445</p>
+</li>
+
+<li>
+<p>Adaptec RAID 5405</p>
+</li>
+
+<li>
+<p>Adaptec RAID 5445</p>
+</li>
+
+<li>
+<p>Adaptec RAID 5805</p>
+</li>
+
+<li>
+<p>Adaptec SAS RAID 3405</p>
+</li>
+
+<li>
+<p>Adaptec SAS RAID 3805</p>
+</li>
+
+<li>
+<p>Adaptec SAS RAID 4000SAS</p>
+</li>
+
+<li>
+<p>Adaptec SAS RAID 4005SAS</p>
+</li>
+
+<li>
+<p>Adaptec SAS RAID 4800SAS</p>
+</li>
+
+<li>
+<p>Adaptec SAS RAID 4805SAS</p>
+</li>
+
+<li>
+<p>Adaptec SATA RAID 2020SA ZCR</p>
+</li>
+
+<li>
+<p>Adaptec SATA RAID 2025SA ZCR</p>
+</li>
+
+<li>
+<p>Adaptec SATA RAID 2026ZCR</p>
+</li>
+
+<li>
+<p>Adaptec SATA RAID 2410SA</p>
+</li>
+
+<li>
+<p>Adaptec SATA RAID 2420SA</p>
+</li>
+
+<li>
+<p>Adaptec SATA RAID 2610SA</p>
+</li>
+
+<li>
+<p>Adaptec SATA RAID 2620SA</p>
+</li>
+
+<li>
+<p>Adaptec SATA RAID 2810SA</p>
+</li>
+
+<li>
+<p>Adaptec SATA RAID 2820SA</p>
+</li>
+
+<li>
+<p>Adaptec SATA RAID 21610SA</p>
+</li>
+
+<li>
+<p>Adaptec SCSI RAID 2020ZCR</p>
+</li>
+
+<li>
+<p>Adaptec SCSI RAID 2025ZCR</p>
+</li>
+
+<li>
+<p>Adaptec SCSI RAID 2120S</p>
+</li>
+
+<li>
+<p>Adaptec SCSI RAID 2130S</p>
+</li>
+
+<li>
+<p>Adaptec SCSI RAID 2130SLP</p>
+</li>
+
+<li>
+<p>Adaptec SCSI RAID 2230SLP</p>
+</li>
+
+<li>
+<p>Adaptec SCSI RAID 2200S</p>
+</li>
+
+<li>
+<p>Adaptec SCSI RAID 2240S</p>
+</li>
+
+<li>
+<p>Adaptec SCSI RAID 3230S</p>
+</li>
+
+<li>
+<p>Adaptec SCSI RAID 3240S</p>
+</li>
+
+<li>
+<p>Adaptec SCSI RAID 5400S</p>
+</li>
+
+<li>
+<p>Dell CERC SATA RAID 2</p>
+</li>
+
+<li>
+<p>Dell PERC 2/Si</p>
+</li>
+
+<li>
+<p>Dell PERC 2/QC</p>
+</li>
+
+<li>
+<p>Dell PERC 3/Si</p>
+</li>
+
+<li>
+<p>Dell PERC 3/Di</p>
+</li>
+
+<li>
+<p>Dell PERC 320/DC</p>
+</li>
+
+<li>
+<p>HP ML110 G2 (Adaptec SATA RAID 2610SA)</p>
+</li>
+
+<li>
+<p>HP NetRAID 4M</p>
+</li>
+
+<li>
+<p>IBM ServeRAID 8i</p>
+</li>
+
+<li>
+<p>IBM ServeRAID 8k</p>
+</li>
+
+<li>
+<p>IBM ServeRAID 8s</p>
+</li>
+
+<li>
+<p>ICP RAID ICP5045BL</p>
+</li>
+
+<li>
+<p>ICP RAID ICP5085BL</p>
+</li>
+
+<li>
+<p>ICP RAID ICP5085SL</p>
+</li>
+
+<li>
+<p>ICP RAID ICP5125BR</p>
+</li>
+
+<li>
+<p>ICP RAID ICP5125SL</p>
+</li>
+
+<li>
+<p>ICP RAID ICP5165BR</p>
+</li>
+
+<li>
+<p>ICP RAID ICP5165SL</p>
+</li>
+
+<li>
+<p>ICP RAID ICP5445SL</p>
+</li>
+
+<li>
+<p>ICP RAID ICP5805BL</p>
+</li>
+
+<li>
+<p>ICP RAID ICP5805SL</p>
+</li>
+
+<li>
+<p>ICP ICP5085BR SAS RAID</p>
+</li>
+
+<li>
+<p>ICP ICP9085LI SAS RAID</p>
+</li>
+
+<li>
+<p>ICP ICP9047MA SATA RAID</p>
+</li>
+
+<li>
+<p>ICP ICP9067MA SATA RAID</p>
+</li>
+
+<li>
+<p>ICP ICP9087MA SATA RAID</p>
+</li>
+
+<li>
+<p>ICP ICP9014RO SCSI RAID</p>
+</li>
+
+<li>
+<p>ICP ICP9024RO SCSI RAID</p>
+</li>
+
+<li>
+<p>Legend S220</p>
+</li>
+
+<li>
+<p>Legend S230</p>
+</li>
+
+<li>
+<p>Sun STK RAID REM</p>
+</li>
+
+<li>
+<p>Sun STK RAID EM</p>
+</li>
+
+<li>
+<p>SG-XPCIESAS-R-IN</p>
+</li>
+
+<li>
+<p>SG-XPCIESAS-R-EX</p>
+</li>
+
+<li>
+<p>AOC-USAS-S4i</p>
+</li>
+
+<li>
+<p>AOC-USAS-S8i</p>
+</li>
+
+<li>
+<p>AOC-USAS-S4iR</p>
+</li>
+
+<li>
+<p>AOC-USAS-S8iR</p>
+</li>
+
+<li>
+<p>AOC-USAS-S8i-LP</p>
+</li>
+
+<li>
+<p>AOC-USAS-S8iR-LP</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=adv&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">adv</span>(4)</span></a> driver
+supports the following SCSI controllers:</p>
+
+<ul>
+<li>
+<p>AdvanSys ABP510/5150</p>
+</li>
+
+<li>
+<p>AdvanSys ABP5140</p>
+</li>
+
+<li>
+<p>AdvanSys ABP5142</p>
+</li>
+
+<li>
+<p>AdvanSys ABP902/3902</p>
+</li>
+
+<li>
+<p>AdvanSys ABP3905</p>
+</li>
+
+<li>
+<p>AdvanSys ABP915</p>
+</li>
+
+<li>
+<p>AdvanSys ABP920</p>
+</li>
+
+<li>
+<p>AdvanSys ABP3922</p>
+</li>
+
+<li>
+<p>AdvanSys ABP3925</p>
+</li>
+
+<li>
+<p>AdvanSys ABP930, ABP930U, ABP930UA</p>
+</li>
+
+<li>
+<p>AdvanSys ABP960, ABP960U</p>
+</li>
+
+<li>
+<p>AdvanSys ABP542</p>
+</li>
+
+<li>
+<p>AdvanSys ABP742</p>
+</li>
+
+<li>
+<p>AdvanSys ABP842</p>
+</li>
+
+<li>
+<p>AdvanSys ABP940</p>
+</li>
+
+<li>
+<p>AdvanSys ABP940UA/3940UA</p>
+</li>
+
+<li>
+<p>AdvanSys ABP940U</p>
+</li>
+
+<li>
+<p>AdvanSys ABP3960UA</p>
+</li>
+
+<li>
+<p>AdvanSys ABP970, ABP970U</p>
+</li>
+
+<li>
+<p>AdvanSys ABP752</p>
+</li>
+
+<li>
+<p>AdvanSys ABP852</p>
+</li>
+
+<li>
+<p>AdvanSys ABP950</p>
+</li>
+
+<li>
+<p>AdvanSys ABP980, ABP980U</p>
+</li>
+
+<li>
+<p>AdvanSys ABP980UA/3980UA</p>
+</li>
+
+<li>
+<p>MELCO IFC-USP (PC-98)</p>
+</li>
+
+<li>
+<p>RATOC REX-PCI30 (PC-98)</p>
+</li>
+
+<li>
+<p>@Nifty FNECHARD IFC-USUP-TX (PC-98)</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=adw&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">adw</span>(4)</span></a> driver
+supports SCSI controllers including:</p>
+
+<ul>
+<li>
+<p>AdvanSys ABP940UW/ABP3940UW</p>
+</li>
+
+<li>
+<p>AdvanSys ABP950UW</p>
+</li>
+
+<li>
+<p>AdvanSys ABP970UW</p>
+</li>
+
+<li>
+<p>AdvanSys ABP3940U2W</p>
+</li>
+
+<li>
+<p>AdvanSys ABP3950U2W</p>
+</li>
+</ul>
+
+<p>[i386] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=aha&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">aha</span>(4)</span></a> driver
+supports the following SCSI host adapters:</p>
+
+<ul>
+<li>
+<p>Adaptec AHA-154xB</p>
+</li>
+
+<li>
+<p>Adaptec AHA-154xC</p>
+</li>
+
+<li>
+<p>Adaptec AHA-154xCF</p>
+</li>
+
+<li>
+<p>Adaptec AHA-154xCP</p>
+</li>
+
+<li>
+<p>Adaptec AHA-1640</p>
+</li>
+
+<li>
+<p>Adaptec AHA-174x in 154x emulation mode</p>
+</li>
+
+<li>
+<p>DTC 3290 SCSI controller in 1542 emulation mode</p>
+</li>
+
+<li>
+<p>Tekram SCSI controllers in 154x emulation mode</p>
+</li>
+</ul>
+
+<p>[i386] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ahb&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ahb</span>(4)</span></a> driver
+supports the following SCSI host adapters:</p>
+
+<ul>
+<li>
+<p>Adaptec AHA-1740</p>
+</li>
+
+<li>
+<p>Adaptec AHA-1742</p>
+</li>
+
+<li>
+<p>Adaptec AHA-1740A</p>
+</li>
+
+<li>
+<p>Adaptec AHA-1742A</p>
+</li>
+</ul>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ahc</span>(4)</span></a> driver
+supports the following SCSI host adapter chips and SCSI controller cards:</p>
+
+<ul>
+<li>
+<p>Adaptec AIC7770 host adapter chip</p>
+</li>
+
+<li>
+<p>Adaptec AIC7850 host adapter chip</p>
+</li>
+
+<li>
+<p>Adaptec AIC7860 host adapter chip</p>
+</li>
+
+<li>
+<p>Adaptec AIC7870 host adapter chip</p>
+</li>
+
+<li>
+<p>Adaptec AIC7880 host adapter chip</p>
+</li>
+
+<li>
+<p>Adaptec AIC7890 host adapter chip</p>
+</li>
+
+<li>
+<p>Adaptec AIC7891 host adapter chip</p>
+</li>
+
+<li>
+<p>Adaptec AIC7892 host adapter chip</p>
+</li>
+
+<li>
+<p>Adaptec AIC7895 host adapter chip</p>
+</li>
+
+<li>
+<p>Adaptec AIC7896 host adapter chip</p>
+</li>
+
+<li>
+<p>Adaptec AIC7897 host adapter chip</p>
+</li>
+
+<li>
+<p>Adaptec AIC7899 host adapter chip</p>
+</li>
+
+<li>
+<p>Adaptec 274X(W)</p>
+</li>
+
+<li>
+<p>Adaptec 274X(T)</p>
+</li>
+
+<li>
+<p>Adaptec 284X</p>
+</li>
+
+<li>
+<p>Adaptec 2910</p>
+</li>
+
+<li>
+<p>Adaptec 2915</p>
+</li>
+
+<li>
+<p>Adaptec 2920C</p>
+</li>
+
+<li>
+<p>Adaptec 2930C</p>
+</li>
+
+<li>
+<p>Adaptec 2930U2</p>
+</li>
+
+<li>
+<p>Adaptec 2940</p>
+</li>
+
+<li>
+<p>Adaptec 2940J</p>
+</li>
+
+<li>
+<p>Adaptec 2940N</p>
+</li>
+
+<li>
+<p>Adaptec 2940U</p>
+</li>
+
+<li>
+<p>Adaptec 2940AU</p>
+</li>
+
+<li>
+<p>Adaptec 2940UW</p>
+</li>
+
+<li>
+<p>Adaptec 2940UW Dual</p>
+</li>
+
+<li>
+<p>Adaptec 2940UW Pro</p>
+</li>
+
+<li>
+<p>Adaptec 2940U2W</p>
+</li>
+
+<li>
+<p>Adaptec 2940U2B</p>
+</li>
+
+<li>
+<p>Adaptec 2950U2W</p>
+</li>
+
+<li>
+<p>Adaptec 2950U2B</p>
+</li>
+
+<li>
+<p>Adaptec 19160B</p>
+</li>
+
+<li>
+<p>Adaptec 29160B</p>
+</li>
+
+<li>
+<p>Adaptec 29160N</p>
+</li>
+
+<li>
+<p>Adaptec 3940</p>
+</li>
+
+<li>
+<p>Adaptec 3940U</p>
+</li>
+
+<li>
+<p>Adaptec 3940AU</p>
+</li>
+
+<li>
+<p>Adaptec 3940UW</p>
+</li>
+
+<li>
+<p>Adaptec 3940AUW</p>
+</li>
+
+<li>
+<p>Adaptec 3940U2W</p>
+</li>
+
+<li>
+<p>Adaptec 3950U2</p>
+</li>
+
+<li>
+<p>Adaptec 3960</p>
+</li>
+
+<li>
+<p>Adaptec 39160</p>
+</li>
+
+<li>
+<p>Adaptec 3985</p>
+</li>
+
+<li>
+<p>Adaptec 4944UW</p>
+</li>
+
+<li>
+<p>NEC PC-9821Xt13 (PC-98)</p>
+</li>
+
+<li>
+<p>NEC RvII26 (PC-98)</p>
+</li>
+
+<li>
+<p>NEC PC-9821X-B02L/B09 (PC-98)</p>
+</li>
+
+<li>
+<p>NEC SV-98/2-B03 (PC-98)</p>
+</li>
+
+<li>
+<p>Many motherboards with on-board SCSI support</p>
+</li>
+</ul>
+
+<p>[i386,sparc64,ia64,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ahd&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ahd</span>(4)</span></a> driver
+supports the following:</p>
+
+<ul>
+<li>
+<p>Adaptec AIC7901 host adapter chip</p>
+</li>
+
+<li>
+<p>Adaptec AIC7901A host adapter chip</p>
+</li>
+
+<li>
+<p>Adaptec AIC7902 host adapter chip</p>
+</li>
+
+<li>
+<p>Adaptec 29320 host adapter</p>
+</li>
+
+<li>
+<p>Adaptec 39320 host adapter</p>
+</li>
+
+<li>
+<p>Many motherboards with on-board SCSI support</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] The adapters supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=aic&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">aic</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>Adaptec AHA-1505 (ISA)</p>
+</li>
+
+<li>
+<p>Adaptec AHA-1510A, AHA-1510B (ISA)</p>
+</li>
+
+<li>
+<p>Adaptec AHA-1520A, AHA-1520B (ISA)</p>
+</li>
+
+<li>
+<p>Adaptec AHA-1522A, AHA-1522B (ISA)</p>
+</li>
+
+<li>
+<p>Adaptec AHA-1535 (ISA)</p>
+</li>
+
+<li>
+<p>Creative Labs SoundBlaster SCSI host adapter (ISA)</p>
+</li>
+
+<li>
+<p>Adaptec AHA-1460, AHA-1460B, AHA-1460C, AHA-1460D (PC Card)</p>
+</li>
+
+<li>
+<p>Adaptec AHA-1030B, AHA-1030P (PC98)</p>
+</li>
+
+<li>
+<p>NEC PC-9801-100 (PC98)</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] Controllers supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=amd&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">amd</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>MELCO IFC-DP (PC-98)</p>
+</li>
+
+<li>
+<p>Tekram DC390</p>
+</li>
+
+<li>
+<p>Tekram DC390T</p>
+</li>
+</ul>
+
+<p>Controllers supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">amr</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>MegaRAID SATA 150-4</p>
+</li>
+
+<li>
+<p>MegaRAID SATA 150-6</p>
+</li>
+
+<li>
+<p>MegaRAID SATA 300-4X</p>
+</li>
+
+<li>
+<p>MegaRAID SATA 300-8X</p>
+</li>
+
+<li>
+<p>MegaRAID SCSI 320-1E</p>
+</li>
+
+<li>
+<p>MegaRAID SCSI 320-2E</p>
+</li>
+
+<li>
+<p>MegaRAID SCSI 320-4E</p>
+</li>
+
+<li>
+<p>MegaRAID SCSI 320-0X</p>
+</li>
+
+<li>
+<p>MegaRAID SCSI 320-2X</p>
+</li>
+
+<li>
+<p>MegaRAID SCSI 320-4X</p>
+</li>
+
+<li>
+<p>MegaRAID SCSI 320-0</p>
+</li>
+
+<li>
+<p>MegaRAID SCSI 320-1</p>
+</li>
+
+<li>
+<p>MegaRAID SCSI 320-2</p>
+</li>
+
+<li>
+<p>MegaRAID SCSI 320-4</p>
+</li>
+
+<li>
+<p>MegaRAID Series 418</p>
+</li>
+
+<li>
+<p>MegaRAID i4 133 RAID</p>
+</li>
+
+<li>
+<p>MegaRAID Elite 1500 (Series 467)</p>
+</li>
+
+<li>
+<p>MegaRAID Elite 1600 (Series 493)</p>
+</li>
+
+<li>
+<p>MegaRAID Elite 1650 (Series 4xx)</p>
+</li>
+
+<li>
+<p>MegaRAID Enterprise 1200 (Series 428)</p>
+</li>
+
+<li>
+<p>MegaRAID Enterprise 1300 (Series 434)</p>
+</li>
+
+<li>
+<p>MegaRAID Enterprise 1400 (Series 438)</p>
+</li>
+
+<li>
+<p>MegaRAID Enterprise 1500 (Series 467)</p>
+</li>
+
+<li>
+<p>MegaRAID Enterprise 1600 (Series 471)</p>
+</li>
+
+<li>
+<p>MegaRAID Express 100 (Series 466WS)</p>
+</li>
+
+<li>
+<p>MegaRAID Express 200 (Series 466)</p>
+</li>
+
+<li>
+<p>MegaRAID Express 300 (Series 490)</p>
+</li>
+
+<li>
+<p>MegaRAID Express 500 (Series 475)</p>
+</li>
+
+<li>
+<p>Dell PERC</p>
+</li>
+
+<li>
+<p>Dell PERC 2/SC</p>
+</li>
+
+<li>
+<p>Dell PERC 2/DC</p>
+</li>
+
+<li>
+<p>Dell PERC 3/DCL</p>
+</li>
+
+<li>
+<p>Dell PERC 3/QC</p>
+</li>
+
+<li>
+<p>Dell PERC 4/DC</p>
+</li>
+
+<li>
+<p>Dell PERC 4/IM</p>
+</li>
+
+<li>
+<p>Dell PERC 4/SC</p>
+</li>
+
+<li>
+<p>Dell PERC 4/Di</p>
+</li>
+
+<li>
+<p>Dell PERC 4e/DC</p>
+</li>
+
+<li>
+<p>Dell PERC 4e/Di</p>
+</li>
+
+<li>
+<p>Dell PERC 4e/Si</p>
+</li>
+
+<li>
+<p>Dell PERC 4ei</p>
+</li>
+
+<li>
+<p>HP NetRAID-1/Si</p>
+</li>
+
+<li>
+<p>HP NetRAID-3/Si (D4943A)</p>
+</li>
+
+<li>
+<p>HP Embedded NetRAID</p>
+</li>
+
+<li>
+<p>Intel RAID Controller SRCS16</p>
+</li>
+
+<li>
+<p>Intel RAID Controller SRCU42X</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=arcmsr&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">arcmsr</span>(4)</span></a> driver
+supports the following cards:</p>
+
+<ul>
+<li>
+<p>ARC-1110</p>
+</li>
+
+<li>
+<p>ARC-1120</p>
+</li>
+
+<li>
+<p>ARC-1130</p>
+</li>
+
+<li>
+<p>ARC-1160</p>
+</li>
+
+<li>
+<p>ARC-1170</p>
+</li>
+
+<li>
+<p>ARC-1180</p>
+</li>
+
+<li>
+<p>ARC-1110ML</p>
+</li>
+
+<li>
+<p>ARC-1120ML</p>
+</li>
+
+<li>
+<p>ARC-1130ML</p>
+</li>
+
+<li>
+<p>ARC-1160ML</p>
+</li>
+
+<li>
+<p>ARC-1210</p>
+</li>
+
+<li>
+<p>ARC-1220</p>
+</li>
+
+<li>
+<p>ARC-1230</p>
+</li>
+
+<li>
+<p>ARC-1260</p>
+</li>
+
+<li>
+<p>ARC-1280</p>
+</li>
+
+<li>
+<p>ARC-1210ML</p>
+</li>
+
+<li>
+<p>ARC-1220ML</p>
+</li>
+
+<li>
+<p>ARC-1231ML</p>
+</li>
+
+<li>
+<p>ARC-1261ML</p>
+</li>
+
+<li>
+<p>ARC-1280ML</p>
+</li>
+</ul>
+
+<p>[i386] The adapters currently supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=asr&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">asr</span>(4)</span></a> driver
+include the following:</p>
+
+<ul>
+<li>
+<p>Adaptec Zero-Channel SCSI RAID 2000S, 2005S, 2010S, 2015S</p>
+</li>
+
+<li>
+<p>Adaptec SCSI RAID 2100S, 2110S</p>
+</li>
+
+<li>
+<p>Adaptec ATA-100 RAID 2400A</p>
+</li>
+
+<li>
+<p>Adaptec SCSI RAID 3200S, 3210S</p>
+</li>
+
+<li>
+<p>Adaptec SCSI RAID 3400S, 3410S</p>
+</li>
+
+<li>
+<p>Adaptec SmartRAID PM1554</p>
+</li>
+
+<li>
+<p>Adaptec SmartRAID PM1564</p>
+</li>
+
+<li>
+<p>Adaptec SmartRAID PM2554</p>
+</li>
+
+<li>
+<p>Adaptec SmartRAID PM2564</p>
+</li>
+
+<li>
+<p>Adaptec SmartRAID PM2664</p>
+</li>
+
+<li>
+<p>Adaptec SmartRAID PM2754</p>
+</li>
+
+<li>
+<p>Adaptec SmartRAID PM2865</p>
+</li>
+
+<li>
+<p>Adaptec SmartRAID PM3754</p>
+</li>
+
+<li>
+<p>Adaptec SmartRAID PM3755U2B / SmartRAID V Millennium</p>
+</li>
+
+<li>
+<p>Adaptec SmartRAID PM3757</p>
+</li>
+
+<li>
+<p>DEC KZPCC-AC (LVD 1-ch, 4MB or 16MB cache), DEC KZPCC-CE (LVD 3-ch, 64MB cache), DEC
+KZPCC-XC (LVD 1-ch, 16MB cache), DEC KZPCC-XE (LVD 3-ch, 64MB cache) -- rebadged
+SmartRAID V Millennium</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">bt</span>(4)</span></a> driver supports
+the following BusLogic MultiMaster &#8220;W&#8221;, &#8220;C&#8221;, &#8220;S&#8221;, and
+&#8220;A&#8221; series and compatible SCSI host adapters:</p>
+
+<ul>
+<li>
+<p>BusLogic BT-445C</p>
+</li>
+
+<li>
+<p>BusLogic BT-445S</p>
+</li>
+
+<li>
+<p>BusLogic BT-540CF</p>
+</li>
+
+<li>
+<p>BusLogic BT-542B</p>
+</li>
+
+<li>
+<p>BusLogic BT-542B</p>
+</li>
+
+<li>
+<p>BusLogic BT-542D</p>
+</li>
+
+<li>
+<p>BusLogic BT-545C</p>
+</li>
+
+<li>
+<p>BusLogic BT-545S</p>
+</li>
+
+<li>
+<p>BusLogic/BusTek BT-640</p>
+</li>
+
+<li>
+<p>BusLogic BT-742A</p>
+</li>
+
+<li>
+<p>BusLogic BT-742A</p>
+</li>
+
+<li>
+<p>BusLogic BT-747C</p>
+</li>
+
+<li>
+<p>BusLogic BT-747D</p>
+</li>
+
+<li>
+<p>BusLogic BT-747S</p>
+</li>
+
+<li>
+<p>BusLogic BT-757C</p>
+</li>
+
+<li>
+<p>BusLogic BT-757CD</p>
+</li>
+
+<li>
+<p>BusLogic BT-757D</p>
+</li>
+
+<li>
+<p>BusLogic BT-757S</p>
+</li>
+
+<li>
+<p>BusLogic BT-946C</p>
+</li>
+
+<li>
+<p>BusLogic BT-948</p>
+</li>
+
+<li>
+<p>BusLogic BT-956C</p>
+</li>
+
+<li>
+<p>BusLogic BT-956CD</p>
+</li>
+
+<li>
+<p>BusLogic BT-958</p>
+</li>
+
+<li>
+<p>BusLogic BT-958D</p>
+</li>
+
+<li>
+<p>Storage Dimensions SDC3211B / SDC3211F</p>
+</li>
+</ul>
+
+<p>[i386,amd64] AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are
+also supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">bt</span>(4)</span></a> driver.</p>
+
+<p>[i386,ia64,amd64] Controllers supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ciss&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ciss</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>Compaq Smart Array 5300</p>
+</li>
+
+<li>
+<p>Compaq Smart Array 532</p>
+</li>
+
+<li>
+<p>Compaq Smart Array 5i</p>
+</li>
+
+<li>
+<p>HP Smart Array 5312</p>
+</li>
+
+<li>
+<p>HP Smart Array 6i</p>
+</li>
+
+<li>
+<p>HP Smart Array 641</p>
+</li>
+
+<li>
+<p>HP Smart Array 642</p>
+</li>
+
+<li>
+<p>HP Smart Array 6400</p>
+</li>
+
+<li>
+<p>HP Smart Array 6400 EM</p>
+</li>
+
+<li>
+<p>HP Smart Array E200</p>
+</li>
+
+<li>
+<p>HP Smart Array E200i</p>
+</li>
+
+<li>
+<p>HP Smart Array P212</p>
+</li>
+
+<li>
+<p>HP Smart Array P400</p>
+</li>
+
+<li>
+<p>HP Smart Array P400i</p>
+</li>
+
+<li>
+<p>HP Smart Array P410</p>
+</li>
+
+<li>
+<p>HP Smart Array P410i</p>
+</li>
+
+<li>
+<p>HP Smart Array P411</p>
+</li>
+
+<li>
+<p>HP Smart Array P600</p>
+</li>
+
+<li>
+<p>HP Smart Array P800</p>
+</li>
+
+<li>
+<p>HP Smart Array P812</p>
+</li>
+
+<li>
+<p>HP Modular Smart Array 20 (MSA20)</p>
+</li>
+
+<li>
+<p>HP Modular Smart Array 500 (MSA500)</p>
+</li>
+</ul>
+
+<p>[pc98] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ct&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">ct</span>(4)</span></a> driver supports
+the following adapters:</p>
+
+<ul>
+<li>
+<p>ELECOM bus-master SCSI adapters</p>
+</li>
+
+<li>
+<p>I-O DATA SC-98II</p>
+</li>
+
+<li>
+<p>ICM IF-2660, IF-2766, IF-2766ET, IF-2767 and IF-2769</p>
+</li>
+
+<li>
+<p>Logitec LHA-N151 and LHA-20x series</p>
+</li>
+
+<li>
+<p>Midori-Denshi MDC-554NA and MDC-926R</p>
+</li>
+
+<li>
+<p>NEC PC-9801-55, 92 and compatibles</p>
+</li>
+
+<li>
+<p>SMIT transfer type SCSI host adapters</p>
+</li>
+
+<li>
+<p>TEXA HA-55BS2 and its later models</p>
+</li>
+</ul>
+
+<p>[i386,ia64,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=dpt&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">dpt</span>(4)</span></a> driver
+provides support for the following RAID adapters:</p>
+
+<ul>
+<li>
+<p>DPT Smart Cache Plus</p>
+</li>
+
+<li>
+<p>Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) (Gen2)</p>
+</li>
+
+<li>
+<p>Smart RAID II (PM3?2?, PM3021, PM3222)</p>
+</li>
+
+<li>
+<p>Smart Cache III (PM2?3?)</p>
+</li>
+
+<li>
+<p>Smart RAID III (PM3?3?, PM3332 [EISA], PM3334UW [PCI]) (Gen3)</p>
+</li>
+
+<li>
+<p>Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) (Gen4)</p>
+</li>
+
+<li>
+<p>Smart RAID IV</p>
+</li>
+</ul>
+
+<div class="NOTE">
+<blockquote class="NOTE">
+<p><b>Note:</b> Booting from these controllers is supported. EISA adapters are not
+supported.</p>
+</blockquote>
+</div>
+
+<p>[sparc64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">esp</span>(4)</span></a> driver
+provides support for the Qlogic FAS216 and FAS408 SCSI controller chips found in a wide
+variety of systems and peripheral boards. This includes the Qlogic SCSI cards found in
+most Sun Ultra 1e and Ultra 2 machines. For Qlogic PCI SCSI host adapters, the isp(4)
+driver should be used in place of the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">esp</span>(4)</span></a>
+driver.</p>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">hptiop</span>(4)</span></a> driver
+supports the following SAS and SATA RAID controllers:</p>
+
+<ul>
+<li>
+<p>HighPoint RocketRAID 4320</p>
+</li>
+
+<li>
+<p>HighPoint RocketRAID 3220</p>
+</li>
+
+<li>
+<p>HighPoint RocketRAID 3320</p>
+</li>
+
+<li>
+<p>HighPoint RocketRAID 3410</p>
+</li>
+
+<li>
+<p>HighPoint RocketRAID 3520</p>
+</li>
+
+<li>
+<p>HighPoint RocketRAID 3510</p>
+</li>
+
+<li>
+<p>HighPoint RocketRAID 3511</p>
+</li>
+
+<li>
+<p>HighPoint RocketRAID 3521</p>
+</li>
+
+<li>
+<p>HighPoint RocketRAID 3522</p>
+</li>
+
+<li>
+<p>HighPoint RocketRAID 3540</p>
+</li>
+
+<li>
+<p>HighPoint RocketRAID 3120</p>
+</li>
+
+<li>
+<p>HighPoint RocketRAID 3122</p>
+</li>
+
+<li>
+<p>HighPoint RocketRAID 3020</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=hptmv&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">hptmv</span>(4)</span></a> driver
+supports the following ATA RAID controllers:</p>
+
+<ul>
+<li>
+<p>HighPoint's RocketRAID 182x series</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=hptrr&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">hptrr</span>(4)</span></a> driver
+supports the following RAID controllers:</p>
+
+<ul>
+<li>
+<p>RocketRAID 172x series</p>
+</li>
+
+<li>
+<p>RocketRAID 174x series</p>
+</li>
+
+<li>
+<p>RocketRAID 2210</p>
+</li>
+
+<li>
+<p>RocketRAID 222x series</p>
+</li>
+
+<li>
+<p>RocketRAID 2240</p>
+</li>
+
+<li>
+<p>RocketRAID 230x series</p>
+</li>
+
+<li>
+<p>RocketRAID 231x series</p>
+</li>
+
+<li>
+<p>RocketRAID 232x series</p>
+</li>
+
+<li>
+<p>RocketRAID 2340</p>
+</li>
+
+<li>
+<p>RocketRAID 2522</p>
+</li>
+</ul>
+
+<p>[i386] The following controllers are supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ida&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ida</span>(4)</span></a>
+driver:</p>
+
+<ul>
+<li>
+<p>Compaq SMART Array 221</p>
+</li>
+
+<li>
+<p>Compaq Integrated SMART Array Controller</p>
+</li>
+
+<li>
+<p>Compaq SMART Array 4200</p>
+</li>
+
+<li>
+<p>Compaq SMART Array 4250ES</p>
+</li>
+
+<li>
+<p>Compaq SMART 3200 Controller</p>
+</li>
+
+<li>
+<p>Compaq SMART 3100ES Controller</p>
+</li>
+
+<li>
+<p>Compaq SMART-2/DH Controller</p>
+</li>
+
+<li>
+<p>Compaq SMART-2/SL Controller</p>
+</li>
+
+<li>
+<p>Compaq SMART-2/P Controller</p>
+</li>
+
+<li>
+<p>Compaq SMART-2/E Controller</p>
+</li>
+
+<li>
+<p>Compaq SMART Controller</p>
+</li>
+</ul>
+
+<p>[i386,ia64,amd64] Controllers supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=iir&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">iir</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>Intel RAID Controller SRCMR</p>
+</li>
+
+<li>
+<p>Intel Server RAID Controller U3-l (SRCU31a)</p>
+</li>
+
+<li>
+<p>Intel Server RAID Controller U3-1L (SRCU31La)</p>
+</li>
+
+<li>
+<p>Intel Server RAID Controller U3-2 (SRCU32)</p>
+</li>
+
+<li>
+<p>All past and future releases of Intel and ICP RAID Controllers.</p>
+</li>
+</ul>
+
+<ul>
+<li>
+<p>Intel RAID Controller SRCU21 (discontinued)</p>
+</li>
+
+<li>
+<p>Intel RAID Controller SRCU31 (older revision, not compatible)</p>
+</li>
+
+<li>
+<p>Intel RAID Controller SRCU31L (older revision, not compatible)</p>
+</li>
+</ul>
+
+<p>[i386,ia64,amd64] The SRCU31 and SRCU31L can be updated via a firmware update
+available from Intel.</p>
+
+<p>[i386,amd64] Controllers supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ips&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ips</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>IBM ServeRAID 3H</p>
+</li>
+
+<li>
+<p>ServeRAID 4L/4M/4H</p>
+</li>
+
+<li>
+<p>ServeRAID Series 5</p>
+</li>
+
+<li>
+<p>ServeRAID 6i/6M</p>
+</li>
+
+<li>
+<p>ServeRAID 7t/7k/7M</p>
+</li>
+</ul>
+
+<p>Cards supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">isp</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>ISP1000</p>
+</li>
+
+<li>
+<p>ISP1020</p>
+</li>
+
+<li>
+<p>ISP1040</p>
+</li>
+
+<li>
+<p>Qlogic 1240</p>
+</li>
+
+<li>
+<p>Qlogic 1020</p>
+</li>
+
+<li>
+<p>Qlogic 1040</p>
+</li>
+
+<li>
+<p>Qlogic 1080</p>
+</li>
+
+<li>
+<p>Qlogic 1280</p>
+</li>
+
+<li>
+<p>Qlogic 12160</p>
+</li>
+
+<li>
+<p>Qlogic 210X</p>
+</li>
+
+<li>
+<p>Qlogic 220X</p>
+</li>
+
+<li>
+<p>Qlogic 2300</p>
+</li>
+
+<li>
+<p>Qlogic 2312</p>
+</li>
+
+<li>
+<p>Qlogic 234X</p>
+</li>
+
+<li>
+<p>Qlogic 2322</p>
+</li>
+
+<li>
+<p>Qlogic 200</p>
+</li>
+
+<li>
+<p>Qlogic 2422</p>
+</li>
+
+<li>
+<p>Qlogic 2432</p>
+</li>
+</ul>
+
+<p>[i386,ia64,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mfi</span>(4)</span></a> driver
+supports the following hardware:</p>
+
+<ul>
+<li>
+<p>LSI MegaRAID SAS 8408E</p>
+</li>
+
+<li>
+<p>LSI MegaRAID SAS 8480E</p>
+</li>
+
+<li>
+<p>Dell PERC5/i</p>
+</li>
+</ul>
+
+<p>[i386,ia64,amd64] Controllers supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=mlx&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mlx</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>Mylex DAC960P</p>
+</li>
+
+<li>
+<p>Mylex DAC960PD / DEC KZPSC (Fast Wide)</p>
+</li>
+
+<li>
+<p>Mylex DAC960PDU</p>
+</li>
+
+<li>
+<p>Mylex DAC960PL</p>
+</li>
+
+<li>
+<p>Mylex DAC960PJ</p>
+</li>
+
+<li>
+<p>Mylex DAC960PG</p>
+</li>
+
+<li>
+<p>Mylex DAC960PU / DEC PZPAC (Ultra Wide)</p>
+</li>
+
+<li>
+<p>Mylex AcceleRAID 150 (DAC960PRL)</p>
+</li>
+
+<li>
+<p>Mylex AcceleRAID 250 (DAC960PTL1)</p>
+</li>
+
+<li>
+<p>Mylex eXtremeRAID 1100 (DAC1164P)</p>
+</li>
+
+<li>
+<p>RAIDarray 230 controllers, aka the Ultra-SCSI DEC KZPAC-AA (1-ch, 4MB cache), KZPAC-CA
+(3-ch, 4MB), KZPAC-CB (3-ch, 8MB cache)</p>
+</li>
+</ul>
+
+<p>[i386,ia64,amd64] All major firmware revisions (2.x, 3.x, 4.x and 5.x) are supported,
+however it is always advisable to upgrade to the most recent firmware available for the
+controller. Compatible Mylex controllers not listed should work, but have not been
+verified.</p>
+
+<div class="NOTE">
+<blockquote class="NOTE">
+<p><b>Note:</b> Booting from these controllers is supported. EISA adapters are not
+supported.</p>
+</blockquote>
+</div>
+
+<p>[i386,ia64,amd64] Controllers supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=mly&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mly</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>Mylex AcceleRAID 160</p>
+</li>
+
+<li>
+<p>Mylex AcceleRAID 170</p>
+</li>
+
+<li>
+<p>Mylex AcceleRAID 352</p>
+</li>
+
+<li>
+<p>Mylex eXtremeRAID 2000</p>
+</li>
+
+<li>
+<p>Mylex eXtremeRAID 3000</p>
+</li>
+</ul>
+
+<p>[i386,ia64,amd64] Compatible Mylex controllers not listed should work, but have not
+been verified.</p>
+
+<p>The following controllers are supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mpt</span>(4)</span></a>
+driver:</p>
+
+<ul>
+<li>
+<p>LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI)</p>
+</li>
+
+<li>
+<p>LSI Logic AS1064, LSI Logic AS1068</p>
+</li>
+
+<li>
+<p>LSI Logic FC909 (1Gb/s Fibre Channel)</p>
+</li>
+
+<li>
+<p>LSI Logic FC909A (Dual 1Gb/s Fibre Channel)</p>
+</li>
+
+<li>
+<p>LSI Logic FC919, LSI Logic 7102XP-LC (Single 2Gb/s Fibre Channel)</p>
+</li>
+
+<li>
+<p>LSI Logic FC929, LSI Logic FC929X, LSI Logic 7202XP-LC (Dual 2Gb/s Fibre Channel)</p>
+</li>
+
+<li>
+<p>LSI Logic FC949X (Dual 4Gb/s Fibre Channel)</p>
+</li>
+
+<li>
+<p>LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express)</p>
+</li>
+</ul>
+
+<p>The Ultra 320 SCSI controller chips supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mpt</span>(4)</span></a> driver
+can be found onboard on many systems including:</p>
+
+<ul>
+<li>
+<p>Dell PowerEdge 1750 thru 2850</p>
+</li>
+
+<li>
+<p>IBM eServer xSeries 335</p>
+</li>
+</ul>
+
+<p>These systems also contain Integrated Raid Mirroring and Integrated Raid Mirroring
+Enhanced which this driver also supports. The SAS controller chips are also present on
+many new AMD/Opteron based systems, like the Sun 4100. Note that this controller can
+drive both SAS and SATA drives or a mix of them at the same time. The Integrated Raid
+Mirroring available for these controllers is poorly supported at best. The Fibre Channel
+controller chipset are supported by a broad variety of speeds and systems. The Apple
+Fibre Channel HBA is in fact the FC949ES card. This driver also supports target mode for
+Fibre Channel cards. This support may be enabled by setting the desired role of the core
+via the LSI Logic firmware utility that establishes what roles the card can take on - no
+separate compilation is required.</p>
+
+<p>[i386,pc98,sparc64,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ncr&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ncr</span>(4)</span></a> driver
+provides support for the following NCR/Symbios SCSI controller chips:</p>
+
+<ul>
+<li>
+<p>53C810</p>
+</li>
+
+<li>
+<p>53C810A</p>
+</li>
+
+<li>
+<p>53C815</p>
+</li>
+
+<li>
+<p>53C820</p>
+</li>
+
+<li>
+<p>53C825A</p>
+</li>
+
+<li>
+<p>53C860</p>
+</li>
+
+<li>
+<p>53C875</p>
+</li>
+
+<li>
+<p>53C875J</p>
+</li>
+
+<li>
+<p>53C885</p>
+</li>
+
+<li>
+<p>53C895</p>
+</li>
+
+<li>
+<p>53C895A</p>
+</li>
+
+<li>
+<p>53C896</p>
+</li>
+
+<li>
+<p>53C1510D</p>
+</li>
+</ul>
+
+<p>[i386,pc98,sparc64,amd64] The following add-on boards are known to be supported:</p>
+
+<ul>
+<li>
+<p>I-O DATA SC-98/PCI (PC-98)</p>
+</li>
+
+<li>
+<p>I-O DATA SC-PCI (PC-98)</p>
+</li>
+</ul>
+
+<p>[i386,pc98] The following devices are currently supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ncv&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ncv</span>(4)</span></a>
+driver:</p>
+
+<ul>
+<li>
+<p>I-O DATA PCSC-DV</p>
+</li>
+
+<li>
+<p>KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450</p>
+</li>
+
+<li>
+<p>Macnica Miracle SCSI-II mPS110</p>
+</li>
+
+<li>
+<p>Media Intelligent MSC-110, MSC-200</p>
+</li>
+
+<li>
+<p>NEC PC-9801N-J03R</p>
+</li>
+
+<li>
+<p>New Media Corporation BASICS SCSI</p>
+</li>
+
+<li>
+<p>Qlogic Fast SCSI</p>
+</li>
+
+<li>
+<p>RATOC REX-9530, REX-5572 (SCSI only)</p>
+</li>
+</ul>
+
+<p>[i386,pc98] Controllers supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=nsp&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">nsp</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>Alpha-Data AD-PCS201</p>
+</li>
+
+<li>
+<p>I-O DATA CBSC16</p>
+</li>
+</ul>
+
+<p>[i386] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=pst&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">pst</span>(4)</span></a> driver
+supports the Promise Supertrak SX6000 ATA hardware RAID controller.</p>
+
+<p>[i386,pc98] Controllers supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=stg&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">stg</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>Adaptec 2920/A</p>
+</li>
+
+<li>
+<p>Future Domain SCSI2GO</p>
+</li>
+
+<li>
+<p>Future Domain TMC-18XX/3260</p>
+</li>
+
+<li>
+<p>IBM SCSI PCMCIA Card</p>
+</li>
+
+<li>
+<p>ICM PSC-2401 SCSI</p>
+</li>
+
+<li>
+<p>MELCO IFC-SC</p>
+</li>
+
+<li>
+<p>RATOC REX-5536, REX-5536AM, REX-5536M, REX-9836A</p>
+</li>
+</ul>
+
+<p>[i386,pc98] Note that the Adaptec 2920C is supported by the ahc(4) driver.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sym</span>(4)</span></a> driver
+provides support for the following Symbios/LSI Logic PCI SCSI controllers:</p>
+
+<ul>
+<li>
+<p>53C810</p>
+</li>
+
+<li>
+<p>53C810A</p>
+</li>
+
+<li>
+<p>53C815</p>
+</li>
+
+<li>
+<p>53C825</p>
+</li>
+
+<li>
+<p>53C825A</p>
+</li>
+
+<li>
+<p>53C860</p>
+</li>
+
+<li>
+<p>53C875</p>
+</li>
+
+<li>
+<p>53C876</p>
+</li>
+
+<li>
+<p>53C895</p>
+</li>
+
+<li>
+<p>53C895A</p>
+</li>
+
+<li>
+<p>53C896</p>
+</li>
+
+<li>
+<p>53C897</p>
+</li>
+
+<li>
+<p>53C1000</p>
+</li>
+
+<li>
+<p>53C1000R</p>
+</li>
+
+<li>
+<p>53C1010-33</p>
+</li>
+
+<li>
+<p>53C1010-66</p>
+</li>
+
+<li>
+<p>53C1510D</p>
+</li>
+</ul>
+
+<p>The SCSI controllers supported by <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sym</span>(4)</span></a> can be
+either embedded on a motherboard, or on one of the following add-on boards:</p>
+
+<ul>
+<li>
+<p>ASUS SC-200, SC-896</p>
+</li>
+
+<li>
+<p>Data Technology DTC3130 (all variants)</p>
+</li>
+
+<li>
+<p>DawiControl DC2976UW</p>
+</li>
+
+<li>
+<p>Diamond FirePort (all)</p>
+</li>
+
+<li>
+<p>I-O DATA SC-UPCI (PC-98)</p>
+</li>
+
+<li>
+<p>Logitec LHA-521UA (PC-98)</p>
+</li>
+
+<li>
+<p>NCR cards (all)</p>
+</li>
+
+<li>
+<p>Symbios cards (all)</p>
+</li>
+
+<li>
+<p>Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D, and 390U3W</p>
+</li>
+
+<li>
+<p>Tyan S1365</p>
+</li>
+</ul>
+
+<p>[i386,amd64] SCSI controllers supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=trm&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">trm</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal SCSI connector</p>
+</li>
+
+<li>
+<p>Tekram DC-315U PCI Ultra SCSI adapter without BIOS</p>
+</li>
+
+<li>
+<p>Tekram DC-395F PCI Ultra-Wide SCSI adapter with flash BIOS and 68-pin external SCSI
+connector</p>
+</li>
+
+<li>
+<p>Tekram DC-395U PCI Ultra SCSI adapter with flash BIOS</p>
+</li>
+
+<li>
+<p>Tekram DC-395UW PCI Ultra-Wide SCSI adapter with flash BIOS</p>
+</li>
+
+<li>
+<p>Tekram DC-395U2W PCI Ultra2-Wide SCSI adapter with flash BIOS</p>
+</li>
+</ul>
+
+<p>[i386,amd64] For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host
+adapters, use the sym(4) driver.</p>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=twa&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">twa</span>(4)</span></a> driver
+supports the following SATA RAID controllers:</p>
+
+<ul>
+<li>
+<p>AMCC's 3ware 9500S-4LP</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 9500S-8</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 9500S-8MI</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 9500S-12</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 9500S-12MI</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 9500SX-4LP</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 9500SX-8LP</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 9500SX-12</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 9500SX-12MI</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 9500SX-16ML</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 9550SX-4LP</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 9550SX-8LP</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 9550SX-12</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 9550SX-12MI</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 9550SX-16ML</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 9650SE-2LP</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 9650SE-4LPML</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 9650SE-8LPML</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 9650SE-12ML</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 9650SE-16ML</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 9650SE-24M8</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=twe&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">twe</span>(4)</span></a> driver
+supports the following PATA/SATA RAID controllers:</p>
+
+<ul>
+<li>
+<p>AMCC's 3ware 5000 series</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 6000 series</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 7000-2</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 7006-2</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 7500-4LP</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 7500-8</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 7500-12</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 7506-4LP</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 7506-8</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 7506-12</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 8006-2LP</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 8500-4LP</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 8500-8</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 8500-12</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 8506-4LP</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 8506-8</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 8506-8MI</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 8506-12</p>
+</li>
+
+<li>
+<p>AMCC's 3ware 8506-12MI</p>
+</li>
+</ul>
+
+<p>[i386] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=vpo&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">vpo</span>(4)</span></a> driver
+supports the following parallel to SCSI interfaces:</p>
+
+<ul>
+<li>
+<p>Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega ZIP drives)</p>
+</li>
+
+<li>
+<p>Iomega Jaz Traveller interface</p>
+</li>
+
+<li>
+<p>Iomega MatchMaker SCSI interface (built-in to Iomega ZIP+ drives)</p>
+</li>
+</ul>
+
+<p>[i386] The wds(4) driver supports the WD7000 SCSI controller.</p>
+
+<p>With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and
+SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT,
+8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM
+drives. WORM devices that support CD-ROM commands are supported for read-only access by
+the CD-ROM drivers (such as <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">cd</span>(4)</span></a>).
+WORM/CD-R/CD-RW writing support is provided by <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=cdrecord&sektion=1&manpath=FreeBSD+Ports"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">cdrecord</span>(1)</span></a>, which is
+a part of the <a
+href="http://www.FreeBSD.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr"><tt
+class="FILENAME">sysutils/cdrtools</tt></a> port in the Ports Collection.</p>
+
+<p>The following CD-ROM type systems are supported at this time:</p>
+
+<ul>
+<li>
+<p>SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">cd</span>(4)</span></a>)</p>
+</li>
+
+<li>
+<p>[i386] Sony proprietary interface (all models) (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=scd&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">scd</span>(4)</span></a>)</p>
+</li>
+
+<li>
+<p>ATAPI IDE interface (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=acd&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">acd</span>(4)</span></a>)</p>
+</li>
+</ul>
+
+<br />
+<br />
+<p>[i386] The following device is unmaintained:</p>
+
+<ul>
+<li>
+<p>Mitsumi proprietary CD-ROM interface (all models) (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=mcd&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mcd</span>(4)</span></a>)</p>
+</li>
+</ul>
+
+<br />
+<br />
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="ETHERNET" name="ETHERNET">3.2 Ethernet Interfaces</a></h3>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ale</span>(4)</span></a> device
+driver provides support for the following Ethernet controllers:</p>
+
+<ul>
+<li>
+<p>Atheros AR8113 PCI Express Fast Ethernet controller</p>
+</li>
+
+<li>
+<p>Atheros AR8114 PCI Express Fast Ethernet controller</p>
+</li>
+
+<li>
+<p>Atheros AR8121 PCI Express Gigabit Ethernet controller</p>
+</li>
+</ul>
+
+<p>[i386,pc98,ia64,amd64,powerpc] Adapters supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=aue&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">aue</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>Abocom UFE1000, DSB650TX_NA</p>
+</li>
+
+<li>
+<p>Accton USB320-EC, SpeedStream</p>
+</li>
+
+<li>
+<p>ADMtek AN986, AN8511</p>
+</li>
+
+<li>
+<p>Billionton USB100, USB100LP, USB100EL, USBE100</p>
+</li>
+
+<li>
+<p>Corega Ether FEther USB-T, FEther USB-TX, FEther USB-TXS</p>
+</li>
+
+<li>
+<p>D-Link DSB-650, DSB-650TX, DSB-650TX-PNA</p>
+</li>
+
+<li>
+<p>Elecom LD-USBL/TX</p>
+</li>
+
+<li>
+<p>Elsa Microlink USB2Ethernet</p>
+</li>
+
+<li>
+<p>HP hn210e</p>
+</li>
+
+<li>
+<p>I-O Data USB ETTX</p>
+</li>
+
+<li>
+<p>Kingston KNU101TX</p>
+</li>
+
+<li>
+<p>LinkSys USB10T adapters that contain the AN986 Pegasus chipset, USB10TA, USB10TX,
+USB100TX, USB100H1</p>
+</li>
+
+<li>
+<p>MELCO LUA-TX, LUA2-TX</p>
+</li>
+
+<li>
+<p>Netgear FA101</p>
+</li>
+
+<li>
+<p>Planex UE-200TX</p>
+</li>
+
+<li>
+<p>Sandberg USB to Network Link (model number 133-06)</p>
+</li>
+
+<li>
+<p>Siemens Speedstream</p>
+</li>
+
+<li>
+<p>SmartBridges smartNIC</p>
+</li>
+
+<li>
+<p>SMC 2202USB</p>
+</li>
+
+<li>
+<p>SOHOware NUB100</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64,powerpc] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=axe&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">axe</span>(4)</span></a> driver
+supports ASIX Electronics AX88172/AX88178/AX88772 based USB Ethernet adapters including:
+AX88172:</p>
+
+<ul>
+<li>
+<p>AboCom UF200</p>
+</li>
+
+<li>
+<p>Acer Communications EP1427X2</p>
+</li>
+
+<li>
+<p>ATen UC210T</p>
+</li>
+
+<li>
+<p>Billionton SnapPort</p>
+</li>
+
+<li>
+<p>Billionton USB2AR</p>
+</li>
+
+<li>
+<p>Buffalo (Melco Inc.) LUA-U2-KTX</p>
+</li>
+
+<li>
+<p>Corega USB2_TX</p>
+</li>
+
+<li>
+<p>D-Link DUBE100</p>
+</li>
+
+<li>
+<p>Goodway GWUSB2E</p>
+</li>
+
+<li>
+<p>JVC MP_PRX1</p>
+</li>
+
+<li>
+<p>LinkSys USB200M</p>
+</li>
+
+<li>
+<p>Netgear FA120</p>
+</li>
+
+<li>
+<p>Sitecom LN-029</p>
+</li>
+
+<li>
+<p>System TALKS Inc. SGC-X2UL</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64,powerpc] AX88178:</p>
+
+<ul>
+<li>
+<p>Belkin F5D5055</p>
+</li>
+
+<li>
+<p>Planex Communications GU1000T</p>
+</li>
+
+<li>
+<p>Sitecom Europe LN-028</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64,powerpc] AX88772:</p>
+
+<ul>
+<li>
+<p>Cisco-Linksys USB200Mv2</p>
+</li>
+
+<li>
+<p>D-Link DUBE100B1</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=bce&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">bce</span>(4)</span></a> driver
+provides support for various NICs based on the Broadcom NetXtreme II family of Gigabit
+Ethernet controllers, including the following:</p>
+
+<ul>
+<li>
+<p>Broadcom NetXtreme II BCM5706 1000Base-SX</p>
+</li>
+
+<li>
+<p>Broadcom NetXtreme II BCM5706 1000Base-T</p>
+</li>
+
+<li>
+<p>Broadcom NetXtreme II BCM5708 1000Base-SX</p>
+</li>
+
+<li>
+<p>Broadcom NetXtreme II BCM5708 1000Base-T</p>
+</li>
+
+<li>
+<p>Broadcom NetXtreme II BCM5709 1000Base-SX</p>
+</li>
+
+<li>
+<p>Broadcom NetXtreme II BCM5709 1000Base-T</p>
+</li>
+
+<li>
+<p>Broadcom NetXtreme II BCM5716 1000Base-T</p>
+</li>
+
+<li>
+<p>Dell PowerEdge 1950 integrated BCM5708 NIC</p>
+</li>
+
+<li>
+<p>Dell PowerEdge 2950 integrated BCM5708 NIC</p>
+</li>
+
+<li>
+<p>HP NC370F Multifunction Gigabit Server Adapter</p>
+</li>
+
+<li>
+<p>HP NC370T Multifunction Gigabit Server Adapter</p>
+</li>
+
+<li>
+<p>HP NC370i Multifunction Gigabit Server Adapter</p>
+</li>
+
+<li>
+<p>HP NC371i Multifunction Gigabit Server Adapter</p>
+</li>
+
+<li>
+<p>HP NC373F PCIe Multifunc Giga Server Adapter</p>
+</li>
+
+<li>
+<p>HP NC373T PCIe Multifunction Gig Server Adapter</p>
+</li>
+
+<li>
+<p>HP NC373i Multifunction Gigabit Server Adapter</p>
+</li>
+
+<li>
+<p>HP NC373m Multifunction Gigabit Server Adapter</p>
+</li>
+
+<li>
+<p>HP NC374m PCIe Multifunction Adapter</p>
+</li>
+
+<li>
+<p>HP NC380T PCIe DP Multifunc Gig Server Adapter</p>
+</li>
+
+<li>
+<p>HP NC382T PCIe DP Multifunction Gigabit Server Adapter</p>
+</li>
+
+<li>
+<p>HP NC382i DP Multifunction Gigabit Server Adapter</p>
+</li>
+
+<li>
+<p>HP NC382m DP 1GbE Multifunction BL-c Adapter</p>
+</li>
+</ul>
+
+<p>[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=bfe&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">bfe</span>(4)</span></a>
+driver)</p>
+
+<p>[i386,pc98,sparc64,ia64,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">bge</span>(4)</span></a> driver
+provides support for various NICs based on the Broadcom BCM570x family of Gigabit
+Ethernet controller chips, including the following:</p>
+
+<ul>
+<li>
+<p>3Com 3c996-SX (1000baseSX)</p>
+</li>
+
+<li>
+<p>3Com 3c996-T (10/100/1000baseTX)</p>
+</li>
+
+<li>
+<p>Dell PowerEdge 1750 integrated BCM5704C NIC (10/100/1000baseTX)</p>
+</li>
+
+<li>
+<p>Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX)</p>
+</li>
+
+<li>
+<p>Dell PowerEdge 2650 integrated BCM5703 NIC (10/100/1000baseTX)</p>
+</li>
+
+<li>
+<p>IBM x235 server integrated BCM5703x NIC (10/100/1000baseTX)</p>
+</li>
+
+<li>
+<p>HP Compaq dc7600 integrated BCM5752 NIC (10/100/1000baseTX)</p>
+</li>
+
+<li>
+<p>HP ProLiant NC7760 embedded Gigabit NIC (10/100/1000baseTX)</p>
+</li>
+
+<li>
+<p>HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseTX)</p>
+</li>
+
+<li>
+<p>HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseTX)</p>
+</li>
+
+<li>
+<p>HP ProLiant NC7781 embedded PCI-X Gigabit NIC (10/100/1000baseTX)</p>
+</li>
+
+<li>
+<p>Netgear GA302T (10/100/1000baseTX)</p>
+</li>
+
+<li>
+<p>SysKonnect SK-9D21 (10/100/1000baseTX)</p>
+</li>
+
+<li>
+<p>SysKonnect SK-9D41 (1000baseSX)</p>
+</li>
+</ul>
+
+<p>[i386,pc98,ia64,amd64,powerpc] The following devices are supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=cdce&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cdce</span>(4)</span></a>
+driver:</p>
+
+<ul>
+<li>
+<p>Prolific PL-2501 Host-to-Host Bridge Controller</p>
+</li>
+
+<li>
+<p>Sharp Zaurus PDA</p>
+</li>
+
+<li>
+<p>Terayon TJ-715 DOCSIS Cable Modem</p>
+</li>
+</ul>
+
+<p>[amd64, i386] Crystal Semiconductor CS89x0-based NICs (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=cs&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">cs</span>(4)</span></a> driver)</p>
+
+<p>[i386,pc98,ia64,amd64,powerpc] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=cue&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cue</span>(4)</span></a> driver
+supports CATC USB-EL1210A based USB Ethernet adapters including:</p>
+
+<ul>
+<li>
+<p>Belkin F5U011/F5U111</p>
+</li>
+
+<li>
+<p>CATC Netmate</p>
+</li>
+
+<li>
+<p>CATC Netmate II</p>
+</li>
+
+<li>
+<p>SmartBridges SmartLink</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cxgb</span>(4)</span></a> driver
+supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset:</p>
+
+<ul>
+<li>
+<p>Chelsio 10GBase-CX4</p>
+</li>
+
+<li>
+<p>Chelsio 10GBase-LR</p>
+</li>
+
+<li>
+<p>Chelsio 10GBase-SR</p>
+</li>
+</ul>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">dc</span>(4)</span></a> driver provides
+support for the following chipsets:</p>
+
+<ul>
+<li>
+<p>DEC/Intel 21143</p>
+</li>
+
+<li>
+<p>ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II and ADM9513 Centaur II</p>
+</li>
+
+<li>
+<p>ASIX Electronics AX88140A and AX88141</p>
+</li>
+
+<li>
+<p>Conexant LANfinity RS7112 (miniPCI)</p>
+</li>
+
+<li>
+<p>Davicom DM9009, DM9100, DM9102 and DM9102A</p>
+</li>
+
+<li>
+<p>Lite-On 82c168 and 82c169 PNIC</p>
+</li>
+
+<li>
+<p>Lite-On/Macronix 82c115 PNIC II</p>
+</li>
+
+<li>
+<p>Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 and 98732</p>
+</li>
+
+<li>
+<p>Xircom X3201 (cardbus only)</p>
+</li>
+</ul>
+
+<p>The following NICs are known to work with the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">dc</span>(4)</span></a> driver at this
+time:</p>
+
+<ul>
+<li>
+<p>3Com OfficeConnect 10/100B (ADMtek AN985 Centaur-P)</p>
+</li>
+
+<li>
+<p>Abocom FE2500</p>
+</li>
+
+<li>
+<p>Accton EN1217 (98715A)</p>
+</li>
+
+<li>
+<p>Accton EN2242 MiniPCI</p>
+</li>
+
+<li>
+<p>Adico AE310TX (98715A)</p>
+</li>
+
+<li>
+<p>Alfa Inc GFC2204 (ASIX AX88140A)</p>
+</li>
+
+<li>
+<p>Built in 10Mbps only Ethernet on Compaq Presario 7900 series desktops (21143,
+non-MII)</p>
+</li>
+
+<li>
+<p>Built in Sun DMFE 10/100 Mbps Ethernet on Sun Netra X1 and Sun Fire V100 (DM9102A,
+MII)</p>
+</li>
+
+<li>
+<p>Built in Ethernet on LinkSys EtherFast 10/100 Instant GigaDrive (DM9102, MII)</p>
+</li>
+
+<li>
+<p>CNet Pro110B (ASIX AX88140A)</p>
+</li>
+
+<li>
+<p>CNet Pro120A (98715A or 98713A) and CNet Pro120B (98715)</p>
+</li>
+
+<li>
+<p>Compex RL100-TX (98713 or 98713A)</p>
+</li>
+
+<li>
+<p>D-Link DFE-570TX (21143, MII, quad port)</p>
+</li>
+
+<li>
+<p>Digital DE500-BA 10/100 (21143, non-MII)</p>
+</li>
+
+<li>
+<p>ELECOM Laneed LD-CBL/TXA (ADMtek AN985)</p>
+</li>
+
+<li>
+<p>Hawking CB102 CardBus</p>
+</li>
+
+<li>
+<p>IBM EtherJet Cardbus Adapter</p>
+</li>
+
+<li>
+<p>Intel PRO/100 Mobile Cardbus (versions that use the X3201 chipset)</p>
+</li>
+
+<li>
+<p>Jaton XpressNet (Davicom DM9102)</p>
+</li>
+
+<li>
+<p>Kingston KNE100TX (21143, MII)</p>
+</li>
+
+<li>
+<p>Kingston KNE110TX (PNIC 82c169)</p>
+</li>
+
+<li>
+<p>LinkSys LNE100TX (PNIC 82c168, 82c169)</p>
+</li>
+
+<li>
+<p>LinkSys LNE100TX v2.0 (PNIC II 82c115)</p>
+</li>
+
+<li>
+<p>LinkSys LNE100TX v4.0/4.1 (ADMtek AN985 Centaur-P)</p>
+</li>
+
+<li>
+<p>Matrox FastNIC 10/100 (PNIC 82c168, 82c169)</p>
+</li>
+
+<li>
+<p>Melco LGY-PCI-TXL</p>
+</li>
+
+<li>
+<p>Microsoft MN-120 10/100 CardBus (ADMTek Centaur-C)</p>
+</li>
+
+<li>
+<p>Microsoft MN-130 10/100 PCI (ADMTek Centaur-P)</p>
+</li>
+
+<li>
+<p>NDC SOHOware SFA110A (98713A)</p>
+</li>
+
+<li>
+<p>NDC SOHOware SFA110A Rev B4 (98715AEC-C)</p>
+</li>
+
+<li>
+<p>NetGear FA310-TX Rev. D1, D2 or D3 (PNIC 82c169)</p>
+</li>
+
+<li>
+<p>Netgear FA511</p>
+</li>
+
+<li>
+<p>PlaneX FNW-3602-T (ADMtek AN985)</p>
+</li>
+
+<li>
+<p>SMC EZ Card 10/100 1233A-TX (ADMtek AN985)</p>
+</li>
+
+<li>
+<p>SVEC PN102-TX (98713)</p>
+</li>
+
+<li>
+<p>Xircom Cardbus Realport</p>
+</li>
+
+<li>
+<p>Xircom Cardbus Ethernet 10/100</p>
+</li>
+
+<li>
+<p>Xircom Cardbus Ethernet II 10/100</p>
+</li>
+</ul>
+
+<p>[i386,pc98,ia64,amd64] Adapters supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=de&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">de</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>Adaptec ANA-6944/TX</p>
+</li>
+
+<li>
+<p>Cogent EM100FX and EM440TX</p>
+</li>
+
+<li>
+<p>Corega FastEther PCI-TX</p>
+</li>
+
+<li>
+<p>D-Link DFE-500TX</p>
+</li>
+
+<li>
+<p>DEC DE435, DEC DE450, and DEC DE500</p>
+</li>
+
+<li>
+<p>ELECOM LD-PCI2T, LD-PCITS</p>
+</li>
+
+<li>
+<p>I-O DATA LA2/T-PCI</p>
+</li>
+
+<li>
+<p>SMC Etherpower 8432, 9332 and 9334</p>
+</li>
+
+<li>
+<p>ZNYX ZX3xx</p>
+</li>
+</ul>
+
+<p>[i386,pc98] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">ed</span>(4)</span></a> driver supports
+the following Ethernet NICs:</p>
+
+<ul>
+<li>
+<p>3Com 3c503 Etherlink II</p>
+</li>
+
+<li>
+<p>AR-P500 Ethernet</p>
+</li>
+
+<li>
+<p>Accton EN1644 (old model), EN1646 (old model), EN2203 (old model) (110pin) (flags
+0xd00000)</p>
+</li>
+
+<li>
+<p>Accton EN2212/EN2216/UE2216</p>
+</li>
+
+<li>
+<p>Allied Telesis CentreCOM LA100-PCM_V2</p>
+</li>
+
+<li>
+<p>Allied Telesis LA-98 (flags 0x000000) (PC-98)</p>
+</li>
+
+<li>
+<p>Allied Telesis SIC-98, SIC-98NOTE (110pin), SIU-98 (flags 0x600000) (PC-98)</p>
+</li>
+
+<li>
+<p>Allied Telesis SIU-98-D (flags 0x610000) (PC-98)</p>
+</li>
+
+<li>
+<p>AmbiCom 10BaseT card</p>
+</li>
+
+<li>
+<p>Bay Networks NETGEAR FA410TXC Fast Ethernet</p>
+</li>
+
+<li>
+<p>Belkin F5D5020 PC Card Fast Ethernet</p>
+</li>
+
+<li>
+<p>Billionton LM5LT-10B Ethernet/Modem PC Card</p>
+</li>
+
+<li>
+<p>Bromax iPort 10/100 Ethernet PC Card</p>
+</li>
+
+<li>
+<p>Bromax iPort 10 Ethernet PC Card</p>
+</li>
+
+<li>
+<p>Buffalo LPC2-CLT, LPC3-CLT, LPC3-CLX, LPC4-TX PC Card</p>
+</li>
+
+<li>
+<p>CNet BC40 adapter</p>
+</li>
+
+<li>
+<p>Compex Net-A adapter</p>
+</li>
+
+<li>
+<p>Contec C-NET(98), RT-1007(98), C-NET(9N) (110pin) (flags 0xa00000) (PC-98)</p>
+</li>
+
+<li>
+<p>Contec C-NET(98)E-A, C-NET(98)L-A, C-NET(98)P (flags 0x300000) (PC-98)</p>
+</li>
+
+<li>
+<p>Corega Ether98-T (flags 0x000000) (PC-98)</p>
+</li>
+
+<li>
+<p>Corega Ether PCC-T/EtherII PCC-T/FEther PCC-TXF/PCC-TXD</p>
+</li>
+
+<li>
+<p>Corega LAPCCTXD (TC5299J)</p>
+</li>
+
+<li>
+<p>CyQ've ELA-010</p>
+</li>
+
+<li>
+<p>DEC EtherWorks DE305</p>
+</li>
+
+<li>
+<p>Danpex EN-6200P2</p>
+</li>
+
+<li>
+<p>D-Link DE-298, DE-298P (flags 0x500000) (PC-98)</p>
+</li>
+
+<li>
+<p>D-Link DE-650/660</p>
+</li>
+
+<li>
+<p>D-Link IC-CARD/IC-CARD+ Ethernet</p>
+</li>
+
+<li>
+<p>ELECOM LD-98P (flags 0x500000) (PC-98)</p>
+</li>
+
+<li>
+<p>ELECOM LD-BDN, LD-NW801G (flags 0x200000) (PC-98)</p>
+</li>
+
+<li>
+<p>ELECOM Laneed LD-CDL/TX, LD-CDF, LD-CDS, LD-10/100CD, LD-CDWA (DP83902A)</p>
+</li>
+
+<li>
+<p>Hawking PN652TX PC Card (AX88790)</p>
+</li>
+
+<li>
+<p>HP PC Lan+ 27247B and 27252A</p>
+</li>
+
+<li>
+<p>IBM Creditcard Ethernet I/II</p>
+</li>
+
+<li>
+<p>ICM AD-ET2-T, DT-ET-25, DT-ET-T5, IF-2766ET, IF-2771ET, NB-ET-T (110pin) (flags
+0x500000) (PC-98)</p>
+</li>
+
+<li>
+<p>I-O DATA LA/T-98, LA/T-98SB, LA2/T-98, ET/T-98 (flags 0x900000) (PC-98)</p>
+</li>
+
+<li>
+<p>I-O DATA ET2/T-PCI</p>
+</li>
+
+<li>
+<p>I-O DATA PCLATE</p>
+</li>
+
+<li>
+<p>Kansai KLA-98C/T (flags 0x900000) (PC-98)</p>
+</li>
+
+<li>
+<p>Kingston KNE-PC2, CIO10T, KNE-PCM/x Ethernet</p>
+</li>
+
+<li>
+<p>Linksys EC2T/PCMPC100/PCM100, PCMLM56</p>
+</li>
+
+<li>
+<p>Linksys EtherFast 10/100 PC Card, Combo PCMCIA Ethernet Card (PCMPC100 V2)</p>
+</li>
+
+<li>
+<p>Logitec LAN-98T (flags 0xb00000) (PC-98)</p>
+</li>
+
+<li>
+<p>MACNICA Ethernet ME1 for JEIDA</p>
+</li>
+
+<li>
+<p>MACNICA ME98 (flags 0x900000) (PC-98)</p>
+</li>
+
+<li>
+<p>MACNICA NE2098 (flags 0x400000) (PC-98)</p>
+</li>
+
+<li>
+<p>MELCO EGY-98 (flags 0x300000) (PC-98)</p>
+</li>
+
+<li>
+<p>MELCO LGH-98, LGY-98, LGY-98-N (110pin), IND-SP, IND-SS (flags 0x400000) (PC-98)</p>
+</li>
+
+<li>
+<p>MELCO LGY-PCI-TR</p>
+</li>
+
+<li>
+<p>MELCO LPC-T/LPC2-T/LPC2-CLT/LPC2-TX/LPC3-TX/LPC3-CLX</p>
+</li>
+
+<li>
+<p>NDC Ethernet Instant-Link</p>
+</li>
+
+<li>
+<p>NEC PC-9801-77, PC-9801-78 (flags 0x910000) (PC-98)</p>
+</li>
+
+<li>
+<p>NEC PC-9801-107, PC-9801-108 (flags 0x800000) (PC-98)</p>
+</li>
+
+<li>
+<p>National Semiconductor InfoMover NE4100</p>
+</li>
+
+<li>
+<p>NetGear FA-410TX</p>
+</li>
+
+<li>
+<p>NetVin 5000</p>
+</li>
+
+<li>
+<p>Network Everywhere Ethernet 10BaseT PC Card</p>
+</li>
+
+<li>
+<p>Networld 98X3 (flags 0xd00000) (PC-98)</p>
+</li>
+
+<li>
+<p>Networld EC-98X, EP-98X (flags 0xd10000) (PC-98)</p>
+</li>
+
+<li>
+<p>New Media LANSurfer 10+56 Ethernet/Modem</p>
+</li>
+
+<li>
+<p>New Media LANSurfer</p>
+</li>
+
+<li>
+<p>Novell NE1000/NE2000/NE2100</p>
+</li>
+
+<li>
+<p>PLANEX ENW-8300-T</p>
+</li>
+
+<li>
+<p>PLANEX EN-2298-C (flags 0x200000) (PC-98)</p>
+</li>
+
+<li>
+<p>PLANEX EN-2298P-T, EN-2298-T (flags 0x500000) (PC-98)</p>
+</li>
+
+<li>
+<p>PLANEX FNW-3600-T</p>
+</li>
+
+<li>
+<p>Psion 10/100 LANGLOBAL Combine iT</p>
+</li>
+
+<li>
+<p>RealTek 8029</p>
+</li>
+
+<li>
+<p>Relia Combo-L/M-56k PC Card</p>
+</li>
+
+<li>
+<p>SMC Elite 16 WD8013</p>
+</li>
+
+<li>
+<p>SMC Elite Ultra</p>
+</li>
+
+<li>
+<p>SMC EtherEZ98 (flags 0x000000) (PC-98)</p>
+</li>
+
+<li>
+<p>SMC WD8003E/WD8003EBT/WD8003S/WD8003SBT/WD8003W/WD8013EBT/WD8013W and clones</p>
+</li>
+
+<li>
+<p>SMC EZCard PC Card, 8040-TX, 8041-TX, 8041-TX V.2</p>
+</li>
+
+<li>
+<p>Socket LP-E, ES-1000 Ethernet/Serial, LP-E CF, LP-FE CF</p>
+</li>
+
+<li>
+<p>Surecom EtherPerfect EP-427</p>
+</li>
+
+<li>
+<p>Surecom NE-34</p>
+</li>
+
+<li>
+<p>TDK 3000/3400/5670 Fast Etherenet/Modem</p>
+</li>
+
+<li>
+<p>TDK LAK-CD031, Grey Cell GCS2000 Ethernet Card</p>
+</li>
+
+<li>
+<p>TDK DFL5610WS Ethernet/Modem PC Card</p>
+</li>
+
+<li>
+<p>Telecom Device SuperSocket RE450T</p>
+</li>
+
+<li>
+<p>VIA VT86C926</p>
+</li>
+
+<li>
+<p>Winbond W89C940</p>
+</li>
+</ul>
+
+<p>[i386,pc98] C-Bus, ISA, PCI and PC Card devices are supported.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">em</span>(4)</span></a> driver supports
+Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543,
+82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller
+chips:</p>
+
+<ul>
+<li>
+<p>Intel PRO/1000 CT Network Connection (82547)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 F Server Adapter (82543)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 Gigabit Server Adapter (82542)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 GT Desktop Adapter (82541PI)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 MF Dual Port Server Adapter (82546)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 MF Server Adapter (82545)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 MF Server Adapter (LX) (82545)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 MT Desktop Adapter (82540)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 MT Desktop Adapter (82541)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 MT Dual Port Server Adapter (82546)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 MT Quad Port Server Adapter (82546EB)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 MT Server Adapter (82545)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 PF Dual Port Server Adapter (82571)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 PF Quad Port Server Adapter (82571)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 PF Server Adapter (82572)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 PT Desktop Adapter (82572)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 PT Dual Port Server Adapter (82571)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 PT Quad Port Server Adapter (82571)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 PT Server Adapter (82572)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 T Desktop Adapter (82544)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 T Server Adapter (82543)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 XF Server Adapter (82544)</p>
+</li>
+
+<li>
+<p>Intel PRO/1000 XT Server Adapter (82544)</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ep&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">ep</span>(4)</span></a> driver supports
+Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset,
+including:</p>
+
+<ul>
+<li>
+<p>3Com 3C1 CF</p>
+</li>
+
+<li>
+<p>3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC ISA</p>
+</li>
+
+<li>
+<p>3Com 3C509B-TP, 3C509B-BNC, 3C509B-Combo, 3C509B-TPO, 3C509B-TPC ISA</p>
+</li>
+
+<li>
+<p>3Com 3C529, 3C529-TP MCA</p>
+</li>
+
+<li>
+<p>3Com 3C562/3C563 PCMCIA</p>
+</li>
+
+<li>
+<p>3Com 3C569B-J-TPO, 3C569B-J-COMBO CBUS</p>
+</li>
+
+<li>
+<p>3Com 3C574, 3C574TX, 3C574-TX, 3CCFE574BT, 3CXFE574BT, 3C3FE574BT PCMCIA</p>
+</li>
+
+<li>
+<p>3Com 3C579-TP, 3C579-BNC EISA</p>
+</li>
+
+<li>
+<p>3Com 3C589, 3C589B, 3C589C, 3C589D, 3CXE589DT PCMCIA</p>
+</li>
+
+<li>
+<p>3Com 3CCFEM556B, 3CCFEM556BI PCMCIA</p>
+</li>
+
+<li>
+<p>3Com 3CXE589EC, 3CCE589EC, 3CXE589ET, 3CCE589ET PCMCIA</p>
+</li>
+
+<li>
+<p>3Com Megahertz 3CCEM556, 3CXEM556, 3CCEM556B, 3CXEM556B, 3C3FEM556C PCMCIA</p>
+</li>
+
+<li>
+<p>3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA</p>
+</li>
+
+<li>
+<p>Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE arrow)</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ex&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">ex</span>(4)</span></a> driver supports
+the following Ethernet adapters:</p>
+
+<ul>
+<li>
+<p>Intel EtherExpress Pro/10 ISA</p>
+</li>
+
+<li>
+<p>Intel EtherExpress Pro/10+ ISA</p>
+</li>
+
+<li>
+<p>Olicom OC2220 Ethernet PC Card</p>
+</li>
+
+<li>
+<p>Olicom OC2232 Ethernet/Modem PC Card</p>
+</li>
+
+<li>
+<p>Silicom Ethernet LAN PC Card</p>
+</li>
+
+<li>
+<p>Silicom EtherSerial LAN PC Card</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] Controllers and cards supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=fe&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">fe</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin)</p>
+</li>
+
+<li>
+<p>CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C (ExtCard)</p>
+</li>
+
+<li>
+<p>CONTEC C-NET(PC)C PCMCIA Ethernet</p>
+</li>
+
+<li>
+<p>Eagle Tech NE200T</p>
+</li>
+
+<li>
+<p>Eiger Labs EPX-10BT</p>
+</li>
+
+<li>
+<p>Fujitsu FMV-J182, FMV-J182A</p>
+</li>
+
+<li>
+<p>Fujitsu MB86960A, MB86965A</p>
+</li>
+
+<li>
+<p>Fujitsu MBH10303, MBH10302 Ethernet PCMCIA</p>
+</li>
+
+<li>
+<p>Fujitsu Towa LA501 Ethernet</p>
+</li>
+
+<li>
+<p>HITACHI HT-4840-11</p>
+</li>
+
+<li>
+<p>NextCom J Link NC5310</p>
+</li>
+
+<li>
+<p>RATOC REX-5588, REX-9822, REX-4886, and REX-R280</p>
+</li>
+
+<li>
+<p>RATOC REX-9880/9881/9882/9883</p>
+</li>
+
+<li>
+<p>TDK LAC-98012, LAC-98013, LAC-98025, LAC-9N011 (110-pin)</p>
+</li>
+
+<li>
+<p>TDK LAK-CD021, LAK-CD021A, LAK-CD021BX</p>
+</li>
+
+<li>
+<p>Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE N98(PC86132)
+(110-pin)</p>
+</li>
+</ul>
+
+<p>Adapters supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fxp</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>Intel EtherExpress PRO/10</p>
+</li>
+
+<li>
+<p>Intel InBusiness 10/100</p>
+</li>
+
+<li>
+<p>Intel PRO/100B / EtherExpressPRO/100 B PCI Adapter</p>
+</li>
+
+<li>
+<p>Intel PRO/100+ Management Adapter</p>
+</li>
+
+<li>
+<p>Intel PRO/100 VE Desktop Adapter</p>
+</li>
+
+<li>
+<p>Intel PRO/100 VM Network Connection</p>
+</li>
+
+<li>
+<p>Intel PRO/100 M Desktop Adapter</p>
+</li>
+
+<li>
+<p>Intel PRO/100 S Desktop, Server and Dual-Port Server Adapters</p>
+</li>
+
+<li>
+<p>Contec C-NET(PI)-100TX (PC-98)</p>
+</li>
+
+<li>
+<p>NEC PC-9821Ra20, Rv20, Xv13, Xv20 internal 100Base-TX (PC-98)</p>
+</li>
+
+<li>
+<p>NEC PC-9821X-B06 (PC-98)</p>
+</li>
+
+<li>
+<p>Many on-board network interfaces on Intel motherboards</p>
+</li>
+</ul>
+
+<p>Chips supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">gem</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>Apple GMAC</p>
+</li>
+
+<li>
+<p>Sun ERI 10/100 Mbps Ethernet</p>
+</li>
+
+<li>
+<p>Sun GEM Gigabit Ethernet</p>
+</li>
+</ul>
+
+<p>The following add-on cards are known to work with the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">gem</span>(4)</span></a> driver at
+this time:</p>
+
+<ul>
+<li>
+<p>Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373)</p>
+</li>
+</ul>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">hme</span>(4)</span></a> driver
+supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server
+models. Cards supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">hme</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>Sun PCI SunSwift Adapter</p>
+</li>
+
+<li>
+<p>Sun SBus SunSwift Adapter &#8220;( hme&#8221; and &#8220;SUNW,hme&#8221;)</p>
+</li>
+
+<li>
+<p>Sun PCI Sun100BaseT Adapter 2.0</p>
+</li>
+
+<li>
+<p>Sun SBus Sun100BaseT 2.0</p>
+</li>
+
+<li>
+<p>Sun PCI Quad FastEthernet Controller</p>
+</li>
+
+<li>
+<p>Sun SBus Quad FastEthernet Controller</p>
+</li>
+</ul>
+
+<p>[i386] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ie&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">ie</span>(4)</span></a> driver provides
+supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586
+chip:</p>
+
+<ul>
+<li>
+<p>3COM 3C507</p>
+</li>
+
+<li>
+<p>AT&amp;T EN100</p>
+</li>
+
+<li>
+<p>AT&amp;T Starlan 10</p>
+</li>
+
+<li>
+<p>AT&amp;T Starlan Fiber</p>
+</li>
+
+<li>
+<p>Intel EtherExpress 16</p>
+</li>
+
+<li>
+<p>RACAL Interlan NI5210</p>
+</li>
+</ul>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">igb</span>(4)</span></a> driver
+supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller
+chips:</p>
+
+<ul>
+<li>
+<p>Intel Gigabit ET Dual Port Server Adapter (82576)</p>
+</li>
+
+<li>
+<p>Intel Gigabit VT Quad Port Server Adapter (82575)</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ixgb&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ixgb</span>(4)</span></a> driver
+supports the following cards:</p>
+
+<ul>
+<li>
+<p>Intel PRO/10GbE LR Server Adapter</p>
+</li>
+
+<li>
+<p>Intel PRO/10GbE SR Server Adapter</p>
+</li>
+</ul>
+
+<p>[i386,pc98,ia64,amd64,powerpc] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=kue&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">kue</span>(4)</span></a> driver
+supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including:</p>
+
+<ul>
+<li>
+<p>3Com 3c19250</p>
+</li>
+
+<li>
+<p>3Com 3c460 HomeConnect Ethernet USB Adapter</p>
+</li>
+
+<li>
+<p>ADS Technologies USB-10BT</p>
+</li>
+
+<li>
+<p>AOX USB101</p>
+</li>
+
+<li>
+<p>ATen UC10T</p>
+</li>
+
+<li>
+<p>Abocom URE 450</p>
+</li>
+
+<li>
+<p>Corega USB-T</p>
+</li>
+
+<li>
+<p>D-Link DSB-650C</p>
+</li>
+
+<li>
+<p>Entrega NET-USB-E45, NET-HUB-3U1E</p>
+</li>
+
+<li>
+<p>I/O Data USB ETT</p>
+</li>
+
+<li>
+<p>Kawasaki DU-H3E</p>
+</li>
+
+<li>
+<p>LinkSys USB10T</p>
+</li>
+
+<li>
+<p>Netgear EA101</p>
+</li>
+
+<li>
+<p>Peracom USB Ethernet Adapter</p>
+</li>
+
+<li>
+<p>Psion Gold Port USB Ethernet adapter</p>
+</li>
+
+<li>
+<p>SMC 2102USB, 2104USB</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] Adapters supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">lge</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>SMC TigerCard 1000 (SMC9462SX)</p>
+</li>
+
+<li>
+<p>D-Link DGE-500SX</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=msk&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">msk</span>(4)</span></a> driver
+provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit
+Ethernet controller chips, including:</p>
+
+<ul>
+<li>
+<p>D-Link 550SX Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>D-Link 560T Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Marvell Yukon 88E8021CU Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Marvell Yukon 88E8021 SX/LX Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Marvell Yukon 88E8022CU Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Marvell Yukon 88E8022 SX/LX Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Marvell Yukon 88E8061CU Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Marvell Yukon 88E8061 SX/LX Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Marvell Yukon 88E8062CU Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Marvell Yukon 88E8062 SX/LX Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Marvell Yukon 88E8035 Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Marvell Yukon 88E8036 Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Marvell Yukon 88E8038 Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Marvell Yukon 88E8039 Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Marvell Yukon 88E8050 Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Marvell Yukon 88E8052 Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Marvell Yukon 88E8053 Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Marvell Yukon 88E8055 Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Marvell Yukon 88E8056 Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Marvell Yukon 88E8058 Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>SysKonnect SK-9Sxx Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>SysKonnect SK-9Exx Gigabit Ethernet</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=mxge&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mxge</span>(4)</span></a> driver
+supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips:</p>
+
+<ul>
+<li>
+<p>Myricom 10GBase-CX4 (10G-PCIE-8A-C, 10G-PCIE-8AL-C)</p>
+</li>
+
+<li>
+<p>Myricom 10GBase-R (10G-PCIE-8A-R, 10G-PCIE-8AL-R)</p>
+</li>
+
+<li>
+<p>Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, 10G-PCIE-8AL-Q)</p>
+</li>
+</ul>
+
+<p>[i386,pc98] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=my&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">my</span>(4)</span></a> driver provides
+support for various NICs based on the Myson chipset. Supported models include:</p>
+
+<ul>
+<li>
+<p>Myson MTD800 PCI Fast Ethernet chip</p>
+</li>
+
+<li>
+<p>Myson MTD803 PCI Fast Ethernet chip</p>
+</li>
+
+<li>
+<p>Myson MTD89X PCI Gigabit Ethernet chip</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=nfe&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">nfe</span>(4)</span></a> driver
+supports the following NVIDIA MCP onboard adapters:</p>
+
+<ul>
+<li>
+<p>NVIDIA nForce MCP Networking Adapter</p>
+</li>
+
+<li>
+<p>NVIDIA nForce MCP04 Networking Adapter</p>
+</li>
+
+<li>
+<p>NVIDIA nForce 430 MCP12 Networking Adapter</p>
+</li>
+
+<li>
+<p>NVIDIA nForce 430 MCP13 Networking Adapter</p>
+</li>
+
+<li>
+<p>NVIDIA nForce MCP51 Networking Adapter</p>
+</li>
+
+<li>
+<p>NVIDIA nForce MCP55 Networking Adapter</p>
+</li>
+
+<li>
+<p>NVIDIA nForce MCP61 Networking Adapter</p>
+</li>
+
+<li>
+<p>NVIDIA nForce MCP65 Networking Adapter</p>
+</li>
+
+<li>
+<p>NVIDIA nForce MCP67 Networking Adapter</p>
+</li>
+
+<li>
+<p>NVIDIA nForce MCP73 Networking Adapter</p>
+</li>
+
+<li>
+<p>NVIDIA nForce MCP77 Networking Adapter</p>
+</li>
+
+<li>
+<p>NVIDIA nForce MCP79 Networking Adapter</p>
+</li>
+
+<li>
+<p>NVIDIA nForce2 MCP2 Networking Adapter</p>
+</li>
+
+<li>
+<p>NVIDIA nForce2 400 MCP4 Networking Adapter</p>
+</li>
+
+<li>
+<p>NVIDIA nForce2 400 MCP5 Networking Adapter</p>
+</li>
+
+<li>
+<p>NVIDIA nForce3 MCP3 Networking Adapter</p>
+</li>
+
+<li>
+<p>NVIDIA nForce3 250 MCP6 Networking Adapter</p>
+</li>
+
+<li>
+<p>NVIDIA nForce3 MCP7 Networking Adapter</p>
+</li>
+
+<li>
+<p>NVIDIA nForce4 CK804 MCP8 Networking Adapter</p>
+</li>
+
+<li>
+<p>NVIDIA nForce4 CK804 MCP9 Networking Adapter</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">nge</span>(4)</span></a> driver
+supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters
+including:</p>
+
+<ul>
+<li>
+<p>Addtron AEG320T</p>
+</li>
+
+<li>
+<p>Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI)</p>
+</li>
+
+<li>
+<p>Asante FriendlyNet GigaNIX 1000TA and 1000TPC</p>
+</li>
+
+<li>
+<p>D-Link DGE-500T</p>
+</li>
+
+<li>
+<p>Netgear GA621</p>
+</li>
+
+<li>
+<p>Netgear GA622T</p>
+</li>
+
+<li>
+<p>SMC EZ Card 1000 (SMC9462TX)</p>
+</li>
+
+<li>
+<p>Surecom Technology EP-320G-TX</p>
+</li>
+
+<li>
+<p>Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI)</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=nve&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">nve</span>(4)</span></a> driver
+supports the NVIDIA MCP onboard adapters of mainboards with the following chipsets:</p>
+
+<ul>
+<li>
+<p>nForce</p>
+</li>
+
+<li>
+<p>nForce2</p>
+</li>
+
+<li>
+<p>nForce3</p>
+</li>
+
+<li>
+<p>nForce4</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=nxge&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">nxge</span>(4)</span></a> driver
+supports Neterion Xframe 10 Gigabit Ethernet adapters listed in <a
+href="http://www.neterion.com/how/pricing.html"
+target="_top">http://www.neterion.com/how/pricing.html</a>.</p>
+
+<p>[i386,pc98,ia64,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=pcn&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">pcn</span>(4)</span></a> driver
+supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+,
+PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips:</p>
+
+<ul>
+<li>
+<p>AMD Am79C971 PCnet-FAST</p>
+</li>
+
+<li>
+<p>AMD Am79C972 PCnet-FAST+</p>
+</li>
+
+<li>
+<p>AMD Am79C973/Am79C975 PCnet-FAST III</p>
+</li>
+
+<li>
+<p>AMD Am79C976 PCnet-PRO</p>
+</li>
+
+<li>
+<p>AMD Am79C978 PCnet-Home</p>
+</li>
+
+<li>
+<p>Allied-Telesis LA-PCI</p>
+</li>
+</ul>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">re</span>(4)</span></a> driver supports
+RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, and RTL8101E based Fast Ethernet and
+Gigabit Ethernet adapters including:</p>
+
+<ul>
+<li>
+<p>Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+)</p>
+</li>
+
+<li>
+<p>Compaq Evo N1015v Integrated Ethernet (8139C+)</p>
+</li>
+
+<li>
+<p>Corega CG-LAPCIGT Gigabit Ethernet (8169S)</p>
+</li>
+
+<li>
+<p>D-Link DGE-528(T) Gigabit Ethernet (8169S)</p>
+</li>
+
+<li>
+<p>Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)</p>
+</li>
+
+<li>
+<p>LevelOne GNC-0105T (8169S)</p>
+</li>
+
+<li>
+<p>LinkSys EG1032 (32-bit PCI)</p>
+</li>
+
+<li>
+<p>PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)</p>
+</li>
+
+<li>
+<p>USRobotics USR997902 Gigabit Ethernet (8169S)</p>
+</li>
+
+<li>
+<p>Xterasys XN-152 10/100/1000 NIC (8169)</p>
+</li>
+</ul>
+
+<p>Adapters supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">rl</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>Accton &#8220;Cheetah&#8221; EN1207D (MPX 5030/5038; RealTek 8139 clone)</p>
+</li>
+
+<li>
+<p>Allied Telesyn AT2550</p>
+</li>
+
+<li>
+<p>Allied Telesyn AT2500TX</p>
+</li>
+
+<li>
+<p>Belkin F5D5000</p>
+</li>
+
+<li>
+<p>BUFFALO (Melco INC.) LPC-CB-CLX (CardBus)</p>
+</li>
+
+<li>
+<p>Compaq HNE-300</p>
+</li>
+
+<li>
+<p>CompUSA no-name 10/100 PCI Ethernet NIC</p>
+</li>
+
+<li>
+<p>Corega FEther CB-TXD</p>
+</li>
+
+<li>
+<p>Corega FEtherII CB-TXD</p>
+</li>
+
+<li>
+<p>D-Link DFE-528TX</p>
+</li>
+
+<li>
+<p>D-Link DFE-530TX+</p>
+</li>
+
+<li>
+<p>D-Link DFE-538TX</p>
+</li>
+
+<li>
+<p>D-Link DFE-690TXD</p>
+</li>
+
+<li>
+<p>Edimax EP-4103DL CardBus</p>
+</li>
+
+<li>
+<p>Encore ENL832-TX 10/100 M PCI</p>
+</li>
+
+<li>
+<p>Farallon NetLINE 10/100 PCI</p>
+</li>
+
+<li>
+<p>Genius GF100TXR</p>
+</li>
+
+<li>
+<p>GigaFast Ethernet EE100-AXP</p>
+</li>
+
+<li>
+<p>KTX-9130TX 10/100 Fast Ethernet</p>
+</li>
+
+<li>
+<p>LevelOne FPC-0106TX</p>
+</li>
+
+<li>
+<p>Longshine LCS-8038TX-R</p>
+</li>
+
+<li>
+<p>NDC Communications NE100TX-E</p>
+</li>
+
+<li>
+<p>Netronix Inc. EA-1210 NetEther 10/100</p>
+</li>
+
+<li>
+<p>Nortel Networks 10/100BaseTX</p>
+</li>
+
+<li>
+<p>OvisLink LEF-8129TX</p>
+</li>
+
+<li>
+<p>OvisLink LEF-8139TX</p>
+</li>
+
+<li>
+<p>Peppercon AG ROL-F</p>
+</li>
+
+<li>
+<p>Planex FNW-3603-TX</p>
+</li>
+
+<li>
+<p>Planex FNW-3800-TX</p>
+</li>
+
+<li>
+<p>SMC EZ Card 10/100 PCI 1211-TX</p>
+</li>
+
+<li>
+<p>SOHO (PRAGMATIC) UE-1211C</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=rue&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">rue</span>(4)</span></a> driver
+supports RealTek RTL8150 based USB Ethernet adapters including:</p>
+
+<ul>
+<li>
+<p>Buffalo (Melco Inc.) LUA-KTX</p>
+</li>
+
+<li>
+<p>Green House GH-USB100B</p>
+</li>
+
+<li>
+<p>LinkSys USB100M</p>
+</li>
+
+<li>
+<p>Billionton 10/100 FastEthernet USBKR2</p>
+</li>
+</ul>
+
+<p>Adapters supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">sf</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>ANA-62011 64-bit single port 10/100baseTX adapter</p>
+</li>
+
+<li>
+<p>ANA-62022 64-bit dual port 10/100baseTX adapter</p>
+</li>
+
+<li>
+<p>ANA-62044 64-bit quad port 10/100baseTX adapter</p>
+</li>
+
+<li>
+<p>ANA-69011 32-bit single port 10/100baseTX adapter</p>
+</li>
+
+<li>
+<p>ANA-62020 64-bit single port 100baseFX adapter</p>
+</li>
+</ul>
+
+<p>[i386,pc98,ia64,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sis</span>(4)</span></a> driver
+supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and
+embedded controllers, as well as Fast Ethernet adapters based on the National
+Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include:</p>
+
+<ul>
+<li>
+<p>@Nifty FNECHARD IFC USUP-TX</p>
+</li>
+
+<li>
+<p>MELCO LGY-PCI-TXC</p>
+</li>
+
+<li>
+<p>Netgear FA311-TX (DP83815)</p>
+</li>
+
+<li>
+<p>Netgear FA312-TX (DP83815)</p>
+</li>
+
+<li>
+<p>SiS 630, 635, and 735 motherboard chipsets</p>
+</li>
+
+<li>
+<p>Soekris Engineering net45xx, net48xx, lan1621, and lan1641</p>
+</li>
+</ul>
+
+<p>[i386,sparc64,pc98,amd64] Adapters supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">sk</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>3Com 3C940 single port, 1000baseT adapter</p>
+</li>
+
+<li>
+<p>3Com 3C2000-T single port, 1000baseT adapter</p>
+</li>
+
+<li>
+<p>Belkin F5D5005 single port, 1000baseT adapter</p>
+</li>
+
+<li>
+<p>D-Link DGE-530T single port, 1000baseT adapter</p>
+</li>
+
+<li>
+<p>Linksys EG1032 single port, 1000baseT adapter</p>
+</li>
+
+<li>
+<p>SK-9521 SK-NET GE-T single port, 1000baseT adapter</p>
+</li>
+
+<li>
+<p>SK-9821 SK-NET GE-T single port, 1000baseT adapter</p>
+</li>
+
+<li>
+<p>SK-9822 SK-NET GE-T dual port, 1000baseT adapter</p>
+</li>
+
+<li>
+<p>SK-9841 SK-NET GE-LX single port, single mode fiber adapter</p>
+</li>
+
+<li>
+<p>SK-9842 SK-NET GE-LX dual port, single mode fiber adapter</p>
+</li>
+
+<li>
+<p>SK-9843 SK-NET GE-SX single port, multimode fiber adapter</p>
+</li>
+
+<li>
+<p>SK-9844 SK-NET GE-SX dual port, multimode fiber adapter</p>
+</li>
+
+<li>
+<p>SMC 9452TX single port, 1000baseT adapter</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">sn</span>(4)</span></a> driver supports
+SMC91Cxx based ISA and PCMCIA cards including:</p>
+
+<ul>
+<li>
+<p>3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC</p>
+</li>
+
+<li>
+<p>3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336, CEM3336C,
+CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T, XJEM3336</p>
+</li>
+
+<li>
+<p>Farallon EtherMac PC Card 595a</p>
+</li>
+
+<li>
+<p>Motorola Mariner Ethernet/Modem PC Card</p>
+</li>
+
+<li>
+<p>Ositech Seven of Diamonds Ethernet PC Card</p>
+</li>
+
+<li>
+<p>Ositech Jack of Hearts Ethernet/Modem PC Card</p>
+</li>
+
+<li>
+<p>Psion Gold Card Netglobal Ethernet PC Card</p>
+</li>
+
+<li>
+<p>Psion Gold Card Netglobal 10/100 Fast Ethernet PC Card</p>
+</li>
+
+<li>
+<p>Psion Gold Card Netglobal 56k+10Mb Ethernet PC Card</p>
+</li>
+
+<li>
+<p>SMC EZEther PC Card (8020BT)</p>
+</li>
+
+<li>
+<p>SMC EZEther PC Card (8020T)</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">sn</span>(4)</span></a> driver supports
+the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD
+chips from SMC. The Farallon EtherWave and EtherMac card came in two varieties. The ep(4)
+driver supports the 595 and 895 cards. These cards have the blue arrow on the front along
+with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also
+called EtherWave and EtherMac. They are supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">sn</span>(4)</span></a> driver.</p>
+
+<p>[pc98] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snc</span>(4)</span></a> driver
+supports the following cards:</p>
+
+<ul>
+<li>
+<p>National Semiconductor DP83934AVQB</p>
+</li>
+
+<li>
+<p>NEC PC-9801-83</p>
+</li>
+
+<li>
+<p>NEC PC-9801-84</p>
+</li>
+
+<li>
+<p>NEC PC-9801-103</p>
+</li>
+
+<li>
+<p>NEC PC-9801-104</p>
+</li>
+
+<li>
+<p>NEC PC-9801N-15</p>
+</li>
+
+<li>
+<p>NEC PC-9801N-25</p>
+</li>
+
+<li>
+<p>NEC PC-9801N-J02 PCMCIA</p>
+</li>
+
+<li>
+<p>NEC PC-9801N-J02R PCMCIA</p>
+</li>
+</ul>
+
+<p>[pc98] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snc</span>(4)</span></a> driver
+also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave
+Serial EEPROM.</p>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ste&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ste</span>(4)</span></a> driver
+supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded
+controllers including:</p>
+
+<ul>
+<li>
+<p>D-Link DFE-530TXS</p>
+</li>
+
+<li>
+<p>D-Link DFE-550TX</p>
+</li>
+
+<li>
+<p>D-Link DFE-580TX</p>
+</li>
+</ul>
+
+<p>[i386,amd64,sparc64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">stge</span>(4)</span></a> driver
+provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit
+Ethernet controller chips, including:</p>
+
+<ul>
+<li>
+<p>Antares Microsystems Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>ASUS NX1101 Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>D-Link DL-4000 Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>IC Plus IP1000A Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Sundance ST-2021 Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Sundance ST-2023 Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Sundance TC9021 Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Tamarack TC9021 Gigabit Ethernet</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64,sparc64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">ti</span>(4)</span></a> driver supports
+Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">ti</span>(4)</span></a> driver has been
+tested with the following adapters:</p>
+
+<ul>
+<li>
+<p>3Com 3c985-SX Gigabit Ethernet adapter (Tigon 1)</p>
+</li>
+
+<li>
+<p>3Com 3c985B-SX Gigabit Ethernet adapter (Tigon 2)</p>
+</li>
+
+<li>
+<p>Alteon AceNIC V Gigabit Ethernet adapter (1000baseSX)</p>
+</li>
+
+<li>
+<p>Alteon AceNIC V Gigabit Ethernet adapter (1000baseT)</p>
+</li>
+
+<li>
+<p>Digital EtherWORKS 1000SX PCI Gigabit adapter</p>
+</li>
+
+<li>
+<p>Netgear GA620 Gigabit Ethernet adapter (1000baseSX)</p>
+</li>
+
+<li>
+<p>Netgear GA620T Gigabit Ethernet adapter (1000baseT)</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64,sparc64] The following adapters should also be supported but have not
+yet been tested:</p>
+
+<ul>
+<li>
+<p>Asante GigaNIX1000T Gigabit Ethernet adapter</p>
+</li>
+
+<li>
+<p>Asante PCI 1000BASE-SX Gigabit Ethernet adapter</p>
+</li>
+
+<li>
+<p>Farallon PN9000SX Gigabit Ethernet adapter</p>
+</li>
+
+<li>
+<p>NEC Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>Silicon Graphics PCI Gigabit Ethernet adapter</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">tl</span>(4)</span></a> driver supports
+Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large
+number of Compaq PCI Ethernet adapters. Also supported are:</p>
+
+<ul>
+<li>
+<p>Olicom OC-2135/2138 10/100 TX UTP adapter</p>
+</li>
+
+<li>
+<p>Olicom OC-2325/OC-2326 10/100 TX UTP adapter</p>
+</li>
+
+<li>
+<p>Racore 8148 10baseT/100baseTX/100baseFX adapter</p>
+</li>
+
+<li>
+<p>Racore 8165 10/100baseTX adapter</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">tl</span>(4)</span></a> driver also
+supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq
+Deskpro desktop machines including:</p>
+
+<ul>
+<li>
+<p>Compaq Netelligent 10</p>
+</li>
+
+<li>
+<p>Compaq Netelligent 10 T PCI UTP/Coax</p>
+</li>
+
+<li>
+<p>Compaq Netelligent 10/100</p>
+</li>
+
+<li>
+<p>Compaq Netelligent 10/100 Dual-Port</p>
+</li>
+
+<li>
+<p>Compaq Netelligent 10/100 Proliant</p>
+</li>
+
+<li>
+<p>Compaq Netelligent 10/100 TX Embedded UTP</p>
+</li>
+
+<li>
+<p>Compaq Netelligent 10/100 TX UTP</p>
+</li>
+
+<li>
+<p>Compaq NetFlex 3P</p>
+</li>
+
+<li>
+<p>Compaq NetFlex 3P Integrated</p>
+</li>
+
+<li>
+<p>Compaq NetFlex 3P w/BNC</p>
+</li>
+</ul>
+
+<p>[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=tx&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">tx</span>(4)</span></a> driver)</p>
+
+<p>[i386,pc98,ia64,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">txp</span>(4)</span></a> driver
+supports the following cards:</p>
+
+<ul>
+<li>
+<p>3Com 3CR990-TX-95</p>
+</li>
+
+<li>
+<p>3Com 3CR990-TX-97</p>
+</li>
+
+<li>
+<p>3Com 3cR990B-TXM</p>
+</li>
+
+<li>
+<p>3Com 3CR990SVR95</p>
+</li>
+
+<li>
+<p>3Com 3CR990SVR97</p>
+</li>
+
+<li>
+<p>3Com 3cR990B-SRV</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=udav&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">udav</span>(4)</span></a> driver
+supports the following adapters:</p>
+
+<ul>
+<li>
+<p>Corega FEther USB-TXC</p>
+</li>
+
+<li>
+<p>ShanTou ST268 USB NIC</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=vge&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">vge</span>(4)</span></a> driver
+supports VIA Networking VT3119 and VT6122 based Gigabit Ethernet adapters including:</p>
+
+<ul>
+<li>
+<p>VIA Networking LAN-on-motherboard Gigabit Ethernet</p>
+</li>
+
+<li>
+<p>ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701)</p>
+</li>
+
+<li>
+<p>ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702)</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">vr</span>(4)</span></a> driver supports
+VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters
+including:</p>
+
+<ul>
+<li>
+<p>AOpen/Acer ALN-320</p>
+</li>
+
+<li>
+<p>D-Link DFE530-TX</p>
+</li>
+
+<li>
+<p>Hawking Technologies PN102TX</p>
+</li>
+</ul>
+
+<p>[i386,pc98,ia64,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=vx&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">vx</span>(4)</span></a> driver supports
+the following cards:</p>
+
+<ul>
+<li>
+<p>3Com 3c590 EtherLink III PCI</p>
+</li>
+
+<li>
+<p>3Com 3c592 EtherLink III EISA</p>
+</li>
+
+<li>
+<p>3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode</p>
+</li>
+
+<li>
+<p>3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=wb&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">wb</span>(4)</span></a> driver supports
+Winbond W89C840F based Fast Ethernet adapters and embedded controllers including:</p>
+
+<ul>
+<li>
+<p>Trendware TE100-PCIE</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=xe&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">xe</span>(4)</span></a> driver supports
+the following cards:</p>
+
+<ul>
+<li>
+<p>Xircom CreditCard Ethernet (PS-CE2-10)</p>
+</li>
+
+<li>
+<p>Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28)</p>
+</li>
+
+<li>
+<p>Xircom CreditCard Ethernet + Modem 33 (CEM33)</p>
+</li>
+
+<li>
+<p>Xircom CreditCard 10/100 (CE3, CE3B)</p>
+</li>
+
+<li>
+<p>Xircom CreditCard Ethernet 10/100 + Modem 56 (CEM56)</p>
+</li>
+
+<li>
+<p>Xircom RealPort Ethernet 10 (RE10)</p>
+</li>
+
+<li>
+<p>Xircom RealPort Ethernet 10/100 (RE100)</p>
+</li>
+
+<li>
+<p>Xircom RealPort Ethernet 10/100 + Modem 56 (REM56, REM56G)</p>
+</li>
+
+<li>
+<p>Accton Fast EtherCard-16 (EN2226)</p>
+</li>
+
+<li>
+<p>Compaq Microcom CPQ550 Ethernet/Modem PC Card</p>
+</li>
+
+<li>
+<p>Compaq Netelligent 10/100 PC Card (CPQ-10/100)</p>
+</li>
+
+<li>
+<p>Intel EtherExpress Pro/100 PC Card Mobile Adapter 16 (Pro/100 M16A)</p>
+</li>
+
+<li>
+<p>Intel EtherExpress Pro/100 LAN/Modem PC Card Adapter (Pro/100 M16B)</p>
+</li>
+</ul>
+
+<p>[i386,amd64] Other similar devices using the same hardware may also be supported.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">xl</span>(4)</span></a> driver supports
+the following hardware:</p>
+
+<ul>
+<li>
+<p>3Com 3c900-TPO</p>
+</li>
+
+<li>
+<p>3Com 3c900-COMBO</p>
+</li>
+
+<li>
+<p>3Com 3c905-TX</p>
+</li>
+
+<li>
+<p>3Com 3c905-T4</p>
+</li>
+
+<li>
+<p>3Com 3c900B-TPO</p>
+</li>
+
+<li>
+<p>3Com 3c900B-TPC</p>
+</li>
+
+<li>
+<p>3Com 3c900B-FL</p>
+</li>
+
+<li>
+<p>3Com 3c900B-COMBO</p>
+</li>
+
+<li>
+<p>3Com 3c905B-T4</p>
+</li>
+
+<li>
+<p>3Com 3c905B-TX</p>
+</li>
+
+<li>
+<p>3Com 3c905B-FX</p>
+</li>
+
+<li>
+<p>3Com 3c905B-COMBO</p>
+</li>
+
+<li>
+<p>3Com 3c905C-TX</p>
+</li>
+
+<li>
+<p>3Com 3c980, 3c980B, and 3c980C server adapters</p>
+</li>
+
+<li>
+<p>3Com 3cSOHO100-TX OfficeConnect adapters</p>
+</li>
+
+<li>
+<p>3Com 3c450 HomeConnect adapters</p>
+</li>
+
+<li>
+<p>3Com 3c555, 3c556 and 3c556B mini-PCI adapters</p>
+</li>
+
+<li>
+<p>3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT, 3CCFEM656,
+3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and 3CXFEM656C CardBus adapters</p>
+</li>
+
+<li>
+<p>3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB, and 3c920B-EMB-WNM embedded
+adapters</p>
+</li>
+</ul>
+
+<p>Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a
+built-in proprietary modem. Neither the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">xl</span>(4)</span></a> driver nor any
+other driver supports this modem.</p>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="TOKENRING" name="TOKENRING">3.3 Token Ring Interfaces</a></h3>
+
+<p>[i386] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=oltr&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">oltr</span>(4)</span></a> driver
+supports the following ISA based Olicom Token Ring adapters:</p>
+
+<ul>
+<li>
+<p>Olicom OC-3115</p>
+</li>
+
+<li>
+<p>Olicom ISA 16/4 Adapter (OC-3117)</p>
+</li>
+
+<li>
+<p>Olicom ISA 16/4 Adapter (OC-3118)</p>
+</li>
+</ul>
+
+<p>[i386] The following PCI based adapters are supported:</p>
+
+<ul>
+<li>
+<p>Olicom PCI 16/4 Adapter (OC-3136)</p>
+</li>
+
+<li>
+<p>Olicom PCI/II 16/4 Adapter (OC-3137)</p>
+</li>
+
+<li>
+<p>Olicom PCI 16/4 Adapter (OC-3139)</p>
+</li>
+
+<li>
+<p>Olicom RapidFire 3140 16/4 PCI Adapter (OC-3140)</p>
+</li>
+
+<li>
+<p>Olicom RapidFire 3141 Fiber Adapter (OC-3141)</p>
+</li>
+
+<li>
+<p>Olicom RapidFire 3540 100/16/4 Adapter (OC-3540)</p>
+</li>
+</ul>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="FDDI" name="FDDI">3.4 FDDI Interfaces</a></h3>
+
+<p>[i386, pc98] DEC DEFPA PCI (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fpa</span>(4)</span></a>
+driver)</p>
+
+<p>arch="i386"&#62;DEC DEFEA EISA (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fpa</span>(4)</span></a>
+driver)</p>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="ATM" name="ATM">3.5 ATM Interfaces</a></h3>
+
+<p>[i386, pc98] Midway-based ATM interfaces (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=en&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">en</span>(4)</span></a> driver)</p>
+
+<p>[i386, pc98, sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=fatm&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fatm</span>(4)</span></a>
+drivers)</p>
+
+<p>[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=idt&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">idt</span>(4)</span></a>
+driver)</p>
+
+<p>[i386, pc98, sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=hatm&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">hatm</span>(4)</span></a>
+driver)</p>
+
+<p>[i386, pc98] IDT77252-based ATM cards (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=patm&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">patm</span>(4)</span></a>
+driver)</p>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="WLAN" name="WLAN">3.6 Wireless Network Interfaces</a></h3>
+
+<p>[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=an&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">an</span>(4)</span></a> driver)</p>
+
+<p>[i386,pc98,amd64,sparc64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ath&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ath</span>(4)</span></a> driver
+supports all Atheros Cardbus or PCI cards, except those that are based on the AR5005VL
+chipset. A list of cards that are supported can be found at <a
+href="http://customerproducts.atheros.com/customerproducts/default.asp"
+target="_top">http://customerproducts.atheros.com/customerproducts/default.asp</a>.</p>
+
+<p>[i386,pc98,amd64] Cards supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=awi&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">awi</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>BayStack 650</p>
+</li>
+
+<li>
+<p>BayStack 660</p>
+</li>
+
+<li>
+<p>Icom SL-200</p>
+</li>
+
+<li>
+<p>Melco WLI-PCM</p>
+</li>
+
+<li>
+<p>NEL SSMagic</p>
+</li>
+
+<li>
+<p>Netwave AirSurfer Plus</p>
+</li>
+
+<li>
+<p>Netwave AirSurfer Pro</p>
+</li>
+
+<li>
+<p>Nokia C020 WLAN</p>
+</li>
+
+<li>
+<p>Farallon SkyLINE</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] The original Xircom Netwave AirSurfer is supported by the cnw(4)
+driver.</p>
+
+<p>[i386,pc98,amd64] Cards supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=cnw&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cnw</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>Xircom CreditCard Netwave</p>
+</li>
+
+<li>
+<p>NetWave AirSurfer</p>
+</li>
+</ul>
+
+<p>[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ipw&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ipw</span>(4)</span></a>
+driver)</p>
+
+<p>[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network
+adapters (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=iwi&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">iwi</span>(4)</span></a>
+driver)</p>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ral&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ral</span>(4)</span></a> driver
+supports PCI/CardBus wireless adapters based on the Ralink Technology RT2500, RT2501, and
+RT2600 chipsets, including:</p>
+
+<ul>
+<li>
+<p>A-Link WL54H</p>
+</li>
+
+<li>
+<p>A-Link WL54PC</p>
+</li>
+
+<li>
+<p>AirLink101 AWLC5025</p>
+</li>
+
+<li>
+<p>AirLink101 AWLH5025</p>
+</li>
+
+<li>
+<p>Amigo AWI-914W</p>
+</li>
+
+<li>
+<p>Amigo AWI-922W</p>
+</li>
+
+<li>
+<p>Amigo AWI-926W</p>
+</li>
+
+<li>
+<p>AMIT WL531C</p>
+</li>
+
+<li>
+<p>AMIT WL531P</p>
+</li>
+
+<li>
+<p>AOpen AOI-831</p>
+</li>
+
+<li>
+<p>ASUS WL-107G</p>
+</li>
+
+<li>
+<p>ASUS WL-130g</p>
+</li>
+
+<li>
+<p>Atlantis Land A02-PCI-W54</p>
+</li>
+
+<li>
+<p>Atlantis Land A02-PCM-W54</p>
+</li>
+
+<li>
+<p>Belkin F5D7000 v3</p>
+</li>
+
+<li>
+<p>Belkin F5D7010 v2</p>
+</li>
+
+<li>
+<p>Billionton MIWLGRL</p>
+</li>
+
+<li>
+<p>Canyon CN-WF511</p>
+</li>
+
+<li>
+<p>Canyon CN-WF513</p>
+</li>
+
+<li>
+<p>CC&amp;C WL-2102</p>
+</li>
+
+<li>
+<p>CNet CWC-854</p>
+</li>
+
+<li>
+<p>CNet CWP-854</p>
+</li>
+
+<li>
+<p>Compex WL54G</p>
+</li>
+
+<li>
+<p>Compex WLP54G</p>
+</li>
+
+<li>
+<p>Conceptronic C54RC</p>
+</li>
+
+<li>
+<p>Conceptronic C54Ri</p>
+</li>
+
+<li>
+<p>Digitus DN-7001G-RA</p>
+</li>
+
+<li>
+<p>Digitus DN-7006G-RA</p>
+</li>
+
+<li>
+<p>E-Tech WGPC02</p>
+</li>
+
+<li>
+<p>E-Tech WGPI02</p>
+</li>
+
+<li>
+<p>Edimax EW-7108PCg</p>
+</li>
+
+<li>
+<p>Edimax EW-7128g</p>
+</li>
+
+<li>
+<p>Eminent EM3036</p>
+</li>
+
+<li>
+<p>Eminent EM3037</p>
+</li>
+
+<li>
+<p>Encore ENLWI-G-RLAM</p>
+</li>
+
+<li>
+<p>Encore ENPWI-G-RLAM</p>
+</li>
+
+<li>
+<p>Fiberline WL-400P</p>
+</li>
+
+<li>
+<p>Fibreline WL-400X</p>
+</li>
+
+<li>
+<p>Gigabyte GN-WI01GS</p>
+</li>
+
+<li>
+<p>Gigabyte GN-WIKG</p>
+</li>
+
+<li>
+<p>Gigabyte GN-WMKG</p>
+</li>
+
+<li>
+<p>Gigabyte GN-WP01GS</p>
+</li>
+
+<li>
+<p>Gigabyte GN-WPKG</p>
+</li>
+
+<li>
+<p>Hawking HWC54GR</p>
+</li>
+
+<li>
+<p>Hawking HWP54GR</p>
+</li>
+
+<li>
+<p>iNexQ CR054g-009 (R03)</p>
+</li>
+
+<li>
+<p>JAHT WN-4054P</p>
+</li>
+
+<li>
+<p>JAHT WN-4054PCI</p>
+</li>
+
+<li>
+<p>LevelOne WNC-0301 v2</p>
+</li>
+
+<li>
+<p>LevelOne WPC-0301 v2</p>
+</li>
+
+<li>
+<p>Linksys WMP54G v4</p>
+</li>
+
+<li>
+<p>Micronet SP906GK</p>
+</li>
+
+<li>
+<p>Micronet SP908GK V3</p>
+</li>
+
+<li>
+<p>Minitar MN54GCB-R</p>
+</li>
+
+<li>
+<p>Minitar MN54GPC-R</p>
+</li>
+
+<li>
+<p>MSI CB54G2</p>
+</li>
+
+<li>
+<p>MSI MP54G2</p>
+</li>
+
+<li>
+<p>MSI PC54G2</p>
+</li>
+
+<li>
+<p>OvisLink EVO-W54PCI</p>
+</li>
+
+<li>
+<p>PheeNet HWL-PCIG/RA</p>
+</li>
+
+<li>
+<p>Pro-Nets CB80211G</p>
+</li>
+
+<li>
+<p>Pro-Nets PC80211G</p>
+</li>
+
+<li>
+<p>Repotec RP-WB7108</p>
+</li>
+
+<li>
+<p>Repotec RP-WP0854</p>
+</li>
+
+<li>
+<p>SATech SN-54C</p>
+</li>
+
+<li>
+<p>SATech SN-54P</p>
+</li>
+
+<li>
+<p>Sitecom WL-112</p>
+</li>
+
+<li>
+<p>Sitecom WL-115</p>
+</li>
+
+<li>
+<p>SMC SMCWCB-GM</p>
+</li>
+
+<li>
+<p>SMC SMCWPCI-GM</p>
+</li>
+
+<li>
+<p>SparkLAN WL-685R</p>
+</li>
+
+<li>
+<p>Surecom EP-9321-g</p>
+</li>
+
+<li>
+<p>Surecom EP-9321-g1</p>
+</li>
+
+<li>
+<p>Surecom EP-9428-g</p>
+</li>
+
+<li>
+<p>Sweex LC500050</p>
+</li>
+
+<li>
+<p>Sweex LC700030</p>
+</li>
+
+<li>
+<p>TekComm NE-9321-g</p>
+</li>
+
+<li>
+<p>TekComm NE-9428-g</p>
+</li>
+
+<li>
+<p>Unex CR054g-R02</p>
+</li>
+
+<li>
+<p>Unex MR054g-R02</p>
+</li>
+
+<li>
+<p>Zinwell ZWX-G160</p>
+</li>
+
+<li>
+<p>Zinwell ZWX-G360</p>
+</li>
+
+<li>
+<p>Zinwell ZWX-G361</p>
+</li>
+
+<li>
+<p>Zonet ZEW1500</p>
+</li>
+
+<li>
+<p>Zonet ZEW1600</p>
+</li>
+</ul>
+
+<p>[i386,amd64] An up to date list can be found at <a
+href="http://damien.bergamini.free.fr/ral/list.html"
+target="_top">http://damien.bergamini.free.fr/ral/list.html</a>.</p>
+
+<p>[i386, pc98] Raytheon Raylink 2.4GHz wireless adapters (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ray&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ray</span>(4)</span></a>
+driver)</p>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=rum&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">rum</span>(4)</span></a> driver
+supports USB 2.0 and PCI Express Mini Card wireless adapters based on the Ralink
+RT2501USB and RT2601USB chipsets, including:</p>
+
+<ul>
+<li>
+<p>3Com Aolynk WUB320g</p>
+</li>
+
+<li>
+<p>Abocom WUG2700</p>
+</li>
+
+<li>
+<p>Airlink101 AWLL5025</p>
+</li>
+
+<li>
+<p>ASUS WL-167g ver 2</p>
+</li>
+
+<li>
+<p>Belkin F5D7050 ver 3</p>
+</li>
+
+<li>
+<p>Belkin F5D9050 ver 3</p>
+</li>
+
+<li>
+<p>Buffalo WLI-U2-SG54HP</p>
+</li>
+
+<li>
+<p>Buffalo WLI-U2-G54HP</p>
+</li>
+
+<li>
+<p>CNet CWD-854 ver F</p>
+</li>
+
+<li>
+<p>Conceptronic C54RU ver 2</p>
+</li>
+
+<li>
+<p>Corega CG-WLUSB2GO</p>
+</li>
+
+<li>
+<p>D-Link DWL-G122 rev C1</p>
+</li>
+
+<li>
+<p>D-Link WUA-1340</p>
+</li>
+
+<li>
+<p>Digitus DN-7003GR</p>
+</li>
+
+<li>
+<p>Edimax EW-7318USG</p>
+</li>
+
+<li>
+<p>Gigabyte GN-WB01GS</p>
+</li>
+
+<li>
+<p>Gigabyte GN-WI05GS</p>
+</li>
+
+<li>
+<p>Hawking HWUG1</p>
+</li>
+
+<li>
+<p>Hawking HWU54DM</p>
+</li>
+
+<li>
+<p>Hercules HWGUSB2-54-LB</p>
+</li>
+
+<li>
+<p>Hercules HWGUSB2-54V2-AP</p>
+</li>
+
+<li>
+<p>LevelOne WNC-0301USB v3</p>
+</li>
+
+<li>
+<p>Linksys WUSB54G rev C</p>
+</li>
+
+<li>
+<p>Linksys WUSB54GR</p>
+</li>
+
+<li>
+<p>Planex GW-US54HP</p>
+</li>
+
+<li>
+<p>Planex GW-US54Mini2</p>
+</li>
+
+<li>
+<p>Planex GW-USMM</p>
+</li>
+
+<li>
+<p>Senao NUB-3701</p>
+</li>
+
+<li>
+<p>Sitecom WL-113 ver 2</p>
+</li>
+
+<li>
+<p>Sitecom WL-172</p>
+</li>
+
+<li>
+<p>Sweex LW053</p>
+</li>
+
+<li>
+<p>TP-LINK TL-WN321G</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ural&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ural</span>(4)</span></a> driver
+supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset,
+including:</p>
+
+<ul>
+<li>
+<p>AMIT WL532U</p>
+</li>
+
+<li>
+<p>ASUS WL-167g</p>
+</li>
+
+<li>
+<p>Belkin F5D7050 v2000</p>
+</li>
+
+<li>
+<p>Buffalo WLI-U2-KG54-AI</p>
+</li>
+
+<li>
+<p>CNet CWD-854</p>
+</li>
+
+<li>
+<p>Compex WLU54G 2A1100</p>
+</li>
+
+<li>
+<p>Conceptronic C54RU</p>
+</li>
+
+<li>
+<p>D-Link DWL-G122 b1</p>
+</li>
+
+<li>
+<p>Dynalink WLG25USB</p>
+</li>
+
+<li>
+<p>E-Tech WGUS02</p>
+</li>
+
+<li>
+<p>Gigabyte GN-WBKG</p>
+</li>
+
+<li>
+<p>Hercules HWGUSB2-54</p>
+</li>
+
+<li>
+<p>KCORP LifeStyle KLS-685</p>
+</li>
+
+<li>
+<p>Linksys WUSB54G v4</p>
+</li>
+
+<li>
+<p>Linksys WUSB54GP v4</p>
+</li>
+
+<li>
+<p>MSI MS-6861</p>
+</li>
+
+<li>
+<p>MSI MS-6865</p>
+</li>
+
+<li>
+<p>MSI MS-6869</p>
+</li>
+
+<li>
+<p>NovaTech NV-902</p>
+</li>
+
+<li>
+<p>OvisLink Evo-W54USB</p>
+</li>
+
+<li>
+<p>SerComm UB801R</p>
+</li>
+
+<li>
+<p>SparkLAN WL-685R</p>
+</li>
+
+<li>
+<p>Surecom EP-9001-g</p>
+</li>
+
+<li>
+<p>Sweex LC100060</p>
+</li>
+
+<li>
+<p>Tonze UW-6200C</p>
+</li>
+
+<li>
+<p>Zinwell ZWX-G261</p>
+</li>
+
+<li>
+<p>Zonet ZEW2500P</p>
+</li>
+</ul>
+
+<p>[i386,amd64] An up to date list can be found at <a href="http://ralink.rapla.net/"
+target="_top">http://ralink.rapla.net/</a>.</p>
+
+<p>[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters
+and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil
+Prism-3, and Symbol Spectrum24 chipsets (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=wi&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">wi</span>(4)</span></a> driver)</p>
+
+<p>[i386] NCR / AT&amp;T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=wl&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">wl</span>(4)</span></a> driver)</p>
+
+<p>[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=wpi&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">wpi</span>(4)</span></a>
+driver)</p>
+
+<p>[i386,amd64] The following devices are known to be supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=zyd&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">zyd</span>(4)</span></a>
+driver:</p>
+
+<ul>
+<li>
+<p>3COM 3CRUSB10075</p>
+</li>
+
+<li>
+<p>Acer WLAN-G-US1</p>
+</li>
+
+<li>
+<p>Airlink+ AWLL3025</p>
+</li>
+
+<li>
+<p>Airlink 101 AWLL3026</p>
+</li>
+
+<li>
+<p>AOpen 802.11g WL54</p>
+</li>
+
+<li>
+<p>Asus A9T integrated wireless</p>
+</li>
+
+<li>
+<p>Asus WL-159g</p>
+</li>
+
+<li>
+<p>Belkin F5D7050 v.4000</p>
+</li>
+
+<li>
+<p>Billion BiPAC 3011G</p>
+</li>
+
+<li>
+<p>Buffalo WLI-U2-KG54L</p>
+</li>
+
+<li>
+<p>CC&amp;C WL-2203B</p>
+</li>
+
+<li>
+<p>DrayTek Vigor 550</p>
+</li>
+
+<li>
+<p>Edimax EW-7317UG</p>
+</li>
+
+<li>
+<p>Edimax EW-7317LDG</p>
+</li>
+
+<li>
+<p>Fiberline Networks WL-43OU</p>
+</li>
+
+<li>
+<p>iNexQ UR055g</p>
+</li>
+
+<li>
+<p>Linksys WUSBF54G</p>
+</li>
+
+<li>
+<p>Longshine LCS-8131G3</p>
+</li>
+
+<li>
+<p>MSI US54SE</p>
+</li>
+
+<li>
+<p>MyTek MWU-201 USB adapter</p>
+</li>
+
+<li>
+<p>Philips SNU5600</p>
+</li>
+
+<li>
+<p>Planet WL-U356</p>
+</li>
+
+<li>
+<p>Planex GW-US54GZ</p>
+</li>
+
+<li>
+<p>Planex GW-US54GZL</p>
+</li>
+
+<li>
+<p>Planex GW-US54Mini</p>
+</li>
+
+<li>
+<p>Safecom SWMULZ-5400</p>
+</li>
+
+<li>
+<p>Sagem XG 760A</p>
+</li>
+
+<li>
+<p>Sagem XG 76NA</p>
+</li>
+
+<li>
+<p>Sandberg Wireless G54 USB</p>
+</li>
+
+<li>
+<p>Sitecom WL-113</p>
+</li>
+
+<li>
+<p>SMC SMCWUSB-G</p>
+</li>
+
+<li>
+<p>Sweex wireless USB 54 Mbps</p>
+</li>
+
+<li>
+<p>Tekram/Siemens USB adapter</p>
+</li>
+
+<li>
+<p>Telegent TG54USB</p>
+</li>
+
+<li>
+<p>Trendnet TEW-424UB</p>
+</li>
+
+<li>
+<p>Trendnet TEW-429UB</p>
+</li>
+
+<li>
+<p>TwinMOS G240</p>
+</li>
+
+<li>
+<p>Unicorn WL-54G</p>
+</li>
+
+<li>
+<p>US Robotics 5423</p>
+</li>
+
+<li>
+<p>X-Micro XWL-11GUZX</p>
+</li>
+
+<li>
+<p>Yakumo QuickWLAN USB</p>
+</li>
+
+<li>
+<p>Zonet ZEW2501</p>
+</li>
+
+<li>
+<p>ZyXEL ZyAIR G-220</p>
+</li>
+</ul>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="MISC-NETWORK" name="MISC-NETWORK">3.7 Miscellaneous
+Networks</a></h3>
+
+<p>[i386,pc98] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ce&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">ce</span>(4)</span></a> driver supports
+the following models of Tau-PCI/32 WAN adapters:</p>
+
+<ul>
+<li>
+<p>Cronyx Tau-PCI/32</p>
+</li>
+
+<li>
+<p>Cronyx Tau-PCI/32-Lite</p>
+</li>
+</ul>
+
+<p>[i386] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=cx&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">cx</span>(4)</span></a> driver supports
+the following cards:</p>
+
+<ul>
+<li>
+<p>Cronyx Sigma-22, Sigma-24</p>
+</li>
+
+<li>
+<p>Cronyx Sigma-100</p>
+</li>
+
+<li>
+<p>Cronyx Sigma-400, Sigma-401, Sigma-404, Sigma-410, Sigma-440</p>
+</li>
+
+<li>
+<p>Cronyx Sigma-500</p>
+</li>
+
+<li>
+<p>Cronyx Sigma-703</p>
+</li>
+
+<li>
+<p>Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840</p>
+</li>
+</ul>
+
+<p>[i386,pc98] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=cp&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">cp</span>(4)</span></a> driver supports
+the following models of Tau-PCI WAN adapters:</p>
+
+<ul>
+<li>
+<p>Cronyx Tau-PCI</p>
+</li>
+
+<li>
+<p>Cronyx Tau-PCI/R</p>
+</li>
+
+<li>
+<p>Cronyx Tau-PCI-L</p>
+</li>
+
+<li>
+<p>Cronyx Tau-PCI-L/R</p>
+</li>
+
+<li>
+<p>Cronyx Tau-PCI-E1</p>
+</li>
+
+<li>
+<p>Cronyx Tau-PCI-G703</p>
+</li>
+
+<li>
+<p>Cronyx Tau-PCI-2E1</p>
+</li>
+
+<li>
+<p>Cronyx Tau-PCI-4E1</p>
+</li>
+
+<li>
+<p>Cronyx Tau-PCI-E3</p>
+</li>
+
+<li>
+<p>Cronyx Tau-PCI-T3</p>
+</li>
+
+<li>
+<p>Cronyx Tau-PCI-STS1</p>
+</li>
+</ul>
+
+<p>[i386] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ctau&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ctau</span>(4)</span></a> driver
+supports the following cards:</p>
+
+<ul>
+<li>
+<p>Cronyx Tau (RS-232/V.35)</p>
+</li>
+
+<li>
+<p>Cronyx Tau/R (RS-530/RS-449)</p>
+</li>
+
+<li>
+<p>Cronyx Tau/E1 (fractional E1)</p>
+</li>
+
+<li>
+<p>Cronyx Tau/G703 (unframed E1)</p>
+</li>
+</ul>
+
+<p>[i386] Granch SBNI12 point-to-point communications adapters (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sbni&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sbni</span>(4)</span></a>
+driver)</p>
+
+<p>[i386] Granch SBNI16 SHDSL modems (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sbsh&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sbsh</span>(4)</span></a>
+driver)</p>
+
+<p>[i386] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=cm&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">cm</span>(4)</span></a> driver supports
+the following card models:</p>
+
+<ul>
+<li>
+<p>SMC90c26</p>
+</li>
+
+<li>
+<p>SMC90c56</p>
+</li>
+
+<li>
+<p>SMC90c66 in '56 compatibility mode.</p>
+</li>
+</ul>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="ISDN" name="ISDN">3.8 ISDN Interfaces</a></h3>
+
+<p>[i386] AcerISDN P10 ISA PnP (experimental)</p>
+
+<p>[i386] Asuscom ISDNlink 128K ISA</p>
+
+<p>[i386] ASUSCOM P-IN100-ST-D (and other Winbond W6692-based cards)</p>
+
+<p>[i386] AVM</p>
+
+<ul>
+<li>
+<p>A1</p>
+</li>
+
+<li>
+<p>B1 ISA (tested with V2.0)</p>
+</li>
+
+<li>
+<p>B1 PCI (tested with V4.0)</p>
+</li>
+
+<li>
+<p>Fritz!Card classic</p>
+</li>
+
+<li>
+<p>Fritz!Card PnP</p>
+</li>
+
+<li>
+<p>Fritz!Card PCI</p>
+</li>
+
+<li>
+<p>Fritz!Card PCI, Version 2</p>
+</li>
+
+<li>
+<p>T1</p>
+</li>
+</ul>
+
+<br />
+<br />
+<p>[i386] Creatix</p>
+
+<ul>
+<li>
+<p>ISDN-S0</p>
+</li>
+
+<li>
+<p>ISDN-S0 P&amp;P</p>
+</li>
+</ul>
+
+<br />
+<br />
+<p>[i386] Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP</p>
+
+<p>[i386] Dr. Neuhaus Niccy Go@ and compatibles</p>
+
+<p>[i386] Dynalink IS64PPH and IS64PPH+</p>
+
+<p>[i386] Eicon Diehl DIVA 2.0 and 2.02</p>
+
+<p>[i386] ELSA</p>
+
+<ul>
+<li>
+<p>ELSA PCC-16</p>
+</li>
+
+<li>
+<p>QuickStep 1000pro ISA</p>
+</li>
+
+<li>
+<p>MicroLink ISDN/PCI</p>
+</li>
+
+<li>
+<p>QuickStep 1000pro PCI</p>
+</li>
+</ul>
+
+<br />
+<br />
+<p>[i386] ITK ix1 Micro ( &lt; V.3, non-PnP version )</p>
+
+<p>[i386] Sedlbauer Win Speed</p>
+
+<p>[i386] Siemens I-Surf 2.0</p>
+
+<p>[i386] TELEINT ISDN SPEED No.1 (experimental)</p>
+
+<p>[i386] Teles</p>
+
+<ul>
+<li>
+<p>S0/8</p>
+</li>
+
+<li>
+<p>S0/16</p>
+</li>
+
+<li>
+<p>S0/16.3</p>
+</li>
+
+<li>
+<p>S0/16.3 PnP</p>
+</li>
+
+<li>
+<p>16.3c ISA PnP (experimental)</p>
+</li>
+
+<li>
+<p>Teles PCI-TJ</p>
+</li>
+</ul>
+
+<br />
+<br />
+<p>[i386] Traverse Technologies NETjet-S PCI</p>
+
+<p>[i386] USRobotics Sportster ISDN TA intern</p>
+
+<p>[i386] Winbond W6692 based PCI cards</p>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="SERIAL" name="SERIAL">3.9 Serial Interfaces</a></h3>
+
+<p>[amd64, i386] &#8220;PC standard&#8221; 8250, 16450, and 16550-based serial ports (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sio</span>(4)</span></a>
+driver)</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=uart&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">uart</span>(4)</span></a> driver
+supports the following classes of UARTs:</p>
+
+<ul>
+<li>
+<p>NS8250: standard hardware based on the 8250, 16450, 16550, 16650, 16750 or the 16950
+UARTs.</p>
+</li>
+
+<li>
+<p>SCC: serial communications controllers supported by the scc(4) device driver.</p>
+</li>
+</ul>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">scc</span>(4)</span></a> driver
+supports the following classes of SCCs:</p>
+
+<ul>
+<li>
+<p>SAB82532: Siemens SAB 82532 based serial communications controllers.</p>
+</li>
+
+<li>
+<p>Z8530: Zilog 8530 based serial communications controllers.</p>
+</li>
+</ul>
+
+<p>[amd64, i386] AST 4 port serial card using shared IRQ</p>
+
+<p>[i386] ARNET serial cards (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ar&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">ar</span>(4)</span></a> driver)</p>
+
+<ul>
+<li>
+<p>ARNET 8 port serial card using shared IRQ</p>
+</li>
+
+<li>
+<p>ARNET (now Digiboard) Sync 570/i high-speed serial</p>
+</li>
+</ul>
+
+<br />
+<br />
+<p>[i386] Boca multi-port serial cards</p>
+
+<ul>
+<li>
+<p>Boca BB1004 4-Port serial card (Modems <span class="emphasis"><i
+class="EMPHASIS">not</i></span> supported)</p>
+</li>
+
+<li>
+<p>Boca IOAT66 6-Port serial card (Modems supported)</p>
+</li>
+
+<li>
+<p>Boca BB1008 8-Port serial card (Modems <span class="emphasis"><i
+class="EMPHASIS">not</i></span> supported)</p>
+</li>
+
+<li>
+<p>Boca BB2016 16-Port serial card (Modems supported)</p>
+</li>
+</ul>
+
+<br />
+<br />
+<p>[i386] Comtrol Rocketport card (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=rp&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">rp</span>(4)</span></a> driver)</p>
+
+<p>[i386] Cyclades Cyclom-Y serial board (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=cy&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">cy</span>(4)</span></a> driver)</p>
+
+<p>[i386] STB 4 port card using shared IRQ</p>
+
+<p>[i386] DigiBoard intelligent serial cards (digi driver)</p>
+
+<p>[amd64, i386, ia64] PCI-Based multi-port serial boards (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=puc&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">puc</span>(4)</span></a>
+driver)</p>
+
+<ul>
+<li>
+<p>[amd64, i386] Actiontech 56K PCI</p>
+</li>
+
+<li>
+<p>[amd64, i386] Avlab Technology, PCI IO 2S and PCI IO 4S</p>
+</li>
+
+<li>
+<p>[amd64, i386] Comtrol RocketPort 550</p>
+</li>
+
+<li>
+<p>[amd64, i386] Decision Computers PCCOM 4-port serial and dual port RS232/422/485</p>
+</li>
+
+<li>
+<p>[ia64] Diva Serial (GSP) Multiport UART</p>
+</li>
+
+<li>
+<p>[amd64, i386] Dolphin Peripherals 4025/4035/4036</p>
+</li>
+
+<li>
+<p>[amd64, i386] IC Book Labs Dreadnought 16x Lite and Pro</p>
+</li>
+
+<li>
+<p>[amd64, i386] Lava Computers 2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550</p>
+</li>
+
+<li>
+<p>[amd64, i386] Middle Digital, Weasle serial port</p>
+</li>
+
+<li>
+<p>[amd64, i386] Moxa Industio CP-114, Smartio C104H-PCI and C168H/PCI</p>
+</li>
+
+<li>
+<p>[amd64, i386] NEC PK-UG-X001 and PK-UG-X008</p>
+</li>
+
+<li>
+<p>[amd64, i386] Netmos NM9835 PCI-2S-550</p>
+</li>
+
+<li>
+<p>[amd64, i386] Oxford Semiconductor OX16PCI954 PCI UART</p>
+</li>
+
+<li>
+<p>[amd64, i386] Syba Tech SD-LAB PCI-4S2P-550-ECP</p>
+</li>
+
+<li>
+<p>[amd64, i386] SIIG Cyber I/O PCI 16C550/16C650/16C850</p>
+</li>
+
+<li>
+<p>[amd64, i386] SIIG Cyber 2P1S PCI 16C550/16C650/16C850</p>
+</li>
+
+<li>
+<p>[amd64, i386] SIIG Cyber 2S1P PCI 16C550/16C650/16C850</p>
+</li>
+
+<li>
+<p>[amd64, i386] SIIG Cyber 4S PCI 16C550/16C650/16C850</p>
+</li>
+
+<li>
+<p>[amd64, i386] SIIG Cyber Serial (Single and Dual) PCI 16C550/16C650/16C850</p>
+</li>
+
+<li>
+<p>[amd64, i386] Syba Tech Ltd. PCI-4S2P-550-ECP</p>
+</li>
+
+<li>
+<p>[amd64, i386] Titan PCI-200H and PCI-800H</p>
+</li>
+
+<li>
+<p>[amd64, i386] US Robotics (3Com) 3CP5609 modem</p>
+</li>
+
+<li>
+<p>[amd64, i386] VScom PCI-400 and PCI-800</p>
+</li>
+</ul>
+
+<br />
+<br />
+<p>[i386] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">rc</span>(4)</span></a> driver provides
+support for the SDL Communications RISCom/8 boards.</p>
+
+<p>[i386] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sr&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">sr</span>(4)</span></a> driver supports
+the following hardware:</p>
+
+<ul>
+<li>
+<p>SDL Communications RISCom/N2 ISA</p>
+</li>
+
+<li>
+<p>SDL Communications N2pci</p>
+</li>
+
+<li>
+<p>SDL Communications WANic 400/405 PCI</p>
+</li>
+</ul>
+
+<p>[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older
+SIHOST2.x and the &#8220;enhanced&#8221; (transputer based, aka JET) host cards (ISA,
+EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently
+supported. (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=si&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">si</span>(4)</span></a> driver)</p>
+
+<p>[pc98] Internel serial interfaces (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sio</span>(4)</span></a>
+driver)</p>
+
+<ul>
+<li>
+<p>PC-9801 on-board</p>
+</li>
+
+<li>
+<p>PC-9821 2'nd CCU (flags 0x12000000)</p>
+</li>
+</ul>
+
+<br />
+<br />
+<p>[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sio</span>(4)</span></a>
+driver)</p>
+
+<ul>
+<li>
+<p>COM2 (flags 0x01000000)</p>
+</li>
+
+<li>
+<p>COM3 (flags 0x02000000)</p>
+</li>
+</ul>
+
+<br />
+<br />
+<p>[pc98] NEC PC-9801-120 (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sio</span>(4)</span></a>
+driver)</p>
+
+<div class="NOTE">
+<blockquote class="NOTE">
+<p><b>Note:</b> "flags 0x11000000" is necessary in kernel configuration.</p>
+</blockquote>
+</div>
+
+<p>[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sio</span>(4)</span></a>
+driver)</p>
+
+<div class="NOTE">
+<blockquote class="NOTE">
+<p><b>Note:</b> "flags 0x14000?01" is necessary in kernel configuration.</p>
+</blockquote>
+</div>
+
+<p>[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sio</span>(4)</span></a>
+driver)</p>
+
+<div class="NOTE">
+<blockquote class="NOTE">
+<p><b>Note:</b> "flags 0x15000?01" is necessary in kernel configuration.</p>
+</blockquote>
+</div>
+
+<p>[pc98] Media Intelligent RSB-384 (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sio</span>(4)</span></a>
+driver)</p>
+
+<div class="NOTE">
+<blockquote class="NOTE">
+<p><b>Note:</b> "flags 0x16000001" is necessary in kernel configuration.</p>
+</blockquote>
+</div>
+
+<p>[pc98] I-O DATA RSA-98III (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sio</span>(4)</span></a>
+driver)</p>
+
+<div class="NOTE">
+<blockquote class="NOTE">
+<p><b>Note:</b> "flags 0x18000?01" is necessary in kernel configuration.</p>
+</blockquote>
+</div>
+
+<p>[pc98] Hayes ESP98 (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sio</span>(4)</span></a>
+driver)</p>
+
+<div class="NOTE">
+<blockquote class="NOTE">
+<p><b>Note:</b> "options COM_ESP" and "flags 0x19000000" are necessary in kernel
+configuration.</p>
+</blockquote>
+</div>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="SOUND" name="SOUND">3.10 Sound Devices</a></h3>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_ad1816&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_ad1816</span>(4)</span></a>
+driver supports the following sound cards:</p>
+
+<ul>
+<li>
+<p>Analog Devices AD1816</p>
+</li>
+</ul>
+
+<p>[i386] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_als4000&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_als4000</span>(4)</span></a>
+driver supports the following sound cards:</p>
+
+<ul>
+<li>
+<p>Avance Logic ALS4000</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_atiixp&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_atiixp</span>(4)</span></a>
+driver supports the following audio chipsets:</p>
+
+<ul>
+<li>
+<p>ATI IXP 200</p>
+</li>
+
+<li>
+<p>ATI IXP 300</p>
+</li>
+
+<li>
+<p>ATI IXP 400</p>
+</li>
+</ul>
+
+<p>[sparc64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_audiocs&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_audiocs</span>(4)</span></a>
+driver supports the following audio devices:</p>
+
+<ul>
+<li>
+<p>CS4231 on SBus based UltraSPARC</p>
+</li>
+
+<li>
+<p>CS4231 on PCI/EBus based UltraSPARC</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_cmi&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_cmi</span>(4)</span></a>
+driver supports the following sound cards:</p>
+
+<ul>
+<li>
+<p>CMedia CMI8338A</p>
+</li>
+
+<li>
+<p>CMedia CMI8338B</p>
+</li>
+
+<li>
+<p>CMedia CMI8738</p>
+</li>
+
+<li>
+<p>CMedia CMI8738B</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_cs4281&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_cs4281</span>(4)</span></a>
+driver supports the following sound cards:</p>
+
+<ul>
+<li>
+<p>Crystal Semiconductor CS4281</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_csa</span>(4)</span></a>
+driver supports the following sound cards:</p>
+
+<ul>
+<li>
+<p>Crystal Semiconductor CS4280</p>
+</li>
+
+<li>
+<p>Crystal Semiconductor CS4610</p>
+</li>
+
+<li>
+<p>Crystal Semiconductor CS4611</p>
+</li>
+
+<li>
+<p>Crystal Semiconductor CS4614</p>
+</li>
+
+<li>
+<p>Crystal Semiconductor CS4615</p>
+</li>
+
+<li>
+<p>Crystal Semiconductor CS4622</p>
+</li>
+
+<li>
+<p>Crystal Semiconductor CS4624</p>
+</li>
+
+<li>
+<p>Crystal Semiconductor CS4630</p>
+</li>
+
+<li>
+<p>Genius Soundmaker 128 Value</p>
+</li>
+
+<li>
+<p>Hercules Game Theatre XP</p>
+</li>
+
+<li>
+<p>Turtle Beach Santa Cruz</p>
+</li>
+</ul>
+
+<p>[i386,amd64] Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead
+of the CS4297 AC97 codec. Such configurations are not supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_csa</span>(4)</span></a>
+driver yet.</p>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_ds1&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_ds1</span>(4)</span></a>
+driver supports the following sound cards:</p>
+
+<ul>
+<li>
+<p>Yamaha DS-1</p>
+</li>
+
+<li>
+<p>Yamaha DS-1E</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10k1&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_emu10k1</span>(4)</span></a>
+driver supports the following sound cards:</p>
+
+<ul>
+<li>
+<p>Creative SoundBlaster Live! (EMU10K1 Chipset)</p>
+</li>
+
+<li>
+<p>Creative SoundBlaster Audigy (EMU10K2 Chipset)</p>
+</li>
+
+<li>
+<p>Creative SoundBlaster Audigy 2 (EMU10K2 Chipset)</p>
+</li>
+
+<li>
+<p>Creative SoundBlaster Audigy 2 (EMU10K3 Chipset)</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_emu10kx</span>(4)</span></a>
+driver supports the following sound cards:</p>
+
+<ul>
+<li>
+<p>Creative Sound Blaster Live! (EMU10K1 Chipset). Both PCM and MIDI interfaces are
+available.</p>
+</li>
+
+<li>
+<p>Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM and two MIDI interfaces
+available.</p>
+</li>
+
+<li>
+<p>Creative Sound Blaster Audigy 2 and Creative Sound Blaster Audigy 4 (CA0102 Chipset).
+PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not
+supported).</p>
+</li>
+
+<li>
+<p>Creative Sound Blaster Audigy 2 Value (CA0108 Chipset). PCM support is limited to
+48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). There is no
+MIDI support for this card.</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_emu10kx</span>(4)</span></a>
+driver does support the following sound cards (although they have names similar to some
+supported ones):</p>
+
+<ul>
+<li>
+<p>Creative Sound Blaster Live! 24-Bit, identified by as</p>
+</li>
+
+<li>
+<p>Creative Sound Blaster Audigy LS / ES, identified by as</p>
+</li>
+
+<li>
+<p>All other Creative sound cards with -DAT chipsets.</p>
+</li>
+
+<li>
+<p>All Creative X-Fi series sound cards.</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_envy24</span>(4)</span></a>
+driver supports the following audio devices:</p>
+
+<ul>
+<li>
+<p>M-Audio Audiophile 2496</p>
+</li>
+
+<li>
+<p>M-Audio Delta Dio 2496</p>
+</li>
+
+<li>
+<p>Terratec DMX 6fire</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24ht&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_envy24ht</span>(4)</span></a>
+driver supports the following audio devices:</p>
+
+<ul>
+<li>
+<p>Audiotrak Prodigy 7.1</p>
+</li>
+
+<li>
+<p>Audiotrak Prodigy 7.1 LT</p>
+</li>
+
+<li>
+<p>Audiotrak Prodigy 7.1 XT</p>
+</li>
+
+<li>
+<p>Audiotrak Prodigy HD2</p>
+</li>
+
+<li>
+<p>ESI Juli@</p>
+</li>
+
+<li>
+<p>M-Audio Audiophile 192</p>
+</li>
+
+<li>
+<p>M-Audio Revolution 5.1</p>
+</li>
+
+<li>
+<p>M-Audio Revolution 7.1</p>
+</li>
+
+<li>
+<p>Terratec Aureon 5.1 Sky</p>
+</li>
+
+<li>
+<p>Terratec Aureon 7.1 Space</p>
+</li>
+
+<li>
+<p>Terratec Aureon 7.1 Universe</p>
+</li>
+
+<li>
+<p>Terratec PHASE 22</p>
+</li>
+
+<li>
+<p>Terratec PHASE 28</p>
+</li>
+</ul>
+
+<p>[i386,sparc64,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_es137x&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_es137x</span>(4)</span></a>
+driver supports the following sound cards:</p>
+
+<ul>
+<li>
+<p>Creative CT5880-A</p>
+</li>
+
+<li>
+<p>Creative CT5880-C</p>
+</li>
+
+<li>
+<p>Creative CT5880-D</p>
+</li>
+
+<li>
+<p>Creative CT5880-E</p>
+</li>
+
+<li>
+<p>Creative SB AudioPCI CT4730</p>
+</li>
+
+<li>
+<p>Ensoniq AudioPCI ES1370</p>
+</li>
+
+<li>
+<p>Ensoniq AudioPCI ES1371-A</p>
+</li>
+
+<li>
+<p>Ensoniq AudioPCI ES1371-B</p>
+</li>
+
+<li>
+<p>Ensoniq AudioPCI ES1373-A</p>
+</li>
+
+<li>
+<p>Ensoniq AudioPCI ES1373-B</p>
+</li>
+
+<li>
+<p>Ensoniq AudioPCI ES1373-8</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_ess&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_ess</span>(4)</span></a>
+driver supports the following sound cards:</p>
+
+<ul>
+<li>
+<p>Ensoniq ESS ISA PnP/non-PnP</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_fm801&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_fm801</span>(4)</span></a>
+driver supports audio devices based on the following chipset:</p>
+
+<ul>
+<li>
+<p>Forte Media FM801</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_gusc&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_gusc</span>(4)</span></a>
+driver supports the following sound cards:</p>
+
+<ul>
+<li>
+<p>Gravis UltraSound MAX</p>
+</li>
+
+<li>
+<p>Gravis UltraSound PnP</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_hda</span>(4)</span></a>
+driver supports many Intel HDA compatible audio chipsets including the following:</p>
+
+<ul>
+<li>
+<p>ATI SB450</p>
+</li>
+
+<li>
+<p>ATI SB600</p>
+</li>
+
+<li>
+<p>Intel 631x/632xESB</p>
+</li>
+
+<li>
+<p>Intel 82801F (ICH6)</p>
+</li>
+
+<li>
+<p>Intel 82801G (ICH7)</p>
+</li>
+
+<li>
+<p>Intel 82801H (ICH8)</p>
+</li>
+
+<li>
+<p>Intel 82801I (ICH9)</p>
+</li>
+
+<li>
+<p>Intel 82801J (ICH10)</p>
+</li>
+
+<li>
+<p>Intel US15W (SCH)</p>
+</li>
+
+<li>
+<p>nVidia MCP51</p>
+</li>
+
+<li>
+<p>nVidia MCP55</p>
+</li>
+
+<li>
+<p>nVidia MCP61A</p>
+</li>
+
+<li>
+<p>nVidia MCP61B</p>
+</li>
+
+<li>
+<p>nVidia MCP63</p>
+</li>
+
+<li>
+<p>nVidia MCP65A</p>
+</li>
+
+<li>
+<p>nVidia MCP65B</p>
+</li>
+
+<li>
+<p>nVidia MCP67A</p>
+</li>
+
+<li>
+<p>nVidia MCP67B</p>
+</li>
+
+<li>
+<p>nVidia MCP68</p>
+</li>
+
+<li>
+<p>nVidia MCP69</p>
+</li>
+
+<li>
+<p>SiS 966</p>
+</li>
+
+<li>
+<p>VIA VT8251/8237A</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The following and many other codecs have been verified to work:</p>
+
+<ul>
+<li>
+<p>Analog Devices AD1981HD</p>
+</li>
+
+<li>
+<p>Analog Devices AD1983</p>
+</li>
+
+<li>
+<p>Analog Devices AD1984</p>
+</li>
+
+<li>
+<p>Analog Devices AD1986A</p>
+</li>
+
+<li>
+<p>Analog Devices AD1988</p>
+</li>
+
+<li>
+<p>Analog Devices AD1988B</p>
+</li>
+
+<li>
+<p>CMedia CMI9880</p>
+</li>
+
+<li>
+<p>Conexant CX20549 (Venice)</p>
+</li>
+
+<li>
+<p>Conexant CX20551 (Waikiki)</p>
+</li>
+
+<li>
+<p>Conexant CX20561 (Hermosa)</p>
+</li>
+
+<li>
+<p>Realtek ALC260</p>
+</li>
+
+<li>
+<p>Realtek ALC262</p>
+</li>
+
+<li>
+<p>Realtek ALC268</p>
+</li>
+
+<li>
+<p>Realtek ALC660</p>
+</li>
+
+<li>
+<p>Realtek ALC861</p>
+</li>
+
+<li>
+<p>Realtek ALC861VD</p>
+</li>
+
+<li>
+<p>Realtek ALC880</p>
+</li>
+
+<li>
+<p>Realtek ALC882</p>
+</li>
+
+<li>
+<p>Realtek ALC883</p>
+</li>
+
+<li>
+<p>Realtek ALC885</p>
+</li>
+
+<li>
+<p>Realtek ALC888</p>
+</li>
+
+<li>
+<p>Realtek ALC889</p>
+</li>
+
+<li>
+<p>Sigmatel STAC9205</p>
+</li>
+
+<li>
+<p>Sigmatel STAC9220</p>
+</li>
+
+<li>
+<p>Sigmatel STAC9220D / 9223D</p>
+</li>
+
+<li>
+<p>Sigmatel STAC9221</p>
+</li>
+
+<li>
+<p>Sigmatel STAC9221D</p>
+</li>
+
+<li>
+<p>Sigmatel STAC9227D</p>
+</li>
+
+<li>
+<p>Sigmatel STAC9227X</p>
+</li>
+
+<li>
+<p>Sigmatel STAC9228D</p>
+</li>
+
+<li>
+<p>Sigmatel STAC9228X</p>
+</li>
+
+<li>
+<p>Sigmatel STAC9229D</p>
+</li>
+
+<li>
+<p>Sigmatel STAC9229X</p>
+</li>
+
+<li>
+<p>Sigmatel STAC9230D</p>
+</li>
+
+<li>
+<p>Sigmatel STAC9230X</p>
+</li>
+
+<li>
+<p>Sigmatel STAC9271D</p>
+</li>
+
+<li>
+<p>Sigmatel STAC9872AK</p>
+</li>
+
+<li>
+<p>VIA VT1708</p>
+</li>
+
+<li>
+<p>VIA VT1708B</p>
+</li>
+
+<li>
+<p>VIA VT1709</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_ich&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_ich</span>(4)</span></a>
+driver supports the following audio devices:</p>
+
+<ul>
+<li>
+<p>AMD 768</p>
+</li>
+
+<li>
+<p>AMD 8111</p>
+</li>
+
+<li>
+<p>Intel 443MX</p>
+</li>
+
+<li>
+<p>Intel ICH</p>
+</li>
+
+<li>
+<p>Intel ICH revision 1</p>
+</li>
+
+<li>
+<p>Intel ICH2</p>
+</li>
+
+<li>
+<p>Intel ICH3</p>
+</li>
+
+<li>
+<p>Intel ICH4</p>
+</li>
+
+<li>
+<p>Intel ICH5</p>
+</li>
+
+<li>
+<p>Intel ICH6</p>
+</li>
+
+<li>
+<p>Intel ICH7</p>
+</li>
+
+<li>
+<p>NVIDIA nForce</p>
+</li>
+
+<li>
+<p>NVIDIA nForce2</p>
+</li>
+
+<li>
+<p>NVIDIA nForce2 400</p>
+</li>
+
+<li>
+<p>NVIDIA nForce3</p>
+</li>
+
+<li>
+<p>NVIDIA nForce3 250</p>
+</li>
+
+<li>
+<p>NVIDIA nForce4</p>
+</li>
+
+<li>
+<p>SiS 7012</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_maestro</span>(4)</span></a>
+driver supports the following PCI sound cards:</p>
+
+<ul>
+<li>
+<p>ESS Technology Maestro-1</p>
+</li>
+
+<li>
+<p>ESS Technology Maestro-2</p>
+</li>
+
+<li>
+<p>ESS Technology Maestro-2E</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro3&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_maestro3</span>(4)</span></a>
+driver supports the following audio devices:</p>
+
+<ul>
+<li>
+<p>ESS Technology Allegro-1</p>
+</li>
+
+<li>
+<p>ESS Technology Maestro3</p>
+</li>
+</ul>
+
+<p>[i386] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_mss&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_mss</span>(4)</span></a>
+driver supports the following audio devices:</p>
+
+<ul>
+<li>
+<p>AD1845</p>
+</li>
+
+<li>
+<p>AD1848</p>
+</li>
+
+<li>
+<p>Aztech 2320</p>
+</li>
+
+<li>
+<p>CMedia CMI8330</p>
+</li>
+
+<li>
+<p>Crystal Semiconductor CS4231</p>
+</li>
+
+<li>
+<p>Crystal Semiconductor CS4232</p>
+</li>
+
+<li>
+<p>Crystal Semiconductor CS4234</p>
+</li>
+
+<li>
+<p>Crystal Semiconductor CS4235</p>
+</li>
+
+<li>
+<p>Crystal Semiconductor CS4236</p>
+</li>
+
+<li>
+<p>Crystal Semiconductor CS4237</p>
+</li>
+
+<li>
+<p>ENSONIQ SoundscapeVIVO ENS4081</p>
+</li>
+
+<li>
+<p>NeoMagic 256AV (non-AC97)</p>
+</li>
+
+<li>
+<p>OPTi 924</p>
+</li>
+
+<li>
+<p>OPTi 925</p>
+</li>
+
+<li>
+<p>OPTi 930</p>
+</li>
+
+<li>
+<p>OPTi 931</p>
+</li>
+
+<li>
+<p>OPTi 933</p>
+</li>
+
+<li>
+<p>Yamaha OPL-SA2</p>
+</li>
+
+<li>
+<p>Yamaha OPL-SA3</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_neomagic&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_neomagic</span>(4)</span></a>
+driver supports the following audio devices:</p>
+
+<ul>
+<li>
+<p>NeoMagic 256AV</p>
+</li>
+
+<li>
+<p>NeoMagic 256ZX</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_sbc&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_sbc</span>(4)</span></a>
+driver supports the following sound cards:</p>
+
+<ul>
+<li>
+<p>Avance Asound 110</p>
+</li>
+
+<li>
+<p>Avance Logic ALS100+</p>
+</li>
+
+<li>
+<p>Avance Logic ALS120</p>
+</li>
+
+<li>
+<p>Creative SB16</p>
+</li>
+
+<li>
+<p>Creative SB32</p>
+</li>
+
+<li>
+<p>Creative AWE64</p>
+</li>
+
+<li>
+<p>Creative AWE64 Gold</p>
+</li>
+
+<li>
+<p>Creative ViBRA16C</p>
+</li>
+
+<li>
+<p>Creative ViBRA16X</p>
+</li>
+
+<li>
+<p>ESS ES1681</p>
+</li>
+
+<li>
+<p>ESS ES1688</p>
+</li>
+
+<li>
+<p>ESS ES1868</p>
+</li>
+
+<li>
+<p>ESS ES1869</p>
+</li>
+
+<li>
+<p>ESS ES1878</p>
+</li>
+
+<li>
+<p>ESS ES1879</p>
+</li>
+
+<li>
+<p>ESS ES1888</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_solo&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_solo</span>(4)</span></a>
+driver supports the following sound cards:</p>
+
+<ul>
+<li>
+<p>ESS Solo-1 (ES1938 Chipset)</p>
+</li>
+
+<li>
+<p>ESS Solo-1E (ES1946 Chipset)</p>
+</li>
+</ul>
+
+<p>[i386,amd64] Note that older ESS ISA cards with ES18xx chipset are supported via
+snd_ess(4) and/or snd_sbc(4).</p>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_spicds&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_spicds</span>(4)</span></a>
+driver supports the following codecs:</p>
+
+<ul>
+<li>
+<p>AK4358</p>
+</li>
+
+<li>
+<p>AK4381</p>
+</li>
+
+<li>
+<p>AK4396</p>
+</li>
+
+<li>
+<p>AK4524</p>
+</li>
+
+<li>
+<p>AK4528</p>
+</li>
+
+<li>
+<p>WM8770</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_t4dwave&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_t4dwave</span>(4)</span></a>
+driver supports the following audio devices:</p>
+
+<ul>
+<li>
+<p>Acer Labs M5451</p>
+</li>
+
+<li>
+<p>SIS 7018</p>
+</li>
+
+<li>
+<p>Trident 4DWave DX</p>
+</li>
+
+<li>
+<p>Trident 4DWave NX</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_via8233&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_via8233</span>(4)</span></a>
+driver supports the following audio chipsets:</p>
+
+<ul>
+<li>
+<p>VIA VT8233</p>
+</li>
+
+<li>
+<p>VIA VT8233A</p>
+</li>
+
+<li>
+<p>VIA VT8233C</p>
+</li>
+
+<li>
+<p>VIA VT8235</p>
+</li>
+
+<li>
+<p>VIA VT8237</p>
+</li>
+
+<li>
+<p>VIA VT8251</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_via82c686&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_via82c686</span>(4)</span></a>
+driver supports audio devices based on the following chipset:</p>
+
+<ul>
+<li>
+<p>VIA 82C686A</p>
+</li>
+</ul>
+
+<p>[i386,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_vibes&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_vibes</span>(4)</span></a>
+driver supports audio devices based on the following chipset:</p>
+
+<ul>
+<li>
+<p>S3 SonicVibes</p>
+</li>
+</ul>
+
+<p>[pc98] NEC PC-9801-73, 86 and compatibles (nss driver)</p>
+
+<ul>
+<li>
+<p>NEC A-MATE internal sound</p>
+</li>
+
+<li>
+<p>Q-Vision WaveStar, WaveMaster</p>
+</li>
+</ul>
+
+<br />
+<br />
+<p>[pc98] NEC X-MATE, CanBe, ValueStar internal (mss driver)</p>
+
+<p>[pc98] Creative Technologies SoundBlaster(98) (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">sb</span>(4)</span></a> driver)</p>
+
+<p>[pc98] I-O DATA CD-BOX (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">sb</span>(4)</span></a> driver)</p>
+
+<p>[pc98] MPU-401 and compatible interfaces (mpu driver)</p>
+
+<ul>
+<li>
+<p>Q-Vision WaveStar</p>
+</li>
+</ul>
+
+<br />
+<br />
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="CAMERA" name="CAMERA">3.11 Camera and Video Capture
+Devices</a></h3>
+
+<p>[i386,pc98] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=bktr&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">bktr</span>(4)</span></a> driver
+supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as
+Pinnacle PCTV cards, including:</p>
+
+<ul>
+<li>
+<p>AOpen VA1000</p>
+</li>
+
+<li>
+<p>AVerMedia AVerTV Studio</p>
+</li>
+
+<li>
+<p>AVerMedia TF/FM-98</p>
+</li>
+
+<li>
+<p>ATI TV Wonder VE</p>
+</li>
+
+<li>
+<p>Hauppauge WinCast/TV</p>
+</li>
+
+<li>
+<p>Hauppauge WinTV-Go-FM</p>
+</li>
+
+<li>
+<p>Hauppauge WinTV-pci</p>
+</li>
+
+<li>
+<p>Hauppauge WinTV-radio</p>
+</li>
+
+<li>
+<p>Intel Smart Video Recorder III</p>
+</li>
+
+<li>
+<p>KWORLD PCI TV Tuner</p>
+</li>
+
+<li>
+<p>Miro PC TV</p>
+</li>
+
+<li>
+<p>Pinnacle PCTV Pro</p>
+</li>
+
+<li>
+<p>Pinnacle PCTV Rave</p>
+</li>
+
+<li>
+<p>PixelView PlayTV PAK</p>
+</li>
+
+<li>
+<p>PixelView PlayTV Pro (rev 4C, 9D)</p>
+</li>
+
+<li>
+<p>SIGMA TV II</p>
+</li>
+
+<li>
+<p>STB TV PCI Television Tuner</p>
+</li>
+
+<li>
+<p>Super TV Tuner</p>
+</li>
+
+<li>
+<p>TerraTec TValue</p>
+</li>
+
+<li>
+<p>V-Stream XPERT TV-PVR 878</p>
+</li>
+
+<li>
+<p>Video Highway XTreme</p>
+</li>
+
+<li>
+<p>VideoLogic Captivator PCI</p>
+</li>
+</ul>
+
+<p>[i386] Connectix QuickCam</p>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="USB" name="USB">3.12 USB Devices</a></h3>
+
+<p>[amd64, i386, ia64, pc98] A range of USB peripherals are supported; devices known to
+work are listed in this section. Owing to the generic nature of most USB devices, with
+some exceptions any device of a given class will be supported, even if not explicitly
+listed here.</p>
+
+<div class="NOTE">
+<blockquote class="NOTE">
+<p><b>Note:</b> USB Ethernet adapters can be found in the section listing <a
+href="#ETHERNET">Ethernet interfaces</a>.</p>
+</blockquote>
+</div>
+
+<div class="NOTE">
+<blockquote class="NOTE">
+<p><b>Note:</b> USB Bluetooth adapters can be found in <a href="#BLUETOOTH">Bluetooth</a>
+section.</p>
+</blockquote>
+</div>
+
+<p>[i386,pc98,ia64,amd64,powerpc] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ohci&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ohci</span>(4)</span></a> driver
+supports all OHCI v1.0 compliant controllers including:</p>
+
+<ul>
+<li>
+<p>AcerLabs M5237 (Aladdin-V)</p>
+</li>
+
+<li>
+<p>AMD-756</p>
+</li>
+
+<li>
+<p>OPTi 82C861 (FireLink)</p>
+</li>
+
+<li>
+<p>NEC uPD 9210</p>
+</li>
+
+<li>
+<p>CMD Tech 670 (USB0670)</p>
+</li>
+
+<li>
+<p>CMD Tech 673 (USB0673)</p>
+</li>
+
+<li>
+<p>NVIDIA nForce3</p>
+</li>
+
+<li>
+<p>Sun PCIO-2 (RIO USB)</p>
+</li>
+</ul>
+
+<p>[i386,pc98,ia64,amd64,powerpc] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=uhci&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">uhci</span>(4)</span></a> driver
+supports all UHCI v1.1 compliant controllers including:</p>
+
+<ul>
+<li>
+<p>Intel 82371AB/EB (PIIX4)</p>
+</li>
+
+<li>
+<p>Intel 82371SB (PIIX3)</p>
+</li>
+
+<li>
+<p>VIA 83C572</p>
+</li>
+</ul>
+
+<p>[amd64, i386, ia64, pc98] USB 2.0 controllers using the EHCI interface (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ehci&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ehci</span>(4)</span></a>
+driver)</p>
+
+<p>[amd64, i386, ia64, pc98] Hubs</p>
+
+<p>[amd64, i386, ia64, pc98] Keyboards (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ukbd</span>(4)</span></a>
+driver)</p>
+
+<p>[amd64, i386, pc98] Miscellaneous</p>
+
+<ul>
+<li>
+<p>Assist Computer Systems PC Camera C-M1</p>
+</li>
+
+<li>
+<p>ActiveWire I/O Board</p>
+</li>
+
+<li>
+<p>Creative Technology Video Blaster WebCam Plus</p>
+</li>
+
+<li>
+<p>D-Link DSB-R100 USB Radio (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ufm&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ufm</span>(4)</span></a>
+driver)</p>
+</li>
+
+<li>
+<p>Mirunet AlphaCam Plus</p>
+</li>
+</ul>
+
+<br />
+<br />
+<p>[i386,pc98,amd64,powerpc] The following devices are supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=urio&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">urio</span>(4)</span></a>
+driver:</p>
+
+<ul>
+<li>
+<p>Diamond MultiMedia Rio 500</p>
+</li>
+
+<li>
+<p>Diamond MultiMedia Rio 600</p>
+</li>
+
+<li>
+<p>Diamond MultiMedia Rio 800</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] Devices supported by the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=umodem&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">umodem</span>(4)</span></a> driver
+include:</p>
+
+<ul>
+<li>
+<p>3Com 5605</p>
+</li>
+
+<li>
+<p>Curitel PC5740 Wireless Modem</p>
+</li>
+
+<li>
+<p>Kyocera AH-K3001V Mobile Phone(WILLCOM)</p>
+</li>
+
+<li>
+<p>Kyocera WX320K Mobile Phone(WILLCOM)</p>
+</li>
+
+<li>
+<p>Metricom Ricochet GS USB wireless modem</p>
+</li>
+
+<li>
+<p>Sierra MC5720 Wireless Modem</p>
+</li>
+
+<li>
+<p>Yamaha Broadband Wireless Router RTW65b</p>
+</li>
+
+<li>
+<p>ELSA MicroLink 56k USB modem</p>
+</li>
+
+<li>
+<p>Sony Ericsson W810i phone</p>
+</li>
+</ul>
+
+<p>[amd64, i386, ia64, pc98] Mice (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ums</span>(4)</span></a>
+driver)</p>
+
+<p>[i386,pc98,amd64,powerpc] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ulpt&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ulpt</span>(4)</span></a> driver
+provides support for USB printers and parallel printer conversion cables, including the
+following:</p>
+
+<ul>
+<li>
+<p>ATen parallel printer adapter</p>
+</li>
+
+<li>
+<p>Belkin F5U002 parallel printer adapter</p>
+</li>
+
+<li>
+<p>Canon BJ F850, S600</p>
+</li>
+
+<li>
+<p>Canon LBP-1310, 350</p>
+</li>
+
+<li>
+<p>Entrega USB-to-parallel printer adapter</p>
+</li>
+
+<li>
+<p>Hewlett-Packard HP Deskjet 3420 (P/N: C8947A #ABJ)</p>
+</li>
+
+<li>
+<p>Oki Data MICROLINE ML660PS</p>
+</li>
+
+<li>
+<p>Seiko Epson PM-900C, 880C, 820C, 730C</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ubsa&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ubsa</span>(4)</span></a> driver
+supports the following adapters:</p>
+
+<ul>
+<li>
+<p>AnyData ADU-E100A (no EV-DO mode support)</p>
+</li>
+
+<li>
+<p>Belkin F5U103</p>
+</li>
+
+<li>
+<p>Belkin F5U120</p>
+</li>
+
+<li>
+<p>e-Tek Labs Kwik232</p>
+</li>
+
+<li>
+<p>GoHubs GoCOM232</p>
+</li>
+
+<li>
+<p>Huawei Technologies Mobile card (3G)</p>
+</li>
+
+<li>
+<p>Novatel Wireless Merlin U740 (only basic modem port supported)</p>
+</li>
+
+<li>
+<p>Option Globetrotter 3G (aka Vodafone Mobile Connect Card 3G)</p>
+</li>
+
+<li>
+<p>Option Globetrotter 3G Quad</p>
+</li>
+
+<li>
+<p>Option Globetrotter 3G Fusion (no WLAN support, only basic 3G modem port)</p>
+</li>
+
+<li>
+<p>Option Globetrotter 3G Fusion Quad (no WLAN support)</p>
+</li>
+
+<li>
+<p>Peracom single port serial adapter</p>
+</li>
+
+<li>
+<p>Qualcomm, Inc. ZTE CDMA Technologies MSM</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] The supported 3G cards provide the necessary modem port for ppp,
+pppd, or mpd connections; other functions of these cards (diagnostic port, SIM toolkit
+port, WLAN) are not supported.</p>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ubser&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ubser</span>(4)</span></a> driver
+provides support for the BWCT console management serial adapters.</p>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=uftdi&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">uftdi</span>(4)</span></a> driver
+supports the following adapters:</p>
+
+<ul>
+<li>
+<p>B&amp;B Electronics USB-&#62;RS422/485 adapter</p>
+</li>
+
+<li>
+<p>Elexol USB MOD1</p>
+</li>
+
+<li>
+<p>HP USB-Serial adapter shipped with some HP laptops</p>
+</li>
+
+<li>
+<p>Inland UAS111</p>
+</li>
+
+<li>
+<p>QVS USC-1000</p>
+</li>
+
+<li>
+<p>Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote</p>
+</li>
+
+<li>
+<p>Prologix GPIB-USB Controller</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=uplcom&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">uplcom</span>(4)</span></a> driver
+supports the following adapters:</p>
+
+<ul>
+<li>
+<p>ATEN UC-232A</p>
+</li>
+
+<li>
+<p>BAFO BF-800</p>
+</li>
+
+<li>
+<p>BAFO BF-810</p>
+</li>
+
+<li>
+<p>ELECOM UC-SGT</p>
+</li>
+
+<li>
+<p>HAL Corporation Crossam2+USB IR commander</p>
+</li>
+
+<li>
+<p>Hama USB RS-232 Serial Adapter</p>
+</li>
+
+<li>
+<p>Hamlet exagerate XURS232</p>
+</li>
+
+<li>
+<p>IOGEAR UC-232A</p>
+</li>
+
+<li>
+<p>I/O DATA USB-RSAQ</p>
+</li>
+
+<li>
+<p>I/O DATA USB-RSAQ2</p>
+</li>
+
+<li>
+<p>I/O DATA USB-RSAQ3</p>
+</li>
+
+<li>
+<p>Mobile Action MA-620 Infrared Adapter</p>
+</li>
+
+<li>
+<p>PLANEX USB-RS232 URS-03</p>
+</li>
+
+<li>
+<p>RATOC REX-USB60</p>
+</li>
+
+<li>
+<p>Radio Shack USB Serial Cable</p>
+</li>
+
+<li>
+<p>Sandberg USB to Serial Link (model number 133-08)</p>
+</li>
+
+<li>
+<p>SOURCENEXT KeikaiDenwa 8 (with and without charger)</p>
+</li>
+
+<li>
+<p>Sony Ericsson USB Cable (Susteen USB Data Cable)</p>
+</li>
+
+<li>
+<p>Willcom W-SIM DD PHS terminal.(WS002IN)</p>
+</li>
+</ul>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=umct&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">umct</span>(4)</span></a> driver
+supports the following adapters:</p>
+
+<ul>
+<li>
+<p>Belkin F5U109</p>
+</li>
+
+<li>
+<p>Belkin F5U409</p>
+</li>
+
+<li>
+<p>D-Link DU-H3SP USB BAY Hub</p>
+</li>
+
+<li>
+<p>Magic Control Technology USB-232</p>
+</li>
+
+<li>
+<p>Sitecom USB-232</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64,powerpc] Because there is no standard device class for USB scanners,
+this driver will only recognise devices whose USB IDs are explicitly listed in the table
+in the driver itself. The following devices are supported to date:</p>
+
+<ul>
+<li>
+<p>Acer Acerscan: 320U, 620U, 640U, 640BT, 1240U, C310U;</p>
+</li>
+
+<li>
+<p>AGFA SnapScan: 1212U, 1236U, e20, e25, e26, e40, e50, e52, SnapScan Touch;</p>
+</li>
+
+<li>
+<p>Avision 1200U</p>
+</li>
+
+<li>
+<p>Canon CanoScan: D660U, N656U, N676U, N1220U, LIDE 20, LIDE 25, LIDE 30;</p>
+</li>
+
+<li>
+<p>Epson Perfection: 610, 636U / 636Photo, 640U, 1200U / 1200Photo, 1240U / 1240Photo,
+1250, 1260, 1270, 1600, 1640SU, 1650, 1660, 1670, 2480, 3200, 3500, 3590, 4200, 4990;</p>
+</li>
+
+<li>
+<p>Epson: GT-8400UF, GT-9300UF, GT-9700F;</p>
+</li>
+
+<li>
+<p>Epson Stylus: Photo RX425, CX3650, DX-5000, DX-5050, DX-6000, DX-6050 (and possibly
+more in the CX-5000 and DX-3800..DX-7000 family);</p>
+</li>
+
+<li>
+<p>Hewlett Packard: Photosmart S20</p>
+</li>
+
+<li>
+<p>Hewlett Packard Scanjet: 2200C, 3300C, 3400CSE, 4100C, 4200C, 4300C, 5200C, 5300C,
+5400C, 6200C, 6300C, 8200C, 8250C, 8290C;</p>
+</li>
+
+<li>
+<p>KYE ColorPage Vivid-Pro</p>
+</li>
+
+<li>
+<p>Microtek Phantom: 336CX, C6;</p>
+</li>
+
+<li>
+<p>Microtek ScanMaker: V6UL V6USL, X6U;</p>
+</li>
+
+<li>
+<p>Minolta 5400</p>
+</li>
+
+<li>
+<p>Mustek: 600 CU, 1200 CU, 1200 UB, 1200 USB;</p>
+</li>
+
+<li>
+<p>Mustek BearPaw: 1200F, 1200TA;</p>
+</li>
+
+<li>
+<p>NatSemi BearPaw 1200</p>
+</li>
+
+<li>
+<p>Nikon CoolScan LS40 ED</p>
+</li>
+
+<li>
+<p>Primax 6200</p>
+</li>
+
+<li>
+<p>Primax Colorado: 1200u, 600u, USB 19200, USB 9600;</p>
+</li>
+
+<li>
+<p>Primax: G2-200, G2-300, G2-600, G2600, G2E-300, G2E-3002, G2E-600, G2E600, G2X-300,
+G600, ReadyScan 636i;</p>
+</li>
+
+<li>
+<p>Ultima 1200 UB Plus</p>
+</li>
+
+<li>
+<p>UMAX Astra: 1220U, 1236U, 2000U, 2100U, 2200U, 3400;</p>
+</li>
+
+<li>
+<p>Visioneer OneTouch: 3000, 5300, 7600, 6100, 6200, 8100, 8600;</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64,powerpc] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=umass&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">umass</span>(4)</span></a> driver
+supports USB Mass Storage devices, including:</p>
+
+<ul>
+<li>
+<p>ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M</p>
+</li>
+
+<li>
+<p>Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20</p>
+</li>
+
+<li>
+<p>FujiFilm Zip USB Drive ZDR100 USB A</p>
+</li>
+
+<li>
+<p>GREEN HOUSE USB Flash Memory "PicoDrive" GH-UFD32M, 64M, 128M</p>
+</li>
+
+<li>
+<p>IBM 32MB USB Memory Key (P/N 22P5296)</p>
+</li>
+
+<li>
+<p>IBM 256MB USB Drive (MSYSTEM DiskOnKey2)</p>
+</li>
+
+<li>
+<p>IBM ThinkPad USB Portable CD-ROM Drive (P/N 33L5151)</p>
+</li>
+
+<li>
+<p>I-O DATA USB CD/CD-R/CD-RW/DVD-R/DVD-RW/DVD-RAM/DVD-ROM Drive DVR-iUH2 (CDROM, DVD-RAM
+only)</p>
+</li>
+
+<li>
+<p>I-O DATA USB x6 CD-RW Drive CDRW-i64/USB (CDROM only)</p>
+</li>
+
+<li>
+<p>I-O DATA USB/IEEE1394 Portable HD Drive HDP-i30P/CI, HDP-i40P/CI</p>
+</li>
+
+<li>
+<p>Iomega USB Zip 100/250 drive</p>
+</li>
+
+<li>
+<p>Iomega Zip750 USB2.0 drive</p>
+</li>
+
+<li>
+<p>Keian USB1.1/2.0 3.5-inch HDD Case KU350A</p>
+</li>
+
+<li>
+<p>Kurouto Shikou USB 2.5-inch HDD Case GAWAP2.5PS-USB2.0</p>
+</li>
+
+<li>
+<p>LaCie P3 HardDrive USB 200GB</p>
+</li>
+
+<li>
+<p>Logitec LDR-H443U2 DVD-RAM/-R/+R/-RW/+RW drive</p>
+</li>
+
+<li>
+<p>Logitec Mobile USB Memory LMC-256UD</p>
+</li>
+
+<li>
+<p>Logitec USB1.1/2.0 HDD Unit SHD-E60U2</p>
+</li>
+
+<li>
+<p>Logitec USB Double-Speed Floppy Drive LFD-31U2</p>
+</li>
+
+<li>
+<p>Logitec USB/IEEE1394 DVD-RAM/R/RW Unit LDR-N21FU2 (CDROM only)</p>
+</li>
+
+<li>
+<p>MELCO USB Flash Disk "ClipDrive", RUF-C32M, -C64M, -C128M, -C256M, -C512M</p>
+</li>
+
+<li>
+<p>MELCO USB Flash Disk "PetitDrive", RUF-32M, -64M, -128M, -256Mm</p>
+</li>
+
+<li>
+<p>MELCO USB2.0 Flash Disk "PetitDrive2", RUF-256M/U2, -512M/U2</p>
+</li>
+
+<li>
+<p>MELCO USB2.0 MO Drive MO-CH640U2</p>
+</li>
+
+<li>
+<p>Matshita CF-VFDU03 floppy drive</p>
+</li>
+
+<li>
+<p>Merlin SM300 MP3/WMA Player (256Mb)</p>
+</li>
+
+<li>
+<p>Microtech International, Inc. USB-SCSI-HD 50 USB to SCSI cable</p>
+</li>
+
+<li>
+<p>Motorola E398 Mobile Phone (TransFlash memory card)</p>
+</li>
+
+<li>
+<p>NOVAC USB2.0 2.5/3.5-inch HDD Case NV-HD351U</p>
+</li>
+
+<li>
+<p>PNY Attache Flash Drive</p>
+</li>
+
+<li>
+<p>Panasonic ("Matshita FDD CF-VFDU03")</p>
+</li>
+
+<li>
+<p>Panasonic KXL-CB20AN Portable DVD-ROM/CD-R/RW</p>
+</li>
+
+<li>
+<p>Panasonic KXL-CB35AN (DVD-ROM &amp; CD-R/RW)</p>
+</li>
+
+<li>
+<p>Panasonic USB2.0 Portable CD-RW Drive KXL-RW40AN (CDROM only)</p>
+</li>
+
+<li>
+<p>Panasonic floppy drive</p>
+</li>
+
+<li>
+<p>Qware BeatZkey! Pro</p>
+</li>
+
+<li>
+<p>RATOC Systems USB2.0 Removable HDD Case U2-MDK1, U2-MDK1B</p>
+</li>
+
+<li>
+<p>SanDisk SDDR-31 (Compact Flash)</p>
+</li>
+
+<li>
+<p>SanDisk SDDR-75 (only Compact Flash port works)</p>
+</li>
+
+<li>
+<p>Sitecom CN-300 MultiFlash (MMC/SD, SmartMedia, CF, MemoryStick)</p>
+</li>
+
+<li>
+<p>Sony Portable CD-R/RW Drive CRX10U (CDROM only)</p>
+</li>
+
+<li>
+<p>TEAC Portable USB CD-ROM Unit CD-110PU/210PU</p>
+</li>
+
+<li>
+<p>Time DPA20B MP3 Player (1Gb)</p>
+</li>
+
+<li>
+<p>Trek Thumbdrive 8MB</p>
+</li>
+
+<li>
+<p>VAIO floppy drive (includes Y-E Data Flashbuster-U)</p>
+</li>
+
+<li>
+<p>Y-E Data floppy drive (720/1.44/2.88Mb)</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64,powerpc] Among the supported digital cameras are:</p>
+
+<ul>
+<li>
+<p>Asahi Optical (PENTAX) Optio 230 &amp; 330</p>
+</li>
+</ul>
+
+<p>[amd64, i386, pc98] Audio Devices (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=uaudio&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">uaudio</span>(4)</span></a>
+driver)</p>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=uvisor&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">uvisor</span>(4)</span></a> driver
+supports the following devices:</p>
+
+<ul>
+<li>
+<p>Aceeca Mez1000 RDA</p>
+</li>
+
+<li>
+<p>Handspring Treo</p>
+</li>
+
+<li>
+<p>Handspring Treo 600</p>
+</li>
+
+<li>
+<p>Handspring Visor</p>
+</li>
+
+<li>
+<p>Palm I705</p>
+</li>
+
+<li>
+<p>Palm M125</p>
+</li>
+
+<li>
+<p>Palm M130</p>
+</li>
+
+<li>
+<p>Palm M500</p>
+</li>
+
+<li>
+<p>Palm M505</p>
+</li>
+
+<li>
+<p>Palm M515</p>
+</li>
+
+<li>
+<p>Palm Tungsten T</p>
+</li>
+
+<li>
+<p>Palm Tungsten Z</p>
+</li>
+
+<li>
+<p>Palm Zire</p>
+</li>
+
+<li>
+<p>Palm Zire 31</p>
+</li>
+
+<li>
+<p>Sony Clie 4.0</p>
+</li>
+
+<li>
+<p>Sony Clie 4.1</p>
+</li>
+
+<li>
+<p>Sony Clie 5.0</p>
+</li>
+
+<li>
+<p>Sony Clie PEG-S500C</p>
+</li>
+
+<li>
+<p>Sony Clie NX60</p>
+</li>
+
+<li>
+<p>Sony Clie S360</p>
+</li>
+
+<li>
+<p>Sony Clie TJ37</p>
+</li>
+</ul>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="FIREWIRE" name="FIREWIRE">3.13 IEEE 1394 (Firewire)
+Devices</a></h3>
+
+<p>[i386,sparc64,ia64,amd64,powerpc] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=fwohci&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fwohci</span>(4)</span></a> driver
+provides support for PCI/CardBus FireWire interface cards. The driver supports the
+following IEEE 1394 OHCI chipsets:</p>
+
+<ul>
+<li>
+<p>Adaptec AHA-894x/AIC-5800</p>
+</li>
+
+<li>
+<p>Apple Pangea</p>
+</li>
+
+<li>
+<p>Apple UniNorth</p>
+</li>
+
+<li>
+<p>Intel 82372FB</p>
+</li>
+
+<li>
+<p>IOGEAR GUF320</p>
+</li>
+
+<li>
+<p>Lucent / Agere FW322/323</p>
+</li>
+
+<li>
+<p>NEC uPD72861</p>
+</li>
+
+<li>
+<p>NEC uPD72870</p>
+</li>
+
+<li>
+<p>NEC uPD72871/2</p>
+</li>
+
+<li>
+<p>NEC uPD72873</p>
+</li>
+
+<li>
+<p>NEC uPD72874</p>
+</li>
+
+<li>
+<p>National Semiconductor CS4210</p>
+</li>
+
+<li>
+<p>Ricoh R5C551</p>
+</li>
+
+<li>
+<p>Ricoh R5C552</p>
+</li>
+
+<li>
+<p>Sony CX3022</p>
+</li>
+
+<li>
+<p>Sony i.LINK (CXD3222)</p>
+</li>
+
+<li>
+<p>Sun PCIO-2 (RIO 1394)</p>
+</li>
+
+<li>
+<p>Texas Instruments PCI4410A</p>
+</li>
+
+<li>
+<p>Texas Instruments PCI4450</p>
+</li>
+
+<li>
+<p>Texas Instruments PCI4451</p>
+</li>
+
+<li>
+<p>Texas Instruments TSB12LV22</p>
+</li>
+
+<li>
+<p>Texas Instruments TSB12LV23</p>
+</li>
+
+<li>
+<p>Texas Instruments TSB12LV26</p>
+</li>
+
+<li>
+<p>Texas Instruments TSB43AA22</p>
+</li>
+
+<li>
+<p>Texas Instruments TSB43AB21/A/AI/A-EP</p>
+</li>
+
+<li>
+<p>Texas Instruments TSB43AB22/A</p>
+</li>
+
+<li>
+<p>Texas Instruments TSB43AB23</p>
+</li>
+
+<li>
+<p>Texas Instruments TSB82AA2</p>
+</li>
+
+<li>
+<p>VIA Fire II (VT6306)</p>
+</li>
+</ul>
+
+<p>[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sbp&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sbp</span>(4)</span></a>
+driver)</p>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="BLUETOOTH" name="BLUETOOTH">3.14 Bluetooth Devices</a></h3>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ng_bt3c&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ng_bt3c</span>(4)</span></a>
+driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter.</p>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ng_ubt&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ng_ubt</span>(4)</span></a> driver
+supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1,
+including:</p>
+
+<ul>
+<li>
+<p>3Com 3CREB96</p>
+</li>
+
+<li>
+<p>AIPTEK BR0R02</p>
+</li>
+
+<li>
+<p>EPoX BT-DG02</p>
+</li>
+
+<li>
+<p>Mitsumi Bluetooth USB adapter</p>
+</li>
+
+<li>
+<p>MSI MS-6967</p>
+</li>
+
+<li>
+<p>TDK Bluetooth USB adapter</p>
+</li>
+</ul>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="CRYPTO-ACCEL" name="CRYPTO-ACCEL">3.15 Cryptographic
+Accelerators</a></h3>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=hifn&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">hifn</span>(4)</span></a> driver
+supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets,
+such as:</p>
+
+<ul>
+<li>
+<p>Invertex AEON</p>
+</li>
+
+<li>
+<p>Hifn 7751</p>
+</li>
+
+<li>
+<p>PowerCrypt</p>
+</li>
+
+<li>
+<p>XL-Crypt</p>
+</li>
+
+<li>
+<p>NetSec 7751</p>
+</li>
+
+<li>
+<p>Soekris Engineering vpn1201 and vpn1211</p>
+</li>
+
+<li>
+<p>Soekris Engineering vpn1401 and vpn1411</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=safe&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">safe</span>(4)</span></a> driver
+supports cards containing any of the following chips:</p>
+
+<ul>
+<li>
+<p>SafeNet 1141</p>
+</li>
+
+<li>
+<p>SafeNet 1741</p>
+</li>
+</ul>
+
+<p>[i386,pc98,amd64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ubsec&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ubsec</span>(4)</span></a> driver
+supports cards containing any of the following chips:</p>
+
+<ul>
+<li>
+<p>Bluesteel 5501</p>
+</li>
+
+<li>
+<p>Bluesteel 5601</p>
+</li>
+
+<li>
+<p>Broadcom BCM5801</p>
+</li>
+
+<li>
+<p>Broadcom BCM5802</p>
+</li>
+
+<li>
+<p>Broadcom BCM5805</p>
+</li>
+
+<li>
+<p>Broadcom BCM5820</p>
+</li>
+
+<li>
+<p>Broadcom BCM5821</p>
+</li>
+
+<li>
+<p>Broadcom BCM5822</p>
+</li>
+
+<li>
+<p>Broadcom BCM5823</p>
+</li>
+</ul>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="MISC" name="MISC">3.16 Miscellaneous</a></h3>
+
+<p>[amd64, i386, pc98] FAX-Modem/PCCARD</p>
+
+<ul>
+<li>
+<p>MELCO IGM-PCM56K/IGM-PCM56KH</p>
+</li>
+
+<li>
+<p>Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal)</p>
+</li>
+</ul>
+
+<br />
+<br />
+<p>[amd64, i386, pc98] Floppy drives (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=fdc&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fdc</span>(4)</span></a>
+driver)</p>
+
+<p>[amd64, i386] VGA-compatible video cards (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=vga&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">vga</span>(4)</span></a>
+driver)</p>
+
+<div class="NOTE">
+<blockquote class="NOTE">
+<p><b>Note:</b> Information regarding specific video cards and compatibility with <b
+class="APPLICATION">Xorg</b> can be found at <a href="http://www.x.org/"
+target="_top">http://www.x.org/</a>.</p>
+</blockquote>
+</div>
+
+<br />
+<br />
+<p>[amd64, i386, ia64, pc98] Keyboards including:</p>
+
+<ul>
+<li>
+<p>[i386] AT-style keyboards (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">atkbd</span>(4)</span></a>
+driver)</p>
+</li>
+
+<li>
+<p>[amd64, i386] PS/2 keyboards (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">atkbd</span>(4)</span></a>
+driver)</p>
+</li>
+
+<li>
+<p>[pc98] Standard keyboards</p>
+</li>
+
+<li>
+<p>[amd64, i386, ia64, pc98] USB keyboards (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ukbd</span>(4)</span></a>
+driver)</p>
+</li>
+</ul>
+
+<br />
+<br />
+<p>[amd64, i386, ia64, pc98] Pointing devices including:</p>
+
+<ul>
+<li>
+<p>[amd64, i386, pc98] Bus mice and compatible devices (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=mse&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mse</span>(4)</span></a>
+driver)</p>
+</li>
+
+<li>
+<p>[amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices
+(<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=psm&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">psm</span>(4)</span></a>
+driver)</p>
+</li>
+
+<li>
+<p>Serial mice and compatible devices</p>
+</li>
+
+<li>
+<p>[amd64, i386, ia64, pc98] USB mice (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ums</span>(4)</span></a>
+driver)</p>
+</li>
+</ul>
+
+<div class="NOTE">
+<blockquote class="NOTE">
+<p><b>Note:</b> <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=moused&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">moused</span>(8)</span></a> has
+more information on using pointing devices with FreeBSD. Information on using pointing
+devices with <b class="APPLICATION">Xorg</b> can be found at <a href="http://www.x.org/"
+target="_top">http://www.x.org/</a>.</p>
+</blockquote>
+</div>
+
+<br />
+<br />
+<p>[amd64, i386] &#8220;PC standard&#8221; parallel ports (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ppc</span>(4)</span></a>
+driver)</p>
+
+<p>[pc98] &#8220;PC-9821 standard&#8221; parallel ports (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ppc</span>(4)</span></a>
+driver)</p>
+
+<p>[i386, amd64] PC-compatible joysticks (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">joy</span>(4)</span></a>
+driver)</p>
+
+<p>[pc98] Joystick port of SoundBlaster(98) (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">joy</span>(4)</span></a>
+driver)</p>
+
+<p>[i386, pc98] PHS Data Communication Card/PCCARD</p>
+
+<ul>
+<li>
+<p>NTT DoCoMo P-in Comp@ct</p>
+</li>
+
+<li>
+<p>Panasonic KX-PH405</p>
+</li>
+
+<li>
+<p>SII MC-P200</p>
+</li>
+</ul>
+
+<br />
+<br />
+<p>[i386] Xilinx XC6200-based reconfigurable hardware cards compatible with the HOT1 from
+<a href="http://www.vcc.com/" target="_top">Virtual Computers</a> (xrpu driver).</p>
+
+<p>[pc98] Power Management Controller of NEC PC-98 Note (pmc driver)</p>
+</div>
+</div>
+</div>
+
+<hr />
+<p align="center"><small>This file, and other release-related documents, can be
+downloaded from <a href="ftp://ftp.FreeBSD.org/">ftp://ftp.FreeBSD.org/</a>.</small></p>
+
+<p align="center"><small>For questions about FreeBSD, read the <a
+href="http://www.FreeBSD.org/docs.html">documentation</a> before contacting &#60;<a
+href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&#62;.</small></p>
+
+<p align="center"><small>For questions about this documentation, e-mail &#60;<a
+href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&#62;.</small></p>
+</body>
+</html>
+
diff --git a/en_US.ISO8859-1/htdocs/releases/7.2R/readme.html b/en_US.ISO8859-1/htdocs/releases/7.2R/readme.html
new file mode 100644
index 0000000000..ff3b0bc6d9
--- /dev/null
+++ b/en_US.ISO8859-1/htdocs/releases/7.2R/readme.html
@@ -0,0 +1,399 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta name="generator" content="HTML Tidy, see www.w3.org" />
+<title>FreeBSD 7.2-RELEASE README</title>
+<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79" />
+<link rel="STYLESHEET" type="text/css" href="docbook.css" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+</head>
+<body class="ARTICLE" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
+alink="#0000FF">
+<div class="ARTICLE">
+<div class="TITLEPAGE">
+<h1 class="TITLE"><a id="AEN2" name="AEN2">FreeBSD 7.2-RELEASE README</a></h1>
+
+<h3 class="CORPAUTHOR">The FreeBSD Project</h3>
+
+<p class="COPYRIGHT">Copyright &copy; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 The
+FreeBSD Documentation Project</p>
+
+<p class="PUBDATE">$FreeBSD: releng/7.2/release/doc/en_US.ISO8859-1/readme/article.sgml
+171891 2007-08-18 17:11:14Z bmah $<br />
+</p>
+
+<div class="LEGALNOTICE"><a id="TRADEMARKS" name="TRADEMARKS"></a>
+<p>FreeBSD is a registered trademark of the FreeBSD Foundation.</p>
+
+<p>Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or
+registered trademarks of Intel Corporation or its subsidiaries in the United States and
+other countries.</p>
+
+<p>Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The Open Group
+are trademarks of The Open Group in the United States and other countries.</p>
+
+<p>Sparc, Sparc64, SPARCEngine, and UltraSPARC are trademarks of SPARC International, Inc
+in the United States and other countries. Products bearing SPARC trademarks are based
+upon architecture developed by Sun Microsystems, Inc.</p>
+
+<p>Many of the designations used by manufacturers and sellers to distinguish their
+products are claimed as trademarks. Where those designations appear in this document, and
+the FreeBSD Project was aware of the trademark claim, the designations have been followed
+by the &#8220;&trade;&#8221; or the &#8220;&reg;&#8221; symbol.</p>
+</div>
+
+<hr />
+</div>
+
+<blockquote class="ABSTRACT">
+<div class="ABSTRACT"><a id="AEN24" name="AEN24"></a>
+<p>This document gives a brief introduction to FreeBSD 7.2-RELEASE. It includes some
+information on how to obtain FreeBSD, a listing of various ways to contact the FreeBSD
+Project, and pointers to some other sources of information.</p>
+</div>
+</blockquote>
+
+<div class="SECT1">
+<hr />
+<h2 class="SECT1"><a id="INTRO" name="INTRO">1 Introduction</a></h2>
+
+<p>This distribution is a release of FreeBSD 7.2-RELEASE, the latest point along the
+7.2-STABLE branch.</p>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="AEN29" name="AEN29">1.1 About FreeBSD</a></h3>
+
+<p>FreeBSD is an operating system based on 4.4 BSD Lite for AMD64 and Intel EM64T based
+PC hardware (amd64), Intel, AMD, Cyrix or NexGen &#8220;x86&#8221; based PC hardware
+(i386), Intel Itanium Processor based computers (ia64), NEC PC-9801/9821 series PCs and
+compatibles (pc98), and <span class="TRADEMARK">UltraSPARC</span>&reg; machines
+(sparc64). Versions for the <span class="TRADEMARK">PowerPC</span>&reg; (powerpc), and
+<span class="TRADEMARK">MIPS</span>&reg; (mips) architectures are currently under
+development as well. FreeBSD works with a wide variety of peripherals and configurations
+and can be used for everything from software development to games to Internet Service
+Provision.</p>
+
+<p>This release of FreeBSD contains everything you need to run such a system, including
+full source code for the kernel and all utilities in the base distribution. With the
+source distribution installed, you can literally recompile the entire system from scratch
+with one command, making it ideal for students, researchers, or users who simply want to
+see how it all works.</p>
+
+<p>A large collection of third-party ported software (the &#8220;Ports Collection&#8221;)
+is also provided to make it easy to obtain and install all your favorite traditional
+<span class="TRADEMARK">UNIX</span>&reg; utilities for FreeBSD. Each &#8220;port&#8221;
+consists of a set of scripts to retrieve, configure, build, and install a piece of
+software, with a single command. Over 20,000 ports, from editors to programming languages
+to graphical applications, make FreeBSD a powerful and comprehensive operating
+environment that extends far beyond what's provided by many commercial versions of <span
+class="TRADEMARK">UNIX</span>. Most ports are also available as pre-compiled
+&#8220;packages&#8221;, which can be quickly installed from the installation program.</p>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="AEN43" name="AEN43">1.2 Target Audience</a></h3>
+
+<p>This release of FreeBSD is suitable for all users. It has undergone a period of
+testing and quality assurance checking to ensure the highest reliability and
+dependability.</p>
+</div>
+</div>
+
+<div class="SECT1">
+<hr />
+<h2 class="SECT1"><a id="OBTAIN" name="OBTAIN">2 Obtaining FreeBSD</a></h2>
+
+<p>FreeBSD may be obtained in a variety of ways. This section focuses on those ways that
+are primarily useful for obtaining a complete FreeBSD distribution, rather than updating
+an existing installation.</p>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="AEN49" name="AEN49">2.1 CDROM and DVD</a></h3>
+
+<p>FreeBSD -RELEASE distributions may be ordered on CDROM or DVD from several publishers.
+This is frequently the most convenient way to obtain FreeBSD for new installations, as it
+provides a convenient way to quickly reinstall the system if necessary. Some
+distributions include some of the optional, precompiled &#8220;packages&#8221; from the
+FreeBSD Ports Collection, or other extra material.</p>
+
+<p>A list of the CDROM and DVD publishers known to the project are listed in the <a
+href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html"
+target="_top">&#8220;Obtaining FreeBSD&#8221;</a> appendix to the Handbook.</p>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="AEN56" name="AEN56">2.2 FTP</a></h3>
+
+<p>You can use FTP to retrieve FreeBSD and any or all of its optional packages from <a
+href="ftp://ftp.FreeBSD.org/" target="_top">ftp://ftp.FreeBSD.org/</a>, which is the
+official FreeBSD release site, or any of its &#8220;mirrors&#8221;.</p>
+
+<p>Lists of locations that mirror FreeBSD can be found in the <a
+href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html"
+target="_top">FTP Sites</a> section of the Handbook, or on the <a
+href="http://mirrorlist.FreeBSD.org/" target="_top">http://mirrorlist.FreeBSD.org/</a>
+Web pages. Finding a close (in networking terms) mirror from which to download the
+distribution is highly recommended.</p>
+
+<p>Additional mirror sites are always welcome. Contact <code class="EMAIL">&#60;<a
+href="mailto:freebsd-admin@FreeBSD.org">freebsd-admin@FreeBSD.org</a>&#62;</code> for
+more details on becoming an official mirror site. You can also find useful information
+for mirror sites at the <a
+href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/hubs/" target="_top">Mirroring
+FreeBSD</a> article.</p>
+
+<p>Mirrors generally contain the ISO images generally used to create a CDROM of a FreeBSD
+release. They usually also contain floppy disk images (for applicable platforms), as well
+as the files necessary to do an installation over the network. Finally mirrors sites
+usually contain a set of packages for the most current release.</p>
+</div>
+</div>
+
+<div class="SECT1">
+<hr />
+<h2 class="SECT1"><a id="CONTACTING" name="CONTACTING">3 Contacting the FreeBSD
+Project</a></h2>
+
+<div class="SECT2">
+<h3 class="SECT2"><a id="AEN70" name="AEN70">3.1 Email and Mailing Lists</a></h3>
+
+<p>For any questions or general technical support issues, please send mail to the <a
+href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions" target="_top">FreeBSD
+general questions mailing list</a>.</p>
+
+<p>If you're tracking the 7.2-STABLE development efforts, you <span class="emphasis"><i
+class="EMPHASIS">must</i></span> join the <a
+href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-current"
+target="_top">FreeBSD-CURRENT mailing list</a>, in order to keep abreast of recent
+developments and changes that may affect the way you use and maintain the system.</p>
+
+<p>Being a largely-volunteer effort, the FreeBSD Project is always happy to have extra
+hands willing to help--there are already far more desired enhancements than there is time
+to implement them. To contact the developers on technical matters, or with offers of
+help, please send mail to the <a
+href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers" target="_top">FreeBSD
+technical discussions mailing list</a>.</p>
+
+<p>Please note that these mailing lists can experience <span class="emphasis"><i
+class="EMPHASIS">significant</i></span> amounts of traffic. If you have slow or expensive
+mail access, or are only interested in keeping up with major FreeBSD events, you may find
+it preferable to subscribe instead to the <a
+href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce" target="_top">FreeBSD
+announcements mailing list</a>.</p>
+
+<p>All of the mailing lists can be freely joined by anyone wishing to do so. Visit the <a
+href="http://www.FreeBSD.org/mailman/listinfo" target="_top">FreeBSD Mailman Info
+Page</a>. This will give you more information on joining the various lists, accessing
+archives, etc. There are a number of mailing lists targeted at special interest groups
+not mentioned here; more information can be obtained either from the Mailman pages or the
+<a href="http://www.FreeBSD.org/support.html#mailing-list" target="_top">mailing lists
+section</a> of the FreeBSD Web site.</p>
+
+<div class="IMPORTANT">
+<blockquote class="IMPORTANT">
+<p><b>Important:</b> Do <span class="emphasis"><i class="EMPHASIS">not</i></span> send
+email to the lists asking to be subscribed. Use the Mailman interface instead.</p>
+</blockquote>
+</div>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="AEN88" name="AEN88">3.2 Submitting Problem Reports</a></h3>
+
+<p>Suggestions, bug reports and contributions of code are always valued--please do not
+hesitate to report any problems you may find. Bug reports with attached fixes are of
+course even more welcome.</p>
+
+<p>The preferred method to submit bug reports from a machine with Internet mail
+connectivity is to use the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=send-pr&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">send-pr</span>(1)</span></a>
+command. &#8220;Problem Reports&#8221; (PRs) submitted in this way will be filed and
+their progress tracked; the FreeBSD developers will do their best to respond to all
+reported bugs as soon as possible. <a
+href="http://www.FreeBSD.org/cgi/query-pr-summary.cgi" target="_top">A list of all active
+PRs</a> is available on the FreeBSD Web site; this list is useful to see what potential
+problems other users have encountered.</p>
+
+<p>Note that <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=send-pr&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">send-pr</span>(1)</span></a>
+itself is a shell script that should be easy to move even onto a non-FreeBSD system.
+Using this interface is highly preferred. If, for some reason, you are unable to use <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=send-pr&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">send-pr</span>(1)</span></a> to
+submit a bug report, you can try to send it to the <a
+href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs" target="_top">FreeBSD
+problem reports mailing list</a>.</p>
+
+<p>For more information, <a
+href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/problem-reports/"
+target="_top">&#8220;Writing FreeBSD Problem Reports&#8221;</a>, available on the FreeBSD
+Web site, has a number of helpful hints on writing and submitting effective problem
+reports.</p>
+</div>
+</div>
+
+<div class="SECT1">
+<hr />
+<h2 class="SECT1"><a id="SEEALSO" name="SEEALSO">4 Further Reading</a></h2>
+
+<p>There are many sources of information about FreeBSD; some are included with this
+distribution, while others are available on-line or in print versions.</p>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="RELEASE-DOCS" name="RELEASE-DOCS">4.1 Release
+Documentation</a></h3>
+
+<p>A number of other files provide more specific information about this release
+distribution. These files are provided in various formats. Most distributions will
+include both ASCII text (<tt class="FILENAME">.TXT</tt>) and HTML (<tt
+class="FILENAME">.HTM</tt>) renditions. Some distributions may also include other formats
+such as Portable Document Format (<tt class="FILENAME">.PDF</tt>).</p>
+
+<ul>
+<li>
+<p><tt class="FILENAME">README.TXT</tt>: This file, which gives some general information
+about FreeBSD as well as some cursory notes about obtaining a distribution.</p>
+</li>
+
+<li>
+<p><tt class="FILENAME">RELNOTES.TXT</tt>: The release notes, showing what's new and
+different in FreeBSD 7.2-RELEASE compared to the previous release (FreeBSD
+7.1-RELEASE).</p>
+</li>
+
+<li>
+<p><tt class="FILENAME">HARDWARE.TXT</tt>: The hardware compatibility list, showing
+devices with which FreeBSD has been tested and is known to work.</p>
+</li>
+
+<li>
+<p><tt class="FILENAME">ERRATA.TXT</tt>: Release errata. Late-breaking, post-release
+information can be found in this file, which is principally applicable to releases (as
+opposed to snapshots). It is important to consult this file before installing a release
+of FreeBSD, as it contains the latest information on problems which have been found and
+fixed since the release was created.</p>
+</li>
+</ul>
+
+<br />
+<br />
+<p>On platforms that support <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sysinstall&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sysinstall</span>(8)</span></a>
+(currently amd64, i386, ia64, pc98, and sparc64), these documents are generally available
+via the Documentation menu during installation. Once the system is installed, you can
+revisit this menu by re-running the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sysinstall&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sysinstall</span>(8)</span></a>
+utility.</p>
+
+<div class="NOTE">
+<blockquote class="NOTE">
+<p><b>Note:</b> It is extremely important to read the errata for any given release before
+installing it, to learn about any &#8220;late-breaking news&#8221; or post-release
+problems. The errata file accompanying each release (most likely right next to this file)
+is already out of date by definition, but other copies are kept updated on the Internet
+and should be consulted as the &#8220;current errata&#8221; for this release. These other
+copies of the errata are located at <a href="http://www.FreeBSD.org/releases/"
+target="_top">http://www.FreeBSD.org/releases/</a> (as well as any sites which keep
+up-to-date mirrors of this location).</p>
+</blockquote>
+</div>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="AEN142" name="AEN142">4.2 Manual Pages</a></h3>
+
+<p>As with almost all <span class="TRADEMARK">UNIX</span> like operating systems, FreeBSD
+comes with a set of on-line manual pages, accessed through the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=man&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">man</span>(1)</span></a> command
+or through the <a href="http://www.FreeBSD.org/cgi/man.cgi" target="_top">hypertext
+manual pages gateway</a> on the FreeBSD Web site. In general, the manual pages provide
+information on the different commands and APIs available to the FreeBSD user.</p>
+
+<p>In some cases, manual pages are written to give information on particular topics.
+Notable examples of such manual pages are <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=tuning&sektion=7&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">tuning</span>(7)</span></a> (a
+guide to performance tuning), <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=security&sektion=7&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">security</span>(7)</span></a> (an
+introduction to FreeBSD security), and <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=style&sektion=9&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">style</span>(9)</span></a> (a
+style guide to kernel coding).</p>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="AEN160" name="AEN160">4.3 Books and Articles</a></h3>
+
+<p>Two highly-useful collections of FreeBSD-related information, maintained by the
+FreeBSD Project, are the FreeBSD Handbook and FreeBSD FAQ (Frequently Asked Questions
+document). On-line versions of the <a
+href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/"
+target="_top">Handbook</a> and <a
+href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/faq/" target="_top">FAQ</a> are
+always available from the <a href="http://www.FreeBSD.org/docs.html"
+target="_top">FreeBSD Documentation page</a> or its mirrors. If you install the <tt
+class="FILENAME">doc</tt> distribution set, you can use a Web browser to read the
+Handbook and FAQ locally. In particular, note that the Handbook contains a step-by-step
+guide to installing FreeBSD.</p>
+
+<p>A number of on-line books and articles, also maintained by the FreeBSD Project, cover
+more-specialized, FreeBSD-related topics. This material spans a wide range of topics,
+from effective use of the mailing lists, to dual-booting FreeBSD with other operating
+systems, to guidelines for new committers. Like the Handbook and FAQ, these documents are
+available from the FreeBSD Documentation Page or in the <tt class="FILENAME">doc</tt>
+distribution set.</p>
+
+<p>A listing of other books and documents about FreeBSD can be found in the <a
+href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/bibliography.html"
+target="_top">bibliography</a> of the FreeBSD Handbook. Because of FreeBSD's strong <span
+class="TRADEMARK">UNIX</span> heritage, many other articles and books written for <span
+class="TRADEMARK">UNIX</span> systems are applicable as well, some of which are also
+listed in the bibliography.</p>
+</div>
+</div>
+
+<div class="SECT1">
+<hr />
+<h2 class="SECT1"><a id="ACKNOWLEDGEMENTS" name="ACKNOWLEDGEMENTS">5
+Acknowledgments</a></h2>
+
+<p>FreeBSD represents the cumulative work of many hundreds, if not thousands, of
+individuals from around the world who have worked countless hours to bring about this
+release. For a complete list of FreeBSD developers and contributors, please see <a
+href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/contributors/"
+target="_top">&#8220;Contributors to FreeBSD&#8221;</a> on the FreeBSD Web site or any of
+its mirrors.</p>
+
+<p>Special thanks also go to the many thousands of FreeBSD users and testers all over the
+world, without whom this release simply would not have been possible.</p>
+</div>
+</div>
+
+<hr />
+<p align="center"><small>This file, and other release-related documents, can be
+downloaded from <a href="ftp://ftp.FreeBSD.org/">ftp://ftp.FreeBSD.org/</a>.</small></p>
+
+<p align="center"><small>For questions about FreeBSD, read the <a
+href="http://www.FreeBSD.org/docs.html">documentation</a> before contacting &#60;<a
+href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&#62;.</small></p>
+
+<p align="center"><small>For questions about this documentation, e-mail &#60;<a
+href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&#62;.</small></p>
+</body>
+</html>
+
diff --git a/en_US.ISO8859-1/htdocs/releases/7.2R/relnotes-detailed.html b/en_US.ISO8859-1/htdocs/releases/7.2R/relnotes-detailed.html
new file mode 100644
index 0000000000..eda1681a8b
--- /dev/null
+++ b/en_US.ISO8859-1/htdocs/releases/7.2R/relnotes-detailed.html
@@ -0,0 +1,1237 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta name="generator" content="HTML Tidy, see www.w3.org" />
+<title>FreeBSD 7.2-RELEASE Release Notes</title>
+<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79" />
+<link rel="STYLESHEET" type="text/css" href="docbook.css" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+</head>
+<body class="ARTICLE" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
+alink="#0000FF">
+<div class="ARTICLE">
+<div class="TITLEPAGE">
+<h1 class="TITLE"><a id="AEN2" name="AEN2">FreeBSD 7.2-RELEASE Release Notes</a></h1>
+
+<h3 class="CORPAUTHOR">The FreeBSD Project</h3>
+
+<p class="COPYRIGHT">Copyright &copy; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+2008, 2009 The FreeBSD Documentation Project</p>
+
+<p class="PUBDATE">$FreeBSD: releng/7.2/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+191705 2009-04-30 21:20:09Z hrs $<br />
+</p>
+
+<div class="LEGALNOTICE"><a id="TRADEMARKS" name="TRADEMARKS"></a>
+<p>FreeBSD is a registered trademark of the FreeBSD Foundation.</p>
+
+<p>IBM, AIX, EtherJet, Netfinity, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks
+of International Business Machines Corporation in the United States, other countries, or
+both.</p>
+
+<p>IEEE, POSIX, and 802 are registered trademarks of Institute of Electrical and
+Electronics Engineers, Inc. in the United States.</p>
+
+<p>Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or
+registered trademarks of Intel Corporation or its subsidiaries in the United States and
+other countries.</p>
+
+<p>Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media and Windows NT are
+either registered trademarks or trademarks of Microsoft Corporation in the United States
+and/or other countries.</p>
+
+<p>Sparc, Sparc64, SPARCEngine, and UltraSPARC are trademarks of SPARC International, Inc
+in the United States and other countries. Products bearing SPARC trademarks are based
+upon architecture developed by Sun Microsystems, Inc.</p>
+
+<p>Many of the designations used by manufacturers and sellers to distinguish their
+products are claimed as trademarks. Where those designations appear in this document, and
+the FreeBSD Project was aware of the trademark claim, the designations have been followed
+by the &#8220;&trade;&#8221; or the &#8220;&reg;&#8221; symbol.</p>
+</div>
+
+<div>
+<div class="ABSTRACT"><a id="AEN28" name="AEN28"></a>
+<p>The release notes for FreeBSD 7.2-RELEASE contain a summary of the changes made to the
+FreeBSD base system on the 7.2-STABLE development line. This document lists applicable
+security advisories that were issued since the last release, as well as significant
+changes to the FreeBSD kernel and userland. Some brief remarks on upgrading are also
+presented.</p>
+</div>
+</div>
+
+<hr />
+</div>
+
+<div class="TOC">
+<dl>
+<dt><b>Table of Contents</b></dt>
+
+<dt>1 <a href="#INTRO">Introduction</a></dt>
+
+<dt>2 <a href="#NEW">What's New</a></dt>
+
+<dd>
+<dl>
+<dt>2.1 <a href="#SECURITY">Security Advisories</a></dt>
+
+<dt>2.2 <a href="#KERNEL">Kernel Changes</a></dt>
+
+<dd>
+<dl>
+<dt>2.2.1 <a href="#BOOT">Boot Loader Changes</a></dt>
+
+<dt>2.2.2 <a href="#PROC">Hardware Support</a></dt>
+
+<dt>2.2.3 <a href="#NET-PROTO">Network Protocols</a></dt>
+
+<dt>2.2.4 <a href="#DISKS">Disks and Storage</a></dt>
+
+<dt>2.2.5 <a href="#FS">File Systems</a></dt>
+</dl>
+</dd>
+
+<dt>2.3 <a href="#USERLAND">Userland Changes</a></dt>
+
+<dt>2.4 <a href="#CONTRIB">Contributed Software</a></dt>
+
+<dt>2.5 <a href="#PORTS">Ports/Packages Collection Infrastructure</a></dt>
+
+<dt>2.6 <a href="#RELENG">Release Engineering and Integration</a></dt>
+</dl>
+</dd>
+
+<dt>3 <a href="#UPGRADE">Upgrading from previous releases of FreeBSD</a></dt>
+</dl>
+</div>
+
+<div class="SECT1">
+<h2 class="SECT1"><a id="INTRO" name="INTRO">1 Introduction</a></h2>
+
+<p>This document contains the release notes for FreeBSD 7.2-RELEASE. It describes
+recently added, changed, or deleted features of FreeBSD. It also provides some notes on
+upgrading from previous versions of FreeBSD.</p>
+
+<p>This distribution of FreeBSD 7.2-RELEASE is a release distribution. It can be found at
+<a href="ftp://ftp.FreeBSD.org/" target="_top">ftp://ftp.FreeBSD.org/</a> or any of its
+mirrors. More information on obtaining this (or other) release distributions of FreeBSD
+can be found in the <a href="../../../../doc/en_US.ISO8859-1/books/handbook/mirrors.html"
+target="_top">&#8220;Obtaining FreeBSD&#8221; appendix</a> to the <a
+href="../../../../doc/en_US.ISO8859-1/books/handbook/" target="_top">FreeBSD
+Handbook</a>.</p>
+
+<p>All users are encouraged to consult the release errata before installing FreeBSD. The
+errata document is updated with &#8220;late-breaking&#8221; information discovered late
+in the release cycle or after the release. Typically, it contains information on known
+bugs, security advisories, and corrections to documentation. An up-to-date copy of the
+errata for FreeBSD 7.2-RELEASE can be found on the FreeBSD Web site.</p>
+</div>
+
+<div class="SECT1">
+<hr />
+<h2 class="SECT1"><a id="NEW" name="NEW">2 What's New</a></h2>
+
+<p>This section describes the most user-visible new or changed features in FreeBSD since
+7.1-RELEASE.</p>
+
+<p>Typical release note items document recent security advisories issued after
+7.1-RELEASE, new drivers or hardware support, new commands or options, major bug fixes,
+or contributed software upgrades. They may also list changes to major ports/packages or
+release engineering practices. Clearly the release notes cannot list every single change
+made to FreeBSD between releases; this document focuses primarily on security advisories,
+user-visible changes, and major architectural improvements.</p>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="SECURITY" name="SECURITY">2.1 Security Advisories</a></h3>
+
+<p>Problems described in the following security advisories have been fixed. For more
+information, consult the individual advisories available from <a
+href="http://security.FreeBSD.org/" target="_top">http://security.FreeBSD.org/</a>.</p>
+
+<div class="INFORMALTABLE"><a id="AEN48" name="AEN48"></a>
+<table border="0" frame="void" class="CALSTABLE">
+<!--
+<col width="1*" />
+<col width="1*" />
+<col width="3*" />
+-->
+<thead>
+<tr>
+<th>Advisory</th>
+<th>Date</th>
+<th>Topic</th>
+</tr>
+</thead>
+
+<tbody>
+<tr>
+<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-09:01.lukemftpd.asc"
+target="_top">SA-09:01.lukemftpd</a></td>
+<td>07&nbsp;January&nbsp;2009</td>
+<td>
+<p>Cross-site request forgery in <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=lukemftpd&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">lukemftpd</span>(8)</span></a></p>
+</td>
+</tr>
+
+<tr>
+<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-09:02.openssl.asc"
+target="_top">SA-09:02.openssl</a></td>
+<td>07&nbsp;January&nbsp;2009</td>
+<td>
+<p>OpenSSL incorrectly checks for malformed signatures</p>
+</td>
+</tr>
+
+<tr>
+<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-09:03.ntpd.asc"
+target="_top">SA-09:03.ntpd</a></td>
+<td>13&nbsp;January&nbsp;2009</td>
+<td>
+<p>ntpd cryptographic signature bypass</p>
+</td>
+</tr>
+
+<tr>
+<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-09:04.bind.asc"
+target="_top">SA-09:04.bind</a></td>
+<td>13&nbsp;January&nbsp;2009</td>
+<td>
+<p>BIND DNSSEC incorrect checks for malformed signatures</p>
+</td>
+</tr>
+
+<tr>
+<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-09:05.telnetd.asc"
+target="_top">SA-09:05.telnetd</a></td>
+<td>16&nbsp;February&nbsp;2009</td>
+<td>
+<p>telnetd code execution vulnerability</p>
+</td>
+</tr>
+
+<tr>
+<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-09:06.ktimer.asc"
+target="_top">SA-09:06.ktimer</a></td>
+<td>23&nbsp;March&nbsp;2009</td>
+<td>
+<p>Local privilege escalation</p>
+</td>
+</tr>
+
+<tr>
+<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-09:07.libc.asc"
+target="_top">SA-09:07.libc</a></td>
+<td>04&nbsp;April&nbsp;2009</td>
+<td>
+<p>Information leak in <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=db&sektion=3&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">db</span>(3)</span></a></p>
+</td>
+</tr>
+
+<tr>
+<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-09:08.openssl.asc"
+target="_top">SA-09:08.openssl</a></td>
+<td>22&nbsp;April&nbsp;2009</td>
+<td>
+<p>Remotely exploitable crash in OpenSSL</p>
+</td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="KERNEL" name="KERNEL">2.2 Kernel Changes</a></h3>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ddb&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ddb</span>(8)</span></a> kernel
+debugger now supports a <tt class="COMMAND">show mount</tt> subcommand.</p>
+
+<p>The FreeBSD DTrace subsystem now supports a probe for process execution.</p>
+
+<p>[amd64] The FreeBSD kernel virtual address space has been increased to 6GB. This
+allows subsystems to use larger virtual memory space than before. For example, <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">zfs</span>(8)</span></a> adaptive
+replacement cache (ARC) requires large kernel memory space to cache file system data, so
+it benefits from the increased address space. Note that the ceiling on the kernel map
+size is now 60% of the size rather than an absolute quantity.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=jail&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">jail</span>(8)</span></a>
+subsystem has been updated. Changes include:</p>
+
+<ul>
+<li>
+<p>Multiple addresses of both IPv4 and IPv6 per jail has been supported. It is even
+possible to have jails without an IP address at all, which basically gives one a chrooted
+environment with restricted process view and no networking.</p>
+</li>
+
+<li>
+<p>SCTP (<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sctp&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span class="CITEREFENTRY"><span class="REFENTRYTITLE">sctp</span>(4)</span></a>) with
+IPv6 in jails has been implemented.</p>
+</li>
+
+<li>
+<p>Specific CPU binding by using <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=cpuset&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cpuset</span>(1)</span></a> has
+been implemented. Note that the current implementation allows the superuser inside of the
+jail to change the CPU bindings specified. This behavior will be fixed in the next
+release.</p>
+</li>
+
+<li>
+<p>A <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=jail&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">jail</span>(8)</span></a> can
+start with a specific route FIB now.</p>
+</li>
+
+<li>
+<p>A <tt class="LITERAL">show jails</tt> subcommand in <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ddb&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ddb</span>(8)</span></a> has been
+added.</p>
+</li>
+
+<li>
+<p>Compatibility support which permits 32-bit jail binaries to be used on 64-bit systems
+to manage jails has been added.</p>
+</li>
+
+<li>
+<p>Note that both version numbers of <tt class="LITERAL">jail</tt> and <tt
+class="LITERAL">prison</tt> in the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=jail&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">jail</span>(8)</span></a> have
+been updated for the new features.</p>
+</li>
+</ul>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=kld&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">kld</span>(4)</span></a> now
+supports installing 32-bit system calls to the FreeBSD system call translation layer from
+kernel modules.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ktr&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ktr</span>(4)</span></a> now
+supports a new KTR tracepoint in the <tt class="LITERAL">KTR_CALLOUT</tt> class to note
+when a callout routine finishes executing.</p>
+
+<p>Types of variables used to track the amount of allocated System V shared memory have
+been changed from <tt class="LITERAL">int</tt> to <tt class="LITERAL">size_t</tt>. This
+makes it possible to use more than 2 GB of memory for shared memory segments on 64-bit
+architectures. Please note the new BUGS section in <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=shmctl&sektion=2&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">shmctl</span>(2)</span></a> and
+<tt class="FILENAME">/usr/src/UPDATING</tt> for limitations of this temporary
+solution.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=3&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sysctl</span>(3)</span></a> leaf
+nodes have a flag to tag themselves as MPSAFE now.</p>
+
+<p>The FreeBSD 32-bit system call translation layer now supports installing 32-bit system
+calls for <tt class="LITERAL">VFS_AIO</tt>.</p>
+
+<p>[amd64, i386] The FreeBSD virtual memory subsystem now supports fully transparent use
+of <b class="APPLICATION">superpages</b> for application memory; application memory pages
+are dynamically promoted to or demoted from superpages without any modification to
+application code. This change offers the benefit of large page sizes such as improved
+virtual memory efficiency and reduced TLB (translation lookaside buffer) misses without
+downsides like application changes and virtual memory inflexibility. This is disabled by
+default and can be enabled by setting a loader tunable <code
+class="VARNAME">vm.pmap.pg_ps_enabled</code> to <tt class="LITERAL">1</tt>.</p>
+
+<div class="SECT3">
+<hr />
+<h4 class="SECT3"><a id="BOOT" name="BOOT">2.2.1 Boot Loader Changes</a></h4>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=boot&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">boot</span>(8)</span></a> now
+supports 4-byte volume ID that certain versions of <span
+class="TRADEMARK">Windows</span>&reg; put into the MBR and invoking PXE by pressing F6
+key on some supported BIOSes.</p>
+
+<p>[i386] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=boot&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">boot</span>(8)</span></a> BTX
+loader has been improved. This fixes several boot issues on recent machines reported for
+7.1-RELEASE and before.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=loader&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">loader</span>(8)</span></a> is now
+able to obtain DHCP options from network boot via <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=kenv&sektion=2&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">kenv</span>(2)</span></a>
+variables.</p>
+
+<p>A bug in the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=loader&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">loader</span>(8)</span></a> has
+been fixed. Now the following line works as expected:</p>
+
+<pre class="PROGRAMLISTING">
+loader_conf_files="<tt class="REPLACEABLE"><i>foo</i></tt> <tt
+class="REPLACEABLE"><i>bar</i></tt> ${<tt class="REPLACEABLE"><i>variable</i></tt>}"
+</pre>
+</div>
+
+<div class="SECT3">
+<hr />
+<h4 class="SECT3"><a id="PROC" name="PROC">2.2.2 Hardware Support</a></h4>
+
+<p>[sparc64] The FreeBSD now supports Ultra SPARC III (Cheetah) processor family.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">acpi</span>(4)</span></a>
+subsystem now supports a <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sysctl</span>(8)</span></a>
+variable <code class="VARNAME">debug.batt.batt_sleep_ms</code>. On some laptops with
+smart batteries, enabling battery monitoring software causes keystrokes from <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">atkbd</span>(4)</span></a> to be
+lost. This sysctl variable adds a delay in millisecond to the status checking code as a
+workaround.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=acpi_asus&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">acpi_asus</span>(4)</span></a>
+driver now supports Asus A8Sr notebooks.</p>
+
+<p>[powerpc] Support for the AltiVec, a floating point and integer SIMD instruction set
+has been added.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=cpuctl&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cpuctl</span>(4)</span></a>
+driver, which provides a special device <tt class="FILENAME">/dev/cpuctl</tt> as an
+interface to the system CPU has been added. The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=cpuctl&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cpuctl</span>(4)</span></a>
+functionality includes the ability to retrieve CPUID information, read/write machine
+specific registers (MSR), and perform CPU firmware updates.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=cpufreq&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cpufreq</span>(4)</span></a>
+driver now supports an <code class="VARNAME">hw.est.msr_info</code> loader tunable. When
+this is set to <tt class="LITERAL">1</tt>, it attempts to build a simple list containing
+just the high and low frequencies if it cannot obtain a frequency list from either ACPI
+or the static tables. This is disabled by default.</p>
+
+<p>[amd64, i386] CPU frequency change notifiers are now disabled when the TSC is P-state
+invariant. Also, a new loader tunable <code
+class="VARNAME">kern.timecounter.invariant_tsc</code> has been added to force this
+behavior by setting it to non-zero.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">atkbd</span>(4)</span></a> driver
+now disables the interrupt handler which is called from the keyboard callback function
+when polled mode is enabled. This fixes the problem of duplicated/missing characters at
+the mountroot prompt on multi CPU systems while <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=kbdmux&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">kbdmux</span>(4)</span></a> is
+enabled.</p>
+
+<p>In the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=pci&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">pci</span>(4)</span></a> subsystem
+INTx is now disabled when MSI/MSIX is enabled. This change fixes interrupt storm related
+issues.</p>
+
+<p>[sparc64] The schizo(4) driver for Schizo Fireplane/Safari to PCI 2.1 and Tomatillo
+JBus to PCI 2.2 bridges has been added.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=u3g&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">u3g</span>(4)</span></a> driver
+for USB based 3G cards and dongles including Vodafone Mobile Connect Card 3G, Qualcomm
+CDMA MSM, Huawei E220, Novatel U740, Sierra MC875U, and so on has been added. This
+provides support for the multiple USB-to-serial interfaces exposed by many 3G USB/PC Card
+modems, and the device is accessed through the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ucom&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ucom</span>(4)</span></a> driver
+which makes it behave like a <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=tty&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">tty</span>(4)</span></a>.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sched_ule&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sched_ule</span>(4)</span></a>
+scheduler now supports a loader tunable <code
+class="VARNAME">machdep.hyperthreading_enabled</code> as the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sched_4bsd&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sched_4bsd</span>(4)</span></a>
+does. Note that it cannot be modified at run-time.</p>
+
+<div class="SECT4">
+<hr />
+<h5 class="SECT4"><a id="MM" name="MM">2.2.2.1 Multimedia Support</a></h5>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=agp&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">agp</span>(4)</span></a> driver
+now supports Intel G4X series graphics chipsets.</p>
+
+<p>The DRM, a kernel module named Direct Rendering Manager that gives direct hardware
+access to DRI clients, has been updated. Support for AMD/ATI r500, r600, r700, and IGP
+based chips, XGI V3XE/V5/V8, and Intel i915 chipsets has been improved.</p>
+
+<p>A new loader tunable <code class="VARNAME">hw.drm.msi</code> has been added to control
+if DRM uses MSI or not. This is set to <tt class="LITERAL">1</tt> (enabled) by
+default.</p>
+
+<p>The snd_au88x0(4) driver for Aureal Vortex 1/2/Advantage PCI has been removed because
+this was broken for a long time.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_hda</span>(4)</span></a>
+driver has been updated. This changes include support for multiple codec per HDA bus,
+multiple functional groups per codec, multiple audio devices per functional group,
+digital (SPDIF/HDMI) audio input/output, suspend/resume, and part of multichannel
+audio.</p>
+
+<p>Note that due to added HDMI audio and logical audio devices support, the updated
+driver often provides several PCM devices. This means that in some cases the system
+default audio device no longer corresponds to the users's habitual audio connectors. In
+such cases the default device can be specified in audio applications' setup or defined
+globally via <code class="VARNAME">hw.snd.default_unit sysctl</code>, as described in the
+<a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sound&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sound</span>(4)</span></a> manual
+page.</p>
+</div>
+
+<div class="SECT4">
+<hr />
+<h5 class="SECT4"><a id="NET-IF" name="NET-IF">2.2.2.2 Network Interface Support</a></h5>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ae&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">ae</span>(4)</span></a> driver now
+supports WoL (Wake on LAN).</p>
+
+<p>[amd64, i386] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ale</span>(4)</span></a> driver is
+now included in the <tt class="FILENAME">GENERIC</tt> kernel.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ath_hal&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ath_hal</span>(4)</span></a>,
+Atheros Hardware Access Layer, has been updated to the open source version.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=axe&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">axe</span>(4)</span></a> driver
+has been improved in performance by eliminating extra context switches and now supports
+Apple USB Ethernet adapter.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=bce&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">bce</span>(4)</span></a> driver's
+firmware has been updated to the latest version (4.6.X).</p>
+
+<p>The ciphy(4) driver now supports Vitesse VSC8211 PHY.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cxgb</span>(4)</span></a> driver
+has been updated to firmware revision 4.7 and now supports hardware MAC statistics.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fxp</span>(4)</span></a> driver
+has been improved. Changes include:</p>
+
+<ul>
+<li>
+<p>The checksum offload feature can be controlled by <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ifconfig&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ifconfig</span>(8)</span></a>
+now.</p>
+</li>
+
+<li>
+<p>Rx checksum offload support for 82559 or later controllers has been added.</p>
+</li>
+
+<li>
+<p>TSO (TCP Segmentation Offload) support for 82550 and 82551 controllers has been
+added.</p>
+</li>
+
+<li>
+<p>WoL (Wake on LAN) support for 82550, 82551, 82558, and 82559-based controllers has
+been added. Note that ICH based controllers are treated as 82559, and 82557, earlier
+revisions of 82558, and 82559ER have no WoL capability.</p>
+</li>
+
+<li>
+<p>VLAN hardware tag insertion/stripping support and Tx/Rx checksum offload for VLAN
+frames support have been added. Note that the VLAN hardware assistance is available only
+on 82550 or 82551-based controllers.</p>
+</li>
+</ul>
+
+<p>A bug in the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">igb</span>(4)</span></a> driver,
+which prevents the loader tunable <code class="VARNAME">hw.igb.ave_latency</code> from
+working, has been fixed.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ixgbe&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ixgbe</span>(4)</span></a> driver
+has been updated to version 1.7.4.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">jme</span>(4)</span></a> driver
+now supports newer JMicron JMC250/JMC260 revisions.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=msk&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">msk</span>(4)</span></a> driver
+has been improved. An issue which makes it hang up in a certain condition has been fixed.
+Hardware MAC statistics support has been added and users can get the information via
+sysctl variables named <code class="VARNAME">dev.msk.<tt
+class="REPLACEABLE"><i>N</i></tt>.stats</code>.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=mxge&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mxge</span>(4)</span></a> driver
+now supports some newer revisions and 10GBASE-LRM and 10GBASE-Twinax media types.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=nfe&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">nfe</span>(4)</span></a> driver
+now supports hardware MAC statistics.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">re</span>(4)</span></a> driver has been
+improved. It now detects the link status. A new loader tunable <code
+class="VARNAME">hw.re.prefer_iomap</code> has been added, to disable memory register
+mapping. This tunable is <tt class="LITERAL">0</tt> for all controllers except RTL8169SC
+family.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">rl</span>(4)</span></a> driver has been
+improved. It now detects the link status and a bug which prevents it from working on
+systems with more than 4GB memory has been fixed.</p>
+
+<p>A bug in <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sis</span>(4)</span></a> on VLAN
+tagged frame handling has been fixed.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">txp</span>(4)</span></a> driver
+now works on all supported architectures. Support has been added for <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=altq&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">altq</span>(4)</span></a>, WoL,
+checksum offload when VLAN enabled, and link state change handling has been improved, and
+new sysctl variables <code class="VARNAME">dev.txp.<tt
+class="REPLACEABLE"><i>N</i></tt>.stats</code> for MAC statistics have been added. New
+sysctl variables <code class="VARNAME">dev.txp.<tt
+class="REPLACEABLE"><i>N</i></tt>.process_limit</code> has been added, to control how
+many received frames should be served in Rx handler (set to 64 by default and valid
+ranges are 16 to 128 in unit of frames). The firmware has been updated to the latest
+version.</p>
+</div>
+</div>
+
+<div class="SECT3">
+<hr />
+<h4 class="SECT3"><a id="NET-PROTO" name="NET-PROTO">2.2.3 Network Protocols</a></h4>
+
+<p>IPv4 source address selection for unbound sockets has been implemented as follows:</p>
+
+<ol type="1">
+<li>
+<p>If we found a route, use the address corresponding to the outgoing interface.</p>
+</li>
+
+<li>
+<p>Otherwise we assume the foreign address is reachable on a directly connected network
+and try to find a corresponding interface to take the source address from.</p>
+</li>
+
+<li>
+<p>As a last resort use the default jail address.</p>
+</li>
+</ol>
+
+<p>This also changes the semantics of selecting the IP for processes within a <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=jail&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">jail</span>(8)</span></a> as it
+now uses the same logic as outside the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=jail&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">jail</span>(8)</span></a>.</p>
+
+<p>The TCP MD5 Signature Option (RFC 2385) for IPv6 has been implemented in the same way
+it has been implemented for IPv4.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ng_netflow&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ng_netflow</span>(4)</span></a>
+Netgraph node now includes support for generating egress netflow instead or in addition
+to ingress. An <tt class="LITERAL">NGM_NETFLOW_SETCONFIG</tt> control message has been
+added to control the new functionality.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=tap&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">tap</span>(4)</span></a> Ethernet
+tunnel software network interface now supports a new <tt class="LITERAL">TAPGIFNAME</tt>
+character device ioctl. This is a convenient shortcut to obtain the network interface
+name using a file descriptor to a character device.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=tap&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">tap</span>(4)</span></a> now
+supports <tt class="LITERAL">SIOCSIFMTU</tt> ioctl to set a higher MTU than 1500
+(ETHERMTU). This allows <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=tap&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">tap</span>(4)</span></a> devices
+to be added to the same bridge (which requires all interface members to have the same
+MTU) with an interface configured for jumbo frames.</p>
+
+<p>The domains list for handling the list of supported domains in the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=unix&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">unix</span>(4)</span></a> (UNIX
+domain protocol family) subsystem is now MPSAFE.</p>
+</div>
+
+<div class="SECT3">
+<hr />
+<h4 class="SECT3"><a id="DISKS" name="DISKS">2.2.4 Disks and Storage</a></h4>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ata&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ata</span>(4)</span></a> driver
+now supports Marvell PATA M88SX6121.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ata&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ata</span>(4)</span></a> driver
+now recognizes nForce MCP67 and MCP73 SATA controllers as AHCI.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ataraid&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ataraid</span>(4)</span></a>
+driver now includes preliminary support for DDF metadata found on Adaptec HostRAID
+controllers. Note that spares and rebuilds are not supported yet.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=cam&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cam</span>(4)</span></a> SCSI
+subsystem now supports a new sysctl variable <code
+class="VARNAME">kern.cam.cd.retry_count</code>. This controls the number of retries for
+the CD media. When trying to read scratched or damaged CDs and DVDs, the default
+mechanism is sub-optimal, and programs like <b class="APPLICATION">ddrescue</b> do much
+better if you turn off the retries entirely since their algorithms do it by themselves.
+This value is set to <tt class="LITERAL">4</tt> (for a total of 5 attempts) by default.
+Setting it to <tt class="LITERAL">0</tt> turns off all retry attempts.</p>
+
+<p>A bug in the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ciss&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ciss</span>(4)</span></a> driver
+which caused low &#8220;max device openings&#8221; count and led to poor performance has
+been fixed.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=glabel&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">glabel</span>(8)</span></a> GEOM
+class now supports a new UFS-based label called <tt class="LITERAL">ufsid</tt> that can
+be used to reference UFS-carrying devices by the unique file system ID. This file system
+ID is automatically generated and detected when the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=glabel&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">glabel</span>(8)</span></a> GEOM
+class is enabled. An example of this new label is: <tt
+class="FILENAME">/dev/ufsid/48e69c8b5c8e1b43</tt>. The benefit of using GEOM labels in
+general is to avoid problems of device renaming when shifting drives or controllers.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=gjournal&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">gjournal</span>(8)</span></a> GEOM
+class now supports the root file system. Previously, an unclean shutdown would make it
+impossible to mount the root file system at boot.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=gpart&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">gpart</span>(8)</span></a> utility
+has been updated. The APM scheme now supports Tivo Series 1 partitions (read only), a new
+EBR scheme to support Extended Boot Records has been added, the BSD scheme now support
+bootcode, and bugs in the PC98 and VTOC8 schemes have been fixed.</p>
+
+<p>An issue in <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=gvinum&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">gvinum</span>(8)</span></a> with
+access permissions to underlying disks used by a gvinum plex has been fixed. If the plex
+is a raid5 plex and is being written to, parity data might have to be read from the
+underlying disks, requiring them to be opened for reading as well as writing.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=hptmv&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">hptmv</span>(4)</span></a> driver
+has been updated to version 1.16 from the vendor.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=mmc&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mmc</span>(4)</span></a> and <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=mmcsd&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mmcsd</span>(4)</span></a> drivers
+now support MMC and SDHC cards, high speed timing, wide bus, and multiblock
+transfers.</p>
+
+<p>[sparc64] The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mpt</span>(4)</span></a> driver is
+now in the <tt class="FILENAME">GENERIC</tt> kernel.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sdhci&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sdhci</span>(4)</span></a> driver
+has been added. This supports PCI devices with class 8 and subclass 5 according to the SD
+Host Controller Specification.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sdhci&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sdhci</span>(4)</span></a> driver
+now supports kernel dumping and a sysctl variable <code
+class="VARNAME">hw.sdhci.debug</code> for debug level.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=twa&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">twa</span>(4)</span></a> driver
+now supports 64-bit DMA.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=mmc&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mmc</span>(4)</span></a> <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=mmcsd&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mmcsd</span>(4)</span></a>, and <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sdhci&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sdhci</span>(4)</span></a> driver
+are now included as kernel modules.</p>
+</div>
+
+<div class="SECT3">
+<hr />
+<h4 class="SECT3"><a id="FS" name="FS">2.2.5 File Systems</a></h4>
+
+<p>The semantics of <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=acl&sektion=3&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">acl</span>(3)</span></a> extended
+access control lists has been changed as follows:</p>
+
+<ul>
+<li>
+<p>The inode modification time (mtime) is not updated when extended attributes are added,
+modified, or removed.</p>
+</li>
+
+<li>
+<p>The inode access time (atime) is not updated when extended attributes are queried.</p>
+</li>
+</ul>
+
+<p>The FreeBSD NFS file system now supports a sysctl variable <code
+class="VARNAME">vfs.nfs.prime_access_cache</code> to determine whether or not <code
+class="FUNCTION">nfs_getattr()</code> will use an ACCESS RPC to prime the access cache
+instead of a simple GETATTR RPC. This is because on many NFS servers an ACCESS RPC is
+much more expensive to service than a GETATTR RPC for files in an NFSv3 mount. The sysctl
+variable is enabled by default to maintain the previous behavior.</p>
+
+<p>The FreeBSD UDF file system now supports a fifo.</p>
+
+<p>The shared vnode locking for pathname lookups in the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=VFS&sektion=9&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">VFS</span>(9)</span></a> subsystem
+has been improved. This is disabled by default. Setting a sysctl variable <code
+class="VARNAME">vfs.lookup_shared</code> to <tt class="LITERAL">1</tt> enables it for
+better performance. Note that the <tt class="LITERAL">LOOKUP_SHARED</tt> kernel option
+equivalent to the sysctl variable has been removed.</p>
+</div>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="USERLAND" name="USERLAND">2.3 Userland Changes</a></h3>
+
+<p>A bug in the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=atacontrol&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">atacontrol</span>(8)</span></a>
+utility, which prevents it from working when <tt class="FILENAME">/usr</tt> is not
+mounted or invoked from <tt class="FILENAME">/rescue</tt>, has been fixed.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=btpand&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">btpand</span>(8)</span></a> daemon
+from NetBSD has been added. This daemon provides support for Bluetooth Network Access
+Point (NAP), Group Ad-hoc Network (GN) and Personal Area Network User (PANU)
+profiles.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ncal&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ncal</span>(1)</span></a> utility
+now supports multibyte characters.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=config&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">config</span>(8)</span></a>
+utility now supports multiple <code class="VARNAME">makeoption</code> lines.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=csup&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">csup</span>(1)</span></a> utility
+now supports CVSMode to fetch a complete CVS repository. Note that the rsync transfer
+mode is currently disabled.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=dirname&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">dirname</span>(1)</span></a>
+utility now accepts multiple arguments in the same way that <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=basename&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">basename</span>(1)</span></a>
+does.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=du&sektion=1&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">du</span>(1)</span></a> utility now
+supports an <code class="OPTION">-l</code> flag. When specified, the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=du&sektion=1&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">du</span>(1)</span></a> utility counts
+a file with multiple hard links as multiple different files.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=du&sektion=1&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">du</span>(1)</span></a> utility now
+supports an <code class="OPTION">-A</code> flag to display the apparent size instead of
+the disk usage. This can be helpful when operating on compressed volumes or sparse
+files.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=du&sektion=1&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">du</span>(1)</span></a> utility now
+supports a <code class="OPTION">-B <tt class="REPLACEABLE"><i>blocksize</i></tt></code>
+option to calculate block counts in blocks of <tt
+class="REPLACEABLE"><i>blocksize</i></tt> bytes. This is different from the <code
+class="OPTION">-k</code> or <code class="OPTION">-m</code> options or setting <code
+class="VARNAME">BLOCKSIZE</code> and gives an estimate of how much space the examined
+file hierarchy would require on a file system with the given <tt
+class="REPLACEABLE"><i>blocksize</i></tt>. Unless in <code class="OPTION">-A</code> mode,
+<tt class="REPLACEABLE"><i>blocksize</i></tt> is rounded up to the next multiple of
+512.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=dumpfs&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">dumpfs</span>(8)</span></a>
+utility now supports an <code class="OPTION">-f</code> flag, which causes it to list all
+free fragments in the file system by fragment (block) number. This new mode does the
+necessary arithmetic to generate absolute fragment numbers rather than the cg-relative
+numbers printed in the default mode.</p>
+
+<p>If <code class="OPTION">-f</code> is passed once, contiguous fragment ranges are
+collapsed into an X-Y format as free block lists are currently printed in regular dumpfs
+output. If specified twice, all block numbers are printed individually, allowing both
+compact and more script-friendly representation.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=fetch&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fetch</span>(1)</span></a> utility
+now supports an <code class="OPTION">-i</code> flag which supports the If-Modified-Since
+HTTP 1.1 request. If specified it will cause the file to be downloaded only if it is more
+recent than the mtime of the local file. Also, <b class="APPLICATION">libfetch</b> now
+accepts the mtime in the url structure and a flag to indicate when this behavior is
+desired.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=fsck&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fsck</span>(8)</span></a> utility
+now supports a <code class="OPTION">-C</code> flag for <tt class="LITERAL">check
+clean</tt> mode. This checks if the file system was dismounted cleanly first and then
+skip file system checks if true. Otherwise it does full checks.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=fsck&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fsck</span>(8)</span></a> utility
+now supports a <code class="OPTION">-D</code> flag for damaged recovery mode, which will
+enable certain aggressive operations that can make <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=fsck&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fsck</span>(8)</span></a> to
+survive with file systems that has very serious data damage. This is a useful last resort
+when on disk data damage is very serious and causes <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=fsck&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fsck</span>(8)</span></a> to
+crash.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=getaddrinfo&sektion=3&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">getaddrinfo</span>(3)</span></a>
+function now supports SCTP.</p>
+
+<p>A bug was fixed in the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ipfw&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ipfw</span>(8)</span></a> utility
+which displays extra messages for a NAT rule even when a <code class="OPTION">-q</code>
+flag is specified.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ln&sektion=1&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">ln</span>(1)</span></a> utility now
+supports a <code class="OPTION">-w</code> flag to check if the source file actually
+exists. When the flag is specified and the file does not exist, <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=ln&sektion=1&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">ln</span>(1)</span></a> will issue a
+warning message.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=make&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">make</span>(1)</span></a> utility
+now supports a <code class="OPTION">-p</code> flag to print the input graph only, without
+executing any commands. The output is the same as <code class="OPTION">-d g1</code>. When
+combined with <code class="OPTION">-f /dev/null</code>, only the built-in rules of make
+are displayed.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=make&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">make</span>(1)</span></a> utility
+now supports a <code class="OPTION">-Q</code> flag to cause file banners not to be
+generated in addition to the same effect of a <code class="OPTION">-q</code> flag when a
+<code class="OPTION">-j</code> option is specified.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=make&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">make</span>(1)</span></a> utility
+now supports the <code class="VARNAME">.MAKE.JOB.PREFIX</code> variable. If <code
+class="OPTION">-j</code> and <code class="OPTION">-v</code> are specified, its output for
+each target is prefixed with a token <tt class="LITERAL">--- <tt
+class="REPLACEABLE"><i>target</i></tt> ---</tt> the first part of which can be controlled
+via the variable.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=make&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">make</span>(1)</span></a> utility
+now supports <code class="VARNAME">.MAKE.PID</code> and <code
+class="VARNAME">.MAKE.PPID</code> variable. These are set to process ID of the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=make&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">make</span>(1)</span></a> process
+and its parent process respectively.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=makefs&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">makefs</span>(8)</span></a>
+utility to create a file system image from a directory tree has been added.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=mergemaster&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mergemaster</span>(8)</span></a>
+utility now supports an <code class="OPTION">-F</code> option to automatically install
+files that differ only in their version control ID strings.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=mount&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mount</span>(8)</span></a> utility
+now supports an <code class="OPTION">-o mountprog=<tt
+class="REPLACEABLE"><i>/somewhere/mount_xxx</i></tt></code> option to force it to use the
+specified program to mount the file system instead of calling <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=nmount&sektion=2&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">nmount</span>(2)</span></a>
+directly. This is useful when you want to use third party programs such as FUSE, for
+example.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=netstat&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">netstat</span>(1)</span></a>
+utility now reports <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=unix&sektion=4&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">unix</span>(4)</span></a> sockets'
+listen queue statistics when an <code class="OPTION">-L</code> flag is specified.</p>
+
+<p>A bug in the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=netstat&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">netstat</span>(1)</span></a>
+utility has been fixed. It crashed with the following options in the previous
+versions:</p>
+
+<pre class="SCREEN">
+<samp class="PROMPT">%</samp> netstat -m -N foo
+</pre>
+
+<p>A bug in the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=netstat&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">netstat</span>(1)</span></a>
+utility has been fixed. The <code class="OPTION">-ss</code> option now works in the icmp6
+section as expected.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=pciconf&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">pciconf</span>(8)</span></a>
+utility now supports a <code class="OPTION">-b</code> flag, which lists any base address
+registers (BAR) that are assigned resources for each device.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=powerd&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">powerd</span>(8)</span></a>
+program has been improved. Changes include reasonable CPU load estimation on SMP systems
+and a new mode named as <tt class="LITERAL">hiadaptive</tt> for AC-powered systems. The
+<tt class="LITERAL">hiadaptive</tt> mode raises the CPU frequency twice as fast as <tt
+class="LITERAL">adaptive</tt>, it drops the CPU frequency 4 times slower, prefers twice
+lower CPU load and has an additional delay before leaving the highest frequency after the
+period of maximum load.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=stat&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">stat</span>(1)</span></a> utility
+now displays an octal representation of suid, sgid and sticky bits when the <code
+class="OPTION">-x</code> flag is specified.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=strndup&sektion=3&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">strndup</span>(3)</span></a>
+function has been added.</p>
+
+<p>The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=wc&sektion=1&manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span class="REFENTRYTITLE">wc</span>(1)</span></a> utility now
+supports an <code class="OPTION">-L</code> flag to output the number of characters in the
+longest input line.</p>
+
+<p>A bug in the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=rpc.yppasswdd&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">rpc.yppasswdd</span>(8)</span></a>
+program, which causes it to leave a zombie process when a password or default shell is
+changed, has been fixed.</p>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="CONTRIB" name="CONTRIB">2.4 Contributed Software</a></h3>
+
+<p><b class="APPLICATION">ISC BIND</b> has been updated to version 9.4.3-P2.</p>
+
+<p>The timezone database has been updated from the <b class="APPLICATION">tzdata2008h</b>
+release to the <b class="APPLICATION">tzdata2009f</b> release.</p>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="PORTS" name="PORTS">2.5 Ports/Packages Collection
+Infrastructure</a></h3>
+
+<p>A bug in the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=pkg_create&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">pkg_create</span>(1)</span></a>
+utility, which prevents the <code class="OPTION">-n</code> flag from working has been
+fixed.</p>
+
+<p>The FreeBSD Ports Collection now supports multiple <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=make&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">make</span>(1)</span></a> jobs in
+some supported ports. This is automatically enabled when a port is marked as <code
+class="VARNAME">MAKE_JOBS_SAFE</code> and improves CPU utilization at the build stage by
+passing an option <code class="OPTION">-j<tt class="REPLACEABLE"><i>X</i></tt></code> to
+the top level <tt class="FILENAME">Makefile</tt> from the vendor. The number <tt
+class="REPLACEABLE"><i>X</i></tt> is set to the number of CPUs by default, and can be set
+by users via a <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=make&sektion=1&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">make</span>(1)</span></a> variable
+<code class="VARNAME">MAKE_JOBS_NUMBER</code>. For more details, see <tt
+class="FILENAME">ports/Mk/bsd.port.mk</tt>.</p>
+</div>
+
+<div class="SECT2">
+<hr />
+<h3 class="SECT2"><a id="RELENG" name="RELENG">2.6 Release Engineering and
+Integration</a></h3>
+
+<p>The supported version of the <b class="APPLICATION">GNOME</b> desktop environment (<a
+href="http://www.FreeBSD.org/cgi/url.cgi?ports/x11/gnome2/pkg-descr"><tt
+class="FILENAME">x11/gnome2</tt></a>) has been updated from 2.22 to 2.26.</p>
+
+<p>The supported version of the <b class="APPLICATION">KDE</b> desktop environment has
+been updated from 3.5.10 (<a
+href="http://www.FreeBSD.org/cgi/url.cgi?ports/x11/kde3/pkg-descr"><tt
+class="FILENAME">x11/kde3</tt></a>) to 4.2.2 (<a
+href="http://www.FreeBSD.org/cgi/url.cgi?ports/x11/kde4/pkg-descr"><tt
+class="FILENAME">x11/kde4</tt></a>).</p>
+</div>
+</div>
+
+<div class="SECT1">
+<hr />
+<h2 class="SECT1"><a id="UPGRADE" name="UPGRADE">3 Upgrading from previous releases of
+FreeBSD</a></h2>
+
+<p>[amd64, i386] Beginning with FreeBSD 6.2-RELEASE, binary upgrades between RELEASE
+versions (and snapshots of the various security branches) are supported using the <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span
+class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> utility. The binary upgrade
+procedure will update unmodified userland utilities, as well as unmodified GENERIC or SMP
+kernels distributed as a part of an official FreeBSD release. The <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span
+class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> utility requires that the host
+being upgraded has Internet connectivity.</p>
+
+<p>An older form of binary upgrade is supported through the <tt
+class="COMMAND">Upgrade</tt> option from the main <a
+href="http://www.FreeBSD.org/cgi/man.cgi?query=sysinstall&sektion=8&manpath=FreeBSD+7.2-RELEASE">
+<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sysinstall</span>(8)</span></a>
+menu on CDROM distribution media. This type of binary upgrade may be useful on non-i386,
+non-amd64 machines or on systems with no Internet connectivity.</p>
+
+<p>Source-based upgrades (those based on recompiling the FreeBSD base system from source
+code) from previous versions are supported, according to the instructions in <tt
+class="FILENAME">/usr/src/UPDATING</tt>.</p>
+
+<div class="IMPORTANT">
+<blockquote class="IMPORTANT">
+<p><b>Important:</b> Upgrading FreeBSD should, of course, only be attempted after backing
+up <span class="emphasis"><i class="EMPHASIS">all</i></span> data and configuration
+files.</p>
+</blockquote>
+</div>
+</div>
+</div>
+
+<hr />
+<p align="center"><small>This file, and other release-related documents, can be
+downloaded from <a href="ftp://ftp.FreeBSD.org/">ftp://ftp.FreeBSD.org/</a>.</small></p>
+
+<p align="center"><small>For questions about FreeBSD, read the <a
+href="http://www.FreeBSD.org/docs.html">documentation</a> before contacting &#60;<a
+href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&#62;.</small></p>
+
+<p align="center"><small>For questions about this documentation, e-mail &#60;<a
+href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&#62;.</small></p>
+</body>
+</html>
+
diff --git a/en_US.ISO8859-1/htdocs/releases/7.2R/relnotes.sgml b/en_US.ISO8859-1/htdocs/releases/7.2R/relnotes.sgml
new file mode 100644
index 0000000000..d014ecdbc1
--- /dev/null
+++ b/en_US.ISO8859-1/htdocs/releases/7.2R/relnotes.sgml
@@ -0,0 +1,209 @@
+<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
+<!ENTITY base CDATA "../..">
+<!ENTITY date "$FreeBSD: www/en/releases/7.2R/relnotes.sgml,v 1.1 2009/04/29 18:01:34 hrs Exp $">
+<!ENTITY title "FreeBSD 7.2-RELEASE Release Notes">
+<!ENTITY % navinclude.download "INCLUDE">
+]>
+<html>
+ &header;
+
+ <h2>Release Highlights</h2>
+
+ <p>The highlights in the 7.2-RELEASE are the following:</p>
+
+ <ul>
+ <li><p>[amd64, i386] The FreeBSD virtual memory subsystem now
+ supports fully transparent use of <b
+ class="APPLICATION">superpages</b> for application memory;
+ application memory pages are dynamically promoted to or
+ demoted from superpages without any modification to
+ application code. This change offers the benefit of large page
+ sizes such as improved virtual memory efficiency and reduced
+ TLB (translation lookaside buffer) misses without downsides
+ like application changes and virtual memory
+ inflexibility. This is disabled by default and can be enabled
+ by setting a loader tunable <code
+ class="VARNAME">vm.pmap.pg_ps_enabled</code> to <tt
+ class="LITERAL">1</tt>.</p></li>
+
+ <li><p>[amd64] The FreeBSD kernel virtual address space has been
+ increased to 6GB. This allows subsystems to use larger virtual
+ memory space than before. For example, <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&amp;sektion=8&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">zfs</span>(8)</span></a> adaptive
+ replacement cache (ARC) requires large kernel memory space to
+ cache file system data, so it benefits from the increased
+ address space. Note that the ceiling on the kernel map size is
+ now 60% of the size rather than an absolute quantity.</p></li>
+
+ <li><p>[sparc64] The FreeBSD now supports Ultra SPARC III
+ (Cheetah) processor family.</p></li>
+
+ <li><p>[i386] The <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=boot&amp;sektion=8&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">boot</span>(8)</span></a> BTX loader
+ has been improved. This fixes several boot issues on recent
+ machines reported for 7.1-RELEASE and before.</p></li>
+
+ <li><p>A bug in the <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=ciss&amp;sektion=4&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">ciss</span>(4)</span></a> driver which
+ caused low &#8220;max device openings&#8221; count and led
+ to poor performance has been fixed.</p></li>
+
+ <li><p>The <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=sdhci&amp;sektion=4&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">sdhci</span>(4)</span></a> driver has
+ been added. This supports PCI devices with class 8 and
+ subclass 5 according to the SD Host Controller
+ Specification.</p></li>
+
+ <li><p>Various network interface drivers have been improved,
+ including <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=ae&amp;sektion=4&amp;manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">ae</span>(4)</span></a>, <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=ath_hal&amp;sektion=4&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">ath_hal</span>(4)</span></a>, <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=axe&amp;sektion=4&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">axe</span>(4)</span></a>, <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=bce&amp;sektion=4&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">bce</span>(4)</span></a>, <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&amp;sektion=4&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">cxgb</span>(4)</span></a>, <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=fxp&amp;sektion=4&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">fxp</span>(4)</span></a>, <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=igb&amp;sektion=4&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">igb</span>(4)</span></a>, <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=jme&amp;sektion=4&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">jme</span>(4)</span></a>, <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=msk&amp;sektion=4&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">msk</span>(4)</span></a>, <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=mxge&amp;sektion=4&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">mxge</span>(4)</span></a>, <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=nfe&amp;sektion=4&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">nfe</span>(4)</span></a>, <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=re&amp;sektion=4&amp;manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">re</span>(4)</span></a>, <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=rl&amp;sektion=4&amp;manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">rl</span>(4)</span></a>, <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=sis&amp;sektion=4&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">sis</span>(4)</span></a>, and <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=txp&amp;sektion=4&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">txp</span>(4)</span></a>.</p></li>
+
+ <li><p>The <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=btpand&amp;sektion=8&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">btpand</span>(8)</span></a> daemon
+ from NetBSD has been added. This daemon provides support for
+ Bluetooth Network Access Point (NAP), Group Ad-hoc Network
+ (GN) and Personal Area Network User (PANU)
+ profiles.</p></li>
+
+ <li><p>The <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=jail&amp;sektion=8&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">jail</span>(8)</span></a> subsystem
+ has been updated. Changes include:</p>
+
+ <ul>
+ <li>
+ <p>Multiple addresses of both IPv4 and IPv6 per jail has
+ been supported. It is even possible to have jails without
+ an IP address at all, which basically gives one a chrooted
+ environment with restricted process view and no
+ networking.</p>
+ </li>
+
+ <li>
+ <p>SCTP (<a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=sctp&amp;sektion=4&amp;manpath=FreeBSD+7.2-RELEASE"><span
+ class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">sctp</span>(4)</span></a>) with
+ IPv6 in jails has been implemented.</p>
+ </li>
+
+ <li><p>Specific CPU binding by using <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=cpuset&amp;sektion=1&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">cpuset</span>(1)</span></a> has
+ been implemented. Note that the current implementation
+ allows the superuser inside of the jail to change the
+ CPU bindings specified. This behavior will be fixed in
+ the next release.</p>
+ </li>
+
+ <li>
+ <p>A <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=jail&amp;sektion=8&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">jail</span>(8)</span></a> can
+ start with a specific route FIB now.</p>
+ </li>
+
+ <li>
+ <p>A <tt class="LITERAL">show jails</tt> subcommand in <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=ddb&amp;sektion=8&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">ddb</span>(8)</span></a> has been
+ added.</p>
+ </li>
+
+ <li><p>Compatibility support which permits 32-bit jail
+ binaries to be used on 64-bit systems to manage jails has been
+ added.</p>
+ </li>
+
+ <li><p>Note that both version numbers of <tt
+ class="LITERAL">jail</tt> and <tt
+ class="LITERAL">prison</tt> in the <a
+ href="http://www.FreeBSD.org/cgi/man.cgi?query=jail&amp;sektion=8&amp;manpath=FreeBSD+7.2-RELEASE">
+ <span class="CITEREFENTRY"><span
+ class="REFENTRYTITLE">jail</span>(8)</span></a> have been
+ updated for the new features.</p></li>
+ </ul>
+ </li>
+
+ <li><p>The supported version of the <b
+ class="APPLICATION">GNOME</b> desktop environment (<a
+ href="http://www.FreeBSD.org/cgi/url.cgi?ports/x11/gnome2/pkg-descr"><tt
+ class="FILENAME">x11/gnome2</tt></a>) has been updated from
+ 2.22 to 2.26.</p></li>
+
+ <li><p>The supported version of the <b class="APPLICATION">KDE</b>
+ desktop environment has been updated from 3.5.10 (<a
+ href="http://www.FreeBSD.org/cgi/url.cgi?ports/x11/kde3/pkg-descr"><tt
+ class="FILENAME">x11/kde3</tt></a>) to 4.2.2 (<a
+ href="http://www.FreeBSD.org/cgi/url.cgi?ports/x11/kde4/pkg-descr"><tt
+ class="FILENAME">x11/kde4</tt></a>).</p></li>
+ </ul>
+
+ <p>For more details, please see <a href="relnotes-detailed.html">the
+ Detailed Release Notes</a>.</p>
+
+ <p>A list of all platforms currently under development can be found
+ on the <a href="../../platforms/index.html">Supported
+ Platforms</a> page.</p>
+
+ &footer;
+ </body>
+</html>
diff --git a/en_US.ISO8859-1/htdocs/releases/7.2R/schedule.sgml b/en_US.ISO8859-1/htdocs/releases/7.2R/schedule.sgml
new file mode 100644
index 0000000000..a54489f72d
--- /dev/null
+++ b/en_US.ISO8859-1/htdocs/releases/7.2R/schedule.sgml
@@ -0,0 +1,201 @@
+<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
+<!ENTITY base CDATA "../..">
+<!ENTITY email 'freebsd-qa'>
+<!ENTITY date "$FreeBSD: www/en/releases/7.2R/schedule.sgml,v 1.14 2009/05/02 12:23:17 hrs Exp $">
+<!ENTITY local.rel "7.2">
+<!ENTITY local.rel.tag "7_2">
+<!ENTITY title "FreeBSD &local.rel; Release Process">
+<!ENTITY % navinclude.download "INCLUDE">
+]>
+
+<html>
+&header;
+
+ <h1>Introduction</h1>
+
+ <p>This is a specific schedule for the release of FreeBSD &local.rel;. For
+ more general information about the release engineering process,
+ please see the <a href="&base;/releng/index.html">Release
+ Engineering</a> section of the web site.</p>
+
+ <p>General discussions about the pending release and known issues should be
+ sent to the public
+ <a href="mailto:FreeBSD-stable@FreeBSD.org">freebsd-stable</a> mailing list.
+ <a href="&base;/doc/en_US.ISO8859-1/books/handbook/freebsd-glossary.html#MFC-GLOSSARY">MFC</a>
+ requests should be sent to
+ <a href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>.</p>
+
+ <h1>Schedule</h1>
+
+ <table class="tblbasic">
+ <tr class="heading">
+ <td>Action</td>
+ <td>Expected</td>
+ <td>Actual</td>
+ <td>Description</td>
+ </tr>
+
+ <tr>
+ <td>Reminder announcement</td>
+ <td>16&nbsp;March&nbsp;2009</td>
+ <td>17&nbsp;March&nbsp;2009</td>
+ <td>Release Engineers send announcement email to
+ developers with a rough schedule for the FreeBSD
+ &local.rel; release.</td>
+ </tr>
+
+ <tr>
+ <td>Announce the Ports Freeze</td>
+ <td>3&nbsp;April&nbsp;2009</td>
+ <td>3&nbsp;April&nbsp;2009</td>
+ <td>Someone from <tt>portmgr@</tt> should email
+ <tt>freebsd-ports@</tt> to set a date
+ for the week long ports freeze and tagging of the ports tree.</td>
+ </tr>
+
+ <tr>
+ <td>Code freeze begins</td>
+ <td>23&nbsp;March&nbsp;2009</td>
+ <td>23&nbsp;March&nbsp;2009</td>
+ <td>After this date, all commits to RELENG_7 must be approved by <a
+ href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>. Certain highly
+ active documentation committers are exempt from this rule for
+ routine man page / release note updates. Heads-up emails
+ should be sent to the developers, as well as <tt>stable@</tt>
+ and <tt>qa@</tt> lists.</td>
+ </tr>
+
+ <!-- doceng should tweak these values after we commit it to CVS -->
+ <tr>
+ <td>Announce <tt>doc/</tt> tree slush</td>
+ <td>--</td>
+ <td>3&nbsp;April&nbsp;2009</td>
+ <td>Notification of the impending <tt>doc/</tt> tree slush should
+ be sent to <tt>doc@</tt>.</td>
+ </tr>
+
+ <tr>
+ <td>Ports tree frozen</td>
+ <td>13&nbsp;April&nbsp;2009</td>
+ <td>13&nbsp;April&nbsp;2009</td>
+ <td>Only approved commits will be permitted to the <tt>ports/</tt>
+ tree during the freeze.</td>
+ </tr>
+
+ <!-- doceng should tweak these values after we commit it to CVS -->
+ <tr>
+ <td><tt>doc/</tt> tree slush</td>
+ <td>10&nbsp;April&nbsp;2009</td>
+ <td>10&nbsp;April&nbsp;2009</td>
+ <td>Non-essential commits to the <tt>en_US.ISO8859-1/</tt> subtree
+ should be delayed from this point until after the <tt>doc/</tt>
+ tree tagging, to give translation teams time to synchronize
+ their work.</td>
+ </tr>
+
+ <!-- doceng should tweak these values after we commit it to CVS -->
+ <tr>
+ <td><tt>doc/</tt> tree tagged.</td>
+ <td>17&nbsp;April&nbsp;2009</td>
+ <td>17&nbsp;April&nbsp;2009</td>
+ <td>Version number bumps for <tt>doc/</tt> subtree.
+ <tt>RELEASE_&local.rel.tag;_0</tt> tag for <tt>doc/</tt>. <tt>doc/</tt>
+ slush ends at this time.</td>
+ </tr>
+
+ <tr>
+ <td><tt>BETA1</tt> builds</td>
+ <td>30&nbsp;March&nbsp;2009</td>
+ <td>31&nbsp;March&nbsp;2009</td>
+ <td>Begin BETA1 builds.</td>
+ </tr>
+
+ <tr>
+ <td><tt>RELENG_7_2</tt> branch</td>
+ <td>10&nbsp;April&nbsp;2009</td>
+ <td>15&nbsp;April&nbsp;2009</td>
+ <td>The new release branch is created. Update <tt>newvers.sh</tt>
+ and <tt>release.ent</tt> on various branches involved.</td>
+ </tr>
+
+ <tr>
+ <td><tt>RC1</tt> builds</td>
+ <td>13&nbsp;April&nbsp;2009</td>
+ <td>15&nbsp;April&nbsp;2009</td>
+ <td>Begin RC1 builds.</td>
+ </tr>
+
+ <!-- portmgr should tweak these values after we commit it to CVS -->
+ <!-- packages should be loaded on ftp-master at least two days before -->
+ <!-- release bits get loaded to avoid network congestion problems -->
+ <tr>
+ <td>Ports tree tagged</td>
+ <td>20&nbsp;April&nbsp;2009</td>
+ <td>21&nbsp;April&nbsp;2009</td>
+ <td><tt>RELEASE_&local.rel.tag;_0</tt> tag for <tt>ports/</tt>.</td>
+ </tr>
+
+ <tr>
+ <td>Ports tree unfrozen</td>
+ <td>20&nbsp;April&nbsp;2009</td>
+ <td>21&nbsp;April&nbsp;2009</td>
+ <td>After the <tt>ports/</tt> tree is tagged,
+ the <tt>ports/</tt> tree will be re-opened for commits, but
+ commits made after tagging will not go in &local.rel;-RELEASE.</td>
+ </tr>
+
+ <tr>
+ <td>Final package build starts</td>
+ <td>20&nbsp;April&nbsp;2009</td>
+ <td>21&nbsp;April&nbsp;2009</td>
+ <td>The ports cluster and
+ <a href="http://pointyhat.FreeBSD.org">pointyhat</a>
+ build final packages.</td>
+ </tr>
+
+ <tr>
+ <td><tt>RC2</tt> builds</td>
+ <td>20&nbsp;April&nbsp;2009</td>
+ <td>23&nbsp;April&nbsp;2009</td>
+ <td>Begin RC2 builds.</td>
+ </tr>
+
+ <tr>
+ <td><tt>RELEASE</tt> builds</td>
+ <td>1&nbsp;May&nbsp;2009</td>
+ <td>1&nbsp;May&nbsp;2009</td>
+ <td>Begin RELEASE builds.</td>
+ </tr>
+
+ <tr>
+ <td>Announcement</td>
+ <td>4&nbsp;May&nbsp;2009</td>
+ <td>4&nbsp;May&nbsp;2009</td>
+ <td>Announcement sent out after a majority of the mirrors have
+ received the bits.</td>
+ </tr>
+
+ <tr>
+ <td>Turn over to the secteam</td>
+ <td>TBD</td>
+ <td>--</td>
+ <td>RELENG_&local.rel.tag; branch is handed over to
+ the FreeBSD Security Officer Team in one or two weeks after the
+ announcement.</td>
+ </tr>
+ </table>
+
+ <h1>Additional Information</h1>
+
+ <ul>
+<!--
+ <li><a href="todo.html">FreeBSD &local.rel; developer todo list.</a></li>
+ <li><a href="approvals.html">FreeBSD &local.rel; Code Freeze Commit Approval List.</a></li>
+-->
+ <li><a href="&base;/releng/index.html">FreeBSD Release Engineering website</a></li>
+ </ul>
+
+ &footer;
+
+ </body>
+</html>
diff --git a/en_US.ISO8859-1/htdocs/releases/7.2R/status.sgml b/en_US.ISO8859-1/htdocs/releases/7.2R/status.sgml
new file mode 100644
index 0000000000..df6071849c
--- /dev/null
+++ b/en_US.ISO8859-1/htdocs/releases/7.2R/status.sgml
@@ -0,0 +1,109 @@
+<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
+<!ENTITY base CDATA "../..">
+<!ENTITY email 're'>
+<!ENTITY date "$FreeBSD$">
+<!ENTITY local.rel "7.2">
+<!ENTITY title "FreeBSD 7.2 Status Page">
+<!ENTITY % navinclude.download "INCLUDE">
+<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
+<!-- Status levels -->
+<!ENTITY status.na "<font color=green>N/A</font>">
+<!ENTITY status.done "<font color=green>Done</font>">
+<!ENTITY status.none "<font color=green>None</font>">
+<!ENTITY status.ok "<font color=green>On schedule, no blockers</font>">
+<!ENTITY status.blocked "<font color=red>Blocked</font>">
+<!ENTITY status.wip "<font color=blue>In&nbsp;progress</font>">
+<!ENTITY status.untested "<font color=orange>Needs&nbsp;testing</font>">
+<!ENTITY status.new "<font color=red>Not&nbsp;done</font>">
+<!ENTITY status.unknown "<font color=red>Unknown</font>">
+<!ENTITY status.deferred "<font color=gray>Deferred for future release</font>">
+
+<!ENTITY url.cvsweb "http://www.freebsd.org/cgi/cvsweb.cgi">
+<!ENTITY url.mid "http://docs.freebsd.org/cgi/mid.cgi?">
+<!ENTITY url.pr "http://www.freebsd.org/cgi/query-pr.cgi?">
+
+]>
+
+<!--
+
+ Changes to this list MUST NOT be committed without approval of the
+ Release Engineering Team (re@FreeBSD.org).
+
+-->
+
+<html>
+&header;
+
+<p>This is a status page for FreeBSD &local.rel;. If you have any
+updates for these lists, please e-mail re@FreeBSD.org.</p>
+
+<ul>
+ <li><a href="#status">Overall Status</a></li>
+ <li><a href="#showstopper">Showstoppers</a></li>
+ <li><a href="#feature">Feature enhancement</a></li>
+</ul>
+
+<h3>Overall Status for &local.rel;-RELEASE</h3>
+
+<a name="status"></a>
+<table class="tblbasic">
+ <tr class="heading">
+ <th>Status</th>
+ <th>Description</th>
+ </tr>
+
+ <tr>
+ <td>&status.ok;</td>
+ <td></td>
+ </tr>
+
+</table>
+
+<h3>Showstoppers for &local.rel;-RELEASE</h3>
+
+<a name="showstoppers"></a>
+<table class="tblbasic">
+ <tr class="heading">
+ <th>Issue</th>
+ <th>Status</th>
+ <th>Responsible</th>
+ <th>Description</th>
+ </tr>
+
+ <tr>
+ <td>&status.none;</td>
+ <td></td>
+ <td></td>
+ <td></td>
+ </tr>
+
+</table>
+
+<h3>Feature enhancement that may be interesting for &local.rel;-RELEASE</h3>
+
+<p>The following is a list of some desired features and enhancements
+ that could be added to &local.rel;-RELEASE if a developer has the
+ opportunity to work on. The integrity and the quality of the
+ &local.rel;-RELEASE is not impacted by these items.<p>
+
+<a name="feature"></a>
+<table class="tblbasic">
+ <tr class="heading">
+ <th>Feature</th>
+ <th>Status</th>
+ <th>Responsible</th>
+ <th>Description</th>
+ </tr>
+
+ <tr>
+ <td></td>
+ <td></td>
+ <td></td>
+ <td></td>
+ </tr>
+</table>
+
+ &footer;
+
+ </body>
+</html>