diff options
author | Sergio Carlavilla Delgado <[email protected]> | 2021-01-31 20:33:46 +0000 |
---|---|---|
committer | Sergio Carlavilla Delgado <[email protected]> | 2021-01-31 20:33:46 +0000 |
commit | de774f3ecd53779c121961dafdd0b0bd784223ee (patch) | |
tree | ce9a14345329cd294cca0d58f5151b2b4c1debd0 | |
parent | ba0831043dce959bfac2ba35c005af2c3495ca54 (diff) | |
download | doc-de774f3ecd.tar.gz doc-de774f3ecd.zip |
Convert 9.1, 9.2 and 9.3 Releases to AsciiDoc
Convert 9.1, 9.2 and 9.3 Releases to AsciiDoc
and changed URL to legacy site of releases
from 4.4 to 9.0 until they be converted to AsciiDoc
PR: 253114
Submitted by: nc@
51 files changed, 12445 insertions, 30777 deletions
diff --git a/website/content/en/releases/9.0R/docbook.css b/website/content/en/releases/9.0R/docbook.css deleted file mode 100644 index 2a36f91070..0000000000 --- a/website/content/en/releases/9.0R/docbook.css +++ /dev/null @@ -1,208 +0,0 @@ -/* - * Copyright (c) 2001, 2003, 2010 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: head/en_US.ISO8859-1/htdocs/releases/9.0R/docbook.css 38826 2012-05-17 19:12:14Z hrs $ - */ - -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, BODY H2, BODY H3, BODY H4, BODY H5, BODY H6 { - line-height: 1.3; - margin-left: 0; -} - -BODY H1, BODY H2 { - margin: .8em 0 0 -4%; -} - -BODY H3, BODY H4 { - margin: .8em 0 0 -3%; -} - -BODY H5 { - margin: .8em 0 0 -2%; -} - -BODY H6 { - margin: .8em 0 0 -1%; -} - -BODY HR { - margin: .6em; - border-width: 0 0 1px 0; - border-style: solid; - border-color: #cecece; -} - -BODY IMG.NAVHEADER { - margin: 0 0 0 -4%; -} - -OL { - margin: 0 0 0 5%; - line-height: 1.2; -} - -BODY PRE { - margin: .75em 0; - line-height: 1.0; - font-family: monospace; -} - -BODY TD, 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; -} - -BODY P B.APPLICATION { - color: #000000; -} - -.FILENAME { - color: #007a00; -} - -.GUIMENU, .GUIMENUITEM, .GUISUBMENU, -.GUILABEL, .INTERFACE, -.SHORTCUT, .SHORTCUT .KEYCAP { - font-weight: bold; -} - -.GUIBUTTON { - background-color: #CFCFCF; - padding: 2px; -} - -.ACCEL { - background-color: #F0F0F0; - text-decoration: underline; -} - -.SCREEN { - padding: 1ex; -} - -.PROGRAMLISTING { - padding: 1ex; - background-color: #eee; - border: 1px solid #ccc; -} - -@media screen { /* hide from IE3 */ - a[href]:hover { background: #ffa } -} - -BLOCKQUOTE.NOTE { - color: #222; - background: #eee; - border: 1px solid #ccc; - padding: 0.4em 0.4em; - width: 85%; -} - -BLOCKQUOTE.TIP { - color: #004F00; - background: #d8ecd6; - border: 1px solid green; - padding: 0.2em 2em; - width: 85%; -} - -BLOCKQUOTE.IMPORTANT { - font-style:italic; - border: 1px solid #a00; - border-left: 12px solid #c00; - padding: 0.1em 1em; -} - -BLOCKQUOTE.WARNING { - color: #9F1313; - background: #f8e8e8; - border: 1px solid #e59595; - padding: 0.2em 2em; - width: 85%; -} - -.EXAMPLE { - background: #fefde6; - border: 1px solid #f1bb16; - margin: 1em 0; - padding: 0.2em 2em; - width: 90%; -} - -.INFORMALTABLE TABLE.CALSTABLE TR TD { - padding-left: 1em; - padding-right: 1em; -} diff --git a/website/content/en/releases/9.1R/announce.adoc b/website/content/en/releases/9.1R/announce.adoc new file mode 100644 index 0000000000..a1f12450b9 --- /dev/null +++ b/website/content/en/releases/9.1R/announce.adoc @@ -0,0 +1,197 @@ +--- +title: "FreeBSD 9.1-RELEASE Announcement" +sidenav: download +--- + += FreeBSD 9.1-RELEASE Announcement + +include::shared/en/urls.adoc[] + +The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD 9.1-RELEASE. This is the second release from the stable/9 branch, which improves on the stability of FreeBSD 9.0 and introduces some new features. Some of the highlights: + +* New Intel GPU driver with GEM/KMS support +* netmap(4) fast userspace packet I/O framework +* ZFS improvements from illumos project +* CAM Target Layer, a disk and processor device emulation subsystem +* Optional new {cpp}11 stack including LLVM libc++ and libcxxrt +* Jail devfs, nullfs, zfs mounting and configuration file support +* POSIX2008 extended locale support, including compatibility with Darwin extensions +* oce(4) driver for Emulex OneConnect 10Gbit Ethernet card +* sfxge(4) driver for 10Gb Ethernet adapters based on Solarflare SFC9000 controller +* Xen Paravirtualized Backend Ethernet Driver (netback) improvement +* hpt27xx(4) driver for HighPoint RocketRAID 27xx-based SAS 6Gb/s HBA +* GEOM multipath class improvement +* GEOM raid class is enabled by default supporting software RAID by deprecated ataraid(8) +* kernel support for the AVX FPU extension +* Numerous improvements in IPv6 hardware offload support + +*Please note that precompiled third-party packages are not available for 9.1-RELEASE at the time of release. See the link:#availability[Availability section] below for further details.* + +For a complete list of new features and known problems, please see the online release notes and errata list available at: + +* `http://www.FreeBSD.org/releases/9.1R/relnotes/` +* `http://www.FreeBSD.org/releases/9.1R/errata/` + +For more information about FreeBSD release engineering activities please see: + +* `http://www.FreeBSD.org/releng/` + +== Availability + +FreeBSD 9.1-RELEASE is now available for the amd64, i386, powerpc64, and sparc64 architectures. + +FreeBSD 9.1 can be installed from bootable ISO images or over the network. Some architectures also support installing from a USB memory stick. 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 amd64 and i386. + +MD5 and SHA256 hashes for the release ISO images are included at the bottom of this message. + +The purpose of the images provided as part of the release are as follows: + +dvd1:: +This contains everything necessary to install the base FreeBSD operating system, a collection of pre-built packages aimed at getting a graphical workstation up and running. 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. +disc1:: +This contains the base FreeBSD operating system. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages. +bootonly:: +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. +memstick:: +This can be written to an USB memory stick (flash drive) and used to do an install on machines capable of booting off USB drives. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages. ++ +As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: ++ +.... +# dd if=FreeBSD-9.1-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync +.... ++ +Be careful to make sure you get the target (of=) correct. + +Due to the security incident reported here: + +http://www.FreeBSD.org/news/2012-compromise/ + +only the small third-party package set on the DVD image is available at this time for users who require pre-built packages (just GNOME and KDE windowing systems). The FreeBSD Project's package building infrastructure is undergoing a complete review and redesign. At this time we can not commit to a date the full release package set will become available. A separate announcement will be made when that becomes available. If you wish to install 9.1-RELEASE now you can build your own packages using portsnap(8) to obtain an up to date ports tree and then build the packages. If you require pre-built packages you should wait for the announcement of the full release package set becoming available. + +FreeBSD 9.1-RELEASE can also be purchased on CD-ROM or DVD from several vendors. One of the vendors that will be offering FreeBSD 9.1-based products is: + +* FreeBSD Mall, Inc. `http://www.freebsdmall.com/` + +== FTP + +At the time of this announcement the following FTP sites have FreeBSD 9.1-RELEASE available. + +* `ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/` +* `ftp://ftp5.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/` +* `ftp://ftp7.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/` +* `ftp://ftp8.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/` +* `ftp://ftp.au.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/` +* `ftp://ftp.cn.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/` +* `ftp://ftp.cz.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/` +* `ftp://ftp.dk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/` +* `ftp://ftp.fr.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/` +* `ftp://ftp.jp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/` +* `ftp://ftp.ru.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/` +* `ftp://ftp.tw.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/` +* `ftp://ftp.uk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/` +* `ftp://ftp2.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/` +* `ftp://ftp10.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/` +* `ftp://ftp.za.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/` + +However before trying these sites please check your regional mirror(s) first by going to: + +* `ftp://ftp.<yourdomain>.FreeBSD.org/pub/FreeBSD` + +Any additional mirror sites will be labeled *ftp2*, *ftp3* and so on. + +More information about FreeBSD mirror sites can be found at: + +* `http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html` + +For instructions on installing FreeBSD or updating an existing machine to 9.1-RELEASE please see: + +* `http://www.FreeBSD.org/releases/9.1R/installation.html` + +== Support + +9.1-RELEASE is an extended support releases and will be supported by the FreeBSD Security Team until it's End-of-Life (EoL) date of December 31st 2014. As 9.1-RELEASE got delayed, the EoL of 9.0-RELEASE has been pushed to March 31st 2013 to allow people sufficient time to upgrade. As always all EoL dates can be found at http://security.FreeBSD.org/. + +* `http://www.FreeBSD.org/security/` + +== Other Projects Based on FreeBSD + +There are many "third party" Projects based on FreeBSD. The Projects range from re-packaging FreeBSD into a more "novice friendly" distribution to making FreeBSD available on Amazon's EC2 infrastructure. For more information about these Third Party Projects see: + +* `http://wiki.FreeBSD.org/3rdPartyProjects` + +== Acknowledgments + +Many companies donated equipment, network access, or man-hours to support the release engineering activities for FreeBSD 9.1 including The FreeBSD Foundation, Yahoo!, NetApp, Internet Systems Consortium, Sentex Communications, New York Internet, Juniper Networks, and iXsystems. + +The release engineering team for 9.1-RELEASE includes: + +[cols=",",] +|=== +|Ken Smith <[email protected]> |Release Engineering, amd64, i386, sparc64 Release Building, Mirror Site Coordination +|Robert Watson <[email protected]> |Release Engineering, Security +|Konstantin Belousov <[email protected]> |Release Engineering +|Marc Fonvieille <[email protected]> |Release Engineering, Documentation +|Josh Paetzel <[email protected]> |Release Engineering +|Hiroki Sato <[email protected]> |Release Engineering, Documentation +|Bjoern Zeeb <[email protected]> |Release Engineering, Package Building +|Marcel Moolenaar <[email protected]> |ia64, powerpc Release Building +|Nathan Whitehorn <[email protected]> |powerpc64 Release Building +|Simon Nielsen <[email protected]> |Security Officer +|=== + +== Trademark + +FreeBSD is a registered trademark of The FreeBSD Foundation. + +== ISO Image Checksums + +.... +MD5 (FreeBSD-9.1-RELEASE-amd64-bootonly.iso) = 03ec0d36578a5b2092c75ac8e3eb1979 +MD5 (FreeBSD-9.1-RELEASE-amd64-disc1.iso) = f0a320fd52383c42649d48ea545915a9 +MD5 (FreeBSD-9.1-RELEASE-amd64-dvd1.iso) = 5da132138da8360491eb0efa24760859 +MD5 (FreeBSD-9.1-RELEASE-amd64-memstick.img) = 9fb2d4ad338df42f5d86cd1ae3a427c4 +.... + +.... +MD5 (FreeBSD-9.1-RELEASE-i386-bootonly.iso) = 0c2338e03b9249c9806b8c2b10f36dec +MD5 (FreeBSD-9.1-RELEASE-i386-disc1.iso) = e37d86ce83908bf4b667fdae7298bca5 +MD5 (FreeBSD-9.1-RELEASE-i386-dvd1.iso) = dd07dc30035806cabd136f99ccab7eac +MD5 (FreeBSD-9.1-RELEASE-i386-memstick.img) = 149b98037944300927a21341aa9a455a +.... + +.... +MD5 (FreeBSD-9.1-RELEASE-powerpc64-bootonly.iso) = f65cb227e049c48bbc369d79a72e2916 +MD5 (FreeBSD-9.1-RELEASE-powerpc64-memstick) = 4febdf7210882e8a9f8eee35315722ce +MD5 (FreeBSD-9.1-RELEASE-powerpc64-release.iso) = a26c7c24a0497980ffc67e1f199a5bba +.... + +.... +MD5 (FreeBSD-9.1-RELEASE-sparc64-bootonly.iso) = 3fb02e9998e6341fea7fa75073dcf5ea +MD5 (FreeBSD-9.1-RELEASE-sparc64-disc1.iso) = 7fdec91c78799263d88f3918b71e219f +.... + +.... +SHA256 (FreeBSD-9.1-RELEASE-amd64-bootonly.iso) = a7e429071a409232f36024df2fc92eed15dc795445030b305fa242c88d6f4596 +SHA256 (FreeBSD-9.1-RELEASE-amd64-disc1.iso) = 776ba34df5ffb8b5f04b823aacea32210104204b5d3d1547334a22c86cf7090e +SHA256 (FreeBSD-9.1-RELEASE-amd64-dvd1.iso) = 7955f97e25985915013c1568319752c4006e722539c65723685923e343c3b5dc +SHA256 (FreeBSD-9.1-RELEASE-amd64-memstick.img) = d085657fc039f579a69598163de39cd0d5d09b3f5ba79ea93bb508e7958cdef4 +.... + +.... +SHA256 (FreeBSD-9.1-RELEASE-i386-bootonly.iso) = 73361f5947a71465797979a99e9fdee40797c3fc5ebc9dd4d3d31262f4940985 +SHA256 (FreeBSD-9.1-RELEASE-i386-disc1.iso) = 211f9562e0c122598e03aa3fdb38dd8a5c79197a9d09e6ad32f9ee9ba4eb6e0e +SHA256 (FreeBSD-9.1-RELEASE-i386-dvd1.iso) = 46a53f57e21a7a1c2d1c014bf2cfafae3848c749174777f3a04543f1da25b678 +SHA256 (FreeBSD-9.1-RELEASE-i386-memstick.img) = 9d037fbf6ac62350bf5d39be820f843c215befac94f8668a5d9935f6bec8e37d +.... + +.... +SHA256 (FreeBSD-9.1-RELEASE-powerpc64-bootonly.iso) = a2cd9f2d58571d3e9fbb5fadd13237622d4bf1a732d61acbe649e29153a16801 +SHA256 (FreeBSD-9.1-RELEASE-powerpc64-memstick) = 02d0bb7236335c6154683800a17c84eb810fbf7950da8c818a519bc09b7ef84e +SHA256 (FreeBSD-9.1-RELEASE-powerpc64-release.iso) = b04fb13eab306424319bb8ecd280a655ca6df51dc1ff5dcd6adb6eaa3ff88dba +.... + +.... +SHA256 (FreeBSD-9.1-RELEASE-sparc64-bootonly.iso) = be55f9950e70e4da13c29c90bae0c2110e176939085d72b77e18e23307bbfaea +SHA256 (FreeBSD-9.1-RELEASE-sparc64-disc1.iso) = aa57a02b2d7e46ad8ccca1adcef0ae9aad86b2f4fb5ee9d42e21a95ae2c29f47 +.... diff --git a/website/content/en/releases/9.1R/announce.html b/website/content/en/releases/9.1R/announce.html deleted file mode 100644 index 6f4ae391f7..0000000000 --- a/website/content/en/releases/9.1R/announce.html +++ /dev/null @@ -1,568 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<!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" xmlns:db="http://docbook.org/ns/docbook"> - <head> - <title>FreeBSD 9.1-RELEASE Announcement</title> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <link rel="shortcut icon" href="https://www.FreeBSD.org/favicon.ico" type="image/x-icon" /> - <link rel="stylesheet" media="screen,print" href="https://www.FreeBSD.org/css/fixed.css" type="text/css" /> - <script type="text/javascript" src="../../layout/js/google.js"></script> - </head> - <body> - <div id="containerwrap"> - <div id="container"> - <span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1) - <a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2) -</span> - <div id="headercontainer"> - <div id="header"> - <h2 class="blockhide">Header And Logo</h2> - <div id="headerlogoleft"> - <a href="../.." title="FreeBSD"> - <img src="../../layout/images/logo-red.png" width="457" height="75" alt="FreeBSD" /> - </a> - </div> - <div id="headerlogoright"> - <div class="frontdonateroundbox"> - <div class="frontdonatetop"> - <div> - <b style="display: none;">.</b> - </div> - </div> - <div class="frontdonatecontent"> - <a href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a> - </div> - <div class="frontdonatebot"> - <div> - <b style="display: none;">.</b> - </div> - </div> - </div> - <h2 class="blockhide">Peripheral Links</h2> - <div id="searchnav"> - <ul id="searchnavlist"></ul> - </div> - <div id="search"> - <form method="get" id="search-form" action="https://duckduckgo.com/"> - <h2 class="blockhide"> - <label for="words">Search</label> - </h2> - <input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" /> - <input type="hidden" name="ka" value="v" /> - <input type="hidden" name="kt" value="v" /> - <input type="hidden" name="kh" value="1" /> - <input type="hidden" name="kj" value="r2" /> - <input id="words" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" /> - <span>�</span> - <input id="submit" name="submit" type="submit" value="Search" /> - </form> - </div> - </div> - </div> - <h2 class="blockhide">Site Navigation</h2> - <div id="menu"> - <ul class="first"> - <li> - <a href="../../">Home</a> - </li> - </ul> - <ul> - <li> - <a href="../../about.html">About</a> - <ul> - <li> - <a href="../../projects/newbies.html">Introduction</a> - </li> - <li> - <a href="../../features.html">Features</a> - </li> - <li> - <a href="../../advocacy/">Advocacy</a> - </li> - <li> - <a href="../../marketing/">Marketing</a> - </li> - <li> - <a href="../../privacy.html">Privacy Policy</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../where.html">Get FreeBSD</a> - <ul> - <li> - <a href="../../releases/">Release Information</a> - </li> - <li> - <a href="../../releng/">Release Engineering</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../docs.html">Documentation</a> - <ul> - <li> - <a href="../../doc/en_US.ISO8859-1/books/faq/">FAQ</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/handbook/">Handbook</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a> - </li> - <li> - <a href="//www.FreeBSD.org/cgi/man.cgi">Manual Pages</a> - </li> - <li> - <a href="https://papers.FreeBSD.org">Presentations and Papers</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/fdp-primer">Documentation Project Primer</a> - </li> - <li> - <a href="../../docs/books.html">All Books and Articles</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../community.html">Community</a> - <ul> - <li> - <a href="../../community/mailinglists.html">Mailing Lists</a> - </li> - <li> - <a href="https://forums.FreeBSD.org">Forums</a> - </li> - <li> - <a href="../../usergroups.html">User Groups</a> - </li> - <li> - <a href="../../events/events.html">Events</a> - </li> - <li> - <a href="http://freebsdjournal.com">FreeBSD Journal</a> - </li> - <li> - <a href="http://serverfault.com/questions/tagged/freebsd">Q&A (external)</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../projects/index.html">Developers</a> - <ul> - <li> - <a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a> - </li> - <li> - <a href="https://svnweb.FreeBSD.org">Subversion Repository</a> - </li> - <li> - <a href="https://github.com/freebsd">Git Mirror</a> - </li> - <li> - <a href="https://reviews.FreeBSD.org">Code Review (Phabricator)</a> - </li> - <li> - <a href="https://wiki.FreeBSD.org">Wiki</a> - </li> - <li> - <a href="https://ci.FreeBSD.org">Continuous Integration Service</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../support.html">Support</a> - <ul> - <li> - <a href="../../commercial/commercial.html">Vendors</a> - </li> - <li> - <a href="../../security/">Security Information</a> - </li> - <li> - <a href="https://bugs.FreeBSD.org/search/">Bug Reports</a> - </li> - <li> - <a href="https://www.FreeBSD.org/support.html">Submitting Bug Reports</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="https://www.freebsdfoundation.org/">Foundation</a> - <ul> - <li> - <a href="https://www.freebsdfoundation.org/donate/">Monetary Donations</a> - </li> - <li> - <a href="../../donations/index.html#systems">Hardware Donations</a> - </li> - </ul> - </li> - </ul> - </div> - </div> - <div id="content"> - <div id="sidewrap"> - <div id="sidenav"> - <h2 class="blockhide">Section Navigation</h2> - <ul> - <li> - <a href="../../where.html">Get FreeBSD</a> - </li> - <li> - <a href="../../releases/">Release Information</a> - <ul> - <li>Production Release: <br /><a href="../../releases/12.1R/announce.html">12.1</a></li> - <li>Production Release: <br /><a href="../../releases/11.3R/announce.html">11.3</a></li> - </ul> - </li> - <li> - <a href="../../snapshots/">Snapshot Releases</a> - <ul> - <li>Upcoming Release:<br /><a href="../../releases/11.4R/schedule.html">11.4</a></li> - <li>Upcoming Release:<br /><a href="../../releases/12.2R/schedule.html">12.2</a></li> - </ul> - </li> - <li> - <a href="../../ports/">Ported Applications</a> - </li> - </ul> - </div> - </div> - <div id="contentwrap"><h1>FreeBSD 9.1-RELEASE Announcement</h1> - - <p>The FreeBSD Release Engineering Team is pleased to announce the - availability of FreeBSD 9.1-RELEASE. This is the second release - from the stable/9 branch, which improves on the stability of - FreeBSD 9.0 and introduces some new features. Some of the - highlights:</p> - - <ul> - <li><p>New Intel GPU driver with GEM/KMS support</p></li> - <li><p>netmap(4) fast userspace packet I/O framework</p></li> - <li><p>ZFS improvements from illumos project</p></li> - <li><p>CAM Target Layer, a disk and processor device emulation subsystem</p></li> - <li><p>Optional new C++11 stack including LLVM libc++ and libcxxrt</p></li> - <li><p>Jail devfs, nullfs, zfs mounting and configuration file support</p></li> - <li><p>POSIX2008 extended locale support, including compatibility with - Darwin extensions</p></li> - <li><p>oce(4) driver for Emulex OneConnect 10Gbit Ethernet card</p></li> - <li><p>sfxge(4) driver for 10Gb Ethernet adapters based on Solarflare - SFC9000 controller</p></li> - <li><p>Xen Paravirtualized Backend Ethernet Driver (netback) improvement</p></li> - <li><p>hpt27xx(4) driver for HighPoint RocketRAID 27xx-based SAS 6Gb/s HBA</p></li> - <li><p>GEOM multipath class improvement</p></li> - <li><p>GEOM raid class is enabled by default supporting software RAID - by deprecated ataraid(8)</p></li> - <li><p>kernel support for the AVX FPU extension</p></li> - <li><p>Numerous improvements in IPv6 hardware offload support</p></li> - </ul> - - <p><b>Please note that precompiled third-party packages are not - available for 9.1-RELEASE at the time of release. See the <a href="#availability" shape="rect">Availability section</a> below for further - details.</b></p> - - <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/9.1R/relnotes.html" shape="rect">http://www.FreeBSD.org/releases/9.1R/relnotes.html</a></tt></p></li> - - <li><p><tt><a href="http://www.FreeBSD.org/releases/9.1R/errata.html" shape="rect">http://www.FreeBSD.org/releases/9.1R/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/" shape="rect">http://www.FreeBSD.org/releng/</a></tt></p></li> - </ul> - - <h2 id="availability">Availability</h2> - - <p>FreeBSD 9.1-RELEASE is now available for the amd64, i386, - powerpc64, and sparc64 architectures.</p> - - <p>FreeBSD 9.1 can be installed from bootable ISO images or over - the network. Some architectures also support installing from a - USB memory stick. 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 amd64 - and i386.</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 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 - aimed at getting a graphical workstation up and running. 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</dt> - - <dd><p>This contains the base FreeBSD operating system. It also - supports booting into a "livefs" based rescue mode. There - are no pre-built packages.</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> - - <dt>memstick</dt> - - <dd><p>This can be written to an USB memory stick (flash drive) - and used to do an install on machines capable of booting off - USB drives. It also supports booting into a "livefs" based - rescue mode. There are no pre-built packages.</p> - - <p>As one example of how to use the memstick image, assuming - the USB drive appears as /dev/da0 on your machine something - like this should work:</p> - - <pre xml:space="preserve"># dd if=FreeBSD-9.1-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync</pre> - - <p>Be careful to make sure you get the target (of=) correct.</p> - </dd> - </dl> - - <p>Due to the security incident reported here:</p> - - <p><a href="http://www.FreeBSD.org/news/2012-compromise.html" shape="rect">http://www.FreeBSD.org/news/2012-compromise.html</a></p> - - <p>only the small third-party package set on the DVD image is - available at this time for users who require pre-built packages - (just GNOME and KDE windowing systems). The FreeBSD Project's - package building infrastructure is undergoing a complete review - and redesign. At this time we can not commit to a date the full - release package set will become available. A separate - announcement will be made when that becomes available. If you - wish to install 9.1-RELEASE now you can build your own packages - using portsnap(8) to obtain an up to date ports tree and then - build the packages. If you require pre-built packages you - should wait for the announcement of the full release package set - becoming available.</p> - - <p>FreeBSD 9.1-RELEASE can also be purchased on CD-ROM or DVD from - several vendors. One of the vendors that will be offering FreeBSD - 9.1-based products is:</p> - - <ul> - <li><p>FreeBSD Mall, Inc. <tt><a href="http://www.freebsdmall.com/" shape="rect">http://www.freebsdmall.com/</a></tt></p></li> - </ul> - - <h2>FTP</h2> - - <p>At the time of this announcement the following FTP sites have - FreeBSD 9.1-RELEASE available.</p> - - <ul> - <li><tt><a href="ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li> - <li><tt><a href="ftp://ftp5.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp5.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li> - <li><tt><a href="ftp://ftp7.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp7.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li> - <li><tt><a href="ftp://ftp8.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp8.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li> - <li><tt><a href="ftp://ftp.au.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.au.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li> - <li><tt><a href="ftp://ftp.cn.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.cn.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li> - <li><tt><a href="ftp://ftp.cz.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.cz.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li> - <li><tt><a href="ftp://ftp.dk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.dk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li> - <li><tt><a href="ftp://ftp.fr.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.fr.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li> - <li><tt><a href="ftp://ftp.jp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.jp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li> - <li><tt><a href="ftp://ftp.ru.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.ru.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li> - <li><tt><a href="ftp://ftp.tw.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.tw.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li> - <li><tt><a href="ftp://ftp.uk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.uk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li> - <li><tt><a href="ftp://ftp2.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp2.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li> - <li><tt><a href="ftp://ftp10.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp10.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li> - <li><tt><a href="ftp://ftp.za.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.za.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</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.<yourdomain>.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" shape="rect">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 or updating an existing - machine to 9.1-RELEASE please see:</p> - - <ul> - <li><p><tt><a href="http://www.FreeBSD.org/releases/9.1R/installation.html" shape="rect">http://www.FreeBSD.org/releases/9.1R/installation.html</a></tt></p></li> - </ul> - - <h2>Support</h2> - - <p>9.1-RELEASE is an extended support releases and will be - supported by the FreeBSD Security Team until it's End-of-Life - (EoL) date of December 31st 2014. As 9.1-RELEASE got delayed, - the EoL of 9.0-RELEASE has been pushed to March 31st 2013 to - allow people sufficient time to upgrade. As always all EoL dates - can be found at <a href="http://security.FreeBSD.org/" shape="rect">http://security.FreeBSD.org/</a>.</p> - - <ul> - <li><p><tt><a href="http://www.FreeBSD.org/security/" shape="rect">http://www.FreeBSD.org/security/</a></tt></p></li> - </ul> - - <h2>Other Projects Based on FreeBSD</h2> - - <p>There are many "third party" Projects based on FreeBSD. The - Projects range from re-packaging FreeBSD into a more "novice - friendly" distribution to making FreeBSD available on Amazon's - EC2 infrastructure. For more information about these Third - Party Projects see:</p> - - <ul> - <li><p><tt><a href="http://wiki.FreeBSD.org/3rdPartyProjects" shape="rect">http://wiki.FreeBSD.org/3rdPartyProjects</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 9.1 - including The FreeBSD Foundation, Yahoo!, NetApp, Internet - Systems Consortium, Sentex Communications, New York Internet, - Juniper Networks, and iXsystems.</p> - - <p>The release engineering team for 9.1-RELEASE includes:</p> - - <table border="0"> - <tbody> - <tr> - <td rowspan="1" colspan="1">Ken�Smith�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering, - amd64, i386, sparc64 Release Building, - Mirror Site Coordination</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Robert�Watson�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering, Security</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Konstantin�Belousov�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Marc�Fonvieille�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering, Documentation</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Josh�Paetzel�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Hiroki�Sato�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering, Documentation</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Bjoern�Zeeb�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering, Package Building</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Marcel�Moolenaar�<<a href="[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">ia64, powerpc Release Building</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Nathan�Whitehorn�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">powerpc64 Release Building</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Simon�Nielsen�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">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 xml:space="preserve">MD5 (FreeBSD-9.1-RELEASE-amd64-bootonly.iso) = 03ec0d36578a5b2092c75ac8e3eb1979 -MD5 (FreeBSD-9.1-RELEASE-amd64-disc1.iso) = f0a320fd52383c42649d48ea545915a9 -MD5 (FreeBSD-9.1-RELEASE-amd64-dvd1.iso) = 5da132138da8360491eb0efa24760859 -MD5 (FreeBSD-9.1-RELEASE-amd64-memstick.img) = 9fb2d4ad338df42f5d86cd1ae3a427c4</pre> - - <pre xml:space="preserve">MD5 (FreeBSD-9.1-RELEASE-i386-bootonly.iso) = 0c2338e03b9249c9806b8c2b10f36dec -MD5 (FreeBSD-9.1-RELEASE-i386-disc1.iso) = e37d86ce83908bf4b667fdae7298bca5 -MD5 (FreeBSD-9.1-RELEASE-i386-dvd1.iso) = dd07dc30035806cabd136f99ccab7eac -MD5 (FreeBSD-9.1-RELEASE-i386-memstick.img) = 149b98037944300927a21341aa9a455a</pre> - - <pre xml:space="preserve">MD5 (FreeBSD-9.1-RELEASE-powerpc64-bootonly.iso) = f65cb227e049c48bbc369d79a72e2916 -MD5 (FreeBSD-9.1-RELEASE-powerpc64-memstick) = 4febdf7210882e8a9f8eee35315722ce -MD5 (FreeBSD-9.1-RELEASE-powerpc64-release.iso) = a26c7c24a0497980ffc67e1f199a5bba</pre> - - <pre xml:space="preserve">MD5 (FreeBSD-9.1-RELEASE-sparc64-bootonly.iso) = 3fb02e9998e6341fea7fa75073dcf5ea -MD5 (FreeBSD-9.1-RELEASE-sparc64-disc1.iso) = 7fdec91c78799263d88f3918b71e219f</pre> - - <pre xml:space="preserve">SHA256 (FreeBSD-9.1-RELEASE-amd64-bootonly.iso) = a7e429071a409232f36024df2fc92eed15dc795445030b305fa242c88d6f4596 -SHA256 (FreeBSD-9.1-RELEASE-amd64-disc1.iso) = 776ba34df5ffb8b5f04b823aacea32210104204b5d3d1547334a22c86cf7090e -SHA256 (FreeBSD-9.1-RELEASE-amd64-dvd1.iso) = 7955f97e25985915013c1568319752c4006e722539c65723685923e343c3b5dc -SHA256 (FreeBSD-9.1-RELEASE-amd64-memstick.img) = d085657fc039f579a69598163de39cd0d5d09b3f5ba79ea93bb508e7958cdef4</pre> - - <pre xml:space="preserve">SHA256 (FreeBSD-9.1-RELEASE-i386-bootonly.iso) = 73361f5947a71465797979a99e9fdee40797c3fc5ebc9dd4d3d31262f4940985 -SHA256 (FreeBSD-9.1-RELEASE-i386-disc1.iso) = 211f9562e0c122598e03aa3fdb38dd8a5c79197a9d09e6ad32f9ee9ba4eb6e0e -SHA256 (FreeBSD-9.1-RELEASE-i386-dvd1.iso) = 46a53f57e21a7a1c2d1c014bf2cfafae3848c749174777f3a04543f1da25b678 -SHA256 (FreeBSD-9.1-RELEASE-i386-memstick.img) = 9d037fbf6ac62350bf5d39be820f843c215befac94f8668a5d9935f6bec8e37d</pre> - - <pre xml:space="preserve">SHA256 (FreeBSD-9.1-RELEASE-powerpc64-bootonly.iso) = a2cd9f2d58571d3e9fbb5fadd13237622d4bf1a732d61acbe649e29153a16801 -SHA256 (FreeBSD-9.1-RELEASE-powerpc64-memstick) = 02d0bb7236335c6154683800a17c84eb810fbf7950da8c818a519bc09b7ef84e -SHA256 (FreeBSD-9.1-RELEASE-powerpc64-release.iso) = b04fb13eab306424319bb8ecd280a655ca6df51dc1ff5dcd6adb6eaa3ff88dba</pre> - - <pre xml:space="preserve">SHA256 (FreeBSD-9.1-RELEASE-sparc64-bootonly.iso) = be55f9950e70e4da13c29c90bae0c2110e176939085d72b77e18e23307bbfaea -SHA256 (FreeBSD-9.1-RELEASE-sparc64-disc1.iso) = aa57a02b2d7e46ad8ccca1adcef0ae9aad86b2f4fb5ee9d42e21a95ae2c29f47</pre> - </div> - <br class="clearboth" /> - </div> - <div id="footer"><span><a href="../../search/index-site.html">Site Map</a> | - <a href="../../copyright/">Legal Notices</a> | � 1995–2020 The FreeBSD Project. - All rights reserved.</span><br /> - Last modified: 2013-11-13</div> - </div> - </div> - </body> -</html> diff --git a/website/content/en/releases/9.1R/docbook.css b/website/content/en/releases/9.1R/docbook.css deleted file mode 100644 index e7193da905..0000000000 --- a/website/content/en/releases/9.1R/docbook.css +++ /dev/null @@ -1,208 +0,0 @@ -/* - * Copyright (c) 2001, 2003, 2010 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: head/en_US.ISO8859-1/htdocs/releases/9.1R/docbook.css 39046 2012-06-14 17:22:19Z kensmith $ - */ - -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, BODY H2, BODY H3, BODY H4, BODY H5, BODY H6 { - line-height: 1.3; - margin-left: 0; -} - -BODY H1, BODY H2 { - margin: .8em 0 0 -4%; -} - -BODY H3, BODY H4 { - margin: .8em 0 0 -3%; -} - -BODY H5 { - margin: .8em 0 0 -2%; -} - -BODY H6 { - margin: .8em 0 0 -1%; -} - -BODY HR { - margin: .6em; - border-width: 0 0 1px 0; - border-style: solid; - border-color: #cecece; -} - -BODY IMG.NAVHEADER { - margin: 0 0 0 -4%; -} - -OL { - margin: 0 0 0 5%; - line-height: 1.2; -} - -BODY PRE { - margin: .75em 0; - line-height: 1.0; - font-family: monospace; -} - -BODY TD, 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; -} - -BODY P B.APPLICATION { - color: #000000; -} - -.FILENAME { - color: #007a00; -} - -.GUIMENU, .GUIMENUITEM, .GUISUBMENU, -.GUILABEL, .INTERFACE, -.SHORTCUT, .SHORTCUT .KEYCAP { - font-weight: bold; -} - -.GUIBUTTON { - background-color: #CFCFCF; - padding: 2px; -} - -.ACCEL { - background-color: #F0F0F0; - text-decoration: underline; -} - -.SCREEN { - padding: 1ex; -} - -.PROGRAMLISTING { - padding: 1ex; - background-color: #eee; - border: 1px solid #ccc; -} - -@media screen { /* hide from IE3 */ - a[href]:hover { background: #ffa } -} - -BLOCKQUOTE.NOTE { - color: #222; - background: #eee; - border: 1px solid #ccc; - padding: 0.4em 0.4em; - width: 85%; -} - -BLOCKQUOTE.TIP { - color: #004F00; - background: #d8ecd6; - border: 1px solid green; - padding: 0.2em 2em; - width: 85%; -} - -BLOCKQUOTE.IMPORTANT { - font-style:italic; - border: 1px solid #a00; - border-left: 12px solid #c00; - padding: 0.1em 1em; -} - -BLOCKQUOTE.WARNING { - color: #9F1313; - background: #f8e8e8; - border: 1px solid #e59595; - padding: 0.2em 2em; - width: 85%; -} - -.EXAMPLE { - background: #fefde6; - border: 1px solid #f1bb16; - margin: 1em 0; - padding: 0.2em 2em; - width: 90%; -} - -.INFORMALTABLE TABLE.CALSTABLE TR TD { - padding-left: 1em; - padding-right: 1em; -} diff --git a/website/content/en/releases/9.1R/errata.adoc b/website/content/en/releases/9.1R/errata.adoc new file mode 100644 index 0000000000..5f536a4387 --- /dev/null +++ b/website/content/en/releases/9.1R/errata.adoc @@ -0,0 +1,56 @@ +--- +title: "FreeBSD 9.1-RELEASE Errata" +sidenav: download +--- + += FreeBSD 9.1-RELEASE Errata + +''''' +This document lists errata items for FreeBSD 9.1-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. + +This errata document for FreeBSD 9.1-RELEASE will be maintained until the release of FreeBSD 9.2-RELEASE. + +''''' + +[[intro]] +== Introduction + +This errata document contains “late-breaking news” about FreeBSD 9.1-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. + +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 “current errata” for this release. These other copies of the errata are located at http://www.FreeBSD.org/releases/, plus any sites which keep up-to-date mirrors of this location. + +Source and binary snapshots of FreeBSD 9.1-STABLE also contain up-to-date copies of this document (as of the time of the snapshot). + +For a list of all FreeBSD CERT security advisories, see http://www.FreeBSD.org/security/ or ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/. + +''''' + +[[security]] +== Security Advisories + +Problems described in the following security advisories have been fixed in 9.1-RELEASE. For more information, consult the individual advisories available from http://security.FreeBSD.org/. + +[width="100%",cols="20%,20%,60%",options="header",] +|=== +|Advisory |Date |Topic +|http://security.freebsd.org/advisories/FreeBSD-SA-12:01.openssl.asc[SA-12:01.openssl] |3 May 2012 |OpenSSL multiple vulnerabilities +|http://security.freebsd.org/advisories/FreeBSD-SA-12:02.crypt.asc[SA-12:02.crypt] |30 May 2012 |Incorrect `crypt()` hashing +|http://security.freebsd.org/advisories/FreeBSD-SA-12:03.bind.asc[SA-12:03.bind] |12 June 2012 |Incorrect handling of zero-length RDATA fields in man:named[8] +|http://security.freebsd.org/advisories/FreeBSD-SA-12:04.sysret.asc[SA-12:04.sysret] |12 June 2012 |Privilege escalation when returning from kernel +|http://security.freebsd.org/advisories/FreeBSD-SA-12:05.bind.asc[SA-12:05.bind] |6 August 2012 |man:named[8] DNSSEC validation Denial of Service +|http://security.freebsd.org/advisories/FreeBSD-SA-12:06.bind.asc[SA-12:06.bind] |22 November 2012 |Multiple Denial of Service vulnerabilities with man:named[8] +|http://security.freebsd.org/advisories/FreeBSD-SA-12:07.hostapd.asc[SA-12:07.hostapd] |22 November 2012 |Insufficient message length validation for EAP-TLS messages +|http://security.freebsd.org/advisories/FreeBSD-SA-12:08.linux.asc[SA-12:08.linux] |22 November 2012 |Linux compatibility layer input validation error +|=== + +''''' + +[[late-news]] +== Late-Breaking News + +[November 2, 2012] The current man:mfi[4] driver has an overflow bug when handling disks larger than 2^32 sectors in SYSPD volumes, also known as JBODs, which will cause data corruption. This bug has been fixed on this FreeBSD-CURRENT but was too late for inclusion in this release. An Errata Notice for 9.1-RELEASE is planned. + +[December 25, 2012] The Installtion Instructions had the following wrong information about upgrading procedure. All of them have been fixed in the online version. + +* The link URL of “upgrading section in the Release Notes”, branch names where upcoming Security Advisories or Errata Notices will be applied, and a command line argument of man:freebsd-update[8] were ones for 9.0-RELEASE, not for 9.1-RELEASE. +* The list of releases supported by man:freebsd-update[8] utility were incorrect. For 9.X, The following versions are supported: `9.0-RELEASE`, `9.1-BETA1`, and `9.1-RC[123]`. diff --git a/website/content/en/releases/9.1R/errata.html b/website/content/en/releases/9.1R/errata.html deleted file mode 100644 index 87088280a0..0000000000 --- a/website/content/en/releases/9.1R/errata.html +++ /dev/null @@ -1,247 +0,0 @@ -<!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 9.1-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 9.1-RELEASE Errata</a></h1> - -<h3 class="corpauthor"> The FreeBSD Project</h3> - -<p class="copyright">Copyright © 2012 The FreeBSD Documentation Project</p> - -<p class="pubdate">$FreeBSD: stable/9/release/doc/en_US.ISO8859-1/errata/article.xml -244671 2012-12-25 06:07:34Z 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. SPARC International, Inc owns all of the SPARC -trademarks and under licensing agreements allows the proper use of these trademarks by -its members.</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 “™” or the “�” symbol.</p> -</div> - -<hr /> -</div> - -<blockquote class="ABSTRACT"> -<div class="abstract"><a id="AEN16" name="AEN16"></a> -<p>This document lists errata items for FreeBSD 9.1-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 9.1-RELEASE will be maintained until the release of -FreeBSD 9.2-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 “late-breaking news” about FreeBSD -9.1-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 “current errata” -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 9.1-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>Problems described in the following security advisories have been fixed in -9.1-RELEASE. 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="AEN34" name="AEN34"></a> -<table border="0" frame="void" width="100%" class="CALSTABLE"> -<col width="20%" /> -<col width="20%" /> -<col width="60%" /> -<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-12:01.openssl.asc" -target="_top">SA-12:01.openssl</a></td> -<td>3�May�2012</td> -<td> -<p>OpenSSL multiple vulnerabilities</p> -</td> -</tr> - -<tr> -<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:02.crypt.asc" -target="_top">SA-12:02.crypt</a></td> -<td>30�May�2012</td> -<td> -<p>Incorrect <code class="function">crypt()</code> hashing</p> -</td> -</tr> - -<tr> -<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:03.bind.asc" -target="_top">SA-12:03.bind</a></td> -<td>12�June�2012</td> -<td> -<p>Incorrect handling of zero-length RDATA fields in <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=named&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">named</span>(8)</span></a></p> -</td> -</tr> - -<tr> -<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:04.sysret.asc" -target="_top">SA-12:04.sysret</a></td> -<td>12�June�2012</td> -<td> -<p>Privilege escalation when returning from kernel</p> -</td> -</tr> - -<tr> -<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:05.bind.asc" -target="_top">SA-12:05.bind</a></td> -<td>6�August�2012</td> -<td> -<p><a -href="http://www.FreeBSD.org/cgi/man.cgi?query=named&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">named</span>(8)</span></a> DNSSEC -validation Denial of Service</p> -</td> -</tr> - -<tr> -<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:06.bind.asc" -target="_top">SA-12:06.bind</a></td> -<td>22�November�2012</td> -<td> -<p>Multiple Denial of Service vulnerabilities with <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=named&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">named</span>(8)</span></a></p> -</td> -</tr> - -<tr> -<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:07.hostapd.asc" -target="_top">SA-12:07.hostapd</a></td> -<td>22�November�2012</td> -<td> -<p>Insufficient message length validation for EAP-TLS messages</p> -</td> -</tr> - -<tr> -<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:08.linux.asc" -target="_top">SA-12:08.linux</a></td> -<td>22�November�2012</td> -<td> -<p>Linux compatibility layer input validation error</p> -</td> -</tr> -</tbody> -</table> -</div> -</div> - -<div class="sect1"> -<hr /> -<h2 class="sect1"><a id="late-news" name="late-news">3 Late-Breaking News</a></h2> - -<p>[November 2, 2012] The current <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">mfi</span>(4)</span></a> driver -has an overflow bug when handling disks larger than 2^32 sectors in SYSPD volumes, also -known as JBODs, which will cause data corruption. This bug has been fixed on this -FreeBSD-CURRENT but was too late for inclusion in this release. An Errata Notice for -9.1-RELEASE is planned.</p> - -<p>[December 25, 2012] The Installtion Instructions had the following wrong information -about upgrading procedure. All of them have been fixed in the online version.</p> - -<ul> -<li> -<p>The link URL of “upgrading section in the Release 	 Notes”, branch -names where upcoming Security 	 Advisories or Errata Notices will be applied, and a -	 command line argument of <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span -class="refentrytitle">freebsd-update</span>(8)</span></a> were ones 	 for -9.0-RELEASE, not for 9.1-RELEASE.</p> -</li> - -<li> -<p>The list of releases supported by <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span -class="refentrytitle">freebsd-update</span>(8)</span></a> 	 utility were incorrect. -For 9.X, The following versions are 	 supported: <tt -class="literal">9.0-RELEASE</tt>, 	 <tt class="literal">9.1-BETA1</tt>, and 	 <tt -class="literal">9.1-RC[123]</tt>.</p> -</li> -</ul> -</div> -</div> - -<hr /> -<p align="center"><small>This file, and other release-related documents, can be -downloaded from <a -href="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</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 <<a -href="mailto:[email protected]">[email protected]</a>>.</small></p> - -<p align="center"><small>All users of FreeBSD 9.1-STABLE should subscribe to the <<a -href="mailto:[email protected]">[email protected]</a>> mailing list.</small></p> - -<p align="center"><small>For questions about this documentation, e-mail <<a -href="mailto:[email protected]">[email protected]</a>>.</small></p> -</body> -</html> - diff --git a/website/content/en/releases/9.1R/hardware.adoc b/website/content/en/releases/9.1R/hardware.adoc new file mode 100644 index 0000000000..5e698c21bc --- /dev/null +++ b/website/content/en/releases/9.1R/hardware.adoc @@ -0,0 +1,3177 @@ +--- +title: "FreeBSD 9.1-RELEASE Hardware Notes" +sidenav: download +--- + += FreeBSD 9.1-RELEASE Hardware Notes + +*Table of Contents* + +* <<INTRO,Introduction>> +* <<PROC,Supported Processors and System Boards>> +** <<PROC-AMD64,amd64>> +** <<PROC-I386,i386>> +** <<PROC-IA64,ia64>> +** <<PROC-PC98,pc98>> +** <<PROC-POWERPC,powerpc>> +** <<PROC-SPARC64,sparc64>> +* <<SUPPORT,Supported Devices>> +** <<DISK,Disk Controllers>> +** <<ETHERNET,Ethernet Interfaces>> +** <<FDDI,FDDI Interfaces>> +** <<ATM,ATM Interfaces>> +** <<WLAN,Wireless Network Interfaces>> +** <<MISC-NETWORK,Miscellaneous Networks>> +** <<SERIAL,Serial Interfaces>> +** <<SOUND,Sound Devices>> +** <<CAMERA,Camera and Video Capture Devices>> +** <<USB,USB Devices>> +** <<FIREWIRE,IEEE 1394 (Firewire) Devices>> +** <<BLUETOOTH,Bluetooth Devices>> +** <<CRYPTO-ACCEL,Cryptographic Accelerators>> +** <<MISC,Miscellaneous>> + +[[INTRO]] +== Introduction + +This document contains the hardware compatibility notes for FreeBSD 9.1-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. + +''''' + +[[PROC]] +== Supported Processors and System Boards + +This section provides some architecture-specific information about the specific processors and systems that are supported by each architecture. + +''''' + +[[PROC-AMD64]] +=== amd64 + +Since mid-2003 FreeBSD/amd64 has supported the AMD64 (“Hammer”) and Intel(R) 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. + +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. + +As of this writing, the following processors are supported: + +* AMD Athlon(TM)64 (“Clawhammer”). +* AMD Opteron(TM) (“Sledgehammer”). +* All multi-core Intel Xeon(TM) processors except Sossaman have EM64T support. +* The single-core Intel Xeon processors “Nocona”, “Irwindale”, “Potomac”, and “Cranford” have EM64T support. +* All Intel Core 2 (not Core Duo) and later processors +* All Intel Pentium(R) D processors +* Intel Pentium 4s and Celeron Ds using the “Cedar Mill” core have EM64T support. +* Some Intel Pentium 4s and Celeron Ds using the “Prescott” core have EM64T support. See the http://processorfinder.intel.com[Intel Processor Spec Finder] for the definitive answer about EM64T support in Intel processors. + +Intel EM64T is an extended version of IA-32 (x86) and different from Intel IA-64 (Itanium) architecture, which FreeBSD/ia64 supports. Some Intel's old documentation refers to Intel EM64T as “64-bit extension technology” or “IA-32e”. + +The largest tested memory configuration to date is 64GB. SMP support has been recently completed and is reasonably robust. + +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. + +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. + +''''' + +[[PROC-I386]] +=== i386 + +FreeBSD/i386 runs on a wide variety of “IBM PC compatible” 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. + +Almost all i386(TM)-compatible processors with a floating point unit are supported. All Intel processors beginning with the 80486 are supported, including the 80486, Pentium, Pentium Pro, Pentium II, Pentium III, Pentium 4, and variants thereof, such as the Xeon and Celeron(R) processors. All i386-compatible AMD processors are also supported, including the Am486(R), Am5x86(R), K5, AMD-K6(R) (and variants), AMD Athlon (including Athlon-MP, Athlon-XP, Athlon-4, and Athlon Thunderbird), and AMD Duron(TM) processors. The AMD Élan SC520 embedded processor is supported. The Transmeta Crusoe is recognized and supported, as are i386-compatible processors from Cyrix and NexGen. + +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 (“MicroChannel”) expansion bus used in the IBM PS/2 line of PCs. + +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 http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp[FreeBSD symmetric multiprocessing mailing list] may yield some clues. + +FreeBSD will take advantage of HyperThreading (HTT) support on Intel CPUs that support this feature. A kernel with the `options SMP` 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 `machdep.hyperthreading_allowed` tunable. The man:smp[4] manual page has more details. + +FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` 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 man:pae[4]manpage for more details. + +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 http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile[FreeBSD laptop computer mailing list] may be useful. + +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 Intel, as described in the man:acpi[4] 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 `/boot/device.hints`: + +[source,bash] +---- +hint.acpi.0.disabled="1" +---- + +Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The man:acpi[4] manual page has more information on how to do this via loader tunables. + +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 http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the man:acpi[4] manual page for more information. + +''''' + +[[PROC-IA64]] +=== ia64 + +Currently supported processors are the http://people.freebsd.org/~marcel/refs/ia64/itanium/24532003.pdf[Itanium(R)] and the http://people.freebsd.org/~marcel/refs/ia64/itanium2/25111003.pdf[[Itanium 2]. + +Supported chipsets include: + +* HP zx1 +* Intel 460GX +* Intel E8870 + +Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) configurations are supported. + +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 man:syscons[4] can not be enabled and the use of a serial console is required. + +''''' + +[[PROC-PC98]] +=== pc98 + +NEC PC-9801/9821 series with almost all i386-compatible processors, including 80486, Pentium, Pentium Pro, Pentium II, and variants. All i386-compatible processors by AMD, Cyrix, IBM, and IDT are also supported. + +NEC FC-9801/9821 series, and NEC SV-98 series (both of them are compatible with PC-9801/9821 series) should be supported. + +EPSON PC-386/486/586 series, which are compatible with NEC PC-9801 series are supported. + +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. + +Although there are some multi-processor systems (such as Rs20/B20), SMP-related features of FreeBSD are not supported yet. + +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. + +''''' + +[[PROC-POWERPC]] +=== powerpc + +This section describes the systems currently known to be supported by FreeBSD on the PowerPC platform. This list is not exhaustive. + +In general, all New World architecture Apple hardware is supported, as well a limited selection of non-Apple machines. + +All systems listed below are fully supported, with the exception that software fan control is currently missing on some Power Macintosh G5 models. SMP is supported on all systems with more than 1 processor. + +* Apple iMac G3 +* Apple iMac G4 +* Apple iMac G5 +* Apple Power Macintosh G3 (Blue & White) +* Apple Power Macintosh G4 +* Apple Power Macintosh G5 +* Apple iBook G3 +* Apple iBook G4 +* Apple PowerBook G3 (Lombard and Pismo) +* Apple PowerBook G4 +* Apple XServe G4 +* Apple XServe G5 +* Apple Mac Mini +* Embedded boards based on MPC85XX + +''''' + +[[PROC-SPARC64]] +=== sparc64 + +This section describes the systems currently known to be supported by FreeBSD on the Fujitsu SPARC64(R) and Sun UltraSPARC(R) platforms. For background information on the various hardware designs see the http://sunsolve.sun.com/handbook_pub/[Sun System Handbook]. + +SMP is supported on all systems with more than 1 processor. + +When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the man:creator[4] (Sun Creator, Sun Creator3D and Sun Elite3D) or man:machfb[4] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade 150, Sun Ultra(TM) 5 and Sun Ultra 10) driver must use the serial console. + +If you have a system that is not listed here, it may not have been tested with FreeBSD 9.1-RELEASE. We encourage you to try it and send a note to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64[FreeBSD SPARC porting mailing list] with your results, including which devices work and which do not. + +The following systems are fully supported by FreeBSD: + +* Naturetech GENIALstation 777S +* Sun Blade 100 +* Sun Blade 150 +* Sun Enterprise(TM) 150 +* Sun Enterprise 220R +* Sun Enterprise 250 +* Sun Enterprise 420R +* Sun Enterprise 450 +* Sun Fire(TM) B100s (support for the on-board NICs first appeared in 8.1-RELEASE) +* Sun Fire V100 +* Sun Fire V120 +* Sun Netra(TM) t1 100/105 +* Sun Netra T1 AC200/DC200 +* Sun Netra t 1100 +* Sun Netra t 1120 +* Sun Netra t 1125 +* Sun Netra t 1400/1405 +* Sun Netra 120 +* Sun Netra X1 +* Sun SPARCengine(R) Ultra AX1105 +* Sun SPARCengine Ultra AXe +* Sun SPARCengine Ultra AXi +* Sun SPARCengine Ultra AXmp +* Sun SPARCengine CP1500 +* Sun Ultra 1 +* Sun Ultra 1E +* Sun Ultra 2 +* Sun Ultra 5 +* Sun Ultra 10 +* Sun Ultra 30 +* Sun Ultra 60 +* Sun Ultra 80 +* Sun Ultra 450 + +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 man:esp[4] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). + +* Sun Enterprise 3500 +* Sun Enterprise 4500 + +Starting with 7.2-RELEASE, sparc64 systems based on Sun UltraSPARC III and beyond are also supported by FreeBSD, which includes the following known working systems: + +* Sun Blade 1000 +* Sun Blade 1500 +* Sun Blade 2000 +* Sun Blade 2500 +* Sun Fire 280R +* Sun Fire V210 +* Sun Fire V215 (support first appeared in 7.3-RELEASE and 8.1-RELEASE) +* Sun Fire V240 +* Sun Fire V245 (support first appeared in 7.3-RELEASE and 8.1-RELEASE) +* Sun Fire V250 +* Sun Fire V440 (support for the on-board NICs first appeared in 7.3-RELEASE and 8.0-RELEASE) +* Sun Fire V480 (501-6780 and 501-6790 centerplanes only, for which support first appeared in 7.3-RELEASE and 8.1-RELEASE, other centerplanes might work beginning with 8.3-RELEASE and 9.0-RELEASE) +* Sun Fire V880 +* Sun Fire V890 (support first appeared in 7.4-RELEASE and 8.1-RELEASE, non-mixed UltraSPARC IV/IV+ CPU-configurations only) +* Netra 20/Netra T4 + +The following Sun UltraSPARC systems are not tested but believed to be also supported by FreeBSD: + +* Sun Fire V125 +* Sun Fire V490 (support first appeared in 7.4-RELEASE and 8.1-RELEASE, non-mixed UltraSPARC IV/IV+ CPU-configurations only) + +Starting with 7.4-RELEASE and 8.1-RELEASE, sparc64 systems based on Fujitsu SPARC64 V are also supported by FreeBSD, which includes the following known working systems: + +* Fujitsu PRIMEPOWER(R) 250 + +The following Fujitsu PRIMEPOWER systems are not tested but believed to be also supported by FreeBSD: + +* Fujitsu PRIMEPOWER 450 +* Fujitsu PRIMEPOWER 650 +* Fujitsu PRIMEPOWER 850 + +''''' + +[[SUPPORT]] +== Supported Devices + +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. + +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. + +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. + +''''' + +[[DISK]] +=== Disk Controllers + +[amd64, i386, ia64, pc98, sparc64] IDE/ATA controllers (man:ata[4] driver) + +[pc98] IDE/ATA controllers (wdc driver) + +* On-board IDE controller + +[i386,ia64,amd64] Controllers supported by the man:aac[4] driver include: + +* Adaptec AAC-364 +* Adaptec RAID 2045 +* Adaptec RAID 2405 +* Adaptec RAID 2445 +* Adaptec RAID 2805 +* Adaptec RAID 3085 +* Adaptec RAID 31205 +* Adaptec RAID 31605 +* Adaptec RAID 5085 +* Adaptec RAID 51205 +* Adaptec RAID 51245 +* Adaptec RAID 51605 +* Adaptec RAID 51645 +* Adaptec RAID 52445 +* Adaptec RAID 5405 +* Adaptec RAID 5445 +* Adaptec RAID 5805 +* Adaptec SAS RAID 3405 +* Adaptec SAS RAID 3805 +* Adaptec SAS RAID 4000SAS +* Adaptec SAS RAID 4005SAS +* Adaptec SAS RAID 4800SAS +* Adaptec SAS RAID 4805SAS +* Adaptec SATA RAID 2020SA ZCR +* Adaptec SATA RAID 2025SA ZCR +* Adaptec SATA RAID 2026ZCR +* Adaptec SATA RAID 2410SA +* Adaptec SATA RAID 2420SA +* Adaptec SATA RAID 2610SA +* Adaptec SATA RAID 2620SA +* Adaptec SATA RAID 2810SA +* Adaptec SATA RAID 2820SA +* Adaptec SATA RAID 21610SA +* Adaptec SCSI RAID 2020ZCR +* Adaptec SCSI RAID 2025ZCR +* Adaptec SCSI RAID 2120S +* Adaptec SCSI RAID 2130S +* Adaptec SCSI RAID 2130SLP +* Adaptec SCSI RAID 2230SLP +* Adaptec SCSI RAID 2200S +* Adaptec SCSI RAID 2240S +* Adaptec SCSI RAID 3230S +* Adaptec SCSI RAID 3240S +* Adaptec SCSI RAID 5400S +* Dell CERC SATA RAID 2 +* Dell PERC 2/Si +* Dell PERC 2/QC +* Dell PERC 3/Si +* Dell PERC 3/Di +* Dell PERC 320/DC +* HP ML110 G2 (Adaptec SATA RAID 2610SA) +* HP NetRAID 4M +* IBM ServeRAID 8i +* IBM ServeRAID 8k +* IBM ServeRAID 8s +* ICP RAID ICP5045BL +* ICP RAID ICP5085BL +* ICP RAID ICP5085SL +* ICP RAID ICP5125BR +* ICP RAID ICP5125SL +* ICP RAID ICP5165BR +* ICP RAID ICP5165SL +* ICP RAID ICP5445SL +* ICP RAID ICP5805BL +* ICP RAID ICP5805SL +* ICP ICP5085BR SAS RAID +* ICP ICP9085LI SAS RAID +* ICP ICP9047MA SATA RAID +* ICP ICP9067MA SATA RAID +* ICP ICP9087MA SATA RAID +* ICP ICP9014RO SCSI RAID +* ICP ICP9024RO SCSI RAID +* Legend S220 +* Legend S230 +* Sun STK RAID REM +* Sun STK RAID EM +* SG-XPCIESAS-R-IN +* SG-XPCIESAS-R-EX +* AOC-USAS-S4i +* AOC-USAS-S8i +* AOC-USAS-S4iR +* AOC-USAS-S8iR +* AOC-USAS-S8i-LP +* AOC-USAS-S8iR-LP + +[i386,pc98,amd64] The man:adv[4] driver supports the following SCSI controllers: + +* AdvanSys ABP510/5150 +* AdvanSys ABP5140 +* AdvanSys ABP5142 +* AdvanSys ABP902/3902 +* AdvanSys ABP3905 +* AdvanSys ABP915 +* AdvanSys ABP920 +* AdvanSys ABP3922 +* AdvanSys ABP3925 +* AdvanSys ABP930, ABP930U, ABP930UA +* AdvanSys ABP960, ABP960U +* AdvanSys ABP542 +* AdvanSys ABP742 +* AdvanSys ABP842 +* AdvanSys ABP940 +* AdvanSys ABP940UA/3940UA +* AdvanSys ABP940U +* AdvanSys ABP3960UA +* AdvanSys ABP970, ABP970U +* AdvanSys ABP752 +* AdvanSys ABP852 +* AdvanSys ABP950 +* AdvanSys ABP980, ABP980U +* AdvanSys ABP980UA/3980UA +* MELCO IFC-USP (PC-98) +* RATOC REX-PCI30 (PC-98) +* @Nifty FNECHARD IFC-USUP-TX (PC-98) + +[i386,pc98,amd64] The man:adw[4] driver supports SCSI controllers including: + +* AdvanSys ABP940UW/ABP3940UW +* AdvanSys ABP950UW +* AdvanSys ABP970UW +* AdvanSys ABP3940U2W +* AdvanSys ABP3950U2W + +[i386] The man:aha[4] driver supports the following SCSI host adapters: + +* Adaptec AHA-154xB +* Adaptec AHA-154xC +* Adaptec AHA-154xCF +* Adaptec AHA-154xCP +* Adaptec AHA-1640 +* Adaptec AHA-174x in 154x emulation mode +* DTC 3290 SCSI controller in 1542 emulation mode +* Tekram SCSI controllers in 154x emulation mode + +[i386] The man:ahb[4] driver supports the following SCSI host adapters: + +* Adaptec AHA-1740 +* Adaptec AHA-1742 +* Adaptec AHA-1740A +* Adaptec AHA-1742A + +The man:ahc[4] driver supports the following SCSI host adapter chips and SCSI controller cards: + +* Adaptec AIC7770 host adapter chip +* Adaptec AIC7850 host adapter chip +* Adaptec AIC7860 host adapter chip +* Adaptec AIC7870 host adapter chip +* Adaptec AIC7880 host adapter chip +* Adaptec AIC7890 host adapter chip +* Adaptec AIC7891 host adapter chip +* Adaptec AIC7892 host adapter chip +* Adaptec AIC7895 host adapter chip +* Adaptec AIC7896 host adapter chip +* Adaptec AIC7897 host adapter chip +* Adaptec AIC7899 host adapter chip +* Adaptec 274X(W) +* Adaptec 274X(T) +* Adaptec 284X +* Adaptec 2910 +* Adaptec 2915 +* Adaptec 2920C +* Adaptec 2930C +* Adaptec 2930U2 +* Adaptec 2940 +* Adaptec 2940J +* Adaptec 2940N +* Adaptec 2940U +* Adaptec 2940AU +* Adaptec 2940UW +* Adaptec 2940UW Dual +* Adaptec 2940UW Pro +* Adaptec 2940U2W +* Adaptec 2940U2B +* Adaptec 2950U2W +* Adaptec 2950U2B +* Adaptec 19160B +* Adaptec 29160B +* Adaptec 29160N +* Adaptec 3940 +* Adaptec 3940U +* Adaptec 3940AU +* Adaptec 3940UW +* Adaptec 3940AUW +* Adaptec 3940U2W +* Adaptec 3950U2 +* Adaptec 3960 +* Adaptec 39160 +* Adaptec 3985 +* Adaptec 4944UW +* NEC PC-9821Xt13 (PC-98) +* NEC RvII26 (PC-98) +* NEC PC-9821X-B02L/B09 (PC-98) +* NEC SV-98/2-B03 (PC-98) +* Many motherboards with on-board SCSI support + +The man:ahci[4] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). + +Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it supports AHCI part of legacy-PATA + AHCI-SATA combined controllers, such as JMicron JMB36x and Marvell 88SE61xx. + +[i386,sparc64,ia64,amd64] The man:ahd[4] driver supports the following: + +* Adaptec AIC7901 host adapter chip +* Adaptec AIC7901A host adapter chip +* Adaptec AIC7902 host adapter chip +* Adaptec 29320 host adapter +* Adaptec 39320 host adapter +* Many motherboards with on-board SCSI support + +[i386,pc98,amd64] The adapters supported by the man:aic[4] driver include: + +* Adaptec AHA-1505 (ISA) +* Adaptec AHA-1510A, AHA-1510B (ISA) +* Adaptec AHA-1520A, AHA-1520B (ISA) +* Adaptec AHA-1522A, AHA-1522B (ISA) +* Adaptec AHA-1535 (ISA) +* Creative Labs SoundBlaster SCSI host adapter (ISA) +* Adaptec AHA-1460, AHA-1460B, AHA-1460C, AHA-1460D (PC Card) +* Adaptec AHA-1030B, AHA-1030P (PC98) +* NEC PC-9801-100 (PC98) + +[i386,pc98,amd64] Controllers supported by the man:amd[4] driver include: + +* MELCO IFC-DP (PC-98) +* Tekram DC390 +* Tekram DC390T + +Controllers supported by the man:amr[4] driver include: + +* MegaRAID SATA 150-4 +* MegaRAID SATA 150-6 +* MegaRAID SATA 300-4X +* MegaRAID SATA 300-8X +* MegaRAID SCSI 320-1E +* MegaRAID SCSI 320-2E +* MegaRAID SCSI 320-4E +* MegaRAID SCSI 320-0X +* MegaRAID SCSI 320-2X +* MegaRAID SCSI 320-4X +* MegaRAID SCSI 320-0 +* MegaRAID SCSI 320-1 +* MegaRAID SCSI 320-2 +* MegaRAID SCSI 320-4 +* MegaRAID Series 418 +* MegaRAID i4 133 RAID +* MegaRAID Elite 1500 (Series 467) +* MegaRAID Elite 1600 (Series 493) +* MegaRAID Elite 1650 (Series 4xx) +* MegaRAID Enterprise 1200 (Series 428) +* MegaRAID Enterprise 1300 (Series 434) +* MegaRAID Enterprise 1400 (Series 438) +* MegaRAID Enterprise 1500 (Series 467) +* MegaRAID Enterprise 1600 (Series 471) +* MegaRAID Express 100 (Series 466WS) +* MegaRAID Express 200 (Series 466) +* MegaRAID Express 300 (Series 490) +* MegaRAID Express 500 (Series 475) +* Dell PERC +* Dell PERC 2/SC +* Dell PERC 2/DC +* Dell PERC 3/DCL +* Dell PERC 3/QC +* Dell PERC 4/DC +* Dell PERC 4/IM +* Dell PERC 4/SC +* Dell PERC 4/Di +* Dell PERC 4e/DC +* Dell PERC 4e/Di +* Dell PERC 4e/Si +* Dell PERC 4ei +* HP NetRAID-1/Si +* HP NetRAID-3/Si (D4943A) +* HP Embedded NetRAID +* Intel RAID Controller SRCS16 +* Intel RAID Controller SRCU42X + +[i386,amd64] The man:arcmsr[4] driver supports the following cards: + +* ARC-1110 +* ARC-1120 +* ARC-1130 +* ARC-1160 +* ARC-1170 +* ARC-1110ML +* ARC-1120ML +* ARC-1130ML +* ARC-1160ML +* ARC-1200 +* ARC-1201 +* ARC-1210 +* ARC-1212 +* ARC-1213 +* ARC-1220 +* ARC-1222 +* ARC-1223 +* ARC-1230 +* ARC-1231 +* ARC-1260 +* ARC-1261 +* ARC-1270 +* ARC-1280 +* ARC-1210ML +* ARC-1220ML +* ARC-1231ML +* ARC-1261ML +* ARC-1280ML +* ARC-1380 +* ARC-1381 +* ARC-1680 +* ARC-1681 +* ARC-1880 +* ARC-1882 + +[i386] The adapters currently supported by the man:asr[4] driver include the following: + +* Adaptec Zero-Channel SCSI RAID 2000S, 2005S, 2010S, 2015S +* Adaptec SCSI RAID 2100S, 2110S +* Adaptec ATA-100 RAID 2400A +* Adaptec SCSI RAID 3200S, 3210S +* Adaptec SCSI RAID 3400S, 3410S +* Adaptec SmartRAID PM1554 +* Adaptec SmartRAID PM1564 +* Adaptec SmartRAID PM2554 +* Adaptec SmartRAID PM2564 +* Adaptec SmartRAID PM2664 +* Adaptec SmartRAID PM2754 +* Adaptec SmartRAID PM2865 +* Adaptec SmartRAID PM3754 +* Adaptec SmartRAID PM3755U2B / SmartRAID V Millennium +* Adaptec SmartRAID PM3757 +* 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 + +[i386,amd64] The man:bt[4] driver supports the following BusLogic MultiMaster “W”, “C”, “S”, and “A” series and compatible SCSI host adapters: + +* BusLogic BT-445C +* BusLogic BT-445S +* BusLogic BT-540CF +* BusLogic BT-542B +* BusLogic BT-542B +* BusLogic BT-542D +* BusLogic BT-545C +* BusLogic BT-545S +* BusLogic/BusTek BT-640 +* BusLogic BT-742A +* BusLogic BT-742A +* BusLogic BT-747C +* BusLogic BT-747D +* BusLogic BT-747S +* BusLogic BT-757C +* BusLogic BT-757CD +* BusLogic BT-757D +* BusLogic BT-757S +* BusLogic BT-946C +* BusLogic BT-948 +* BusLogic BT-956C +* BusLogic BT-956CD +* BusLogic BT-958 +* BusLogic BT-958D +* Storage Dimensions SDC3211B / SDC3211F + +AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the man:bt[4] driver. + +[i386,ia64,amd64] Controllers supported by the man:ciss[4] driver include: + +* Compaq Smart Array 5300 +* Compaq Smart Array 532 +* Compaq Smart Array 5i +* HP Smart Array 5312 +* HP Smart Array 6i +* HP Smart Array 641 +* HP Smart Array 642 +* HP Smart Array 6400 +* HP Smart Array 6400 EM +* HP Smart Array E200 +* HP Smart Array E200i +* HP Smart Array P212 +* HP Smart Array P220i +* HP Smart Array P222 +* HP Smart Array P400 +* HP Smart Array P400i +* HP Smart Array P410 +* HP Smart Array P410i +* HP Smart Array P411 +* HP Smart Array P420 +* HP Smart Array P420i +* HP Smart Array P421 +* HP Smart Array P600 +* HP Smart Array P721m +* HP Smart Array P800 +* HP Smart Array P812 +* HP Modular Smart Array 20 (MSA20) +* HP Modular Smart Array 500 (MSA500) + +[pc98] The man:ct[4] driver supports the following adapters: + +* ELECOM bus-master SCSI adapters +* I-O DATA SC-98II +* ICM IF-2660, IF-2766, IF-2766ET, IF-2767 and IF-2769 +* Logitec LHA-N151 and LHA-20x series +* Midori-Denshi MDC-554NA and MDC-926R +* NEC PC-9801-55, 92 and compatibles +* SMIT transfer type SCSI host adapters +* TEXA HA-55BS2 and its later models + +[i386,ia64,amd64] The man:dpt[4] driver provides support for the following RAID adapters: + +* DPT Smart Cache Plus +* Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) (Gen2) +* Smart RAID II (PM3?2?, PM3021, PM3222) +* Smart Cache III (PM2?3?) +* Smart RAID III (PM3?3?, PM3332 [EISA], PM3334UW [PCI]) (Gen3) +* Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) (Gen4) +* Smart RAID IV + +*Note:* [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. + +[sparc64] Controllers supported by the man:esp[4] driver include: + +* MELCO IFC-DP (PC-98) +* Sun ESP family +* Sun FAS family +* Tekram DC390 +* Tekram DC390T + +[i386,amd64] The man:hpt27xx[4] driver supports the following SAS controllers: + +* HighPoint's RocketRAID 271x series +* HighPoint's RocketRAID 272x series +* HighPoint's RocketRAID 274x series +* HighPoint's RocketRAID 276x series +* HighPoint's RocketRAID 278x series + +[i386,amd64] The man:hptiop[4] driver supports the following SAS and SATA RAID controllers: + +* HighPoint RocketRAID 4322 +* HighPoint RocketRAID 4321 +* HighPoint RocketRAID 4320 +* HighPoint RocketRAID 4311 +* HighPoint RocketRAID 4310 +* HighPoint RocketRAID 4211 +* HighPoint RocketRAID 4210 +* HighPoint RocketRAID 3560 +* HighPoint RocketRAID 3540 +* HighPoint RocketRAID 3530 +* HighPoint RocketRAID 3522 +* HighPoint RocketRAID 3521 +* HighPoint RocketRAID 3520 +* HighPoint RocketRAID 3511 +* HighPoint RocketRAID 3510 +* HighPoint RocketRAID 3410 +* HighPoint RocketRAID 3320 +* HighPoint RocketRAID 3220 +* HighPoint RocketRAID 3122 +* HighPoint RocketRAID 3120 +* HighPoint RocketRAID 3020 + +[i386,amd64] The man:hptmv[4] driver supports the following ATA RAID controllers: + +* HighPoint's RocketRAID 182x series + +[i386,amd64] The man:hptrr[4] driver supports the following RAID controllers: + +* RocketRAID 172x series +* RocketRAID 174x series +* RocketRAID 2210 +* RocketRAID 222x series +* RocketRAID 2240 +* RocketRAID 230x series +* RocketRAID 231x series +* RocketRAID 232x series +* RocketRAID 2340 +* RocketRAID 2522 + +[i386] The following controllers are supported by the man:ida[4] driver: + +* Compaq SMART Array 221 +* Compaq Integrated SMART Array Controller +* Compaq SMART Array 4200 +* Compaq SMART Array 4250ES +* Compaq SMART 3200 Controller +* Compaq SMART 3100ES Controller +* Compaq SMART-2/DH Controller +* Compaq SMART-2/SL Controller +* Compaq SMART-2/P Controller +* Compaq SMART-2/E Controller +* Compaq SMART Controller + +[i386,ia64,amd64] Controllers supported by the man:iir[4] driver include: + +* Intel RAID Controller SRCMR +* Intel Server RAID Controller U3-l (SRCU31a) +* Intel Server RAID Controller U3-1L (SRCU31La) +* Intel Server RAID Controller U3-2 (SRCU32) +* All past and future releases of Intel and ICP RAID Controllers. + +* Intel RAID Controller SRCU21 (discontinued) +* Intel RAID Controller SRCU31 (older revision, not compatible) +* Intel RAID Controller SRCU31L (older revision, not compatible) + +The SRCU31 and SRCU31L can be updated via a firmware update available from Intel. + +[i386,amd64] Controllers supported by the man:ips[4] driver include: + +* IBM ServeRAID 3H +* ServeRAID 4L/4M/4H +* ServeRAID Series 5 +* ServeRAID 6i/6M +* ServeRAID 7t/7k/7M + +Newer ServeRAID controllers are supported by the aac(4) or mfi(4) driver. + +[i386,amd64] The man:isci[4] driver provides support for Intel C600 SAS controllers. + +Cards supported by the man:isp[4] driver include: + +* ISP1000 +* ISP1020 +* ISP1040 +* Qlogic 1240 +* Qlogic 1020 +* Qlogic 1040 +* Qlogic 1080 +* Qlogic 1280 +* Qlogic 12160 +* Qlogic 210X +* Qlogic 220X +* Qlogic 2300 +* Qlogic 2312 +* Qlogic 234X +* Qlogic 2322 +* Qlogic 200 +* Qlogic 2422 +* Qlogic 2432 + +[i386,ia64,amd64] The man:mfi[4] driver supports the following hardware: + +* LSI MegaRAID SAS 1078 +* LSI MegaRAID SAS 8408E +* LSI MegaRAID SAS 8480E +* LSI MegaRAID SAS 9260 +* Dell PERC5 +* Dell PERC6 +* IBM ServeRAID M5015 SAS/SATA +* IBM ServeRAID-MR10i +* Intel RAID Controller SROMBSAS18E + +[i386,ia64,amd64] Controllers supported by the man:mlx[4] driver include: + +* Mylex DAC960P +* Mylex DAC960PD / DEC KZPSC (Fast Wide) +* Mylex DAC960PDU +* Mylex DAC960PL +* Mylex DAC960PJ +* Mylex DAC960PG +* Mylex DAC960PU / DEC PZPAC (Ultra Wide) +* Mylex AcceleRAID 150 (DAC960PRL) +* Mylex AcceleRAID 250 (DAC960PTL1) +* Mylex eXtremeRAID 1100 (DAC1164P) +* 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) + +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. + +*Note:* [amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. + +[i386,ia64,amd64] Controllers supported by the man:mly[4] driver include: + +* Mylex AcceleRAID 160 +* Mylex AcceleRAID 170 +* Mylex AcceleRAID 352 +* Mylex eXtremeRAID 2000 +* Mylex eXtremeRAID 3000 + +Compatible Mylex controllers not listed should work, but have not been verified. + +The man:mps[4] driver supports the following controllers: + +* LSI Logic SAS2004 (4 Port SAS) +* LSI Logic SAS2008 (8 Port SAS) +* LSI Logic SAS2108 (8 Port SAS) +* LSI Logic SAS2116 (16 Port SAS) +* LSI Logic SAS2208 (8 Port SAS) + +The following controllers are supported by the man:mpt[4] driver: + +* LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI) +* LSI Logic AS1064, LSI Logic AS1068 +* LSI Logic FC909 (1Gb/s Fibre Channel) +* LSI Logic FC909A (Dual 1Gb/s Fibre Channel) +* LSI Logic FC919, LSI Logic 7102XP-LC (Single 2Gb/s Fibre Channel) +* LSI Logic FC929, LSI Logic FC929X, LSI Logic 7202XP-LC (Dual 2Gb/s Fibre Channel) +* LSI Logic FC949X (Dual 4Gb/s Fibre Channel) +* LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express) + +The Ultra 320 SCSI controller chips supported by the man:mpt[4] driver can be found onboard on many systems including: + +* Dell PowerEdge 1750 thru 2850 +* IBM eServer xSeries 335 + +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. + +The man:mvs[4] driver supports the following controllers: + +Gen-I (SATA 1.5Gbps): + +* 88SX5040 +* 88SX5041 +* 88SX5080 +* 88SX5081 + +Gen-II (SATA 3Gbps, NCQ, PMP): + +* 88SX6040 +* 88SX6041 (including Adaptec 1420SA) +* 88SX6080 +* 88SX6081 + +Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS): + +* 88SX6042 +* 88SX7042 (including Adaptec 1430SA) +* 88F5182 SoC +* 88F6281 SoC +* MV78100 SoC + +Note, that this hardware supports command queueing and FIS-based switching only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port. + +[i386,pc98,amd64] The man:ncr[4] driver provides support for the following NCR/Symbios SCSI controller chips: + +* 53C810 +* 53C810A +* 53C815 +* 53C820 +* 53C825A +* 53C860 +* 53C875 +* 53C875J +* 53C885 +* 53C895 +* 53C895A +* 53C896 +* 53C1510D + +The following add-on boards are known to be supported: + +* I-O DATA SC-98/PCI (PC-98) +* I-O DATA SC-PCI (PC-98) + +[i386,pc98] The following devices are currently supported by the man:ncv[4] driver: + +* I-O DATA PCSC-DV +* KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450 +* Macnica Miracle SCSI-II mPS110 +* Media Intelligent MSC-110, MSC-200 +* NEC PC-9801N-J03R +* New Media Corporation BASICS SCSI +* Qlogic Fast SCSI +* RATOC REX-9530, REX-5572 (SCSI only) + +[i386,pc98] Controllers supported by the man:nsp[4] driver include: + +* Alpha-Data AD-PCS201 +* I-O DATA CBSC16 + +[i386] The man:pst[4] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. + +The man:siis[4] driver supports the following controller chips: + +* SiI3124 (PCI-X 133MHz/64bit, 4 ports) +* SiI3131 (PCIe 1.0 x1, 1 port) +* SiI3132 (PCIe 1.0 x1, 2 ports) +* SiI3531 (PCIe 1.0 x1, 1 port) + +[i386,pc98] Controllers supported by the man:stg[4] driver include: + +* Adaptec 2920/A +* Future Domain SCSI2GO +* Future Domain TMC-18XX/3260 +* IBM SCSI PCMCIA Card +* ICM PSC-2401 SCSI +* MELCO IFC-SC +* RATOC REX-5536, REX-5536AM, REX-5536M, REX-9836A + +Note that the Adaptec 2920C is supported by the ahc(4) driver. + +The man:sym[4] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: + +* 53C810 +* 53C810A +* 53C815 +* 53C825 +* 53C825A +* 53C860 +* 53C875 +* 53C876 +* 53C895 +* 53C895A +* 53C896 +* 53C897 +* 53C1000 +* 53C1000R +* 53C1010-33 +* 53C1010-66 +* 53C1510D + +The SCSI controllers supported by man:sym[4] can be either embedded on a motherboard, or on one of the following add-on boards: + +* ASUS SC-200, SC-896 +* Data Technology DTC3130 (all variants) +* DawiControl DC2976UW +* Diamond FirePort (all) +* I-O DATA SC-UPCI (PC-98) +* Logitec LHA-521UA (PC-98) +* NCR cards (all) +* Symbios cards (all) +* Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D, and 390U3W +* Tyan S1365 + +[i386,amd64] SCSI controllers supported by the man:trm[4] driver include: + +* Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal SCSI connector +* Tekram DC-315U PCI Ultra SCSI adapter without BIOS +* Tekram DC-395F PCI Ultra-Wide SCSI adapter with flash BIOS and 68-pin external SCSI connector +* Tekram DC-395U PCI Ultra SCSI adapter with flash BIOS +* Tekram DC-395UW PCI Ultra-Wide SCSI adapter with flash BIOS +* Tekram DC-395U2W PCI Ultra2-Wide SCSI adapter with flash BIOS + +For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use the sym(4) driver. + +[i386,amd64] The man:twa[4] driver supports the following SATA RAID controllers: + +* AMCC's 3ware 9500S-4LP +* AMCC's 3ware 9500S-8 +* AMCC's 3ware 9500S-8MI +* AMCC's 3ware 9500S-12 +* AMCC's 3ware 9500S-12MI +* AMCC's 3ware 9500SX-4LP +* AMCC's 3ware 9500SX-8LP +* AMCC's 3ware 9500SX-12 +* AMCC's 3ware 9500SX-12MI +* AMCC's 3ware 9500SX-16ML +* AMCC's 3ware 9550SX-4LP +* AMCC's 3ware 9550SX-8LP +* AMCC's 3ware 9550SX-12 +* AMCC's 3ware 9550SX-12MI +* AMCC's 3ware 9550SX-16ML +* AMCC's 3ware 9650SE-2LP +* AMCC's 3ware 9650SE-4LPML +* AMCC's 3ware 9650SE-8LPML +* AMCC's 3ware 9650SE-12ML +* AMCC's 3ware 9650SE-16ML +* AMCC's 3ware 9650SE-24M8 + +[i386,amd64] The man:twe[4] driver supports the following PATA/SATA RAID controllers: + +* AMCC's 3ware 5000 series +* AMCC's 3ware 6000 series +* AMCC's 3ware 7000-2 +* AMCC's 3ware 7006-2 +* AMCC's 3ware 7500-4LP +* AMCC's 3ware 7500-8 +* AMCC's 3ware 7500-12 +* AMCC's 3ware 7506-4LP +* AMCC's 3ware 7506-8 +* AMCC's 3ware 7506-12 +* AMCC's 3ware 8006-2LP +* AMCC's 3ware 8500-4LP +* AMCC's 3ware 8500-8 +* AMCC's 3ware 8500-12 +* AMCC's 3ware 8506-4LP +* AMCC's 3ware 8506-8 +* AMCC's 3ware 8506-8MI +* AMCC's 3ware 8506-12 +* AMCC's 3ware 8506-12MI + +[i386] The man:vpo[4] driver supports the following parallel to SCSI interfaces: + +* Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega ZIP drives) +* Iomega Jaz Traveller interface +* Iomega MatchMaker SCSI interface (built-in to Iomega ZIP+ drives) + +[i386] The wds(4) driver supports the WD7000 SCSI controller. + +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 man:cd[4]). WORM/CD-R/CD-RW writing support is provided by man:cdrecord[1], which is a part of the http://www.FreeBSD.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[`sysutils/cdrtools`] port in the Ports Collection. + +The following CD-ROM type systems are supported at this time: + +* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (man:cd[4]) +* [i386] Sony proprietary interface (all models) (man:scd[4]) +* ATAPI IDE interface (man:acd[4]) + +[i386] The following device is unmaintained: + +* Mitsumi proprietary CD-ROM interface (all models) (man:mcd[4]) + +''''' + +[[ETHERNET]] +=== Ethernet Interfaces + +The man:ae[4] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: + +* ASUS EeePC 701 +* ASUS EeePC 900 + +Other hardware may or may not work with this driver. + +The man:age[4] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: + +* ASUS M2N8-VMX +* ASUS M2V +* ASUS M3A +* ASUS P2-M2A590G +* ASUS P5B-E +* ASUS P5B-MX/WIFI-AP +* ASUS P5B-VMSE +* ASUS P5K +* ASUS P5KC +* ASUS P5KPL-C +* ASUS P5KPL-VM +* ASUS P5K-SE +* ASUS P5K-V +* ASUS P5L-MX +* ASUS P5DL2-VM +* ASUS P5L-VM 1394 +* ASUS G2S + +The man:ale[4] device driver provides support for the following Ethernet controllers: + +* Atheros AR8113 PCI Express Fast Ethernet controller +* Atheros AR8114 PCI Express Fast Ethernet controller +* Atheros AR8121 PCI Express Gigabit Ethernet controller + +[i386,pc98,ia64,amd64,powerpc] Adapters supported by the man:aue[4] driver include: + +* Abocom UFE1000, DSB650TX_NA +* Accton USB320-EC, SpeedStream +* ADMtek AN986, AN8511 +* Billionton USB100, USB100LP, USB100EL, USBE100 +* Corega Ether FEther USB-T, FEther USB-TX, FEther USB-TXS +* D-Link DSB-650, DSB-650TX, DSB-650TX-PNA +* Elecom LD-USBL/TX +* Elsa Microlink USB2Ethernet +* HP hn210e +* I-O Data USB ETTX +* Kingston KNU101TX +* LinkSys USB10T adapters that contain the AN986 Pegasus chipset, USB10TA, USB10TX, USB100TX, USB100H1 +* MELCO LUA-TX, LUA2-TX +* Netgear FA101 +* Planex UE-200TX +* Sandberg USB to Network Link (model number 133-06) +* Siemens Speedstream +* SmartBridges smartNIC +* SMC 2202USB +* SOHOware NUB100 + +[i386,pc98,amd64,powerpc] The man:axe[4] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: + +AX88172: + +* AboCom UF200 +* Acer Communications EP1427X2 +* ASIX AX88172 +* ATen UC210T +* Billionton SnapPort +* Billionton USB2AR +* Buffalo (Melco Inc.) LUA-U2-KTX +* Corega USB2_TX +* D-Link DUBE100 +* Goodway GWUSB2E +* JVC MP_PRX1 +* LinkSys USB200M +* Netgear FA120 +* Sitecom LN-029 +* System TALKS Inc. SGC-X2UL + +AX88178: + +* ASIX AX88178 +* Belkin F5D5055 +* Logitec LAN-GTJ/U2A +* Buffalo (Melco Inc.) LUA3-U2-AGT +* Planex Communications GU1000T +* Sitecom Europe LN-028 + +AX88772: + +* ASIX AX88772 +* Buffalo (Melco Inc.) LUA3-U2-ATX +* D-Link DUBE100B1 +* Planex UE-200TX-G +* Planex UE-200TX-G2 + +AX88772A: + +* ASIX AX88772A +* Cisco-Linksys USB200Mv2 + +AX88772B: + +* ASIX AX88772B + +AX88760: + +* ASIX AX88760 + +[i386,amd64] The man:bce[4] driver provides support for various NICs based on the Broadcom NetXtreme II family of Gigabit Ethernet controllers, including the following: + +* Broadcom NetXtreme II BCM5706 1000Base-SX +* Broadcom NetXtreme II BCM5706 1000Base-T +* Broadcom NetXtreme II BCM5708 1000Base-SX +* Broadcom NetXtreme II BCM5708 1000Base-T +* Broadcom NetXtreme II BCM5709 1000Base-SX +* Broadcom NetXtreme II BCM5709 1000Base-T +* Broadcom NetXtreme II BCM5716 1000Base-T +* Dell PowerEdge 1950 integrated BCM5708 NIC +* Dell PowerEdge 2950 integrated BCM5708 NIC +* Dell PowerEdge R710 integrated BCM5709 NIC +* HP NC370F Multifunction Gigabit Server Adapter +* HP NC370T Multifunction Gigabit Server Adapter +* HP NC370i Multifunction Gigabit Server Adapter +* HP NC371i Multifunction Gigabit Server Adapter +* HP NC373F PCIe Multifunc Giga Server Adapter +* HP NC373T PCIe Multifunction Gig Server Adapter +* HP NC373i Multifunction Gigabit Server Adapter +* HP NC373m Multifunction Gigabit Server Adapter +* HP NC374m PCIe Multifunction Adapter +* HP NC380T PCIe DP Multifunc Gig Server Adapter +* HP NC382T PCIe DP Multifunction Gigabit Server Adapter +* HP NC382i DP Multifunction Gigabit Server Adapter +* HP NC382m DP 1GbE Multifunction BL-c Adapter + +[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (man:bfe[4] driver) + +[i386,pc98,sparc64,ia64,amd64] The man:bge[4] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: + +* 3Com 3c996-SX (1000baseSX) +* 3Com 3c996-T (10/100/1000baseTX) +* Dell PowerEdge 1750 integrated BCM5704C NIC (10/100/1000baseTX) +* Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX) +* Dell PowerEdge 2650 integrated BCM5703 NIC (10/100/1000baseTX) +* Dell PowerEdge R200 integrated BCM5750 NIC (10/100/1000baseTX) +* Dell PowerEdge R300 integrated BCM5722 NIC (10/100/1000baseTX) +* IBM x235 server integrated BCM5703x NIC (10/100/1000baseTX) +* HP Compaq dc7600 integrated BCM5752 NIC (10/100/1000baseTX) +* HP ProLiant NC7760 embedded Gigabit NIC (10/100/1000baseTX) +* HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseTX) +* HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseTX) +* HP ProLiant NC7781 embedded PCI-X Gigabit NIC (10/100/1000baseTX) +* Netgear GA302T (10/100/1000baseTX) +* SysKonnect SK-9D21 (10/100/1000baseTX) +* SysKonnect SK-9D41 (1000baseSX) + +The chips supported by the man:cas[4] driver are: + +* National Semiconductor DP83065 Saturn Gigabit Ethernet +* Sun Cassini Gigabit Ethernet +* Sun Cassini+ Gigabit Ethernet + +The following add-on cards are known to work with the man:cas[4] driver at this time: + +* Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524) +* Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902) +* Sun GigaSwift Ethernet UTP (GCS) (part no. 501-6719) +* Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522) +* Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738) + +[i386,pc98,ia64,amd64,powerpc] The following devices are supported by the man:cdce[4] driver: + +* Prolific PL-2501 Host-to-Host Bridge Controller +* Sharp Zaurus PDA +* Terayon TJ-715 DOCSIS Cable Modem + +[amd64, i386] Crystal Semiconductor CS89x0-based NICs (man:cs[4] driver) + +[i386,pc98,ia64,amd64,powerpc] The man:cue[4] driver supports CATC USB-EL1210A based USB Ethernet adapters including: + +* Belkin F5U011/F5U111 +* CATC Netmate +* CATC Netmate II +* SmartBridges SmartLink + +[i386,amd64] The man:cxgb[4] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: + +* Chelsio 10GBase-CX4 +* Chelsio 10GBase-LR +* Chelsio 10GBase-SR + +The man:dc[4] driver provides support for the following chipsets: + +* DEC/Intel 21143 +* ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II and ADM9513 Centaur II +* ALi/ULi M5261 and M5263 +* ASIX Electronics AX88140A and AX88141 +* Conexant LANfinity RS7112 (miniPCI) +* Davicom DM9009, DM9100, DM9102 and DM9102A +* Lite-On 82c168 and 82c169 PNIC +* Lite-On/Macronix 82c115 PNIC II +* Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 and 98732 +* Xircom X3201 (cardbus only) + +The following NICs are known to work with the man:dc[4] driver at this time: + +* 3Com OfficeConnect 10/100B (ADMtek AN985 Centaur-P) +* Abocom FE2500 +* Accton EN1217 (98715A) +* Accton EN2242 MiniPCI +* Adico AE310TX (98715A) +* Alfa Inc GFC2204 (ASIX AX88140A) +* Built in 10Mbps only Ethernet on Compaq Presario 7900 series desktops (21143, non-MII) +* Built in Sun DMFE 10/100 Mbps Ethernet on Sun Netra X1 and Sun Fire V100 (DM9102A, MII) +* Built in Ethernet on LinkSys EtherFast 10/100 Instant GigaDrive (DM9102, MII) +* CNet Pro110B (ASIX AX88140A) +* CNet Pro120A (98715A or 98713A) and CNet Pro120B (98715) +* Compex RL100-TX (98713 or 98713A) +* D-Link DFE-570TX (21143, MII, quad port) +* Digital DE500-BA 10/100 (21143, non-MII) +* ELECOM Laneed LD-CBL/TXA (ADMtek AN985) +* Hawking CB102 CardBus +* IBM EtherJet Cardbus Adapter +* Intel PRO/100 Mobile Cardbus (versions that use the X3201 chipset) +* Jaton XpressNet (Davicom DM9102) +* Kingston KNE100TX (21143, MII) +* Kingston KNE110TX (PNIC 82c169) +* LinkSys LNE100TX (PNIC 82c168, 82c169) +* LinkSys LNE100TX v2.0 (PNIC II 82c115) +* LinkSys LNE100TX v4.0/4.1 (ADMtek AN985 Centaur-P) +* Matrox FastNIC 10/100 (PNIC 82c168, 82c169) +* Melco LGY-PCI-TXL +* Microsoft MN-120 10/100 CardBus (ADMTek Centaur-C) +* Microsoft MN-130 10/100 PCI (ADMTek Centaur-P) +* NDC SOHOware SFA110A (98713A) +* NDC SOHOware SFA110A Rev B4 (98715AEC-C) +* NetGear FA310-TX Rev. D1, D2 or D3 (PNIC 82c169) +* Netgear FA511 +* PlaneX FNW-3602-T (ADMtek AN985) +* SMC EZ Card 10/100 1233A-TX (ADMtek AN985) +* SVEC PN102-TX (98713) +* Xircom Cardbus Realport +* Xircom Cardbus Ethernet 10/100 +* Xircom Cardbus Ethernet II 10/100 + +[i386,pc98,ia64,amd64] Adapters supported by the man:de[4] driver include: + +* Adaptec ANA-6944/TX +* Cogent EM100FX and EM440TX +* Corega FastEther PCI-TX +* D-Link DFE-500TX +* DEC DE435, DEC DE450, and DEC DE500 +* ELECOM LD-PCI2T, LD-PCITS +* I-O DATA LA2/T-PCI +* SMC Etherpower 8432, 9332 and 9334 +* ZNYX ZX3xx + +[i386,pc98] The man:ed[4] driver supports the following Ethernet NICs: + +* 3Com 3c503 Etherlink II +* AR-P500 Ethernet +* Accton EN1644 (old model), EN1646 (old model), EN2203 (old model) (110pin) (flags 0xd00000) +* Accton EN2212/EN2216/UE2216 +* Allied Telesis CentreCOM LA100-PCM_V2 +* Allied Telesis LA-98 (flags 0x000000) (PC-98) +* Allied Telesis SIC-98, SIC-98NOTE (110pin), SIU-98 (flags 0x600000) (PC-98) +* Allied Telesis SIU-98-D (flags 0x610000) (PC-98) +* AmbiCom 10BaseT card +* Bay Networks NETGEAR FA410TXC Fast Ethernet +* Belkin F5D5020 PC Card Fast Ethernet +* Billionton LM5LT-10B Ethernet/Modem PC Card +* Bromax iPort 10/100 Ethernet PC Card +* Bromax iPort 10 Ethernet PC Card +* Buffalo LPC2-CLT, LPC3-CLT, LPC3-CLX, LPC4-TX PC Card +* CNet BC40 adapter +* Compex Net-A adapter +* Compex RL2000 +* Contec C-NET(98), RT-1007(98), C-NET(9N) (110pin) (flags 0xa00000) (PC-98) +* Contec C-NET(98)E-A, C-NET(98)L-A, C-NET(98)P (flags 0x300000) (PC-98) +* Corega Ether98-T (flags 0x000000) (PC-98) +* Corega Ether PCC-T/EtherII PCC-T/FEther PCC-TXF/PCC-TXD PCC-T/Fether II TXD +* Corega LAPCCTXD (TC5299J) +* CyQ've ELA-010 +* DEC EtherWorks DE305 +* Danpex EN-6200P2 +* D-Link DE-298, DE-298P (flags 0x500000) (PC-98) +* D-Link DE-660, DE-660+ +* D-Link IC-CARD/IC-CARD+ Ethernet +* ELECOM LD-98P (flags 0x500000) (PC-98) +* ELECOM LD-BDN, LD-NW801G (flags 0x200000) (PC-98) +* ELECOM Laneed LD-CDL/TX, LD-CDF, LD-CDS, LD-10/100CD, LD-CDWA (DP83902A) +* Hawking PN652TX PC Card (AX88790) +* HP PC Lan+ 27247B and 27252A +* IBM Creditcard Ethernet I/II +* ICM AD-ET2-T, DT-ET-25, DT-ET-T5, IF-2766ET, IF-2771ET, NB-ET-T (110pin) (flags 0x500000) (PC-98) +* I-O DATA LA/T-98, LA/T-98SB, LA2/T-98, ET/T-98 (flags 0x900000) (PC-98) +* I-O DATA ET2/T-PCI +* I-O DATA PCLATE +* Kansai KLA-98C/T (flags 0x900000) (PC-98) +* Kingston KNE-PC2, CIO10T, KNE-PCM/x Ethernet +* KTI ET32P2 PCI +* Linksys EC2T/PCMPC100/PCM100, PCMLM56 +* Linksys EtherFast 10/100 PC Card, Combo PCMCIA Ethernet Card (PCMPC100 V2) +* Logitec LAN-98T (flags 0xb00000) (PC-98) +* MACNICA Ethernet ME1 for JEIDA +* MACNICA ME98 (flags 0x900000) (PC-98) +* MACNICA NE2098 (flags 0x400000) (PC-98) +* MELCO EGY-98 (flags 0x300000) (PC-98) +* MELCO LGH-98, LGY-98, LGY-98-N (110pin), IND-SP, IND-SS (flags 0x400000) (PC-98) +* MELCO LGY-PCI-TR +* MELCO LPC-T/LPC2-T/LPC2-CLT/LPC2-TX/LPC3-TX/LPC3-CLX +* NDC Ethernet Instant-Link +* NEC PC-9801-77, PC-9801-78 (flags 0x910000) (PC-98) +* NEC PC-9801-107, PC-9801-108 (flags 0x800000) (PC-98) +* National Semiconductor InfoMover NE4100 +* NetGear FA-410TX +* NetVin NV5000SC +* Network Everywhere Ethernet 10BaseT PC Card +* Networld 98X3 (flags 0xd00000) (PC-98) +* Networld EC-98X, EP-98X (flags 0xd10000) (PC-98) +* New Media LANSurfer 10+56 Ethernet/Modem +* New Media LANSurfer +* Novell NE1000/NE2000/NE2100 +* PLANEX ENW-8300-T +* PLANEX EN-2298-C (flags 0x200000) (PC-98) +* PLANEX EN-2298P-T, EN-2298-T (flags 0x500000) (PC-98) +* PLANEX FNW-3600-T +* Psion 10/100 LANGLOBAL Combine iT +* RealTek 8019 +* RealTek 8029 +* Relia Combo-L/M-56k PC Card +* SMC Elite 16 WD8013 +* SMC Elite Ultra +* SMC EtherEZ98 (flags 0x000000) (PC-98) +* SMC WD8003E/WD8003EBT/WD8003S/WD8003SBT/WD8003W/WD8013EBT/WD8013W and clones +* SMC EZCard PC Card, 8040-TX, 8041-TX (AX88x90), 8041-TX V.2 (TC5299J) +* Socket LP-E, ES-1000 Ethernet/Serial, LP-E CF, LP-FE CF +* Surecom EtherPerfect EP-427 +* Surecom NE-34 +* TDK 3000/3400/5670 Fast Ethernet/Modem +* TDK LAK-CD031, Grey Cell GCS2000 Ethernet Card +* TDK DFL5610WS Ethernet/Modem PC Card +* Telecom Device SuperSocket RE450T +* Toshiba LANCT00A PC Card +* VIA VT86C926 +* Winbond W89C940 +* Winbond W89C940F + +C-Bus, ISA, PCI and PC Card devices are supported. + +The man:ed[4] driver does not support the following Ethernet NICs: + +* Mitsubishi LAN Adapter B8895 + +The man:em[4] 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: + +* Intel PRO/1000 CT Network Connection (82547) +* Intel PRO/1000 F Server Adapter (82543) +* Intel PRO/1000 Gigabit Server Adapter (82542) +* Intel PRO/1000 GT Desktop Adapter (82541PI) +* Intel PRO/1000 MF Dual Port Server Adapter (82546) +* Intel PRO/1000 MF Server Adapter (82545) +* Intel PRO/1000 MF Server Adapter (LX) (82545) +* Intel PRO/1000 MT Desktop Adapter (82540) +* Intel PRO/1000 MT Desktop Adapter (82541) +* Intel PRO/1000 MT Dual Port Server Adapter (82546) +* Intel PRO/1000 MT Quad Port Server Adapter (82546EB) +* Intel PRO/1000 MT Server Adapter (82545) +* Intel PRO/1000 PF Dual Port Server Adapter (82571) +* Intel PRO/1000 PF Quad Port Server Adapter (82571) +* Intel PRO/1000 PF Server Adapter (82572) +* Intel PRO/1000 PT Desktop Adapter (82572) +* Intel PRO/1000 PT Dual Port Server Adapter (82571) +* Intel PRO/1000 PT Quad Port Server Adapter (82571) +* Intel PRO/1000 PT Server Adapter (82572) +* Intel PRO/1000 T Desktop Adapter (82544) +* Intel PRO/1000 T Server Adapter (82543) +* Intel PRO/1000 XF Server Adapter (82544) +* Intel PRO/1000 XT Server Adapter (82544) + +[i386,pc98,amd64] The man:ep[4] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: + +* 3Com 3C1 CF +* 3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC ISA +* 3Com 3C509B-TP, 3C509B-BNC, 3C509B-Combo, 3C509B-TPO, 3C509B-TPC ISA +* 3Com 3C529, 3C529-TP MCA +* 3Com 3C562/3C563 PCMCIA +* 3Com 3C569B-J-TPO, 3C569B-J-COMBO CBUS +* 3Com 3C574, 3C574TX, 3C574-TX, 3CCFE574BT, 3CXFE574BT, 3C3FE574BT PCMCIA +* 3Com 3C579-TP, 3C579-BNC EISA +* 3Com 3C589, 3C589B, 3C589C, 3C589D, 3CXE589DT PCMCIA +* 3Com 3CCFEM556B, 3CCFEM556BI PCMCIA +* 3Com 3CXE589EC, 3CCE589EC, 3CXE589ET, 3CCE589ET PCMCIA +* 3Com Megahertz 3CCEM556, 3CXEM556, 3CCEM556B, 3CXEM556B, 3C3FEM556C PCMCIA +* 3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA +* Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE arrow) + +Agere ET1310 Gigabit Ethernet adapters (man:et[4] driver) + +[i386,amd64] The man:ex[4] driver supports the following Ethernet adapters: + +* Intel EtherExpress Pro/10 ISA +* Intel EtherExpress Pro/10+ ISA +* Olicom OC2220 Ethernet PC Card +* Olicom OC2232 Ethernet/Modem PC Card +* Silicom Ethernet LAN PC Card +* Silicom EtherSerial LAN PC Card + +[i386,pc98,amd64] Controllers and cards supported by the man:fe[4] driver include: + +* Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin) +* CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C (ExtCard) +* CONTEC C-NET(PC)C PC Card Ethernet +* Eagle Tech NE200T +* Eiger Labs EPX-10BT +* Fujitsu FMV-J182, FMV-J182A +* Fujitsu MB86960A, MB86965A +* Fujitsu MBH10303, MBH10302 PC Card Ethernet +* Fujitsu Towa LA501 Ethernet +* HITACHI HT-4840-11 PC Card Ethernet +* NextCom J Link NC5310 +* RATOC REX-5588, REX-9822, REX-4886, and REX-R280 +* RATOC REX-9880/9881/9882/9883 +* TDK LAC-98012, LAC-98013, LAC-98025, LAC-9N011 (110-pin) +* TDK LAK-CD011, LAK-CD021, LAK-CD021A, LAK-CD021BX +* Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE N98(PC86132) (110-pin) + +Adapters supported by the man:fxp[4] driver include: + +* Intel EtherExpress PRO/10 +* Intel InBusiness 10/100 +* Intel PRO/100B / EtherExpressPRO/100 B PCI Adapter +* Intel PRO/100+ Management Adapter +* Intel PRO/100 VE Desktop Adapter +* Intel PRO/100 VM Network Connection +* Intel PRO/100 M Desktop Adapter +* Intel PRO/100 S Desktop, Server and Dual-Port Server Adapters +* Contec C-NET(PI)-100TX (PC-98) +* NEC PC-9821Ra20, Rv20, Xv13, Xv20 internal 100Base-TX (PC-98) +* NEC PC-9821X-B06 (PC-98) +* Many on-board network interfaces on Intel motherboards + +Chips supported by the man:gem[4] driver include: + +* Apple GMAC +* Sun ERI 10/100 Mbps Ethernet +* Sun GEM Gigabit Ethernet + +The following add-on cards are known to work with the man:gem[4] driver at this time: + +* Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373) +* Sun Gigabit Ethernet SBus 2.0/3.0 (GBE/S) (part no. 501-4375) + +The man:hme[4] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. + +Cards supported by the man:hme[4] driver include: + +* Sun PCI SunSwift Adapter +* Sun SBus SunSwift Adapter “( hme” and “SUNW,hme”) +* Sun PCI Sun100BaseT Adapter 2.0 +* Sun SBus Sun100BaseT 2.0 +* Sun PCI Quad FastEthernet Controller +* Sun SBus Quad FastEthernet Controller + +[i386] The man:ie[4] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: + +* 3COM 3C507 +* AT&T EN100 +* AT&T Starlan 10 +* AT&T Starlan Fiber +* Intel EtherExpress 16 +* RACAL Interlan NI5210 + +The man:igb[4] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: + +* Intel Gigabit ET Dual Port Server Adapter (82576) +* Intel Gigabit VT Quad Port Server Adapter (82575) + +[i386,amd64] The man:ixgb[4] driver supports the following cards: + +* Intel PRO/10GbE LR Server Adapter +* Intel PRO/10GbE SR Server Adapter + +The man:ixgbe[4] driver supports the following cards: + +* Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter +* Intel(R) 10 Gigabit XF SR/LR Server Adapter +* Intel(R) 82598EB 10 Gigabit AF Network Connection +* Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection + +The man:jme[4] device driver provides support for the following Ethernet controllers: + +* JMicron JMC250 PCI Express Gigabit Ethernet controller +* JMicron JMC251 PCI Express Gigabit Ethernet with Card Read Host controller +* JMicron JMC260 PCI Express Fast Ethernet controller +* JMicron JMC261 PCI Express Gigabit Ethernet with Card Read Host controller + +[i386,pc98,ia64,amd64,powerpc] The man:kue[4] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: + +* 3Com 3c19250 +* 3Com 3c460 HomeConnect Ethernet USB Adapter +* ADS Technologies USB-10BT +* AOX USB101 +* ATen UC10T +* Abocom URE 450 +* Corega USB-T +* D-Link DSB-650C +* Entrega NET-USB-E45, NET-HUB-3U1E +* I/O Data USB ETT +* Kawasaki DU-H3E +* LinkSys USB10T +* Netgear EA101 +* Peracom USB Ethernet Adapter +* Psion Gold Port USB Ethernet adapter +* SMC 2102USB, 2104USB + +[i386,pc98,amd64] Adapters supported by the man:lge[4] driver include: + +* SMC TigerCard 1000 (SMC9462SX) +* D-Link DGE-500SX + +[i386,amd64] The man:msk[4] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: + +* D-Link 550SX Gigabit Ethernet +* D-Link 560SX Gigabit Ethernet +* D-Link 560T Gigabit Ethernet +* Marvell Yukon 88E8021CU Gigabit Ethernet +* Marvell Yukon 88E8021 SX/LX Gigabit Ethernet +* Marvell Yukon 88E8022CU Gigabit Ethernet +* Marvell Yukon 88E8022 SX/LX Gigabit Ethernet +* Marvell Yukon 88E8061CU Gigabit Ethernet +* Marvell Yukon 88E8061 SX/LX Gigabit Ethernet +* Marvell Yukon 88E8062CU Gigabit Ethernet +* Marvell Yukon 88E8062 SX/LX Gigabit Ethernet +* Marvell Yukon 88E8035 Fast Ethernet +* Marvell Yukon 88E8036 Fast Ethernet +* Marvell Yukon 88E8038 Fast Ethernet +* Marvell Yukon 88E8039 Fast Ethernet +* Marvell Yukon 88E8040 Fast Ethernet +* Marvell Yukon 88E8040T Fast Ethernet +* Marvell Yukon 88E8042 Fast Ethernet +* Marvell Yukon 88E8048 Fast Ethernet +* Marvell Yukon 88E8050 Gigabit Ethernet +* Marvell Yukon 88E8052 Gigabit Ethernet +* Marvell Yukon 88E8053 Gigabit Ethernet +* Marvell Yukon 88E8055 Gigabit Ethernet +* Marvell Yukon 88E8056 Gigabit Ethernet +* Marvell Yukon 88E8057 Gigabit Ethernet +* Marvell Yukon 88E8058 Gigabit Ethernet +* Marvell Yukon 88E8059 Gigabit Ethernet +* Marvell Yukon 88E8070 Gigabit Ethernet +* Marvell Yukon 88E8071 Gigabit Ethernet +* Marvell Yukon 88E8072 Gigabit Ethernet +* Marvell Yukon 88E8075 Gigabit Ethernet +* SysKonnect SK-9Sxx Gigabit Ethernet +* SysKonnect SK-9Exx Gigabit Ethernet + +[i386,amd64] The man:mxge[4] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: + +* Myricom 10GBase-CX4 (10G-PCIE-8A-C, 10G-PCIE-8AL-C) +* Myricom 10GBase-R (10G-PCIE-8A-R, 10G-PCIE-8AL-R) +* Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, 10G-PCIE-8AL-Q) + +[i386,pc98] The man:my[4] driver provides support for various NICs based on the Myson chipset. Supported models include: + +* Myson MTD800 PCI Fast Ethernet chip +* Myson MTD803 PCI Fast Ethernet chip +* Myson MTD89X PCI Gigabit Ethernet chip + +[i386,amd64] The man:nfe[4] driver supports the following NVIDIA MCP onboard adapters: + +* NVIDIA nForce MCP Networking Adapter +* NVIDIA nForce MCP04 Networking Adapter +* NVIDIA nForce 430 MCP12 Networking Adapter +* NVIDIA nForce 430 MCP13 Networking Adapter +* NVIDIA nForce MCP51 Networking Adapter +* NVIDIA nForce MCP55 Networking Adapter +* NVIDIA nForce MCP61 Networking Adapter +* NVIDIA nForce MCP65 Networking Adapter +* NVIDIA nForce MCP67 Networking Adapter +* NVIDIA nForce MCP73 Networking Adapter +* NVIDIA nForce MCP77 Networking Adapter +* NVIDIA nForce MCP79 Networking Adapter +* NVIDIA nForce2 MCP2 Networking Adapter +* NVIDIA nForce2 400 MCP4 Networking Adapter +* NVIDIA nForce2 400 MCP5 Networking Adapter +* NVIDIA nForce3 MCP3 Networking Adapter +* NVIDIA nForce3 250 MCP6 Networking Adapter +* NVIDIA nForce3 MCP7 Networking Adapter +* NVIDIA nForce4 CK804 MCP8 Networking Adapter +* NVIDIA nForce4 CK804 MCP9 Networking Adapter + +The man:nge[4] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: + +* Addtron AEG320T +* Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI) +* Asante FriendlyNet GigaNIX 1000TA and 1000TPC +* D-Link DGE-500T +* Linksys EG1032, revision 1 +* Netgear GA621 +* Netgear GA622T +* SMC EZ Card 1000 (SMC9462TX) +* Surecom Technology EP-320G-TX +* Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI) + +[i386,amd64] The man:nve[4] driver supports the NVIDIA MCP onboard adapters of mainboards with the following chipsets: + +* nForce +* nForce2 +* nForce3 +* nForce4 + +[i386,amd64] The man:nxge[4] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. + +[i386,amd64] The man:oce[4] driver supports the following network adapters: + +* Emulex BladeEngine 2 +* Emulex BladeEngine 3 +* Emulex Lancer + +[i386,pc98,ia64,amd64] The man:pcn[4] 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: + +* AMD Am79C971 PCnet-FAST +* AMD Am79C972 PCnet-FAST+ +* AMD Am79C973/Am79C975 PCnet-FAST III +* AMD Am79C976 PCnet-PRO +* AMD Am79C978 PCnet-Home +* Allied-Telesis LA-PCI + +[amd64] The man:qlxgb[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: + +* QLogic 3200 series +* QLogic 8200 series + +The man:re[4] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: + +* Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+) +* Compaq Evo N1015v Integrated Ethernet (8139C+) +* Corega CG-LAPCIGT Gigabit Ethernet (8169S) +* D-Link DGE-528(T) Gigabit Ethernet (8169S) +* Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S) +* LevelOne GNC-0105T (8169S) +* LinkSys EG1032 (32-bit PCI) +* PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S) +* USRobotics USR997902 Gigabit Ethernet (8169S) +* Xterasys XN-152 10/100/1000 NIC (8169) + +Adapters supported by the man:rl[4] driver include: + +* Accton “Cheetah” EN1207D (MPX 5030/5038; RealTek 8139 clone) +* Allied Telesyn AT2550 +* Allied Telesyn AT2500TX +* Belkin F5D5000 +* BUFFALO (Melco INC.) LPC-CB-CLX (CardBus) +* Compaq HNE-300 +* CompUSA no-name 10/100 PCI Ethernet NIC +* Corega FEther CB-TXD +* Corega FEtherII CB-TXD +* D-Link DFE-528TX +* D-Link DFE-530TX+ +* D-Link DFE-538TX +* D-Link DFE-690TXD +* Edimax EP-4103DL CardBus +* Encore ENL832-TX 10/100 M PCI +* Farallon NetLINE 10/100 PCI +* Genius GF100TXR +* GigaFast Ethernet EE100-AXP +* KTX-9130TX 10/100 Fast Ethernet +* LevelOne FPC-0106TX +* Longshine LCS-8038TX-R +* NDC Communications NE100TX-E +* Netronix Inc. EA-1210 NetEther 10/100 +* Nortel Networks 10/100BaseTX +* OvisLink LEF-8129TX +* OvisLink LEF-8139TX +* Peppercon AG ROL-F +* Planex FNW-3603-TX +* Planex FNW-3800-TX +* SMC EZ Card 10/100 PCI 1211-TX +* SOHO (PRAGMATIC) UE-1211C + +[i386,pc98,amd64] The man:rue[4] driver supports RealTek RTL8150 based USB Ethernet adapters including: + +* Buffalo (Melco Inc.) LUA-KTX +* Green House GH-USB100B +* LinkSys USB100M +* Billionton 10/100 FastEthernet USBKR2 + +Adapters supported by the man:sf[4] driver include: + +* ANA-62011 64-bit single port 10/100baseTX adapter +* ANA-62022 64-bit dual port 10/100baseTX adapter +* ANA-62044 64-bit quad port 10/100baseTX adapter +* ANA-69011 32-bit single port 10/100baseTX adapter +* ANA-62020 64-bit single port 100baseFX adapter + +The man:sfxge[4] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. + +The man:sge[4] device driver provides support for the following Ethernet controllers: + +* SiS190 Fast Ethernet controller +* SiS191 Fast/Gigabit Ethernet controller + +The man:sis[4] 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: + +* @Nifty FNECHARD IFC USUP-TX +* MELCO LGY-PCI-TXC +* Netgear FA311-TX (DP83815) +* Netgear FA312-TX (DP83815) +* SiS 630, 635, and 735 motherboard chipsets +* Soekris Engineering net45xx, net48xx, lan1621, and lan1641 + +Adapters supported by the man:sk[4] driver include: + +* 3Com 3C940 single port, 1000baseT adapter +* 3Com 3C2000-T single port, 1000baseT adapter +* Belkin F5D5005 single port, 1000baseT adapter +* D-Link DGE-530T single port, 1000baseT adapter +* Linksys (revision 2) single port, 1000baseT adapter +* SK-9521 SK-NET GE-T single port, 1000baseT adapter +* SK-9821 SK-NET GE-T single port, 1000baseT adapter +* SK-9822 SK-NET GE-T dual port, 1000baseT adapter +* SK-9841 SK-NET GE-LX single port, single mode fiber adapter +* SK-9842 SK-NET GE-LX dual port, single mode fiber adapter +* SK-9843 SK-NET GE-SX single port, multimode fiber adapter +* SK-9844 SK-NET GE-SX dual port, multimode fiber adapter +* SMC 9452TX single port, 1000baseT adapter + +[i386,amd64] The man:sn[4] driver supports SMC91Cxx based ISA and PCMCIA cards including: + +* 3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC +* 3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336, CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T, XJEM3336 +* Farallon EtherMac PC Card 595a +* Motorola Mariner Ethernet/Modem PC Card +* Ositech Seven of Diamonds Ethernet PC Card +* Ositech Jack of Hearts Ethernet/Modem PC Card +* Psion Gold Card Netglobal Ethernet PC Card +* Psion Gold Card Netglobal 10/100 Fast Ethernet PC Card +* Psion Gold Card Netglobal 56k+10Mb Ethernet PC Card +* SMC EZEther PC Card (8020BT) +* SMC EZEther PC Card (8020T) + +The man:sn[4] 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 man:sn[4] driver. + +[pc98] The man:snc[4] driver supports the following cards: + +* National Semiconductor DP83934AVQB +* NEC PC-9801-83 +* NEC PC-9801-84 +* NEC PC-9801-103 +* NEC PC-9801-104 +* NEC PC-9801N-15 +* NEC PC-9801N-25 +* NEC PC-9801N-J02 PCMCIA +* NEC PC-9801N-J02R PCMCIA + +The man:snc[4] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. + +The man:ste[4] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: + +* D-Link DFE-530TXS +* D-Link DFE-550TX +* D-Link DFE-580TX + +The man:stge[4] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: + +* Antares Microsystems Gigabit Ethernet +* ASUS NX1101 Gigabit Ethernet +* D-Link DL-4000 Gigabit Ethernet +* IC Plus IP1000A Gigabit Ethernet +* Sundance ST-2021 Gigabit Ethernet +* Sundance ST-2023 Gigabit Ethernet +* Sundance TC9021 Gigabit Ethernet +* Tamarack TC9021 Gigabit Ethernet + +[i386,pc98,amd64,sparc64] The man:ti[4] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The man:ti[4] driver has been tested with the following adapters: + +* 3Com 3c985-SX Gigabit Ethernet adapter (Tigon 1) +* 3Com 3c985B-SX Gigabit Ethernet adapter (Tigon 2) +* Alteon AceNIC V Gigabit Ethernet adapter (1000baseSX) +* Alteon AceNIC V Gigabit Ethernet adapter (1000baseT) +* Digital EtherWORKS 1000SX PCI Gigabit adapter +* Netgear GA620 Gigabit Ethernet adapter (1000baseSX) +* Netgear GA620T Gigabit Ethernet adapter (1000baseT) + +The following adapters should also be supported but have not yet been tested: + +* Asante GigaNIX1000T Gigabit Ethernet adapter +* Asante PCI 1000BASE-SX Gigabit Ethernet adapter +* Farallon PN9000SX Gigabit Ethernet adapter +* NEC Gigabit Ethernet +* Silicon Graphics PCI Gigabit Ethernet adapter + +[i386,pc98,amd64] The man:tl[4] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: + +* Olicom OC-2135/2138 10/100 TX UTP adapter +* Olicom OC-2325/OC-2326 10/100 TX UTP adapter +* Racore 8148 10baseT/100baseTX/100baseFX adapter +* Racore 8165 10/100baseTX adapter + +The man:tl[4] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: + +* Compaq Netelligent 10 +* Compaq Netelligent 10 T PCI UTP/Coax +* Compaq Netelligent 10/100 +* Compaq Netelligent 10/100 Dual-Port +* Compaq Netelligent 10/100 Proliant +* Compaq Netelligent 10/100 TX Embedded UTP +* Compaq Netelligent 10/100 TX UTP +* Compaq NetFlex 3P +* Compaq NetFlex 3P Integrated +* Compaq NetFlex 3P w/BNC + +[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (man:tx[4] driver) + +The man:txp[4] driver supports the following cards: + +* 3Com 3CR990-TX-95 +* 3Com 3CR990-TX-97 +* 3Com 3cR990B-TXM +* 3Com 3CR990SVR95 +* 3Com 3CR990SVR97 +* 3Com 3cR990B-SRV + +[i386,pc98,amd64] The man:udav[4] driver supports the following adapters: + +* Corega FEther USB-TXC +* ShanTou ST268 USB NIC + +The man:vge[4] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: + +* VIA Networking LAN-on-motherboard Gigabit Ethernet +* ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701) +* ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702) + +The man:vr[4] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: + +* AOpen/Acer ALN-320 +* D-Link DFE520-TX +* D-Link DFE530-TX +* Hawking Technologies PN102TX +* Soekris Engineering net5501 + +[i386,pc98,ia64,amd64] The man:vx[4] driver supports the following cards: + +* 3Com 3c590 EtherLink III PCI +* 3Com 3c592 EtherLink III EISA +* 3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode +* 3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode + +[i386,amd64] The man:vxge[4] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. + +[i386,pc98,amd64] The man:wb[4] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: + +* Trendware TE100-PCIE + +[i386,amd64] The man:xe[4] driver supports the following cards: + +* Xircom CreditCard Ethernet (PS-CE2-10) +* Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28) +* Xircom CreditCard Ethernet + Modem 33 (CEM33) +* Xircom CreditCard 10/100 (CE3, CE3B) +* Xircom CreditCard Ethernet 10/100 + Modem 56 (CEM56) +* Xircom RealPort Ethernet 10 (RE10) +* Xircom RealPort Ethernet 10/100 (RE100) +* Xircom RealPort Ethernet 10/100 + Modem 56 (REM56, REM56G) +* Accton Fast EtherCard-16 (EN2226) +* Compaq Microcom CPQ550 Ethernet/Modem PC Card +* Compaq Netelligent 10/100 PC Card (CPQ-10/100) +* Intel EtherExpress Pro/100 PC Card Mobile Adapter 16 (Pro/100 M16A) +* Intel EtherExpress Pro/100 LAN/Modem PC Card Adapter (Pro/100 M16B) + +Other similar devices using the same hardware may also be supported. + +The man:xl[4] driver supports the following hardware: + +* 3Com 3c900-TPO +* 3Com 3c900-COMBO +* 3Com 3c905-TX +* 3Com 3c905-T4 +* 3Com 3c900B-TPO +* 3Com 3c900B-TPC +* 3Com 3c900B-FL +* 3Com 3c900B-COMBO +* 3Com 3c905B-T4 +* 3Com 3c905B-TX +* 3Com 3c905B-FX +* 3Com 3c905B-COMBO +* 3Com 3c905C-TX +* 3Com 3c980, 3c980B, and 3c980C server adapters +* 3Com 3cSOHO100-TX OfficeConnect adapters +* 3Com 3c450 HomeConnect adapters +* 3Com 3c555, 3c556 and 3c556B mini-PCI adapters +* 3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT, 3CCFEM656, 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and 3CXFEM656C CardBus adapters +* 3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB, and 3c920B-EMB-WNM embedded adapters + +Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the man:xl[4] driver nor any other FreeBSD driver supports this modem. + +''''' + +[[FDDI] +=== FDDI Interfaces + +[i386, pc98] DEC DEFPA PCI (fpa[4] driver) + +[i386] DEC DEFEA EISA (man:fpa[4] driver) + +''''' + +[[ATM]] +=== ATM Interfaces + +[i386, pc98] Midway-based ATM interfaces (man:en[4] driver) + +[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and man:fatm[4] drivers) + +[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (man:idt[4] driver) + +[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (man:hatm[4] driver) + +[i386, pc98] IDT77252-based ATM cards (man:patm[4] driver) + +''''' + +[[WLAN]] +=== Wireless Network Interfaces + +[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (man:an[4] driver) + +[i386,pc98,amd64,sparc64] The man:ath[4] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. + +The man:bwi[4] driver supports Broadcom BCM43xx based wireless devices, including: + +* Apple Airport Extreme +* Apple Airport Extreme +* ASUS WL-138g +* Buffalo WLI-CB-G54S +* Buffalo WLI-PCI-G54S +* Compaq R4035 onboard +* Dell Wireless 1390 BCM4311 Mini PCI +* Dell Wireless 1470 +* Dell Truemobile 1300 r2 +* Dell Truemobile 1400 +* HP nx6125 +* Linksys WPC54G Ver 3 +* Linksys WPC54GS Ver 2 +* TRENDnet TEW-401PCplus +* US Robotics 5411 + +The man:bwi[4] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the man:bwi[4] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. + +[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (man:ipw[4] driver) + +[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (man:iwi[4] driver) + +[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (man:iwn[4] driver) + +[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (man:malo[4] driver) + +Marvell 88W8363 IEEE 802.11n wireless network adapters (man:mwl[4] driver) + +[i386,amd64] The man:ral[4] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: + +* A-Link WL54H +* A-Link WL54PC +* AirLink101 AWLC5025 +* AirLink101 AWLH5025 +* Amigo AWI-914W +* Amigo AWI-922W +* Amigo AWI-926W +* AMIT WL531C +* AMIT WL531P +* AOpen AOI-831 +* ASUS WL-107G +* ASUS WL-130g +* Atlantis Land A02-PCI-W54 +* Atlantis Land A02-PCM-W54 +* Belkin F5D7000 v3 +* Belkin F5D7010 v2 +* Billionton MIWLGRL +* Canyon CN-WF511 +* Canyon CN-WF513 +* CC&C WL-2102 +* CNet CWC-854 +* CNet CWP-854 +* Compex WL54G +* Compex WLP54G +* Conceptronic C54RC +* Conceptronic C54Ri +* Digitus DN-7001G-RA +* Digitus DN-7006G-RA +* E-Tech WGPC02 +* E-Tech WGPI02 +* Edimax EW-7108PCg +* Edimax EW-7128g +* Eminent EM3036 +* Eminent EM3037 +* Encore ENLWI-G-RLAM +* Encore ENPWI-G-RLAM +* Fiberline WL-400P +* Fibreline WL-400X +* Gigabyte GN-WI01GS +* Gigabyte GN-WIKG +* Gigabyte GN-WMKG +* Gigabyte GN-WP01GS +* Gigabyte GN-WPKG +* Hawking HWC54GR +* Hawking HWP54GR +* iNexQ CR054g-009 (R03) +* JAHT WN-4054P +* JAHT WN-4054PCI +* LevelOne WNC-0301 v2 +* LevelOne WPC-0301 v2 +* Linksys WMP54G v4 +* Micronet SP906GK +* Micronet SP908GK V3 +* Minitar MN54GCB-R +* Minitar MN54GPC-R +* MSI CB54G2 +* MSI MP54G2 +* MSI PC54G2 +* OvisLink EVO-W54PCI +* PheeNet HWL-PCIG/RA +* Pro-Nets CB80211G +* Pro-Nets PC80211G +* Repotec RP-WB7108 +* Repotec RP-WP0854 +* SATech SN-54C +* SATech SN-54P +* Sitecom WL-112 +* Sitecom WL-115 +* SMC SMCWCB-GM +* SMC SMCWPCI-GM +* SparkLAN WL-685R +* Surecom EP-9321-g +* Surecom EP-9321-g1 +* Surecom EP-9428-g +* Sweex LC500050 +* Sweex LC700030 +* TekComm NE-9321-g +* TekComm NE-9428-g +* Unex CR054g-R02 +* Unex MR054g-R02 +* Zinwell ZWX-G160 +* Zinwell ZWX-G360 +* Zinwell ZWX-G361 +* Zonet ZEW1500 +* Zonet ZEW1600 + +[i386,amd64] The man:rum[4] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: + +* 3Com Aolynk WUB320g +* Abocom WUG2700 +* Airlink101 AWLL5025 +* ASUS WL-167g ver 2 +* Belkin F5D7050 ver 3 +* Belkin F5D9050 ver 3 +* Buffalo WLI-U2-SG54HP +* Buffalo WLI-U2-SG54HG +* Buffalo WLI-U2-G54HP +* Buffalo WLI-UC-G +* CNet CWD-854 ver F +* Conceptronic C54RU ver 2 +* Corega CG-WLUSB2GO +* D-Link DWA-110 +* D-Link DWA-111 +* D-Link DWL-G122 rev C1 +* D-Link WUA-1340 +* Digitus DN-7003GR +* Edimax EW-7318USG +* Gigabyte GN-WB01GS +* Gigabyte GN-WI05GS +* Hawking HWUG1 +* Hawking HWU54DM +* Hercules HWGUSB2-54-LB +* Hercules HWGUSB2-54V2-AP +* LevelOne WNC-0301USB v3 +* Linksys WUSB54G rev C +* Linksys WUSB54GR +* Planex GW-US54HP +* Planex GW-US54Mini2 +* Planex GW-USMM +* Senao NUB-3701 +* Sitecom WL-113 ver 2 +* Sitecom WL-172 +* Sweex LW053 +* TP-LINK TL-WN321G + +[i386,amd64] The man:run[4] driver supports the following wireless adapters: + +* Airlink101 AWLL6090 +* ASUS USB-N11 +* ASUS USB-N13 ver. A1 +* ASUS WL-160N +* Belkin F5D8051 ver 3000 +* Belkin F5D8053 +* Belkin F5D8055 +* Belkin F6D4050 ver 1 +* Buffalo WLI-UC-AG300N +* Buffalo WLI-UC-G300N +* Buffalo WLI-UC-G301N +* Buffalo WLI-UC-GN +* Corega CG-WLUSB2GNL +* Corega CG-WLUSB2GNR +* Corega CG-WLUSB300AGN +* Corega CG-WLUSB300GNM +* D-Link DWA-130 rev B1 +* D-Link DWA-140 +* DrayTek Vigor N61 +* Edimax EW-7711UAn +* Edimax EW-7711UTn +* Edimax EW-7717Un +* Edimax EW-7718Un +* Gigabyte GN-WB30N +* Gigabyte GN-WB31N +* Gigabyte GN-WB32L +* Hawking HWDN1 +* Hawking HWUN1 +* Hawking HWUN2 +* Hercules HWNU-300 +* Linksys WUSB54GC v3 +* Linksys WUSB600N +* Mvix Nubbin MS-811N +* Planex GW-USMicroN +* Planex GW-US300MiniS +* Sitecom WL-182 +* Sitecom WL-188 +* Sitecom WL-301 +* Sitecom WL-302 +* Sitecom WL-315 +* SMC SMCWUSBS-N2 +* Sweex LW303 +* Sweex LW313 +* Unex DNUR-81 +* Unex DNUR-82 +* ZyXEL NWD210N +* ZyXEL NWD270N + +The man:uath[4] driver should work with the following adapters: + +* Compex WLU108AG +* Compex WLU108G +* D-Link DWL-G132 +* IODATA WN-G54/US +* MELCO WLI-U2-KAMG54 +* Netgear WG111T +* Netgear WG111U +* Netgear WPN111 +* Olitec 000544 +* PLANET WDL-U357 +* Siemens Gigaset 108 +* SMC SMCWUSBT-G +* SMC SMCWUSBT-G2 +* SparkLAN WL-785A +* TP-Link TL-WN620G +* TRENDware International TEW-444UB +* TRENDware International TEW-504UB +* Unex Technology UR054ag +* ZyXEL XtremeMIMO M-202 + +An up to date list can be found at http://customerproducts.atheros.com/customerproducts/default.asp. + +The man:upgt[4] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: + +* Belkin F5D7050 (version 1000) +* Cohiba Proto Board +* D-Link DWL-G120 Cohiba +* FSC Connect2Air E-5400 USB D1700 +* Gigaset USB Adapter 54 +* Inventel UR045G +* SMC EZ ConnectG SMC2862W-G +* Sagem XG703A +* Spinnaker DUT +* Spinnaker Proto Board + +[i386,amd64] The man:ural[4] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: + +* AMIT WL532U +* ASUS WL-167g +* Belkin F5D7050 v2000 +* Buffalo WLI-U2-KG54-AI +* CNet CWD-854 +* Compex WLU54G 2A1100 +* Conceptronic C54RU +* D-Link DWL-G122 b1 +* Dynalink WLG25USB +* E-Tech WGUS02 +* Gigabyte GN-WBKG +* Hercules HWGUSB2-54 +* KCORP LifeStyle KLS-685 +* Linksys WUSB54G v4 +* Linksys WUSB54GP v4 +* MSI MS-6861 +* MSI MS-6865 +* MSI MS-6869 +* NovaTech NV-902 +* OvisLink Evo-W54USB +* SerComm UB801R +* SparkLAN WL-685R +* Surecom EP-9001-g +* Sweex LC100060 +* Tonze UW-6200C +* Zinwell ZWX-G261 +* Zonet ZEW2500P + +An up to date list can be found at http://ralink.rapla.net/. + +The man:urtw[4] driver supports Realtek RTL8187B/L based wireless network devices, including: + +* Belkin F5D7050E +* Linksys WUSB54GCv2 +* Netgear WG111v2 +* Netgear WG111v3 +* Safehome WLG-1500SMA5 +* Shuttle XPC Accessory PN20 +* Sitecom WL168v1 +* Sitecom WL168v4 +* SureCom EP-9001-g(2A) +* TRENDnet TEW-424UB V3.xR + +[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 (man:wi[4] driver) + +[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (man:wl[4] driver) + +[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (man:wpi[4] driver) + +[i386,amd64] The following devices are known to be supported by the man:zyd[4] driver: + +* 3COM 3CRUSB10075 +* Acer WLAN-G-US1 +* Airlink+ AWLL3025 +* Airlink 101 AWLL3026 +* AOpen 802.11g WL54 +* Asus A9T integrated wireless +* Asus WL-159g +* Belkin F5D7050 v.4000 +* Billion BiPAC 3011G +* Buffalo WLI-U2-KG54L +* CC&C WL-2203B +* DrayTek Vigor 550 +* Edimax EW-7317UG +* Edimax EW-7317LDG +* Fiberline Networks WL-43OU +* iNexQ UR055g +* Linksys WUSBF54G +* Longshine LCS-8131G3 +* MSI US54SE +* MyTek MWU-201 USB adapter +* Philips SNU5600 +* Planet WL-U356 +* Planex GW-US54GZ +* Planex GW-US54GZL +* Planex GW-US54Mini +* Safecom SWMULZ-5400 +* Sagem XG 760A +* Sagem XG 76NA +* Sandberg Wireless G54 USB +* Sitecom WL-113 +* SMC SMCWUSB-G +* Sweex wireless USB 54 Mbps +* Tekram/Siemens USB adapter +* Telegent TG54USB +* Trendnet TEW-424UB rev A +* Trendnet TEW-429UB +* TwinMOS G240 +* Unicorn WL-54G +* US Robotics 5423 +* X-Micro XWL-11GUZX +* Yakumo QuickWLAN USB +* Zonet ZEW2501 +* ZyXEL ZyAIR G-220 + +''''' + +[[MISC-NETWORK]] +=== Miscellaneous Networks + +[i386,pc98] The man:ce[4] driver supports the following models of Tau-PCI/32 WAN adapters: + +* Cronyx Tau-PCI/32 +* Cronyx Tau-PCI/32-Lite + +[i386] The man:cx[4] driver supports the following cards: + +* Cronyx Sigma-22, Sigma-24 +* Cronyx Sigma-100 +* Cronyx Sigma-400, Sigma-401, Sigma-404, Sigma-410, Sigma-440 +* Cronyx Sigma-500 +* Cronyx Sigma-703 +* Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840 + +[i386,pc98] The man:cp[4] driver supports the following models of Tau-PCI WAN adapters: + +* Cronyx Tau-PCI +* Cronyx Tau-PCI/R +* Cronyx Tau-PCI-L +* Cronyx Tau-PCI-L/R +* Cronyx Tau-PCI-E1 +* Cronyx Tau-PCI-G703 +* Cronyx Tau-PCI-2E1 +* Cronyx Tau-PCI-4E1 +* Cronyx Tau-PCI-E3 +* Cronyx Tau-PCI-T3 +* Cronyx Tau-PCI-STS1 + +[i386] The man:ctau[4] driver supports the following cards: + +* Cronyx Tau (RS-232/V.35) +* Cronyx Tau/R (RS-530/RS-449) +* Cronyx Tau/E1 (fractional E1) +* Cronyx Tau/G703 (unframed E1) + +[i386] The man:cm[4] driver supports the following card models: + +* SMC90c26 +* SMC90c56 +* SMC90c66 in '56 compatibility mode. + +''''' + +[[SERIAL]] +=== Serial Interfaces + +[amd64, i386] “PC standard” 8250, 16450, and 16550-based serial ports ( man:sio[4] driver) + +The man:uart[4] driver supports the following classes of UARTs: + +* NS8250: standard hardware based on the 8250, 16450, 16550, 16650, 16750 or the 16950 UARTs. +* SCC: serial communications controllers supported by the scc(4) device driver. + +The man:scc[4] driver supports the following classes of SCCs: + +* SAB82532: Siemens SAB 82532 based serial communications controllers. +* Z8530: Zilog 8530 based serial communications controllers. + +[amd64, i386] AST 4 port serial card using shared IRQ + +* ARNET 8 port serial card using shared IRQ +* ARNET (now Digiboard) Sync 570/i high-speed serial + +[i386] Boca multi-port serial cards + +* Boca BB1004 4-Port serial card (Modems _not_ supported) +* Boca IOAT66 6-Port serial card (Modems supported) +* Boca BB1008 8-Port serial card (Modems _not_ supported) +* Boca BB2016 16-Port serial card (Modems supported) + +[i386] Comtrol Rocketport card (man:rp[4] driver) + +[i386] Cyclades Cyclom-Y serial board (man:cy[4] driver) + +[i386] STB 4 port card using shared IRQ + +[i386] DigiBoard intelligent serial cards (digi driver) + +[amd64, i386, ia64] PCI-Based multi-port serial boards (man:puc[4] driver) + +* [amd64, i386] Actiontech 56K PCI +* [amd64, i386] Avlab Technology, PCI IO 2S and PCI IO 4S +* [amd64, i386] Comtrol RocketPort 550 +* [amd64, i386] Decision Computers PCCOM 4-port serial and dual port RS232/422/485 +* [ia64] Diva Serial (GSP) Multiport UART +* [amd64, i386] Dolphin Peripherals 4025/4035/4036 +* [amd64, i386] IC Book Labs Dreadnought 16x Lite and Pro +* [amd64, i386] Lava Computers 2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550 +* [amd64, i386] Middle Digital, Weasle serial port +* [amd64, i386] Moxa Industio CP-114, Smartio C104H-PCI and C168H/PCI +* [amd64, i386] NEC PK-UG-X001 and PK-UG-X008 +* [amd64, i386] Netmos NM9835 PCI-2S-550 +* [amd64, i386] Oxford Semiconductor OX16PCI954 PCI UART +* [amd64, i386] Syba Tech SD-LAB PCI-4S2P-550-ECP +* [amd64, i386] SIIG Cyber I/O PCI 16C550/16C650/16C850 +* [amd64, i386] SIIG Cyber 2P1S PCI 16C550/16C650/16C850 +* [amd64, i386] SIIG Cyber 2S1P PCI 16C550/16C650/16C850 +* [amd64, i386] SIIG Cyber 4S PCI 16C550/16C650/16C850 +* [amd64, i386] SIIG Cyber Serial (Single and Dual) PCI 16C550/16C650/16C850 +* [amd64, i386] Syba Tech Ltd. PCI-4S2P-550-ECP +* [amd64, i386] Titan PCI-200H and PCI-800H +* [amd64, i386] US Robotics (3Com) 3CP5609 modem +* [amd64, i386] VScom PCI-400 and PCI-800 + +[i386] The man:rc[4] driver provides support for the SDL Communications RISCom/8 boards. + +[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the “enhanced” (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (man:si[4] driver) + +[pc98] Internel serial interfaces (man:sio[4] driver) + +* PC-9801 on-board +* PC-9821 2'nd CCU (flags 0x12000000) + +[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (man:sio[4] driver) + +* COM2 (flags 0x01000000) +* COM3 (flags 0x02000000) + +[pc98] NEC PC-9801-120 (man:sio[4] driver) + +*Note:* "flags 0x11000000" is necessary in kernel configuration. + +[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (man:sio[4] driver) + +*Note:* "flags 0x14000?01" is necessary in kernel configuration. + +[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (man:sio[4] driver) + +*Note:* "flags 0x15000?01" is necessary in kernel configuration. + +[pc98] Media Intelligent RSB-384 (man:sio[4] driver) + +*Note:* "flags 0x16000001" is necessary in kernel configuration. + +[pc98] I-O DATA RSA-98III (man:sio[4] driver) + +*Note:* "flags 0x18000?01" is necessary in kernel configuration. + +[pc98] Hayes ESP98 (man:sio[4] driver) + +*Note:* "options COM_ESP" and "flags 0x19000000" are necessary in kernel configuration. + +''''' + +[[SOUND]] +=== Sound Devices + +[i386,amd64] The man:snd_ad1816[4] driver supports the following sound cards: + +* Analog Devices AD1816 + +[i386] The man:snd_als4000[4] driver supports the following sound cards: + +* Avance Logic ALS4000 + +[i386,amd64] The man:snd_atiixp[4] driver supports the following audio chipsets: + +* ATI IXP 200 +* ATI IXP 300 +* ATI IXP 400 + +[sparc64] The man:snd_audiocs[4] driver supports the following audio devices: + +* CS4231 on SBus based UltraSPARC +* CS4231 on PCI/EBus based UltraSPARC + +[i386,amd64] The man:snd_cmi[4] driver supports the following sound cards: + +* CMedia CMI8338A +* CMedia CMI8338B +* CMedia CMI8738 +* CMedia CMI8738B + +[i386,amd64] The man:snd_cs4281[4] driver supports the following sound cards: + +* Crystal Semiconductor CS4281 + +[i386,amd64] The man:snd_csa[4] driver supports the following sound cards: + +* Crystal Semiconductor CS4280 +* Crystal Semiconductor CS4610 +* Crystal Semiconductor CS4611 +* Crystal Semiconductor CS4614 +* Crystal Semiconductor CS4615 +* Crystal Semiconductor CS4622 +* Crystal Semiconductor CS4624 +* Crystal Semiconductor CS4630 +* Genius Soundmaker 128 Value +* Hercules Game Theatre XP +* Turtle Beach Santa Cruz + +Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the man:snd_csa[4] driver yet. + +[i386,amd64] The man:snd_ds1[4] driver supports the following sound cards: + +* Yamaha DS-1 +* Yamaha DS-1E + +[i386,amd64] The man:snd_emu10k1[4] driver supports the following sound cards: + +* Creative SoundBlaster Live! (EMU10K1 Chipset) +* Creative SoundBlaster Audigy (EMU10K2 Chipset) +* Creative SoundBlaster Audigy 2 (EMU10K2 Chipset) +* Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) + +[i386,amd64] The man:snd_emu10kx[4] driver supports the following sound cards: + +* Creative Sound Blaster Live! (EMU10K1 Chipset). Both PCM and MIDI interfaces are available. +* Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM and two MIDI interfaces available. +* 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). +* 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. + +The man:snd_emu10kx[4] driver does _not_ support the following sound cards (although they have names similar to some supported ones): + +* Creative Sound Blaster Live! 24-Bit, identified by FreeBSD as +* Creative Sound Blaster Audigy LS / ES, identified by FreeBSD as +* All other Creative sound cards with -DAT chipsets. +* All Creative X-Fi series sound cards. + +[i386,amd64] The man:snd_envy24[4] driver supports the following audio devices: + +* M-Audio Audiophile 2496 +* M-Audio Delta Dio 2496 +* Terratec DMX 6fire + +[i386,amd64] The man:snd_envy24ht[4] driver supports the following audio devices: + +* Audiotrak Prodigy 7.1 +* Audiotrak Prodigy 7.1 LT +* Audiotrak Prodigy 7.1 XT +* Audiotrak Prodigy HD2 +* ESI Juli@ +* M-Audio Audiophile 192 +* M-Audio Revolution 5.1 +* M-Audio Revolution 7.1 +* Terratec Aureon 5.1 Sky +* Terratec Aureon 7.1 Space +* Terratec Aureon 7.1 Universe +* Terratec PHASE 22 +* Terratec PHASE 28 + +[i386,sparc64,amd64] The man:snd_es137x[4] driver supports the following sound cards: + +* Creative CT5880-A +* Creative CT5880-C +* Creative CT5880-D +* Creative CT5880-E +* Creative SB AudioPCI CT4730 +* Ensoniq AudioPCI ES1370 +* Ensoniq AudioPCI ES1371-A +* Ensoniq AudioPCI ES1371-B +* Ensoniq AudioPCI ES1373-A +* Ensoniq AudioPCI ES1373-B +* Ensoniq AudioPCI ES1373-8 + +[i386,amd64] The man:snd_ess[4] driver supports the following sound cards: + +* Ensoniq ESS ISA PnP/non-PnP + +[i386,amd64] The man:snd_fm801[4] driver supports audio devices based on the following chipset: + +* Forte Media FM801 + +[i386,amd64] The man:snd_gusc[4] driver supports the following sound cards: + +* Gravis UltraSound MAX +* Gravis UltraSound PnP + +[i386,amd64] The man:snd_hda[4] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. + +The man:snd_hda[4] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. + +[i386,amd64] The man:snd_hdspe[4] driver supports the following audio devices: + +* RME HDSPe AIO +* RME HDSPe RayDAT + +[i386,amd64] The man:snd_ich[4] driver supports the following audio devices: + +* AMD 768 +* AMD 8111 +* Intel 443MX +* Intel ICH +* Intel ICH revision 1 +* Intel ICH2 +* Intel ICH3 +* Intel ICH4 +* Intel ICH5 +* Intel ICH6 +* Intel ICH7 +* NVIDIA nForce +* NVIDIA nForce2 +* NVIDIA nForce2 400 +* NVIDIA nForce3 +* NVIDIA nForce3 250 +* NVIDIA nForce4 +* SiS 7012 + +[i386,amd64] The man:snd_maestro[4] driver supports the following PCI sound cards: + +* ESS Technology Maestro-1 +* ESS Technology Maestro-2 +* ESS Technology Maestro-2E + +[i386,amd64] The man:snd_maestro3[4] driver supports the following audio devices: + +* ESS Technology Allegro-1 +* ESS Technology Maestro3 + +[i386] The man:snd_mss[4] driver supports the following audio devices: + +* AD1845 +* AD1848 +* Aztech 2320 +* CMedia CMI8330 +* Crystal Semiconductor CS4231 +* Crystal Semiconductor CS4232 +* Crystal Semiconductor CS4234 +* Crystal Semiconductor CS4235 +* Crystal Semiconductor CS4236 +* Crystal Semiconductor CS4237 +* ENSONIQ SoundscapeVIVO ENS4081 +* NeoMagic 256AV (non-AC97) +* OPTi 924 +* OPTi 925 +* OPTi 930 +* OPTi 931 +* OPTi 933 +* Yamaha OPL-SA2 +* Yamaha OPL-SA3 + +[i386,amd64] The man:snd_neomagic[4] driver supports the following audio devices: + +* NeoMagic 256AV +* NeoMagic 256ZX + +[i386,amd64] The man:snd_sbc[4] driver supports the following sound cards: + +* Avance Asound 110 +* Avance Logic ALS100+ +* Avance Logic ALS120 +* Creative SB16 +* Creative SB32 +* Creative AWE64 +* Creative AWE64 Gold +* Creative ViBRA16C +* Creative ViBRA16X +* ESS ES1681 +* ESS ES1688 +* ESS ES1868 +* ESS ES1869 +* ESS ES1878 +* ESS ES1879 +* ESS ES1888 + +[i386,amd64] The man:snd_solo[4] driver supports the following sound cards: + +* ESS Solo-1 (ES1938 Chipset) +* ESS Solo-1E (ES1946 Chipset) + +Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) and/or snd_sbc(4). + +[i386,amd64] The man:snd_spicds[4] driver supports the following codecs: + +* AK4358 +* AK4381 +* AK4396 +* AK4524 +* AK4528 +* WM8770 + +[i386,amd64,sparc64] The man:snd_t4dwave[4] driver supports the following audio devices: + +* Acer Labs M5451 +* SIS 7018 +* Trident 4DWave DX +* Trident 4DWave NX + +[i386,amd64] The man:snd_via8233[4] driver supports the following audio chipsets: + +* VIA VT8233 +* VIA VT8233A +* VIA VT8233C +* VIA VT8235 +* VIA VT8237 +* VIA VT8251 + +[i386,amd64] The man:snd_via82c686[4] driver supports audio devices based on the following chipset: + +* VIA 82C686A + +[i386,amd64] The man:snd_vibes[4] driver supports audio devices based on the following chipset: + +* S3 SonicVibes + +[pc98] NEC PC-9801-73, 86 and compatibles (nss driver) + +* NEC A-MATE internal sound +* Q-Vision WaveStar, WaveMaster + +[pc98] NEC X-MATE, CanBe, ValueStar internal (mss driver) + +[pc98] Creative Technologies SoundBlaster(98) (man:sb[4] driver) + +[pc98] I-O DATA CD-BOX (man:sb[4] driver) + +[pc98] MPU-401 and compatible interfaces (mpu driver) + +* Q-Vision WaveStar + +''''' + +[[CAMERA]] +=== Camera and Video Capture Devices + +[i386,pc98] The man:bktr[4] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: + +* AOpen VA1000 +* AVerMedia AVerTV Studio +* AVerMedia TF/FM-98 +* ATI TV Wonder VE +* Hauppauge WinCast/TV +* Hauppauge WinTV-Go-FM +* Hauppauge WinTV-pci +* Hauppauge WinTV-radio +* Intel Smart Video Recorder III +* KWORLD PCI TV Tuner +* Miro PC TV +* Pinnacle PCTV Pro +* Pinnacle PCTV Rave +* PixelView PlayTV PAK +* PixelView PlayTV Pro (rev 4C, 9D) +* SIGMA TV II +* STB TV PCI Television Tuner +* Super TV Tuner +* TerraTec TValue +* V-Stream XPERT TV-PVR 878 +* Video Highway XTreme +* VideoLogic Captivator PCI + +[i386] Connectix QuickCam + +''''' + +[[USB]] +=== USB Devices + +[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. + + +[amd64, i386, ia64, pc98] USB Ethernet adapters can be found in the section listing <<ETHERNET,Ethernet interfaces>>. + +[amd64, i386, ia64, pc98] USB Bluetooth adapters can be found in <<BLUETOOTH,Bluetooth>> section. + +[i386,pc98,ia64,amd64,powerpc] The man:ohci[4] driver supports all OHCI v1.0 compliant controllers including: + +* AcerLabs M5237 (Aladdin-V) +* AMD-756 +* OPTi 82C861 (FireLink) +* NEC uPD 9210 +* CMD Tech 670 (USB0670) +* CMD Tech 673 (USB0673) +* NVIDIA nForce3 +* Sun PCIO-2 (RIO USB) + +[i386,pc98,ia64,amd64,powerpc] The man:uhci[4] driver supports all UHCI v1.1 compliant controllers including: + +* Intel 82371AB/EB (PIIX4) +* Intel 82371SB (PIIX3) +* VIA 83C572 + +[amd64, i386, ia64, pc98] USB 2.0 controllers using the EHCI interface (man:ehci[4] driver) + +[amd64, i386, ia64, pc98] Hubs + +[amd64, i386, ia64, pc98] Keyboards (man:ukbd[4] driver) + +[amd64, i386, pc98] Miscellaneous + +* Assist Computer Systems PC Camera C-M1 +* ActiveWire I/O Board +* Creative Technology Video Blaster WebCam Plus +* D-Link DSB-R100 USB Radio (man:ufm[4] driver) +* Mirunet AlphaCam Plus + +[i386,pc98,amd64,powerpc] The following devices are supported by the man:urio[4] driver: + +* Diamond MultiMedia Rio 500 +* Diamond MultiMedia Rio 600 +* Diamond MultiMedia Rio 800 + +[i386,pc98,amd64] Devices supported by the man:umodem[4] driver include: + +* 3Com 5605 +* Curitel PC5740 Wireless Modem +* Kyocera AH-K3001V Mobile Phone(WILLCOM) +* Kyocera WX320K Mobile Phone(WILLCOM) +* Metricom Ricochet GS USB wireless modem +* Sierra MC5720 Wireless Modem +* Yamaha Broadband Wireless Router RTW65b +* ELSA MicroLink 56k USB modem +* Sony Ericsson W810i phone + +[amd64, i386, ia64, pc98] Mice (man:ums[4] driver) + +[i386,pc98,amd64,powerpc] The man:ulpt[4] driver provides support for USB printers and parallel printer conversion cables, including the following: + +* ATen parallel printer adapter +* Belkin F5U002 parallel printer adapter +* Canon BJ F850, S600 +* Canon LBP-1310, 350 +* Entrega USB-to-parallel printer adapter +* Hewlett-Packard HP Deskjet 3420 (P/N: C8947A #ABJ) +* Oki Data MICROLINE ML660PS +* Seiko Epson PM-900C, 880C, 820C, 730C + +[i386,pc98,amd64] The man:ubsa[4] driver supports the following adapters: + +* AnyData ADU-500A EV-DO modem +* AnyData ADU-E100A (no EV-DO mode support) +* Belkin F5U103 +* Belkin F5U120 +* e-Tek Labs Kwik232 +* GoHubs GoCOM232 +* Peracom single port serial adapter + +[i386,pc98,amd64] The man:ubser[4] driver provides support for the BWCT console management serial adapters. + +[i386,pc98,amd64] The man:uftdi[4] driver supports the following adapters: + +* B&B Electronics USB->RS422/485 adapter +* Elexol USB MOD1 and USB MOD3 +* HP USB-Serial adapter shipped with some HP laptops +* Inland UAS111 +* QVS USC-1000 +* Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote +* Prologix GPIB-USB Controller + +[i386,pc98,amd64] The man:uplcom[4] driver supports the following devices and adapters: + +* ADLINK ND-6530 USB-Serial Adapter +* Alcatel One Touch 535/735 Phone +* Alcor AU9720 USB-RS232 Serial Adapter +* AlDiga AL-11U Modem +* Alltronix ACM003U00 Modem +* Anchor Serial adapter +* ATEN UC-232A +* BAFO BF-800 and BF-810 +* Belkin F5U257 +* BenQ S81 Phone +* Corega CG-USBRS232R Serial Adapter +* Cressi Edy (Seiko) Diving Computer +* ELECOM UC-SGT Serial Adapter +* HAL Corporation Crossam2+USB IR commander +* Hama USB RS-232 Serial Adapter +* Hamlet exagerate XURS232 +* HP LD220 Point-Of-Sale (POS) Display +* IOGEAR UC-232A +* I/O DATA USB-RSAQ, USB-RSAQ2, USB-RSAQ3 and USB-RSAQ5 +* iTegno WM1080A GSM/GFPRS Modem +* iTegno WM2080A CDMA Modem +* Leadtek 9531 GPS +* Micromax 610U Modem +* Microsoft Palm 700WX +* Mobile Action MA-620 Infrared Adapter +* Nokia CA-42 Cable +* OTI DKU-5 cable +* Panasonic TY-TP50P6-S flat screen +* PLX CA-42 Phone Cable +* PLANEX USB-RS232 URS-03 +* Prolific Generic USB-Serial Adapters +* Prolific Pharos USB-Serial Adapter +* RATOC REX-USB60 +* Radio Shack USB Serial Cable +* Sagem USB-Serial Adapter +* Samsung I330 Phone Cradle +* Sandberg USB to Serial Link (model number 133-08) +* Sanwa KB-USB2 Multimeter cable +* Siemens/BenQ EF81, SX1, X65 and X75 Mobile Phones +* Sitecom USB-Serial Adapter +* SMART Technologies USB-Serial Adapter +* Sony QN3 Phone Cable +* Sony Ericsson Datapilot +* Sony Ericsson DCU-10 and DCU-11 (Susteen) USB Cables +* SOURCENEXT KeikaiDenwa 8 (with and without charger) +* Speed Dragon USB-Serial Cable +* Syntech CPT-8001C Barcode Scanner +* TDK UHA6400 and UPA9664 USB-PHS Adapters +* TRENDnet USB to Serial Converter (TU-S9) +* Tripp-Lite U209-000-R USB-Serial Adapter +* UIC HCR331 Magnetic Stripe Card Reader +* UIC MSR206 Magnetic Stripe Card Reader +* Willcom W-SIM DD PHS terminal.(WS002IN) +* YC-Cable USB-Serial Adapter +* Zeagle N2iTion3 Diving Computer + +The man:umct[4] driver supports the following adapters: + +* Belkin F5U109 +* Belkin F5U409 +* D-Link DU-H3SP USB BAY Hub +* Magic Control Technology USB-232 +* Sitecom USB-232 + +[i386,pc98,amd64,powerpc] The man:umass[4] driver supports USB Mass Storage devices, including: + +* ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M +* Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20 +* FujiFilm Zip USB Drive ZDR100 USB A +* GREEN HOUSE USB Flash Memory "PicoDrive" GH-UFD32M, 64M, 128M +* Huawei Mobile (SD slot) +* IBM 32MB USB Memory Key (P/N 22P5296) +* IBM 256MB USB Drive (MSYSTEM DiskOnKey2) +* IBM ThinkPad USB Portable CD-ROM Drive (P/N 33L5151) +* I-O DATA USB CD/CD-R/CD-RW/DVD-R/DVD-RW/DVD-RAM/DVD-ROM Drive DVR-iUH2 (CDROM, DVD-RAM only) +* I-O DATA USB x6 CD-RW Drive CDRW-i64/USB (CDROM only) +* I-O DATA USB/IEEE1394 Portable HD Drive HDP-i30P/CI, HDP-i40P/CI +* Iomega USB Zip 100/250 drive +* Iomega Zip750 USB2.0 drive +* Keian USB1.1/2.0 3.5-inch HDD Case KU350A +* Kurouto Shikou USB 2.5-inch HDD Case GAWAP2.5PS-USB2.0 +* LaCie P3 HardDrive USB 200GB +* Logitec LDR-H443U2 DVD-RAM/-R/+R/-RW/+RW drive +* Logitec Mobile USB Memory LMC-256UD +* Logitec USB1.1/2.0 HDD Unit SHD-E60U2 +* Logitec USB Double-Speed Floppy Drive LFD-31U2 +* Logitec USB/IEEE1394 DVD-RAM/R/RW Unit LDR-N21FU2 (CDROM only) +* MELCO USB Flash Disk "ClipDrive", RUF-C32M, -C64M, -C128M, -C256M, -C512M +* MELCO USB Flash Disk "PetitDrive", RUF-32M, -64M, -128M, -256Mm +* MELCO USB2.0 Flash Disk "PetitDrive2", RUF-256M/U2, -512M/U2 +* MELCO USB2.0 MO Drive MO-CH640U2 +* Matshita CF-VFDU03 floppy drive +* Merlin SM300 MP3/WMA Player (256Mb) +* Microtech International, Inc. USB-SCSI-HD 50 USB to SCSI cable +* Motorola E398 Mobile Phone (TransFlash memory card) +* NOVAC USB2.0 2.5/3.5-inch HDD Case NV-HD351U +* PNY Attache Flash Drive +* Panasonic ("Matshita FDD CF-VFDU03") +* Panasonic KXL-CB20AN Portable DVD-ROM/CD-R/RW +* Panasonic KXL-CB35AN (DVD-ROM & CD-R/RW) +* Panasonic USB2.0 Portable CD-RW Drive KXL-RW40AN (CDROM only) +* Panasonic floppy drive +* Qware BeatZkey! Pro +* RATOC Systems USB2.0 Removable HDD Case U2-MDK1, U2-MDK1B +* SanDisk SDDR-31 (Compact Flash) +* SanDisk SDDR-75 (only Compact Flash port works) +* Sitecom CN-300 MultiFlash (MMC/SD, SmartMedia, CF, MemoryStick) +* Sony Portable CD-R/RW Drive CRX10U (CDROM only) +* TEAC Portable USB CD-ROM Unit CD-110PU/210PU +* Time DPA20B MP3 Player (1Gb) +* Trek Thumbdrive 8MB +* VAIO floppy drive (includes Y-E Data Flashbuster-U) +* Y-E Data floppy drive (720/1.44/2.88Mb) + +Among the supported digital cameras are: + +* Asahi Optical (PENTAX) Optio 230 & 330 + +[amd64, i386, pc98] Audio Devices (man:uaudio[4] driver) + +[i386,pc98,amd64] The man:uvisor[4] driver supports the following devices: + +* Aceeca Mez1000 RDA +* Handspring Treo +* Handspring Treo 600 +* Handspring Visor +* Palm I705 +* Palm M125 +* Palm M130 +* Palm M500 +* Palm M505 +* Palm M515 +* Palm Tungsten T +* Palm Tungsten Z +* Palm Zire +* Palm Zire 31 +* Sony Clie 4.0 +* Sony Clie 4.1 +* Sony Clie 5.0 +* Sony Clie PEG-S500C +* Sony Clie NX60 +* Sony Clie S360 +* Sony Clie TJ37 + +''''' + +[[FIREWIRE]] +=== IEEE 1394 (Firewire) Devices + +[i386,sparc64,ia64,amd64,powerpc] The man:fwohci[4] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: + +* Adaptec AHA-894x/AIC-5800 +* Apple Pangea +* Apple UniNorth +* Intel 82372FB +* IOGEAR GUF320 +* Lucent / Agere FW322/323 +* NEC uPD72861 +* NEC uPD72870 +* NEC uPD72871/2 +* NEC uPD72873 +* NEC uPD72874 +* National Semiconductor CS4210 +* Ricoh R5C551 +* Ricoh R5C552 +* Sony CX3022 +* Sony i.LINK (CXD3222) +* Sun PCIO-2 (RIO 1394) +* Texas Instruments PCI4410A +* Texas Instruments PCI4450 +* Texas Instruments PCI4451 +* Texas Instruments TSB12LV22 +* Texas Instruments TSB12LV23 +* Texas Instruments TSB12LV26 +* Texas Instruments TSB43AA22 +* Texas Instruments TSB43AB21/A/AI/A-EP +* Texas Instruments TSB43AB22/A +* Texas Instruments TSB43AB23 +* Texas Instruments TSB82AA2 +* VIA Fire II (VT6306) + +[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (man:sbp[4] driver) + +''''' + +[[BLUETOOTH]] +=== Bluetooth Devices + +[i386,pc98,amd64] The man:ng_bt3c[4] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. + +[i386,pc98,amd64] The man:ng_ubt[4] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: + +* 3Com 3CREB96 +* AIPTEK BR0R02 +* EPoX BT-DG02 +* Mitsumi Bluetooth USB adapter +* MSI MS-6967 +* TDK Bluetooth USB adapter + +''''' + +[[CRYPTO-ACCEL]] +=== Cryptographic Accelerators + +[i386,pc98,amd64] The man:hifn[4] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: + +* Invertex AEON +* Hifn 7751 +* PowerCrypt +* XL-Crypt +* NetSec 7751 +* Soekris Engineering vpn1201 and vpn1211 +* Soekris Engineering vpn1401 and vpn1411 + +[i386,pc98,amd64] The man:safe[4] driver supports cards containing any of the following chips: + +* SafeNet 1141 +* SafeNet 1741 + +[i386,pc98,amd64] The man:ubsec[4] driver supports cards containing any of the following chips: + +* Bluesteel 5501 +* Bluesteel 5601 +* Broadcom BCM5801 +* Broadcom BCM5802 +* Broadcom BCM5805 +* Broadcom BCM5820 +* Broadcom BCM5821 +* Broadcom BCM5822 +* Broadcom BCM5823 +* Broadcom BCM5825 + +''''' + +[[MISC]] +=== Miscellaneous + +[amd64, i386, pc98] FAX-Modem/PCCARD + +* MELCO IGM-PCM56K/IGM-PCM56KH +* Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal) + +[amd64, i386, pc98] Floppy drives (man:fdc[4] driver) + +[amd64, i386] VGA-compatible video cards (man:vga[4] driver) + +Information regarding specific video cards and compatibility with *Xorg* can be found at http://www.x.org/. + +[amd64, i386, ia64, pc98] Keyboards including: + +* [i386] AT-style keyboards (man:atkbd[4] driver) +* [amd64, i386] PS/2 keyboards (man:atkbd[4] driver) +* [pc98] Standard keyboards +* [amd64, i386, ia64, pc98] USB keyboards (man:ukbd[4] driver) + +[amd64, i386, ia64, pc98] Pointing devices including: + +* [amd64, i386, pc98] Bus mice and compatible devices (man:mse[4] driver) +* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (man:psm[4] driver) +* Serial mice and compatible devices +* [amd64, i386, ia64, pc98] USB mice (man:ums[4] driver) + +man:moused[8] has more information on using pointing devices with FreeBSD. Information on using pointing devices with *Xorg* can be found at http://www.x.org/. + +[amd64, i386] “PC standard” parallel ports (man:ppc[4] driver) + +[pc98] “PC-9821 standard” parallel ports (man:ppc[4] driver) + +[i386, amd64] PC-compatible joysticks (man:joy[4] driver) + +[pc98] Joystick port of SoundBlaster(98) (man:joy[4] driver) + +[i386, pc98] PHS Data Communication Card/PCCARD + +* NTT DoCoMo P-in Comp@ct +* Panasonic KX-PH405 +* SII MC-P200 + +[i386] Xilinx XC6200-based reconfigurable hardware cards compatible with the HOT1 from http://www.vcc.com/[Virtual Computers] (xrpu driver). + +[pc98] Power Management Controller of NEC PC-98 Note (pmc driver) diff --git a/website/content/en/releases/9.1R/hardware.html b/website/content/en/releases/9.1R/hardware.html deleted file mode 100644 index b2ed3c9a8b..0000000000 --- a/website/content/en/releases/9.1R/hardware.html +++ /dev/null @@ -1,10978 +0,0 @@ -<!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 9.1-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 9.1-RELEASE Hardware Notes</a></h1> - -<h3 class="CORPAUTHOR">The FreeBSD Documentation Project</h3> - -<p class="COPYRIGHT">Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -2008, 2009, 2010, 2011, 2012 The FreeBSD Documentation Project</p> - -<p class="PUBDATE">$FreeBSD: -release/9.1.0/release/doc/en_US.ISO8859-1/hardware/article.sgml 243705 2012-11-30 -16:15: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>AMD, Am486, Am5X86, AMD Athlon, AMD Duron, AMD Opteron, AMD-K6, Athlon, Élan, -Opteron, and PCnet are trademarks of Advanced Micro Devices, Inc.</p> - -<p>Fujitsu, the Fujitsu logo, LifeBook, Stylistic, PRIMEPOWER, PRIMEQUEST, PRIMECLUSTER, -ETERNUS, TRIOLE, ESPRIMO, BioMedCAChe, CAChe, CELLINJECTOR, isS, Materials Explorer, -SystemWalker, and Interstage are trademarks or registered trademarks of Fujitsu Limited -in the United States and other countries.</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. SPARC International, Inc owns all of the SPARC -trademarks and under licensing agreements allows the proper use of these trademarks by -its members.</p> - -<p>Sun, Sun Microsystems, Java, Java Virtual Machine, JavaServer Pages, JDK, JRE, JSP, -JVM, Netra, OpenJDK, Solaris, StarOffice, Sun Blade, Sun Enterprise, Sun Fire, SunOS, -Ultra and VirtualBox 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 “™” or the “®” 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="#FDDI">FDDI Interfaces</a></dt> - -<dt>3.4 <a href="#ATM">ATM Interfaces</a></dt> - -<dt>3.5 <a href="#WLAN">Wireless Network Interfaces</a></dt> - -<dt>3.6 <a href="#MISC-NETWORK">Miscellaneous Networks</a></dt> - -<dt>3.7 <a href="#SERIAL">Serial Interfaces</a></dt> - -<dt>3.8 <a href="#SOUND">Sound Devices</a></dt> - -<dt>3.9 <a href="#CAMERA">Camera and Video Capture Devices</a></dt> - -<dt>3.10 <a href="#USB">USB Devices</a></dt> - -<dt>3.11 <a href="#FIREWIRE">IEEE 1394 (Firewire) Devices</a></dt> - -<dt>3.12 <a href="#BLUETOOTH">Bluetooth Devices</a></dt> - -<dt>3.13 <a href="#CRYPTO-ACCEL">Cryptographic Accelerators</a></dt> - -<dt>3.14 <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 9.1-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 	(“Hammer”) and -<span class="TRADEMARK">Intel</span>® 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 Athlon</span>™64 -(“Clawhammer”).</p> -</li> - -<li> -<p><span class="TRADEMARK">AMD Opteron</span>™ -(“Sledgehammer”).</p> -</li> - -<li> -<p>All multi-core <span class="TRADEMARK">Intel</span> <span -class="TRADEMARK">Xeon</span>™ processors except 	 Sossaman have EM64T -support.</p> -</li> - -<li> -<p>The single-core <span class="TRADEMARK">Intel</span> <span -class="TRADEMARK">Xeon</span> processors “Nocona”, “Irwindale”, -	 “Potomac”, and “Cranford” 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>® D -processors</p> -</li> - -<li> -<p><span class="TRADEMARK">Intel</span> <span class="TRADEMARK">Pentium</span> 4s and -Celeron Ds using 	 the “Cedar Mill” 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 “Prescott” 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 “64-bit -extension technology” 	or “IA-32e”.</p> - -<p>The largest tested memory configuration to date is 64GB. 	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 “IBM PC 	 compatible” 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>™-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>® processors. -	All <span class="TRADEMARK">i386</span>-compatible AMD processors are also -supported, 	including the <span class="TRADEMARK">Am486</span>®, <span -class="TRADEMARK">Am5x86</span>®, K5, <span class="TRADEMARK">AMD-K6</span>® (and -variants), 	<span class="TRADEMARK">AMD Athlon</span> (including Athlon-MP, -Athlon-XP, Athlon-4, and 	Athlon Thunderbird), and <span -class="TRADEMARK">AMD Duron</span>™ processors. The AMD 	É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 -(“MicroChannel”) 	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 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 	<code -class="VARNAME">machdep.hyperthreading_allowed</code> tunable. 	The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=smp&sektion=4&manpath=FreeBSD+9.1-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+9.1-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+9.1-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+9.1-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+9.1-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>®</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+9.1-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>This section describes the systems currently known to be 	supported by FreeBSD on -the PowerPC platform. This list is not 	exhaustive.</p> - -<p>In general, all New World architecture Apple hardware 	is supported, as well a -limited selection of non-Apple 	machines.</p> - -<p>All systems listed below are fully supported, with the 	exception that software -fan control is currently missing on 	some Power Macintosh G5 models. SMP is supported -on all systems 	with more than 1 processor.</p> - -<ul> -<li> -<p>Apple iMac G3</p> -</li> - -<li> -<p>Apple iMac G4</p> -</li> - -<li> -<p>Apple iMac G5</p> -</li> - -<li> -<p>Apple Power Macintosh G3 (Blue & White)</p> -</li> - -<li> -<p>Apple Power Macintosh G4</p> -</li> - -<li> -<p>Apple Power Macintosh G5</p> -</li> - -<li> -<p>Apple iBook G3</p> -</li> - -<li> -<p>Apple iBook G4</p> -</li> - -<li> -<p>Apple PowerBook G3 (Lombard and Pismo)</p> -</li> - -<li> -<p>Apple PowerBook G4</p> -</li> - -<li> -<p>Apple XServe G4</p> -</li> - -<li> -<p>Apple XServe G5</p> -</li> - -<li> -<p>Apple Mac Mini</p> -</li> - -<li> -<p>Embedded boards based on MPC85XX</p> -</li> -</ul> -</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 Fujitsu <span class="TRADEMARK">SPARC64</span>® and Sun <span -class="TRADEMARK">UltraSPARC</span>® 	platforms. 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+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">creator</span>(4)</span></a> (Sun -Creator, Sun Creator3D 	and Sun Elite3D) or <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=machfb&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">machfb</span>(4)</span></a> (Sun -PGX and Sun PGX64 	as well as the ATI Mach64 chips found onboard in for example -	<span class="TRADEMARK">Sun Blade</span>™ 100, <span -class="TRADEMARK">Sun Blade</span> 150, Sun <span -class="TRADEMARK">Ultra</span>™ 5	and Sun <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 9.1-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>Naturetech GENIALstation 777S</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Blade</span> 100</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Blade</span> 150</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Enterprise</span>™ 150</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Enterprise</span> 220R</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Enterprise</span> 250</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Enterprise</span> 420R</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Enterprise</span> 450</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Fire</span>™ B100s (support for the on-board -NICs first 	 appeared in 8.1-RELEASE)</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Fire</span> V100</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Fire</span> V120</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">Netra</span>™ t1 100/105</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">Netra</span> T1 AC200/DC200</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">Netra</span> t 1100</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">Netra</span> t 1120</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">Netra</span> t 1125</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">Netra</span> t 1400/1405</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">Netra</span> 120</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">Netra</span> X1</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">SPARCengine</span>® Ultra AX1105</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">SPARCengine</span> Ultra AXe</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">SPARCengine</span> Ultra AXi</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">SPARCengine</span> Ultra AXmp</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">SPARCengine</span> CP1500</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">Ultra</span> 1</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">Ultra</span> 1E</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">Ultra</span> 2</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">Ultra</span> 5</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">Ultra</span> 10</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">Ultra</span> 30</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">Ultra</span> 60</p> -</li> - -<li> -<p>Sun <span class="TRADEMARK">Ultra</span> 80</p> -</li> - -<li> -<p>Sun <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+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">esp</span>(4)</span></a> driver -(Sun ESP SCSI, Sun FAS Fast-SCSI 	and Sun FAS366 Fast-Wide SCSI controllers).</p> - -<ul> -<li> -<p><span class="TRADEMARK">Sun Enterprise</span> 3500</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Enterprise</span> 4500</p> -</li> -</ul> - -<p>Starting with 7.2-RELEASE, sparc64 systems based on Sun 	<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 Blade</span> 1000</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Blade</span> 1500</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Blade</span> 2000</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Blade</span> 2500</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Fire</span> 280R</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Fire</span> V210</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Fire</span> V215 (support first appeared in -7.3-RELEASE and 8.1-RELEASE)</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Fire</span> V240</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Fire</span> V245 (support first appeared in -7.3-RELEASE and 8.1-RELEASE)</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Fire</span> V250</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Fire</span> V440 (support for the on-board NICs first -	 appeared in 7.3-RELEASE and 8.0-RELEASE)</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Fire</span> V480 (501-6780 and 501-6790 centerplanes -only, for 	 which support first appeared in 7.3-RELEASE and 8.1-RELEASE, 	 other -centerplanes might work beginning with 8.3-RELEASE and 9.0-RELEASE)</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Fire</span> V880</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Fire</span> V890 (support first appeared in -7.4-RELEASE and 8.1-RELEASE, 	 non-mixed <span class="TRADEMARK">UltraSPARC</span> -IV/IV+ CPU-configurations only)</p> -</li> - -<li> -<p><span class="TRADEMARK">Netra</span> 20/<span class="TRADEMARK">Netra</span> T4</p> -</li> -</ul> - -<p>The following Sun <span class="TRADEMARK">UltraSPARC</span> systems are not tested but -	believed to be also supported by FreeBSD:</p> - -<ul> -<li> -<p><span class="TRADEMARK">Sun Fire</span> V125</p> -</li> - -<li> -<p><span class="TRADEMARK">Sun Fire</span> V490 (support first appeared in -7.4-RELEASE and 8.1-RELEASE, 	 non-mixed <span class="TRADEMARK">UltraSPARC</span> -IV/IV+ CPU-configurations only)</p> -</li> -</ul> - -<p>Starting with 7.4-RELEASE and 8.1-RELEASE, sparc64 systems based on 	Fujitsu <span -class="TRADEMARK">SPARC64</span> V are also supported by FreeBSD, which 	includes the -following known working systems:</p> - -<ul> -<li> -<p>Fujitsu <span class="TRADEMARK">PRIMEPOWER</span>® 250</p> -</li> -</ul> - -<p>The following Fujitsu <span class="TRADEMARK">PRIMEPOWER</span> systems are not tested -but 	believed to be also supported by FreeBSD:</p> - -<ul> -<li> -<p>Fujitsu <span class="TRADEMARK">PRIMEPOWER</span> 450</p> -</li> - -<li> -<p>Fujitsu <span class="TRADEMARK">PRIMEPOWER</span> 650</p> -</li> - -<li> -<p>Fujitsu <span class="TRADEMARK">PRIMEPOWER</span> 850</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+9.1-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> - -<p>[i386,ia64,amd64] Controllers supported by the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=aac&sektion=4&manpath=FreeBSD+9.1-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 2045</p> -</li> - -<li> -<p>Adaptec RAID 2405</p> -</li> - -<li> -<p>Adaptec RAID 2445</p> -</li> - -<li> -<p>Adaptec RAID 2805</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+9.1-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+9.1-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+9.1-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+9.1-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+9.1-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>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ahci&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ahci</span>(4)</span></a> driver -supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) -and programming interface 1 (AHCI).</p> - -<p>Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it supports -AHCI part of legacy-PATA + AHCI-SATA combined controllers, such as JMicron JMB36x and -Marvell 88SE61xx.</p> - -<p>[i386,sparc64,ia64,amd64] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ahd&sektion=4&manpath=FreeBSD+9.1-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+9.1-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+9.1-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+9.1-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+9.1-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-1110ML</p> -</li> - -<li> -<p>ARC-1120ML</p> -</li> - -<li> -<p>ARC-1130ML</p> -</li> - -<li> -<p>ARC-1160ML</p> -</li> - -<li> -<p>ARC-1200</p> -</li> - -<li> -<p>ARC-1201</p> -</li> - -<li> -<p>ARC-1210</p> -</li> - -<li> -<p>ARC-1212</p> -</li> - -<li> -<p>ARC-1213</p> -</li> - -<li> -<p>ARC-1220</p> -</li> - -<li> -<p>ARC-1222</p> -</li> - -<li> -<p>ARC-1223</p> -</li> - -<li> -<p>ARC-1230</p> -</li> - -<li> -<p>ARC-1231</p> -</li> - -<li> -<p>ARC-1260</p> -</li> - -<li> -<p>ARC-1261</p> -</li> - -<li> -<p>ARC-1270</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> - -<li> -<p>ARC-1380</p> -</li> - -<li> -<p>ARC-1381</p> -</li> - -<li> -<p>ARC-1680</p> -</li> - -<li> -<p>ARC-1681</p> -</li> - -<li> -<p>ARC-1880</p> -</li> - -<li> -<p>ARC-1882</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+9.1-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+9.1-RELEASE"><span - class="CITEREFENTRY"><span class="REFENTRYTITLE">bt</span>(4)</span></a> driver supports -the following BusLogic MultiMaster “W”, “C”, “S”, and -“A” 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>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+9.1-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+9.1-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 P220i</p> -</li> - -<li> -<p>HP Smart Array P222</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 P420</p> -</li> - -<li> -<p>HP Smart Array P420i</p> -</li> - -<li> -<p>HP Smart Array P421</p> -</li> - -<li> -<p>HP Smart Array P600</p> -</li> - -<li> -<p>HP Smart Array P721m</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+9.1-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+9.1-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> [amd64, i386] Booting from these 	 controllers is supported. EISA -adapters are not 	 supported.</p> -</blockquote> -</div> - -<p>[sparc64] Controllers supported by the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">esp</span>(4)</span></a> driver -include:</p> - -<ul> -<li> -<p>MELCO IFC-DP (PC-98)</p> -</li> - -<li> -<p>Sun ESP family</p> -</li> - -<li> -<p>Sun FAS family</p> -</li> - -<li> -<p>Tekram DC390</p> -</li> - -<li> -<p>Tekram DC390T</p> -</li> -</ul> - -<p>[i386,amd64] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=hpt27xx&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">hpt27xx</span>(4)</span></a> -driver supports the following SAS controllers:</p> - -<ul> -<li> -<p>HighPoint's RocketRAID 271x series</p> -</li> - -<li> -<p>HighPoint's RocketRAID 272x series</p> -</li> - -<li> -<p>HighPoint's RocketRAID 274x series</p> -</li> - -<li> -<p>HighPoint's RocketRAID 276x series</p> -</li> - -<li> -<p>HighPoint's RocketRAID 278x series</p> -</li> -</ul> - -<p>[i386,amd64] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4&manpath=FreeBSD+9.1-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 4322</p> -</li> - -<li> -<p>HighPoint RocketRAID 4321</p> -</li> - -<li> -<p>HighPoint RocketRAID 4320</p> -</li> - -<li> -<p>HighPoint RocketRAID 4311</p> -</li> - -<li> -<p>HighPoint RocketRAID 4310</p> -</li> - -<li> -<p>HighPoint RocketRAID 4211</p> -</li> - -<li> -<p>HighPoint RocketRAID 4210</p> -</li> - -<li> -<p>HighPoint RocketRAID 3560</p> -</li> - -<li> -<p>HighPoint RocketRAID 3540</p> -</li> - -<li> -<p>HighPoint RocketRAID 3530</p> -</li> - -<li> -<p>HighPoint RocketRAID 3522</p> -</li> - -<li> -<p>HighPoint RocketRAID 3521</p> -</li> - -<li> -<p>HighPoint RocketRAID 3520</p> -</li> - -<li> -<p>HighPoint RocketRAID 3511</p> -</li> - -<li> -<p>HighPoint RocketRAID 3510</p> -</li> - -<li> -<p>HighPoint RocketRAID 3410</p> -</li> - -<li> -<p>HighPoint RocketRAID 3320</p> -</li> - -<li> -<p>HighPoint RocketRAID 3220</p> -</li> - -<li> -<p>HighPoint RocketRAID 3122</p> -</li> - -<li> -<p>HighPoint RocketRAID 3120</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+9.1-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+9.1-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+9.1-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+9.1-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>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+9.1-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>Newer ServeRAID controllers are supported by the aac(4) or mfi(4) driver.</p> - -<p>[i386,amd64] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=isci&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">isci</span>(4)</span></a> driver -provides support for Intel C600 SAS controllers.</p> - -<p>Cards supported by the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&manpath=FreeBSD+9.1-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+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mfi</span>(4)</span></a> driver -supports the following hardware:</p> - -<ul> -<li> -<p>LSI MegaRAID SAS 1078</p> -</li> - -<li> -<p>LSI MegaRAID SAS 8408E</p> -</li> - -<li> -<p>LSI MegaRAID SAS 8480E</p> -</li> - -<li> -<p>LSI MegaRAID SAS 9260</p> -</li> - -<li> -<p>Dell PERC5</p> -</li> - -<li> -<p>Dell PERC6</p> -</li> - -<li> -<p>IBM ServeRAID M5015 SAS/SATA</p> -</li> - -<li> -<p>IBM ServeRAID-MR10i</p> -</li> - -<li> -<p>Intel RAID Controller SROMBSAS18E</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+9.1-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>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.</p> - -<p>Compatible Mylex controllers not listed should work, but have not been verified.</p> - -<div class="NOTE"> -<blockquote class="NOTE"> -<p><b>Note:</b> [amd64, i386] 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+9.1-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>Compatible Mylex controllers not listed should work, but have not been verified.</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=mps&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mps</span>(4)</span></a> driver -supports the following controllers:</p> - -<ul> -<li> -<p>LSI Logic SAS2004 (4 Port SAS)</p> -</li> - -<li> -<p>LSI Logic SAS2008 (8 Port SAS)</p> -</li> - -<li> -<p>LSI Logic SAS2108 (8 Port SAS)</p> -</li> - -<li> -<p>LSI Logic SAS2116 (16 Port SAS)</p> -</li> - -<li> -<p>LSI Logic SAS2208 (8 Port SAS)</p> -</li> -</ul> - -<p>The following controllers are supported by the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4&manpath=FreeBSD+9.1-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 FC949E, 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+9.1-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.</p> - -<p>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.</p> - -<p>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.</p> - -<p>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>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=mvs&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mvs</span>(4)</span></a> driver -supports the following controllers:</p> - -<p>Gen-I (SATA 1.5Gbps):</p> - -<ul> -<li> -<p>88SX5040</p> -</li> - -<li> -<p>88SX5041</p> -</li> - -<li> -<p>88SX5080</p> -</li> - -<li> -<p>88SX5081</p> -</li> -</ul> - -<p>Gen-II (SATA 3Gbps, NCQ, PMP):</p> - -<ul> -<li> -<p>88SX6040</p> -</li> - -<li> -<p>88SX6041 (including Adaptec 1420SA)</p> -</li> - -<li> -<p>88SX6080</p> -</li> - -<li> -<p>88SX6081</p> -</li> -</ul> - -<p>Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS):</p> - -<ul> -<li> -<p>88SX6042</p> -</li> - -<li> -<p>88SX7042 (including Adaptec 1430SA)</p> -</li> - -<li> -<p>88F5182 SoC</p> -</li> - -<li> -<p>88F6281 SoC</p> -</li> - -<li> -<p>MV78100 SoC</p> -</li> -</ul> - -<p>Note, that this hardware supports command queueing and FIS-based switching only for -ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port.</p> - -<p>[i386,pc98,amd64] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ncr&sektion=4&manpath=FreeBSD+9.1-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>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+9.1-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+9.1-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+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">pst</span>(4)</span></a> driver -supports the Promise Supertrak SX6000 ATA hardware RAID controller.</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">siis</span>(4)</span></a> driver -supports the following controller chips:</p> - -<ul> -<li> -<p>SiI3124 (PCI-X 133MHz/64bit, 4 ports)</p> -</li> - -<li> -<p>SiI3131 (PCIe 1.0 x1, 1 port)</p> -</li> - -<li> -<p>SiI3132 (PCIe 1.0 x1, 2 ports)</p> -</li> - -<li> -<p>SiI3531 (PCIe 1.0 x1, 1 port)</p> -</li> -</ul> - -<p>[i386,pc98] Controllers supported by the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=stg&sektion=4&manpath=FreeBSD+9.1-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>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+9.1-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+9.1-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+9.1-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>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+9.1-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+9.1-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+9.1-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+9.1-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+9.1-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+9.1-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+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">acd</span>(4)</span></a>)</p> -</li> -</ul> - -<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+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mcd</span>(4)</span></a>)</p> -</li> -</ul> -</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=ae&sektion=4&manpath=FreeBSD+9.1-RELEASE"><span - class="CITEREFENTRY"><span class="REFENTRYTITLE">ae</span>(4)</span></a> driver supports -Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following -hardware:</p> - -<ul> -<li> -<p>ASUS EeePC 701</p> -</li> - -<li> -<p>ASUS EeePC 900</p> -</li> -</ul> - -<p>Other hardware may or may not work with this driver.</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">age</span>(4)</span></a> driver -provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, -including:</p> - -<ul> -<li> -<p>ASUS M2N8-VMX</p> -</li> - -<li> -<p>ASUS M2V</p> -</li> - -<li> -<p>ASUS M3A</p> -</li> - -<li> -<p>ASUS P2-M2A590G</p> -</li> - -<li> -<p>ASUS P5B-E</p> -</li> - -<li> -<p>ASUS P5B-MX/WIFI-AP</p> -</li> - -<li> -<p>ASUS P5B-VMSE</p> -</li> - -<li> -<p>ASUS P5K</p> -</li> - -<li> -<p>ASUS P5KC</p> -</li> - -<li> -<p>ASUS P5KPL-C</p> -</li> - -<li> -<p>ASUS P5KPL-VM</p> -</li> - -<li> -<p>ASUS P5K-SE</p> -</li> - -<li> -<p>ASUS P5K-V</p> -</li> - -<li> -<p>ASUS P5L-MX</p> -</li> - -<li> -<p>ASUS P5DL2-VM</p> -</li> - -<li> -<p>ASUS P5L-VM 1394</p> -</li> - -<li> -<p>ASUS G2S</p> -</li> -</ul> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4&manpath=FreeBSD+9.1-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+9.1-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+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">axe</span>(4)</span></a> driver -supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB -Ethernet adapters including:</p> - -<p>AX88172:</p> - -<ul> -<li> -<p>AboCom UF200</p> -</li> - -<li> -<p>Acer Communications EP1427X2</p> -</li> - -<li> -<p>ASIX AX88172</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>AX88178:</p> - -<ul> -<li> -<p>ASIX AX88178</p> -</li> - -<li> -<p>Belkin F5D5055</p> -</li> - -<li> -<p>Logitec LAN-GTJ/U2A</p> -</li> - -<li> -<p>Buffalo (Melco Inc.) LUA3-U2-AGT</p> -</li> - -<li> -<p>Planex Communications GU1000T</p> -</li> - -<li> -<p>Sitecom Europe LN-028</p> -</li> -</ul> - -<p>AX88772:</p> - -<ul> -<li> -<p>ASIX AX88772</p> -</li> - -<li> -<p>Buffalo (Melco Inc.) LUA3-U2-ATX</p> -</li> - -<li> -<p>D-Link DUBE100B1</p> -</li> - -<li> -<p>Planex UE-200TX-G</p> -</li> - -<li> -<p>Planex UE-200TX-G2</p> -</li> -</ul> - -<p>AX88772A:</p> - -<ul> -<li> -<p>ASIX AX88772A</p> -</li> - -<li> -<p>Cisco-Linksys USB200Mv2</p> -</li> -</ul> - -<p>AX88772B:</p> - -<ul> -<li> -<p>ASIX AX88772B</p> -</li> -</ul> - -<p>AX88760:</p> - -<ul> -<li> -<p>ASIX AX88760</p> -</li> -</ul> - -<p>[i386,amd64] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=bce&sektion=4&manpath=FreeBSD+9.1-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>Dell PowerEdge R710 integrated BCM5709 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+9.1-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+9.1-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>Dell PowerEdge R200 integrated BCM5750 NIC (10/100/1000baseTX)</p> -</li> - -<li> -<p>Dell PowerEdge R300 integrated BCM5722 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>The chips supported by the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cas</span>(4)</span></a> driver -are:</p> - -<ul> -<li> -<p>National Semiconductor DP83065 Saturn Gigabit Ethernet</p> -</li> - -<li> -<p>Sun Cassini Gigabit Ethernet</p> -</li> - -<li> -<p>Sun Cassini+ 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=cas&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cas</span>(4)</span></a> driver at -this time:</p> - -<ul> -<li> -<p>Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524)</p> -</li> - -<li> -<p>Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902)</p> -</li> - -<li> -<p>Sun GigaSwift Ethernet UTP (GCS) (part no. 501-6719)</p> -</li> - -<li> -<p>Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522)</p> -</li> - -<li> -<p>Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738)</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+9.1-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+9.1-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+9.1-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+9.1-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+9.1-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>ALi/ULi M5261 and M5263</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+9.1-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+9.1-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+9.1-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>Compex RL2000</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 PCC-T/Fether II 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-660, DE-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>KTI ET32P2 PCI</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 NV5000SC</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 8019</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 (AX88x90), 8041-TX V.2 (TC5299J)</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 Ethernet/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>Toshiba LANCT00A PC Card</p> -</li> - -<li> -<p>VIA VT86C926</p> -</li> - -<li> -<p>Winbond W89C940</p> -</li> - -<li> -<p>Winbond W89C940F</p> -</li> -</ul> - -<p>C-Bus, ISA, PCI and PC Card devices are supported.</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4&manpath=FreeBSD+9.1-RELEASE"><span - class="CITEREFENTRY"><span class="REFENTRYTITLE">ed</span>(4)</span></a> driver does not -support the following Ethernet NICs:</p> - -<ul> -<li> -<p>Mitsubishi LAN Adapter B8895</p> -</li> -</ul> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=FreeBSD+9.1-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+9.1-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>Agere ET1310 Gigabit Ethernet adapters 	(<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=et&sektion=4&manpath=FreeBSD+9.1-RELEASE"><span - class="CITEREFENTRY"><span class="REFENTRYTITLE">et</span>(4)</span></a> driver)</p> - -<p>[i386,amd64] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ex&sektion=4&manpath=FreeBSD+9.1-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+9.1-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 PC Card 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 PC Card Ethernet</p> -</li> - -<li> -<p>Fujitsu Towa LA501 Ethernet</p> -</li> - -<li> -<p>HITACHI HT-4840-11 PC Card Ethernet</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-CD011, 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+9.1-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+9.1-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+9.1-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> - -<li> -<p>Sun Gigabit Ethernet SBus 2.0/3.0 (GBE/S) (part no. 501-4375)</p> -</li> -</ul> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&manpath=FreeBSD+9.1-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.</p> - -<p>Cards supported by the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4&manpath=FreeBSD+9.1-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 “( hme” and “SUNW,hme”)</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+9.1-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&T EN100</p> -</li> - -<li> -<p>AT&T Starlan 10</p> -</li> - -<li> -<p>AT&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+9.1-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+9.1-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>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ixgbe&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ixgbe</span>(4)</span></a> driver -supports the following cards:</p> - -<ul> -<li> -<p>Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter</p> -</li> - -<li> -<p>Intel(R) 10 Gigabit XF SR/LR Server Adapter</p> -</li> - -<li> -<p>Intel(R) 82598EB 10 Gigabit AF Network Connection</p> -</li> - -<li> -<p>Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection</p> -</li> -</ul> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">jme</span>(4)</span></a> device -driver provides support for the following Ethernet controllers:</p> - -<ul> -<li> -<p>JMicron JMC250 PCI Express Gigabit Ethernet controller</p> -</li> - -<li> -<p>JMicron JMC251 PCI Express Gigabit Ethernet with Card Read Host controller</p> -</li> - -<li> -<p>JMicron JMC260 PCI Express Fast Ethernet controller</p> -</li> - -<li> -<p>JMicron JMC261 PCI Express Gigabit Ethernet with Card Read Host controller</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+9.1-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+9.1-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+9.1-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 560SX 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 Fast Ethernet</p> -</li> - -<li> -<p>Marvell Yukon 88E8036 Fast Ethernet</p> -</li> - -<li> -<p>Marvell Yukon 88E8038 Fast Ethernet</p> -</li> - -<li> -<p>Marvell Yukon 88E8039 Fast Ethernet</p> -</li> - -<li> -<p>Marvell Yukon 88E8040 Fast Ethernet</p> -</li> - -<li> -<p>Marvell Yukon 88E8040T Fast Ethernet</p> -</li> - -<li> -<p>Marvell Yukon 88E8042 Fast Ethernet</p> -</li> - -<li> -<p>Marvell Yukon 88E8048 Fast 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 88E8057 Gigabit Ethernet</p> -</li> - -<li> -<p>Marvell Yukon 88E8058 Gigabit Ethernet</p> -</li> - -<li> -<p>Marvell Yukon 88E8059 Gigabit Ethernet</p> -</li> - -<li> -<p>Marvell Yukon 88E8070 Gigabit Ethernet</p> -</li> - -<li> -<p>Marvell Yukon 88E8071 Gigabit Ethernet</p> -</li> - -<li> -<p>Marvell Yukon 88E8072 Gigabit Ethernet</p> -</li> - -<li> -<p>Marvell Yukon 88E8075 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+9.1-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+9.1-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+9.1-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>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4&manpath=FreeBSD+9.1-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>Linksys EG1032, revision 1</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+9.1-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+9.1-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,amd64] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=oce&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">oce</span>(4)</span></a> driver -supports the following network adapters:</p> - -<ul> -<li> -<p>Emulex BladeEngine 2</p> -</li> - -<li> -<p>Emulex BladeEngine 3</p> -</li> - -<li> -<p>Emulex Lancer</p> -</li> -</ul> - -<p>[i386,pc98,ia64,amd64] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=pcn&sektion=4&manpath=FreeBSD+9.1-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>[amd64] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=qlxgb&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">qlxgb</span>(4)</span></a> driver -supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets:</p> - -<ul> -<li> -<p>QLogic 3200 series</p> -</li> - -<li> -<p>QLogic 8200 series</p> -</li> -</ul> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=FreeBSD+9.1-RELEASE"><span - class="CITEREFENTRY"><span class="REFENTRYTITLE">re</span>(4)</span></a> driver supports -RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 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+9.1-RELEASE"><span - class="CITEREFENTRY"><span class="REFENTRYTITLE">rl</span>(4)</span></a> driver -include:</p> - -<ul> -<li> -<p>Accton “Cheetah” 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+9.1-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+9.1-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>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sfxge&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sfxge</span>(4)</span></a> driver -supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers.</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sge&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sge</span>(4)</span></a> device -driver provides support for the following Ethernet controllers:</p> - -<ul> -<li> -<p>SiS190 Fast Ethernet controller</p> -</li> - -<li> -<p>SiS191 Fast/Gigabit Ethernet controller</p> -</li> -</ul> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4&manpath=FreeBSD+9.1-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>Adapters supported by the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4&manpath=FreeBSD+9.1-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 (revision 2) 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+9.1-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>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4&manpath=FreeBSD+9.1-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.</p> - -<p>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+9.1-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+9.1-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>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4&manpath=FreeBSD+9.1-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>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ste&sektion=4&manpath=FreeBSD+9.1-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>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4&manpath=FreeBSD+9.1-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+9.1-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+9.1-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>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+9.1-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>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4&manpath=FreeBSD+9.1-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+9.1-RELEASE"><span - class="CITEREFENTRY"><span class="REFENTRYTITLE">tx</span>(4)</span></a> driver)</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4&manpath=FreeBSD+9.1-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+9.1-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>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=vge&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">vge</span>(4)</span></a> driver -supports VIA Networking VT6120, VT6122, VT6130 and VT6132 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>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4&manpath=FreeBSD+9.1-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 DFE520-TX</p> -</li> - -<li> -<p>D-Link DFE530-TX</p> -</li> - -<li> -<p>Hawking Technologies PN102TX</p> -</li> - -<li> -<p>Soekris Engineering net5501</p> -</li> -</ul> - -<p>[i386,pc98,ia64,amd64] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=vx&sektion=4&manpath=FreeBSD+9.1-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,amd64] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=vxge&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">vxge</span>(4)</span></a> driver -supports Neterion X3100 10 Gigabit Ethernet adapters listed in <a -href="http://www.neterion.com" target="_top">http://www.neterion.com</a>.</p> - -<p>[i386,pc98,amd64] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=wb&sektion=4&manpath=FreeBSD+9.1-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+9.1-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>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+9.1-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+9.1-RELEASE"><span - class="CITEREFENTRY"><span class="REFENTRYTITLE">xl</span>(4)</span></a> driver nor any -other FreeBSD driver supports this modem.</p> -</div> - -<div class="SECT2"> -<hr /> -<h3 class="SECT2"><a id="FDDI" name="FDDI">3.3 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+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fpa</span>(4)</span></a> -	driver)</p> - -<p>[i386] DEC DEFEA EISA (<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4&manpath=FreeBSD+9.1-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.4 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+9.1-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+9.1-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+9.1-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+9.1-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+9.1-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.5 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+9.1-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+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ath</span>(4)</span></a> driver -supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL -chipset.</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">bwi</span>(4)</span></a> driver -supports Broadcom BCM43xx based wireless devices, including:</p> - -<ul> -<li> -<p>Apple Airport Extreme</p> -</li> - -<li> -<p>Apple Airport Extreme</p> -</li> - -<li> -<p>ASUS WL-138g</p> -</li> - -<li> -<p>Buffalo WLI-CB-G54S</p> -</li> - -<li> -<p>Buffalo WLI-PCI-G54S</p> -</li> - -<li> -<p>Compaq R4035 onboard</p> -</li> - -<li> -<p>Dell Wireless 1390 BCM4311 Mini PCI</p> -</li> - -<li> -<p>Dell Wireless 1470</p> -</li> - -<li> -<p>Dell Truemobile 1300 r2</p> -</li> - -<li> -<p>Dell Truemobile 1400</p> -</li> - -<li> -<p>HP nx6125</p> -</li> - -<li> -<p>Linksys WPC54G Ver 3</p> -</li> - -<li> -<p>Linksys WPC54GS Ver 2</p> -</li> - -<li> -<p>TRENDnet TEW-401PCplus</p> -</li> - -<li> -<p>US Robotics 5411</p> -</li> -</ul> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">bwi</span>(4)</span></a> driver -uses the older v3 version of Broadcom's firmware. While this older firmware does support -most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You -must use the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">bwi</span>(4)</span></a> driver if -you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 -version of the firmware that bwn(4) uses does not support these chips.</p> - -<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+9.1-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+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">iwi</span>(4)</span></a> -driver)</p> - -<p>[i386, amd64] Intel Wireless WiFi Link 	4965AGN IEEE 802.11n PCI network adapters -	(<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=iwn&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">iwn</span>(4)</span></a> -driver)</p> - -<p>[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=malo&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">malo</span>(4)</span></a> -driver)</p> - -<p>Marvell 88W8363 IEEE 802.11n wireless network 	adapters (<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=mwl&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mwl</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+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ral</span>(4)</span></a> driver -supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology 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&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] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=rum&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">rum</span>(4)</span></a> driver -supports USB 2.0 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-SG54HG</p> -</li> - -<li> -<p>Buffalo WLI-U2-G54HP</p> -</li> - -<li> -<p>Buffalo WLI-UC-G</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 DWA-110</p> -</li> - -<li> -<p>D-Link DWA-111</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=run&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">run</span>(4)</span></a> driver -supports the following wireless adapters:</p> - -<ul> -<li> -<p>Airlink101 AWLL6090</p> -</li> - -<li> -<p>ASUS USB-N11</p> -</li> - -<li> -<p>ASUS USB-N13 ver. A1</p> -</li> - -<li> -<p>ASUS WL-160N</p> -</li> - -<li> -<p>Belkin F5D8051 ver 3000</p> -</li> - -<li> -<p>Belkin F5D8053</p> -</li> - -<li> -<p>Belkin F5D8055</p> -</li> - -<li> -<p>Belkin F6D4050 ver 1</p> -</li> - -<li> -<p>Buffalo WLI-UC-AG300N</p> -</li> - -<li> -<p>Buffalo WLI-UC-G300N</p> -</li> - -<li> -<p>Buffalo WLI-UC-G301N</p> -</li> - -<li> -<p>Buffalo WLI-UC-GN</p> -</li> - -<li> -<p>Corega CG-WLUSB2GNL</p> -</li> - -<li> -<p>Corega CG-WLUSB2GNR</p> -</li> - -<li> -<p>Corega CG-WLUSB300AGN</p> -</li> - -<li> -<p>Corega CG-WLUSB300GNM</p> -</li> - -<li> -<p>D-Link DWA-130 rev B1</p> -</li> - -<li> -<p>D-Link DWA-140</p> -</li> - -<li> -<p>DrayTek Vigor N61</p> -</li> - -<li> -<p>Edimax EW-7711UAn</p> -</li> - -<li> -<p>Edimax EW-7711UTn</p> -</li> - -<li> -<p>Edimax EW-7717Un</p> -</li> - -<li> -<p>Edimax EW-7718Un</p> -</li> - -<li> -<p>Gigabyte GN-WB30N</p> -</li> - -<li> -<p>Gigabyte GN-WB31N</p> -</li> - -<li> -<p>Gigabyte GN-WB32L</p> -</li> - -<li> -<p>Hawking HWDN1</p> -</li> - -<li> -<p>Hawking HWUN1</p> -</li> - -<li> -<p>Hawking HWUN2</p> -</li> - -<li> -<p>Hercules HWNU-300</p> -</li> - -<li> -<p>Linksys WUSB54GC v3</p> -</li> - -<li> -<p>Linksys WUSB600N</p> -</li> - -<li> -<p>Mvix Nubbin MS-811N</p> -</li> - -<li> -<p>Planex GW-USMicroN</p> -</li> - -<li> -<p>Planex GW-US300MiniS</p> -</li> - -<li> -<p>Sitecom WL-182</p> -</li> - -<li> -<p>Sitecom WL-188</p> -</li> - -<li> -<p>Sitecom WL-301</p> -</li> - -<li> -<p>Sitecom WL-302</p> -</li> - -<li> -<p>Sitecom WL-315</p> -</li> - -<li> -<p>SMC SMCWUSBS-N2</p> -</li> - -<li> -<p>Sweex LW303</p> -</li> - -<li> -<p>Sweex LW313</p> -</li> - -<li> -<p>Unex DNUR-81</p> -</li> - -<li> -<p>Unex DNUR-82</p> -</li> - -<li> -<p>ZyXEL NWD210N</p> -</li> - -<li> -<p>ZyXEL NWD270N</p> -</li> -</ul> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">uath</span>(4)</span></a> driver -should work with the following adapters:</p> - -<ul> -<li> -<p>Compex WLU108AG</p> -</li> - -<li> -<p>Compex WLU108G</p> -</li> - -<li> -<p>D-Link DWL-G132</p> -</li> - -<li> -<p>IODATA WN-G54/US</p> -</li> - -<li> -<p>MELCO WLI-U2-KAMG54</p> -</li> - -<li> -<p>Netgear WG111T</p> -</li> - -<li> -<p>Netgear WG111U</p> -</li> - -<li> -<p>Netgear WPN111</p> -</li> - -<li> -<p>Olitec 000544</p> -</li> - -<li> -<p>PLANET WDL-U357</p> -</li> - -<li> -<p>Siemens Gigaset 108</p> -</li> - -<li> -<p>SMC SMCWUSBT-G</p> -</li> - -<li> -<p>SMC SMCWUSBT-G2</p> -</li> - -<li> -<p>SparkLAN WL-785A</p> -</li> - -<li> -<p>TP-Link TL-WN620G</p> -</li> - -<li> -<p>TRENDware International TEW-444UB</p> -</li> - -<li> -<p>TRENDware International TEW-504UB</p> -</li> - -<li> -<p>Unex Technology UR054ag</p> -</li> - -<li> -<p>ZyXEL XtremeMIMO M-202</p> -</li> -</ul> - -<p>An up to date list 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>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">upgt</span>(4)</span></a> driver -supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 -chipset, among them:</p> - -<ul> -<li> -<p>Belkin F5D7050 (version 1000)</p> -</li> - -<li> -<p>Cohiba Proto Board</p> -</li> - -<li> -<p>D-Link DWL-G120 Cohiba</p> -</li> - -<li> -<p>FSC Connect2Air E-5400 USB D1700</p> -</li> - -<li> -<p>Gigaset USB Adapter 54</p> -</li> - -<li> -<p>Inventel UR045G</p> -</li> - -<li> -<p>SMC EZ ConnectG SMC2862W-G</p> -</li> - -<li> -<p>Sagem XG703A</p> -</li> - -<li> -<p>Spinnaker DUT</p> -</li> - -<li> -<p>Spinnaker Proto Board</p> -</li> -</ul> - -<p>[i386,amd64] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ural&sektion=4&manpath=FreeBSD+9.1-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>An up to date list can be found at <a href="http://ralink.rapla.net/" -target="_top">http://ralink.rapla.net/</a>.</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">urtw</span>(4)</span></a> driver -supports Realtek RTL8187B/L based wireless network devices, including:</p> - -<ul> -<li> -<p>Belkin F5D7050E</p> -</li> - -<li> -<p>Linksys WUSB54GCv2</p> -</li> - -<li> -<p>Netgear WG111v2</p> -</li> - -<li> -<p>Netgear WG111v3</p> -</li> - -<li> -<p>Safehome WLG-1500SMA5</p> -</li> - -<li> -<p>Shuttle XPC Accessory PN20</p> -</li> - -<li> -<p>Sitecom WL168v1</p> -</li> - -<li> -<p>Sitecom WL168v4</p> -</li> - -<li> -<p>SureCom EP-9001-g(2A)</p> -</li> - -<li> -<p>TRENDnet TEW-424UB V3.xR</p> -</li> -</ul> - -<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+9.1-RELEASE"><span - class="CITEREFENTRY"><span class="REFENTRYTITLE">wi</span>(4)</span></a> driver)</p> - -<p>[i386] NCR / AT&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+9.1-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+9.1-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+9.1-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&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 rev A</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.6 Miscellaneous -Networks</a></h3> - -<p>[i386,pc98] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ce&sektion=4&manpath=FreeBSD+9.1-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+9.1-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+9.1-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+9.1-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] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=cm&sektion=4&manpath=FreeBSD+9.1-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="SERIAL" name="SERIAL">3.7 Serial Interfaces</a></h3> - -<p>[amd64, i386] “PC standard” 	8250, 16450, and 16550-based serial ports -(<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=FreeBSD+9.1-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+9.1-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+9.1-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> - -<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> - -<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> - -<p>[i386] Comtrol Rocketport card (<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=rp&sektion=4&manpath=FreeBSD+9.1-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+9.1-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+9.1-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> - -<p>[i386] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=4&manpath=FreeBSD+9.1-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, amd64] Specialix SI/XIO/SX multiport 	serial cards, with both the older -SIHOST2.x and the 	“enhanced” (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+9.1-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+9.1-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> - -<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+9.1-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> - -<p>[pc98] NEC PC-9801-120 (<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4&manpath=FreeBSD+9.1-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+9.1-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+9.1-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+9.1-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+9.1-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+9.1-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.8 Sound Devices</a></h3> - -<p>[i386,amd64] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_ad1816&sektion=4&manpath=FreeBSD+9.1-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+9.1-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+9.1-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+9.1-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+9.1-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+9.1-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+9.1-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>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+9.1-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+9.1-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+9.1-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+9.1-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>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_emu10kx</span>(4)</span></a> -driver does <span class="emphasis"><i class="EMPHASIS">not</i></span> 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 FreeBSD as</p> -</li> - -<li> -<p>Creative Sound Blaster Audigy LS / ES, identified by FreeBSD 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+9.1-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+9.1-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+9.1-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+9.1-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+9.1-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+9.1-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+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_hda</span>(4)</span></a> -driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), -compatible with Intel HDA specification.</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_hda</span>(4)</span></a> -driver supports more than two hundred different controllers and CODECs. There is no sense -to list all of them here, as in most cases specific CODEC configuration and wiring are -more important then type of the CODEC itself.</p> - -<p>[i386,amd64] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_hdspe&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">snd_hdspe</span>(4)</span></a> -driver supports the following audio devices:</p> - -<ul> -<li> -<p>RME HDSPe AIO</p> -</li> - -<li> -<p>RME HDSPe RayDAT</p> -</li> -</ul> - -<p>[i386,amd64] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_ich&sektion=4&manpath=FreeBSD+9.1-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+9.1-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+9.1-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+9.1-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+9.1-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+9.1-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+9.1-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>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+9.1-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,sparc64] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_t4dwave&sektion=4&manpath=FreeBSD+9.1-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+9.1-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+9.1-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+9.1-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> - -<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+9.1-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+9.1-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> -</div> - -<div class="SECT2"> -<hr /> -<h3 class="SECT2"><a id="CAMERA" name="CAMERA">3.9 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+9.1-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.10 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> [amd64, i386, ia64, pc98] 	 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> [amd64, i386, ia64, pc98] 	 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+9.1-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+9.1-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+9.1-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+9.1-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+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ufm</span>(4)</span></a> -driver)</p> -</li> - -<li> -<p>Mirunet AlphaCam Plus</p> -</li> -</ul> - -<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+9.1-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+9.1-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+9.1-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+9.1-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+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ubsa</span>(4)</span></a> driver -supports the following adapters:</p> - -<ul> -<li> -<p>AnyData ADU-500A EV-DO modem</p> -</li> - -<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>Peracom single port serial adapter</p> -</li> -</ul> - -<p>[i386,pc98,amd64] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ubser&sektion=4&manpath=FreeBSD+9.1-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+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">uftdi</span>(4)</span></a> driver -supports the following adapters:</p> - -<ul> -<li> -<p>B&B Electronics USB->RS422/485 adapter</p> -</li> - -<li> -<p>Elexol USB MOD1 and USB MOD3</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+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">uplcom</span>(4)</span></a> driver -supports the following devices and adapters:</p> - -<ul> -<li> -<p>ADLINK ND-6530 USB-Serial Adapter</p> -</li> - -<li> -<p>Alcatel One Touch 535/735 Phone</p> -</li> - -<li> -<p>Alcor AU9720 USB-RS232 Serial Adapter</p> -</li> - -<li> -<p>AlDiga AL-11U Modem</p> -</li> - -<li> -<p>Alltronix ACM003U00 Modem</p> -</li> - -<li> -<p>Anchor Serial adapter</p> -</li> - -<li> -<p>ATEN UC-232A</p> -</li> - -<li> -<p>BAFO BF-800 and BF-810</p> -</li> - -<li> -<p>Belkin F5U257</p> -</li> - -<li> -<p>BenQ S81 Phone</p> -</li> - -<li> -<p>Corega CG-USBRS232R Serial Adapter</p> -</li> - -<li> -<p>Cressi Edy (Seiko) Diving Computer</p> -</li> - -<li> -<p>ELECOM UC-SGT Serial Adapter</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>HP LD220 Point-Of-Sale (POS) Display</p> -</li> - -<li> -<p>IOGEAR UC-232A</p> -</li> - -<li> -<p>I/O DATA USB-RSAQ, USB-RSAQ2, USB-RSAQ3 and USB-RSAQ5</p> -</li> - -<li> -<p>iTegno WM1080A GSM/GFPRS Modem</p> -</li> - -<li> -<p>iTegno WM2080A CDMA Modem</p> -</li> - -<li> -<p>Leadtek 9531 GPS</p> -</li> - -<li> -<p>Micromax 610U Modem</p> -</li> - -<li> -<p>Microsoft Palm 700WX</p> -</li> - -<li> -<p>Mobile Action MA-620 Infrared Adapter</p> -</li> - -<li> -<p>Nokia CA-42 Cable</p> -</li> - -<li> -<p>OTI DKU-5 cable</p> -</li> - -<li> -<p>Panasonic TY-TP50P6-S flat screen</p> -</li> - -<li> -<p>PLX CA-42 Phone Cable</p> -</li> - -<li> -<p>PLANEX USB-RS232 URS-03</p> -</li> - -<li> -<p>Prolific Generic USB-Serial Adapters</p> -</li> - -<li> -<p>Prolific Pharos USB-Serial Adapter</p> -</li> - -<li> -<p>RATOC REX-USB60</p> -</li> - -<li> -<p>Radio Shack USB Serial Cable</p> -</li> - -<li> -<p>Sagem USB-Serial Adapter</p> -</li> - -<li> -<p>Samsung I330 Phone Cradle</p> -</li> - -<li> -<p>Sandberg USB to Serial Link (model number 133-08)</p> -</li> - -<li> -<p>Sanwa KB-USB2 Multimeter cable</p> -</li> - -<li> -<p>Siemens/BenQ EF81, SX1, X65 and X75 Mobile Phones</p> -</li> - -<li> -<p>Sitecom USB-Serial Adapter</p> -</li> - -<li> -<p>SMART Technologies USB-Serial Adapter</p> -</li> - -<li> -<p>Sony QN3 Phone Cable</p> -</li> - -<li> -<p>Sony Ericsson Datapilot</p> -</li> - -<li> -<p>Sony Ericsson DCU-10 and DCU-11 (Susteen) USB Cables</p> -</li> - -<li> -<p>SOURCENEXT KeikaiDenwa 8 (with and without charger)</p> -</li> - -<li> -<p>Speed Dragon USB-Serial Cable</p> -</li> - -<li> -<p>Syntech CPT-8001C Barcode Scanner</p> -</li> - -<li> -<p>TDK UHA6400 and UPA9664 USB-PHS Adapters</p> -</li> - -<li> -<p>TRENDnet USB to Serial Converter (TU-S9)</p> -</li> - -<li> -<p>Tripp-Lite U209-000-R USB-Serial Adapter</p> -</li> - -<li> -<p>UIC HCR331 Magnetic Stripe Card Reader</p> -</li> - -<li> -<p>UIC MSR206 Magnetic Stripe Card Reader</p> -</li> - -<li> -<p>Willcom W-SIM DD PHS terminal.(WS002IN)</p> -</li> - -<li> -<p>YC-Cable USB-Serial Adapter</p> -</li> - -<li> -<p>Zeagle N2iTion3 Diving Computer</p> -</li> -</ul> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=umct&sektion=4&manpath=FreeBSD+9.1-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] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=umass&sektion=4&manpath=FreeBSD+9.1-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>Huawei Mobile (SD slot)</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 & 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>Among the supported digital cameras are:</p> - -<ul> -<li> -<p>Asahi Optical (PENTAX) Optio 230 & 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+9.1-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+9.1-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.11 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+9.1-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+9.1-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.12 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+9.1-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+9.1-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.13 Cryptographic -Accelerators</a></h3> - -<p>[i386,pc98,amd64] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=hifn&sektion=4&manpath=FreeBSD+9.1-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+9.1-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+9.1-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> - -<li> -<p>Broadcom BCM5825</p> -</li> -</ul> -</div> - -<div class="SECT2"> -<hr /> -<h3 class="SECT2"><a id="MISC" name="MISC">3.14 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> - -<p>[amd64, i386, pc98] Floppy drives 	(<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=fdc&sektion=4&manpath=FreeBSD+9.1-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+9.1-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> - -<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+9.1-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+9.1-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+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ukbd</span>(4)</span></a> -driver)</p> -</li> -</ul> - -<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+9.1-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+9.1-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+9.1-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+9.1-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> - -<p>[amd64, i386] “PC standard” 	parallel ports (<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ppc</span>(4)</span></a> -driver)</p> - -<p>[pc98] “PC-9821 standard” parallel 	ports (<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4&manpath=FreeBSD+9.1-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+9.1-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+9.1-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> - -<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="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</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 <<a -href="mailto:[email protected]">[email protected]</a>>.</small></p> - -<p align="center"><small>All users of FreeBSD 9.1-STABLE should subscribe to the <<a -href="mailto:[email protected]">[email protected]</a>> mailing list.</small></p> - -<p align="center"><small>For questions about this documentation, e-mail <<a -href="mailto:[email protected]">[email protected]</a>>.</small></p> -</body> -</html> - diff --git a/website/content/en/releases/9.1R/installation.adoc b/website/content/en/releases/9.1R/installation.adoc new file mode 100644 index 0000000000..a44fe99b80 --- /dev/null +++ b/website/content/en/releases/9.1R/installation.adoc @@ -0,0 +1,93 @@ +--- +title: "FreeBSD 9.1-RELEASE Installation Instructions" +sidenav: download +--- + += FreeBSD 9.1-RELEASE Installation Instructions + +''''' +This article gives some brief instructions on installing FreeBSD 9.1-RELEASE and upgrading the systems running earlier releases. + +''''' + +[[install]] +== Installing FreeBSD + +The link:{handbook}#bsdinstall[“Installing FreeBSD”] chapter of the link:{handbook}[FreeBSD Handbook] provides more in-depth information about the installation program itself, including a guided walk-through with screenshots. + +''''' + +[[upgrade]] +== Upgrading FreeBSD + +If you are upgrading from a previous release of FreeBSD, please read http://www.FreeBSD.org/releases/9.1R/relnotes-detailed/#upgrade[upgrading section in the Release Notes] for notable incompatibilities carefully. + +''''' + +=== Upgrading from Source + +The procedure for doing a source code based update is described in link:{handbook}#synching[https://doc.FreeBSD.org/en/books/handbook/book/#synching] and link:{handbook}#makeworld[https://doc.FreeBSD.org/en/books/handbook/book/#makeworld]. + +For SVN use the `releng/9.1` branch which will be where any upcoming Security Advisories or Errata Notices will be applied. The branch tag to use for updating the source is `RELENG_9_1` for CVS. + +''''' + +=== Upgrading Using "FreeBSD Update" + +The man:freebsd-update[8] utility supports binary upgrades of i386 and amd64 systems running earlier FreeBSD releases. Systems running `7.[34]-RELEASE`, `8.[12]-RELEASE`, `9.0-RELEASE`, `9.1-BETA1`, or `9.1-RC[123]` can upgrade as follows: + +First, ensure that your current system is up to date; a change was recently made to man:freebsd-update[8] (Errata Notice http://security.FreeBSD.org/advisories/FreeBSD-EN-12:01.freebsd-update.asc[FreeBSD-EN-12:01.freebsd-update]) which is needed in order to upgrade to FreeBSD 9.1-RELEASE. + +[source,screen] +---- +# freebsd-update fetch +# freebsd-update install +---- + +Now the man:freebsd-update[8] utility can fetch bits belonging to 9.1-RELEASE. During this process man:freebsd-update[8] will ask for help in merging configuration files. + +[source,screen] +---- +# freebsd-update upgrade -r 9.1-RELEASE +---- + +Due to changes in the way that FreeBSD is packaged on the release media, two complications may arise in this process if upgrading from FreeBSD 7.x or 8.x: + +[arabic] +. The FreeBSD, which previously could appear in either `/boot/kernel` or `/boot/GENERIC`, now only appears as `/boot/kernel`. As a result, any kernel appearing in `/boot/GENERIC` will be deleted. Please carefully read the output printed by man:freebsd-update[8] and confirm that an updated kernel will be placed into `/boot/kernel` before proceeding beyond this point. +. The FreeBSD source tree in `/usr/src` (if present) will be deleted. (Normally the man:freebsd-update[8] utility will update a source tree, but in this case the changes in release packaging result in the man:freebsd-update[8] utility not recognizing that the source tree from the old release and the source tree from the new release correspond to the same part of FreeBSD.) + +[source,screen] +---- +# freebsd-update install +---- + +The system must now be rebooted with the newly installed kernel before the non-kernel components are updated. + +[source,screen] +---- +# shutdown -r now +---- + +After rebooting, man:freebsd-update[8] needs to be run again to install the new userland components: + +[source,screen] +---- +# freebsd-update install +---- + +At this point, users of systems being upgraded from FreeBSD 8.2-RELEASE or earlier will be prompted by man:freebsd-update[8] to rebuild all third-party applications (e.g., ports installed from the ports tree) due to updates in system libraries. + +After updating installed third-party applications (and again, only if man:freebsd-update[8] printed a message indicating that this was necessary), run man:freebsd-update[8] again so that it can delete the old (no longer used) system libraries: + +[source,screen] +---- +# freebsd-update install +---- + +Finally, reboot into 9.1-RELEASE + +[source,screen] +---- +# shutdown -r now +---- diff --git a/website/content/en/releases/9.1R/installation.html b/website/content/en/releases/9.1R/installation.html deleted file mode 100644 index 8936970d57..0000000000 --- a/website/content/en/releases/9.1R/installation.html +++ /dev/null @@ -1,235 +0,0 @@ -<!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 9.1-RELEASE Installation Instructions</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 9.1-RELEASE Installation -Instructions</a></h1> - -<h3 class="corpauthor">The FreeBSD Project</h3> - -<p class="copyright">Copyright © 2012 The FreeBSD Documentation Project</p> - -<p class="pubdate">$FreeBSD: -stable/9/release/doc/en_US.ISO8859-1/installation/article.xml 244867 2012-12-30 16:41:17Z -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. SPARC International, Inc owns all of the SPARC -trademarks and under licensing agreements allows the proper use of these trademarks by -its members.</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 “™” or the “�” symbol.</p> -</div> - -<hr /> -</div> - -<blockquote class="ABSTRACT"> -<div class="abstract"><a id="AEN16" name="AEN16"></a> -<p>This article gives some brief instructions on installing FreeBSD 9.1-RELEASE and -upgrading the systems running earlier releases.</p> -</div> -</blockquote> - -<div class="sect1"> -<hr /> -<h2 class="sect1"><a id="install" name="install">1 Installing FreeBSD</a></h2> - -<p>The <a -href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall.html" -target="_top">“Installing 	 FreeBSD”</a> chapter of the <a -href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/" target="_top">FreeBSD -	Handbook</a> provides more in-depth information about the installation program -itself, including a guided walk-through with screenshots.</p> -</div> - -<div class="sect1"> -<hr /> -<h2 class="sect1"><a id="upgrade" name="upgrade">2 Upgrading FreeBSD</a></h2> - -<p>If you are upgrading from a previous release of FreeBSD, please read <a -href="http://www.FreeBSD.org/releases/9.1R/relnotes-detailed.html#upgrade" -target="_top">upgrading section in the Release Notes</a> for notable incompatibilities -carefully.</p> - -<div class="sect2"> -<hr /> -<h3 class="sect2"><a id="AEN28" name="AEN28">2.1 Upgrading from Source</a></h3> - -<p>The procedure for doing a source code based update is 	described in 	<a -href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/synching.html" -target="_top">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/synching.html</a> -and 	<a -href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html" -target="_top">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html</a>.</p> - -<p>For SVN use the <tt class="filename">releng/9.1</tt> branch 	which will be where -any upcoming Security Advisories or Errata 	Notices will be applied. The branch tag -to use for updating 	the source is <tt class="literal">RELENG_9_1</tt> for CVS.</p> -</div> - -<div class="sect2"> -<hr /> -<h3 class="sect2"><a id="AEN36" name="AEN36">2.2 Upgrading Using “FreeBSD -Update”</a></h3> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span -class="refentrytitle">freebsd-update</span>(8)</span></a> utility supports binary -	upgrades of i386 and amd64 systems running 	earlier FreeBSD releases. Systems -running 	<tt class="literal">7.[34]-RELEASE</tt>, 	<tt -class="literal">8.[12]-RELEASE</tt>, 	<tt class="literal">9.0-RELEASE</tt>, 	<tt -class="literal">9.1-BETA1</tt>, or 	<tt class="literal">9.1-RC[123]</tt> can upgrade -as follows:</p> - -<p>First, ensure that your current system is up to date; a 	change was recently made -to <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span -class="refentrytitle">freebsd-update</span>(8)</span></a> (Errata 	Notice <a -href="http://security.FreeBSD.org/advisories/FreeBSD-EN-12:01.freebsd-update.asc" -target="_top">FreeBSD-EN-12:01.freebsd-update</a>) 	which is needed in order to -upgrade to FreeBSD 	9.1-RELEASE.</p> - -<pre class="screen"> -<samp class="prompt">#</samp> freebsd-update fetch -<samp class="prompt">#</samp> freebsd-update install -</pre> - -<p>Now the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span -class="refentrytitle">freebsd-update</span>(8)</span></a> utility can fetch bits -	belonging to 9.1-RELEASE. During this process 	<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span -class="refentrytitle">freebsd-update</span>(8)</span></a> will ask for help in merging -	configuration files.</p> - -<pre class="screen"> -<samp class="prompt">#</samp> freebsd-update upgrade -r 9.1-RELEASE -</pre> - -<p>Due to changes in the way that FreeBSD is packaged on the 	release media, two -complications may arise in this process if 	upgrading from FreeBSD 7.x or 8.x:</p> - -<ol type="1"> -<li> -<p>The FreeBSD, which previously could appear in either 	 <tt -class="filename">/boot/kernel</tt> or 	 <tt class="filename">/boot/GENERIC</tt>, now -only appears as 	 <tt class="filename">/boot/kernel</tt>. As a result, any 	 -kernel appearing in <tt class="filename">/boot/GENERIC</tt> 	 will be deleted. Please -carefully read the output printed 	 by <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span -class="refentrytitle">freebsd-update</span>(8)</span></a> and confirm that an updated -	 kernel will be placed into 	 <tt class="filename">/boot/kernel</tt> before -proceeding beyond 	 this point.</p> -</li> - -<li> -<p>The FreeBSD source tree in <tt class="filename">/usr/src</tt> 	 (if present) will -be deleted. (Normally the 	 <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span -class="refentrytitle">freebsd-update</span>(8)</span></a> utility will update a source -tree, 	 but in this case the changes in release packaging result 	 in the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span -class="refentrytitle">freebsd-update</span>(8)</span></a> utility not recognizing that -	 the source tree from the old release and the source tree 	 from the new release -correspond to the same part of 	 FreeBSD.)</p> -</li> -</ol> - -<pre class="screen"> -<samp class="prompt">#</samp> freebsd-update install -</pre> - -<p>The system must now be rebooted with the newly installed 	kernel before the -non-kernel components are updated.</p> - -<pre class="screen"> -<samp class="prompt">#</samp> shutdown -r now -</pre> - -<p>After rebooting, <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span -class="refentrytitle">freebsd-update</span>(8)</span></a> needs to be run 	again to -install the new userland components:</p> - -<pre class="screen"> -<samp class="prompt">#</samp> freebsd-update install -</pre> - -<p>At this point, users of systems being upgraded from FreeBSD 	8.2-RELEASE or -earlier will be prompted by 	<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span -class="refentrytitle">freebsd-update</span>(8)</span></a> to rebuild all third-party -applications 	(e.g., ports installed from the ports tree) due to updates in -	system libraries.</p> - -<p>After updating installed third-party applications (and 	again, only if <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span -class="refentrytitle">freebsd-update</span>(8)</span></a> printed a message -	indicating that this was necessary), run 	<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span -class="refentrytitle">freebsd-update</span>(8)</span></a> again so that it can delete the -old (no 	longer used) system libraries:</p> - -<pre class="screen"> -<samp class="prompt">#</samp> freebsd-update install -</pre> - -<p>Finally, reboot into 9.1-RELEASE</p> - -<pre class="screen"> -<samp class="prompt">#</samp> shutdown -r now -</pre> -</div> -</div> -</div> - -<hr /> -<p align="center"><small>This file, and other release-related documents, can be -downloaded from <a -href="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</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 <<a -href="mailto:[email protected]">[email protected]</a>>.</small></p> - -<p align="center"><small>All users of FreeBSD 9.1-STABLE should subscribe to the <<a -href="mailto:[email protected]">[email protected]</a>> mailing list.</small></p> - -<p align="center"><small>For questions about this documentation, e-mail <<a -href="mailto:[email protected]">[email protected]</a>>.</small></p> -</body> -</html> - diff --git a/website/content/en/releases/9.1R/readme.adoc b/website/content/en/releases/9.1R/readme.adoc new file mode 100644 index 0000000000..5bda5e4eb7 --- /dev/null +++ b/website/content/en/releases/9.1R/readme.adoc @@ -0,0 +1,141 @@ +--- +title: "FreeBSD 9.1-RELEASE README" +sidenav: download +--- + +include::shared/en/urls.adoc[] + += FreeBSD 9.1-RELEASE README + +''''' +This document gives a brief introduction to FreeBSD 9.1-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. + +''''' + +[[INTRO]] +== Introduction + +This distribution is a release of FreeBSD 9.1-RELEASE, the latest point along the 9.1-STABLE branch. + +''''' + +=== About FreeBSD + +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 “x86” based PC hardware (i386), Intel Itanium Processor based computers (ia64), NEC PC-9801/9821 series PCs and compatibles (pc98), and UltraSPARC(R) machines (sparc64). Versions for the ARM(R) (arm), MIPS(R) (mips), and PowerPC(R) (powerpc) 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. + +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. + +A large collection of third-party ported software (the “Ports Collection”) is also provided to make it easy to obtain and install all your favorite traditional UNIX(R) utilities for FreeBSD. Each “port” consists of a set of scripts to retrieve, configure, build, and install a piece of software, with a single command. Over 23,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 UNIX. Most ports are also available as pre-compiled “packages”, which can be quickly installed from the installation program. + +''''' + +=== Target Audience + +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. + +''''' + +[[OBTAIN]] +== Obtaining FreeBSD + +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. + +''''' + +=== CDROM and DVD + +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 “packages” from the FreeBSD Ports Collection, or other extra material. + +A list of the CDROM and DVD publishers known to the project are listed in the link:{handbook}#mirrors[“Obtaining FreeBSD”] appendix to the Handbook. + +''''' + +=== FTP + +You can use FTP to retrieve FreeBSD and any or all of its optional packages from ftp://ftp.FreeBSD.org/, which is the official FreeBSD release site, or any of its “mirrors”. + +Lists of locations that mirror FreeBSD can be found in the link:{handbook}#mirrors-ftp[FTP Sites] section of the Handbook. Finding a close (in networking terms) mirror from which to download the distribution is highly recommended. + +Additional mirror sites are always welcome. Contact `<[email protected]>` for more details on becoming an official mirror site. You can also find useful information for mirror sites at the link:{hubs}[Mirroring FreeBSD] article. + +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. + +''''' + +[[CONTACTING]] +== Contacting the FreeBSD Project + +=== Email and Mailing Lists + +For any questions or general technical support issues, please send mail to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions[FreeBSD general questions mailing list]. + +If you're tracking the 9.1-STABLE development efforts, you _must_ join the http://lists.FreeBSD.org/mailman/listinfo/freebsd-current[FreeBSD-CURRENT mailing list], in order to keep abreast of recent developments and changes that may affect the way you use and maintain the system. + +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 http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers[FreeBSD technical discussions mailing list]. + +Please note that these mailing lists can experience _significant_ 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 http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce[FreeBSD announcements mailing list]. + +All of the mailing lists can be freely joined by anyone wishing to do so. Visit the http://www.FreeBSD.org/mailman/listinfo[FreeBSD Mailman Info Page]. 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 http://www.FreeBSD.org/support/#mailing-list[mailing lists section] of the FreeBSD Web site. + +*Important:* Do _not_ send email to the lists asking to be subscribed. Use the Mailman interface instead. + +''''' + +=== Submitting Problem Reports + +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. + +The preferred method to submit bug reports from a machine with Internet mail connectivity is to use the man:send-pr[1] command. “Problem Reports” (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. http://www.FreeBSD.org/cgi/query-pr-summary.cgi[A list of all active PRs] is available on the FreeBSD Web site; this list is useful to see what potential problems other users have encountered. + +Note that man:send-pr[1] 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 man:send-pr[1] to submit a bug report, you can try to send it to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs[FreeBSD problem reports mailing list]. + +For more information, link:{problem-reports}[“Writing FreeBSD Problem Reports”], available on the FreeBSD Web site, has a number of helpful hints on writing and submitting effective problem reports. + +''''' + +[[SEEALSO]] +== Further Reading + +There are many sources of information about FreeBSD; some are included with this distribution, while others are available on-line or in print versions. + +''''' + +[[RELEASE-DOCS]] +=== Release Documentation + +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 (`.TXT`) and HTML (`.HTM`) renditions. Some distributions may also include other formats such as Portable Document Format (`.PDF`). + +* `README.TXT`: This file, which gives some general information about FreeBSD as well as some cursory notes about obtaining a distribution. +* `RELNOTES.TXT`: The release notes, showing what's new and different in FreeBSD 9.1-RELEASE compared to the previous release (FreeBSD 9.0-RELEASE). +* `HARDWARE.TXT`: The hardware compatibility list, showing devices with which FreeBSD has been tested and is known to work. +* `ERRATA.TXT`: 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. + +*Note:* It is extremely important to read the errata for any given release before installing it, to learn about any “late-breaking news” 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 “current errata” for this release. These other copies of the errata are located at http://www.FreeBSD.org/releases/ (as well as any sites which keep up-to-date mirrors of this location). + + +''''' + +=== Manual Pages + +As with almost all UNIX like operating systems, FreeBSD comes with a set of on-line manual pages, accessed through the man:man[1] command or through the http://www.FreeBSD.org/cgi/man.cgi[hypertext manual pages gateway] on the FreeBSD Web site. In general, the manual pages provide information on the different commands and APIs available to the FreeBSD user. + +In some cases, manual pages are written to give information on particular topics. Notable examples of such manual pages are man:tuning[7] (a guide to performance tuning), man:security[7] (an introduction to FreeBSD security), and man:style[9] (a style guide to kernel coding). + +''''' + +=== Books and Articles + +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 link:{handbook}[Handbook] and link:{faq}[FAQ] are always available from the http://www.FreeBSD.org/docs[FreeBSD Documentation page] or its mirrors. If you install the `doc` 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. + +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 `doc` distribution set. + +A listing of other books and documents about FreeBSD can be found in the link:{handbook}#bibliography[bibliography] of the FreeBSD Handbook. Because of FreeBSD's strong UNIX heritage, many other articles and books written for UNIX systems are applicable as well, some of which are also listed in the bibliography. + +''''' + +[[ACKNOWLEDGEMENTS]] +== Acknowledgments + +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 link:{contributors}[“Contributors to FreeBSD”] on the FreeBSD Web site or any of its mirrors. + +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. diff --git a/website/content/en/releases/9.1R/readme.html b/website/content/en/releases/9.1R/readme.html deleted file mode 100644 index e60ee16e49..0000000000 --- a/website/content/en/releases/9.1R/readme.html +++ /dev/null @@ -1,403 +0,0 @@ -<!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 9.1-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 9.1-RELEASE README</a></h1> - -<h3 class="CORPAUTHOR">The FreeBSD Project</h3> - -<p class="COPYRIGHT">Copyright © 2012 The FreeBSD Documentation Project</p> - -<p class="PUBDATE">$FreeBSD: -release/9.1.0/release/doc/en_US.ISO8859-1/readme/article.sgml 243705 2012-11-30 16:15: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>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. SPARC International, Inc owns all of the SPARC -trademarks and under licensing agreements allows the proper use of these trademarks by -its members.</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 “™” or the “®” symbol.</p> -</div> - -<hr /> -</div> - -<blockquote class="ABSTRACT"> -<div class="ABSTRACT"><a id="AEN17" name="AEN17"></a> -<p>This document gives a brief introduction to FreeBSD 9.1-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 9.1-RELEASE, the latest point along the -9.1-STABLE branch.</p> - -<div class="SECT2"> -<hr /> -<h3 class="SECT2"><a id="AEN22" name="AEN22">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 “x86” 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>® machines (sparc64). Versions 	for the <span -class="TRADEMARK">ARM</span>® (arm), <span class="TRADEMARK">MIPS</span>® (mips), -and 	<span class="TRADEMARK">PowerPC</span>® (powerpc) 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 	“Ports -Collection”) is also provided to make it 	easy to obtain and install all your -favorite traditional <span class="TRADEMARK">UNIX</span>® 	utilities for FreeBSD. -Each “port” consists of a 	set of scripts to retrieve, configure, build, -and install a 	piece of software, with a single command. Over 23,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 “packages”, which can be quickly -	installed from the installation program.</p> -</div> - -<div class="SECT2"> -<hr /> -<h3 class="SECT2"><a id="AEN37" name="AEN37">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="AEN43" name="AEN43">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 -“packages” 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">“Obtaining 	FreeBSD”</a> appendix to the Handbook.</p> -</div> - -<div class="SECT2"> -<hr /> -<h3 class="SECT2"><a id="AEN50" name="AEN50">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 	“mirrors”.</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. 	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"><<a -href="mailto:[email protected]">[email protected]</a>></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="AEN63" name="AEN63">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 9.1-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="AEN81" name="AEN81">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+9.1-RELEASE"> -<span class="CITEREFENTRY"><span class="REFENTRYTITLE">send-pr</span>(1)</span></a> -	command. 	“Problem Reports” (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+9.1-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+9.1-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">“Writing 	FreeBSD Problem Reports”</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 	 9.1-RELEASE compared to the previous release (FreeBSD -	 9.0-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 /> -<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 	 “late-breaking news” 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 “current -errata” 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="AEN128" name="AEN128">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+9.1-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+9.1-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+9.1-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+9.1-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="AEN146" name="AEN146">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">“Contributors to FreeBSD”</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="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</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 <<a -href="mailto:[email protected]">[email protected]</a>>.</small></p> - -<p align="center"><small>All users of FreeBSD 9.1-STABLE should subscribe to the <<a -href="mailto:[email protected]">[email protected]</a>> mailing list.</small></p> - -<p align="center"><small>For questions about this documentation, e-mail <<a -href="mailto:[email protected]">[email protected]</a>>.</small></p> -</body> -</html> - diff --git a/website/content/en/releases/9.1R/relnotes-detailed.adoc b/website/content/en/releases/9.1R/relnotes-detailed.adoc new file mode 100644 index 0000000000..2053758b7d --- /dev/null +++ b/website/content/en/releases/9.1R/relnotes-detailed.adoc @@ -0,0 +1,554 @@ +--- +title: "FreeBSD 9.1-RELEASE Release Notes" +sidenav: download +--- + +include::shared/en/urls.adoc[] + += FreeBSD 9.1-RELEASE Release Notes + +The release notes for FreeBSD 9.1-RELEASE contain a summary of the changes made to the FreeBSD base system on the 9.1-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. + +''''' + +*Table of Contents* + +. <<intro,Introduction>> +. <<new,What's New>> +.. <<security,Security Advisories>> +.. <<kernel,Kernel Changes>> +... <<boot,Boot Loader Changes>> +... <<proc,Hardware Support>> +... <<net-proto,Network Protocols>> +... <<disks,Disks and Storage>> +... <<fs,File Systems>> +.. <<userland,Userland Changes>> +... <<periodic-scripts,man:periodic[8] Scripts>> +... <<rc-scripts,man:rc[8] Scripts>> +.. <<contrib,Contributed Software>> +.. <<releng,Release Engineering and Integration>> +. <<upgrade,Upgrading from previous releases of FreeBSD>> +.. <<AEN1113,Upgrading using man:freebsd-update[8] or a source-based procedure>> +.. <<AEN1133,User-visible incompatibilities>> + +[[intro]] +== Introduction + +This document contains the release notes for FreeBSD 9.1-RELEASE. It describes recently added, changed, or deleted features of FreeBSD. It also provides some notes on upgrading from previous versions of FreeBSD. + +This distribution of FreeBSD 9.1-RELEASE is a release distribution. It can be found at http://www.FreeBSD.org/releases/ or any of its mirrors. More information on obtaining this (or other) release distributions of FreeBSD can be found in the link:{handbook}#mirrors/["Obtaining FreeBSD" appendix] to the link:{handbook}[FreeBSD Handbook]. + +All users are encouraged to consult the release errata before installing FreeBSD. The errata document is updated with “late-breaking” 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 9.1-RELEASE can be found on the FreeBSD Web site. + +''''' + +[[new]] +== What's New + +This section describes the most user-visible new or changed features in FreeBSD since 9.0-RELEASE. + +Typical release note items document recent security advisories issued after 9.0-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. + +''''' + +[[security]] +=== Security Advisories + +Problems described in the following security advisories have been fixed. For more information, consult the individual advisories available from http://security.FreeBSD.org/. + +[[AEN38]] +[width="100%",cols="20%,20%,60%",options="header",] +|=== +|Advisory |Date |Topic +|http://security.freebsd.org/advisories/FreeBSD-SA-12:01.openssl.asc[SA-12:01.openssl] |3 May 2012 |OpenSSL multiple vulnerabilities +|http://security.freebsd.org/advisories/FreeBSD-SA-12:02.crypt.asc[SA-12:02.crypt] |30 May 2012 |Incorrect `crypt()` hashing +|http://security.freebsd.org/advisories/FreeBSD-SA-12:03.bind.asc[SA-12:03.bind] |12 June 2012 |Incorrect handling of zero-length RDATA fields in man:named[8] +|http://security.freebsd.org/advisories/FreeBSD-SA-12:04.sysret.asc[SA-12:04.sysret] |12 June 2012 |Privilege escalation when returning from kernel +|http://security.freebsd.org/advisories/FreeBSD-SA-12:05.bind.asc[SA-12:05.bind] |6 August 2012 |man:named[8] DNSSEC validation Denial of Service +|http://security.freebsd.org/advisories/FreeBSD-SA-12:06.bind.asc[SA-12:06.bind] |22 November 2012 |Multiple Denial of Service vulnerabilities with man:named[8] +|http://security.freebsd.org/advisories/FreeBSD-SA-12:07.hostapd.asc[SA-12:07.hostapd] |22 November 2012 |Insufficient message length validation for EAP-TLS messages +|http://security.freebsd.org/advisories/FreeBSD-SA-12:08.linux.asc[SA-12:08.linux] |22 November 2012 |Linux compatibility layer input validation error +|=== + +''''' + +[[kernel]] +=== Kernel Changes + +The FreeBSD Jail subsystem now supports mounting man:devfs[5], man:nullfs[5], and ZFS filesystem inside a jail. New man:jail[8] parameters `allow.mount.devfs`, `allow.mount.nullfs`, and `allow.mount.zfs` to control the per-jail capabilities have been added. All of them are disabled by default.[http://svn.freebsd.org/viewvc/base?view=revision&revision=232728[r232728] + +A new man:loader[8] tunable `kern.eventtimer.activetick` has been added. This tunable specifies whether each hardclock tick should be run on every active CPU or only one. By setting it to `0`, the total number of interrupts can be reduced on SMP machines. The default value is `1`.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234167[r234167] + +The man:posix_fadvise[2] system call has been implemented. This is a function similar to man:madvise[2] except that it operates on a file descriptor instead of a memory region.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229723[r229723] + +The man:filemon[4] pseudo-device has been added. This allows a process to collect file operations data of its children.[http://svn.freebsd.org/viewvc/base?view=revision&revision=237795[r237795] + +The man:sysctl[8] variable `kern.stop_scheduler_on_panic` is now set to `1` by default.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235413[r235413] + +[powerpc] FreeBSD/powerpc64 now supports kernel profiling by using man:kgmon[8].[http://svn.freebsd.org/viewvc/base?view=revision&revision=231907[r231907] + +The FreeBSD Linux ABI compatibility layer now supports the `linux_fadvise64()` and `linux_fadvise64_64()` system calls.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231145[r231145] + +The default value of the man:loader[8] tunable `hw.memtest.tests` is now automatically set to `0` when FreeBSD is running on a virtual machine.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230266[r230266] + +A new man:loader[8] tunable `kern.msgbuf_show_timestamp` has been added. When it is enabled, a timestamp is added to each line of the system message buffer. The default value is `0` (disabled).[http://svn.freebsd.org/viewvc/base?view=revision&revision=234075[r234075] + +The man:null[4] and man:zero[4] pseudo device driver now supports non-blocking mode via the man:fcntl[2] system call.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230320[r230320] + +The FreeBSD man:sched_ule[4] scheduler has been improved for CPU load balancing on SMT (Simultaneous MultiThreading) CPUs. It gives a 10-15% performance improvement when the number of threads is lesser than the number of logical CPUs.[http://svn.freebsd.org/viewvc/base?view=revision&revision=233599[r233599] + +[sparc64] The `PREEMPTION` kernel option is now enabled in the `GENERIC` kernel.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235992[r235992] + +A new man:sysctl[8] variable `security.bsd.unprivileged_idprio` has been added. This variable controls whether non-root users can set an idle priority or not. This is disabled by default.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230039[r230039] + +The man:splash[4] screen interface now supports ASCII art in *TheDraw* format.[http://svn.freebsd.org/viewvc/base?view=revision&revision=228445[r228445] + +''''' + +[[boot]] +==== Boot Loader Changes + +The man:boot0cfg[8] utility now supports configuration of PXE boot via the `boot0` boot block temporarily on the next boot. The slice number `6` or a keyword `PXE` can be specified to enable PXE boot using the `-s` option.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230065[r230065] + +The FreeBSD man:boot[8] block now supports `/boot/config` in addition to `/boot.config` as the boot block parameter file. When both of them exist, the former will be used.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231287[r231287] + +The `gptboot` boot block now reads the backup GPT header from the last LBA only when the primary GPT header and tables are invalid. This mitigates interoperability issues with some man:geom[4] providers like `MIRROR` which use the last LBA for the metadata.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234693[r234693] + +The `zfsboot` boot block and `zfsloader` support filesystems within a ZFS storage pool. In `zfsloader`, the ZFS device name format is now `zfs:pool`/`fs` and the fully qualified file path format is `zfs:pool`/`fs`:/`path/to/file`. The `zfsboot` boot block accepts the kernel/loader name in the format `pool`:`fs`:`path/to/file` or, as before, `pool`:`path/to/file`. In the latter case a default filesystem is used (the pool root or a filesystem with the `bootfs` property). The `zfsboot` boot block passes the GUIDs of the selected storage pool and dataset to `zfsloader` to be used as its defaults.[http://svn.freebsd.org/viewvc/base?view=revision&revision=237766[r237766] + +[sparc64] FreeBSD/sparc64 now supports booting from ZFS via the `zfsboot` boot block and `zfsloader`. For example, the following commands create a mirrored storage pool `rpool` consisting of `da0a` and `da0b` and configure the storage pool as the root filesystem:[http://svn.freebsd.org/viewvc/base?view=revision&revision=236076[r236076] + +[source,screen] +---- +# gpart create -s vtoc8 da0 +# gpart add -t freebsd-zfs -s 10g da0 +# gpart add -t freebsd-swap -s 10g da0 +# gpart add -t freebsd-zfs -s 10g da0 +# zpool create rpool mirror da0a da0b +# zpool set bootfs=rpool rpool +# zpool export rpool +# gpart bootcode -p /boot/zfsboot da0 +# sysctl kern.geom.debugflags=0x10 +# dd if=/boot/zfsloader of=/dev/da0a bs=512 oseek=1024 conv=notrunc +# dd if=/boot/zfsloader of=/dev/da0b bs=512 oseek=1024 conv=notrunc +# zpool import rpool +# cp -p /boot/zfs/zpool.cache /rpool/boot/zfs/zpool.cache +# zfs set mountpoint=/ rpool +---- + +''''' + +[[proc]] +==== Hardware Support + +[powerpc] The man:abtn[4] driver, which supports ADB keyboards found on Apple laptops, has been added.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230751[r230751] + +[amd64] A workaround for Erratum 721 for AMD Processor Family 10h and 12h has been implemented. Under a highly specific and detailed set of internal timing conditions, the processor may incorrectly update the stack pointer after a long series of push and/or near-call instructions, or a long series of pop and/or near-return instructions.[http://svn.freebsd.org/viewvc/base?view=revision&revision=233798[r233798] + +[powerpc] The atibl(4) driver, which supports backlight control of ATI graphics chips on PowerBooks and iBooks, has been added.[http://svn.freebsd.org/viewvc/base?view=revision&revision=232677[r232677] + +The man:acpi_wmi[4] driver now supports attaching multiple instances.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229858[r229858] + +[powerpc] The adm1030(4) driver for G4 MDD fans now shows its PWM parameter in the device's man:sysctl[8] variable.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230290[r230290] + +[arm] The cesa(4) driver for the Marvell crypto engine and security accelerator has been added.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234559[r234559] + +[powerpc] The man:hwpmc[4] driver now supports PowerPC G4+ (MPC745x/MPC744x).[http://svn.freebsd.org/viewvc/base?view=revision&revision=230305[r230305] + +[amd64, i386] The man:hwpmc[4] driver now supports the Intel Sandy Bridge microarchitecture.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234046[r234046] + +The man:hwpmc[4] driver now supports software events. Simultaneous usage of software PMC and hardware PMC is allowed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236238[r236238] + +The pcf8563(4) driver for the NXP (Philips) PCF8563 RTC has been added.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236078[r236078] + +[powerpc] FreeBSD/powerpc now supports the PWM-controlled fans found on the PowerMac SMU (System Management Unit).[http://svn.freebsd.org/viewvc/base?view=revision&revision=233471[r233471] + +[arm] FreeBSD/arm now supports the Atmel SAM9XE family of microcontrollers.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236081[r236081] + +The following man:sysctl[8] variables have been added: `kern.proc.env` for environment strings, `kern.proc.auxv` for ELF auxiliary vectors from a process's stack, `kern.proc.groups` for process groups, `kern.proc.rlimit` for process resource limits, `kern.proc.ps_strings` for the ps_strings location, and `kern.proc.osrel` for the osreldate of the process's binary.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230754[r230754], http://svn.freebsd.org/viewvc/base?view=revision&revision=233950[r233950] + +The man:usb[4] driver now handles suspend and resume correctly with no need to reload the kernel module.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229100[r229100], http://svn.freebsd.org/viewvc/base?view=revision&revision=229369[r229369] + +A bug in the man:xhci[4] (USB 3.0) driver has been fixed. It did not work with USB 3.0 hubs.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230302[r230302] + +The man:viawd[4] driver, which supports the watchdog timer found in VIA south bridges (VT8251, CX700, VX800, VX855, VX900), has been added.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229927[r229927] + +The man:wbwd[4] driver, which supports the watchdog timer found in Winbond Super I/O chips, has been added.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235926[r235926] + +''''' + +[[mm]] +===== Multimedia Support + +The drm2(4) Intel GPU driver, which supports GEM and KMS and works with new generations of GPUs such as IronLake, SandyBridge, and IvyBridge, has been added. The man:agp[4] driver now supports SandyBridge and IvyBridge CPU northbridges.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236926[r236926], http://svn.freebsd.org/viewvc/base?view=revision&revision=236927[r236927], http://svn.freebsd.org/viewvc/base?view=revision&revision=239965[r239965] + +The man:snd_hda[4] driver has been updated. It now supports and provides HDMI, new volume control, automatic recording source selection, runtime reconfiguration, more then 4 PCM devices on a controller, multichannel recording, additional playback/record streams, higher bandwidth, and more informative device names.[http://svn.freebsd.org/viewvc/base?view=revision&revision=232798[r232798] + +The man:snd_hdspe[4] driver has been added. This supports RME HDSPe AIO and RayDAT sound cards.[http://svn.freebsd.org/viewvc/base?view=revision&revision=233165[r233165] + +GPL-licensed headers in the man:snd_emu10kx[4], man:snd_maestro3[4], and man:snd_csa[4] drivers have been replaced with BSD-licensed one. These drivers are now fully BSD-licensed and included in the `GENERIC` kernel on FreeBSD/amd64 and FreeBSD/i386.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230964[r230964], http://svn.freebsd.org/viewvc/base?view=revision&revision=230985[r230985], http://svn.freebsd.org/viewvc/base?view=revision&revision=231047[r231047], http://svn.freebsd.org/viewvc/base?view=revision&revision=235769[r235769] + +''''' + +[[net-if]] +===== Network Interface Support + +A bug in the man:ae[4] driver which could prevent it from working under certain conditions has been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229520[r229520] + +The man:axe[4] driver now supports TX/RX checksum offloading support for the ASIX AX88772B controller.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229106[r229106] + +The man:bce[4] driver has been improved: + +* Unnecessary link up/down has been eliminated.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229864[r229864] +* A bug has been fixed which could prevent IPMI from working when the interface was marked as down.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236216[r236216] +* It now supports remote PHYs, which allow the controller to perform MDIO type accesses to a remote transceiver by using message pages defined through MRBE (MultiRate Backplane Ethernet). This is found on machines such as the Dell PowerEdge M610 Blade.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235818[r235818] + +The man:bge[4] and brgphy(4) drivers have been improved: + +* A bug which could prevent DMA functionality from working correctly has been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229350[r229350] +* It now works with a PCI-X BCM 5704 controller that is connected to AMD-8131 PCI-X bridge.[http://svn.freebsd.org/viewvc/base?view=revision&revision=233495[r233495] +* It now supports the BCM 5720 and BCM 5720C PHY, and the BCM 57780 1000BASE-T media interface.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229357[r229357], http://svn.freebsd.org/viewvc/base?view=revision&revision=229867[r229867], http://svn.freebsd.org/viewvc/base?view=revision&revision=232134[r232134] +* It now supports a man:loader[8] tunable `dev.bge.N.msi` to control the use of MSI. The default value is `1` (enabled).[http://svn.freebsd.org/viewvc/base?view=revision&revision=231734[r231734] + +The man:cxgbe[4] and man:cxgb[4] drivers have been updated to firmware version 1.5.2.0. They now support device configuration via a plain text configuration file, IPv6 hardware checksumming, IPv6 TSO and LRO, a `loadfw` command in the cxgbetool(8) utility which allows installing a firmware to the card, and man:sysctl[8] variables under `dev.t4nex.N.misc` for various information.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231093[r231093], http://svn.freebsd.org/viewvc/base?view=revision&revision=237925[r237925] + +The man:dc[4] driver now supports NVIDIA (ULi) M5261/M5263 PCI FastEthernet controllers, which are found on the ULi M1563 South Bridge and M1689 Bridge.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229334[r229334] + +The man:et[4] driver now works on all platforms. A bug which could prevent man:altq[4] support from working has been fixed. A new man:sysctl[8] variable under `dev.et.N.stats` has been added for hardware MAC statistics.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229711[r229711], http://svn.freebsd.org/viewvc/base?view=revision&revision=229717[r229717], http://svn.freebsd.org/viewvc/base?view=revision&revision=229720[r229720] + +The man:igb[4] driver has been updated to version 2.3.4. It now supports newer i210/i211 devices.[http://svn.freebsd.org/viewvc/base?view=revision&revision=238262[r238262] + +The man:iwn[4] driver now supports Intel Centrino Wireless-N + WiMAX 6150 and Wireless-N 100/130 series.[http://svn.freebsd.org/viewvc/base?view=revision&revision=233838[r233838], http://svn.freebsd.org/viewvc/base?view=revision&revision=235843[r235843] + +The man:miibus[4] bus driver now supports device hints `hint.miibus.N.phymask` for PHY addresses being probed. This is useful to manually probe PHYs which do not implement basic the register set of IEEE 802.3. Also, the man:miibus[4] driver has been changed to a hinted bus, allowing to add child devices via hints and to set their attach arguments in addition to automatically-probed PHYs.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230709[r230709] + +The man:msk[4] driver now uses 64-bit DMA addressing on 64-bit platforms.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229524[r229524] + +The man:mxge[4] driver has been updated to firmware version 1.4.55 from Myricom.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236413[r236413] + +The nsphyter(4) driver now supports National DP83849.[http://svn.freebsd.org/viewvc/base?view=revision&revision=232137[r232137] + +The man:oce[4] driver, which supports Emulex OneConnect 10Gbit Ethernet cards, has been added.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231663[r231663] + +The man:ral[4] driver now supports Ralink RT2800 and RT3000 chipsets.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236004[r236004] + +The man:re[4] driver now supports the RTL8411 PCIe Gigabit Ethernet controller. A bug which could prevent WoL (Wake-on-LAN) from working on RTL8168E has been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229529[r229529], http://svn.freebsd.org/viewvc/base?view=revision&revision=231731[r231731] + +The man:runfw[4] firmware has been updated to version 0.236.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234028[r234028] + +The man:sfxge[4] driver, which supports 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers, has been added.[http://svn.freebsd.org/viewvc/base?view=revision&revision=228100[r228100] + +The smcphy(4) driver now supports the Seeq Technology 80220 PHY. This is found on Adaptec AIC-6915 Starfire Ethernet controllers supported by the man:sf[4] driver.[http://svn.freebsd.org/viewvc/base?view=revision&revision=233485[r233485] + +The man:ti[4] driver now supports the man:altq[4] framework, reporting link-state changes, and man:sysctl[8] variables under `dev.ti.N` for interrupt moderation parameters.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229417[r229417], http://svn.freebsd.org/viewvc/base?view=revision&revision=229438[r229438] + +A bug in the man:ti[4] driver which could prevent it from working correctly with the `PAE` kernel option has been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229441[r229441] + +The man:vge[4] driver has been updated to improve its link establishment and link-state detection.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229540[r229540] + +The man:vr[4] driver now enables flow control capability in the PHY drivers.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229641[r229641] + +The man:xnb[4] Xen Paravirtualized Backend Ethernet Driver (netback) has been updated. This is attached via the newbus framework and works properly in both HVM and PVM mode.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231697[r231697] + +''''' + +[[net-proto]] +==== Network Protocols + +The man:if_bridge[4] pseudo-interface now supports reporting link-state changes depending on the status of the member interfaces.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236051[r236051] + +The `table` argument in the man:ipfw[4] packet filter rule syntax now supports IP address, interface name, port number, and jail ID. The following syntax is valid:[http://svn.freebsd.org/viewvc/base?view=revision&revision=234597[r234597] + +[source,programlisting] +---- +skipto tablearg ip from any to any via table(42) in +---- + +The FreeBSD man:ip6[4] protocol stack has been improved in terms of its performance. Benchmarking can be found at http://people.freebsd.org/~bz/bench/. + +The FreeBSD man:ip6[4] protocol stack now supports multiple FIBs.[http://svn.freebsd.org/viewvc/base?view=revision&revision=232292[r232292] + +An IPv6 default route configured via Router Advertisement messages is now reinstalled correctly when the default route is manually removed and then another RA message is received for the same route.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230604[r230604] + +A bug which could return an incorrect value for the `IPV6_MULTICASE_HOPS` socket option has been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=227885[r227885] + +A new man:sysctl[3] name `NET_RT_IFLISTL` has been added. This queries the address list and works on extended and extensible structures `if_msghdrl` and `ifa_msghdrl` without breaking the ABI.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231768[r231768] + +The man:netmap[4] fast packet I/O framework has been added. The man:em[4], man:lem(4), man:igb[4], and man:re[4] drivers now support this framework. The technical details can be found at http://info.iet.unipi.it/~luigi/netmap/.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231650[r231650], http://svn.freebsd.org/viewvc/base?view=revision&revision=235527[r235527] + +The FreeBSD man:sctp[4] protocol stack now supports a new man:sysctl[8] variable `net.inet.sctp.blackhole`. If this is set to `1`, no `ABORT` is sent back in response to an incoming `INIT`. If this is set to `2`, no `ABORT` is sent back in response to an out-of-the-blue packet. If set to `0` (the default), `ABORT`s are sent.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231045[r231045] + +A bug which could cause a system panic when `SCTP_RECVINFO` or `SCTP_NXTINFO` is specified to the man:getsockopt[2] system call has been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231049[r231049] + +The FreeBSD man:sctp[4] protocol stack now supports the `SCTP_REMOTE_UDP_ENCAPS_PORT` socket option.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231070[r231070], http://svn.freebsd.org/viewvc/base?view=revision&revision=231140[r231140] + +The `SO_PROTOCOL` and `SO_PROTOTYPE` socket options have been added. These return the socket protocol number.[http://svn.freebsd.org/viewvc/base?view=revision&revision=232805[r232805] + +The `TCP_KEEPINIT`, `TCP_KEEPIDLE`, `TCP_KEEPINTVL`, and `TCP_KEEPCNT` socket options have been added. These allow controlling initial timeout, idle time, idle resend interval, and idle send count on a per-socket basis.[http://svn.freebsd.org/viewvc/base?view=revision&revision=232945[r232945] + +''''' + +[[disks]] +==== Disks and Storage + +The man:arcmsr[4] driver has been updated to version 1.20.00.25.[http://svn.freebsd.org/viewvc/base?view=revision&revision=240758[r240758] + +The man:ahci[4] driver now supports a new man:loader[8] tunable `hw.ahci.force`. This controls whether it attempts to attach an AHCI-capable device even if it is configured to use legacy emulation. This is enabled by default.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229291[r229291] + +The new man:cam[4]-based man:ata[4] driver now supports old man:loader[8] tunables `hw.ata.ata_dma` and `hw.ata.atapi_dma`, for backward compatibility.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231251[r231251] + +The man:cam[4] driver now supports SEMB (SATA Enclosure Management Bridge) devices, which are equivalent to the SCSI SES/SAF-TE devices.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236778[r236778] + +A new man:sysctl[8] variable `kern.cam.pmp.hide_special` has been added. This controls whether special PMP ports such as PMP (Port MultiPlier) configuration or SEMB (SATA Enclosure Management Bridge) will be exposed or hidden. The default value is `1` (hidden).[http://svn.freebsd.org/viewvc/base?view=revision&revision=236765[r236765] + +The ctl(4) driver, which supports man:cam[4] Target Layer and man:ctladm[8], a userland control utility, have been added. ctl(4) is a disk and processor device emulation subsystem supporting tagged queuing, SCSI task attribute, SCSI implicit command ordering, full task management, multiple ports, multiple simultaneous initiators, multiple simultaneous backing stores, mode sense/select, and error injection support.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231772[r231772] + +The man:cd[4] driver now supports Audio CDs in the same way as man:acd[4] did. It will report a 2352-byte sector size to the man:geom[4] subsystem and use the `READ CD` command for reading the data. This fixes an interoperability issue with http://svnweb.FreeBSD.org/ports/head/multimedia/vlc/pkg-descr?revision=HEAD[`multimedia/vlc`].[http://svn.freebsd.org/viewvc/base?view=revision&revision=230014[r230014] + +The man:da[4] driver now supports `BIO_DELETE`. To select the method, a new man:sysctl[8] variable `kern.cam.da.N.delete_method` has been added for each device instance. The following values are supported:[http://svn.freebsd.org/viewvc/base?view=revision&revision=236677[r236677] + +[[AEN632]] +[cols=",",options="header",] +|=== +|Value |Method +|NONE |no provisioning support reported by the device +|DISABLE |provisioning support was disabled because of errors +|ZERO |WRITE SAME (10) command to write zeroes +|WS10 |WRITE SAME (10) command with UNMAP bit set +|WS16 |use WRITE SAME (16) command with UNMAP bit set +|UNMAP |use UNMAP command (equivalent of the ATA DSM TRIM command) +|=== + +When it was `NONE`, the device did not report logical block provisioning support via respective VPD pages. One can set a specific method for testing and it will be disabled automatically when not supported on the device. + +The *MIRROR* man:geom[4] class now supports `BIO_DELETE`. This means the `TRIM` command will be issued on supported devices when deleting data.[http://svn.freebsd.org/viewvc/base?view=revision&revision=238500[r238500] + +The *MULTIPATH* man:geom[4] class has been updated. It now supports Active/Active mode, Active/Read mode as hybrid of Active/Active and Active/Passive, keeping a failed path without removing the geom provider, manual configuration without on-disk metadata, and `add`, `remove`, `fail`, `restore`, `configure` subcommands in the man:gmultipath[8] utility to manage the configured paths.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229303[r229303], http://svn.freebsd.org/viewvc/base?view=revision&revision=234916[r234916] + +The *PART_LDM* man:geom[4] class has been added. This partition scheme has support for Logical Disk Manager, which is also known as dynamic volumes in Microsoft Windows NT. Note that JBOD, RAID0, and RAID5 volumes are not supported yet.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234406[r234406] + +The *PART_MBR* man:geom[4] class now allows a primary or extended Linux swap partition to be used as the system dump device.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230763[r230763] + +[amd64, i386] The *RAID* man:geom[4] class is now included in the `GENERIC` kernel.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235877[r235877] + +The *RAID* man:geom[4] class now supports disks with over 2TB capacity for the Intel metadata format.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230244[r230244] + +The *RAID* man:geom[4] class now supports the DDF metadata format, which is defined in the SNIA Common RAID Disk Data Format Specification v2.0.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235874[r235874] + +The *UNCOMPRESS* man:geom[4] class and the man:mkulzma[8] utility have been added. This class supports lzma compressed images like the *UZIP* man:geom[4] class and the man:mkuzip[8] utility.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235483[r235483] + +[amd64, i386] The man:hpt27xx[4] driver has been added. This supports HighPoint RocketRAID 27xx-based SAS 6Gb/s HBA.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229975[r229975] + +[amd64, i386] The man:isci[4] driver, which supports the integrated SAS controller in the Intel C600 (Patsburg) chipset, has been added.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231689[r231689] + +Bugs in man:isp[4] target mode have been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230019[r230019] + +The man:ixgbe[4] driver now supports the Intel X540 adapter.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230775[r230775] + +A bug in the man:mfi[4] driver has been fixed. It could cause some inconsistencies due to missed interrupt acknowledgements and output the following log message:[http://svn.freebsd.org/viewvc/base?view=revision&revision=227533[r227533] + +[source,screen] +---- +mfi0: COMMAND 0xffffffXXXXXXXXXX TIMEOUT AFTER XX SECONDS +---- + +The man:mfi[4] driver now supports single-message MSI, and Drake Skinny and Thunderbolt cards. The man:loader[8] tunable `hw.mfi.msi` has been added and it is enabled by default.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229611[r229611], http://svn.freebsd.org/viewvc/base?view=revision&revision=234429[r234429] + +The man:mps[4] driver has been updated to version 14.00.00.01-fbsd. This now supports Integrated RAID, WarpDrive controllers, WRITE12 and READ12 for direct I/O, SCSI protection information (EEDP), Transport Level Retries (TLR) for tape drives, and LSI's userland utility.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230920[r230920], http://svn.freebsd.org/viewvc/base?view=revision&revision=231679[r231679], http://svn.freebsd.org/viewvc/base?view=revision&revision=237876[r237876] + +A bug in the man:mpt[4] driver has been fixed. It could attempt to attach MegaRAID cards which should be handled by the man:mfi[4] driver.[http://svn.freebsd.org/viewvc/base?view=revision&revision=232562[r232562] + +The man:usb[4] storage device driver now enables power save mode by default.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229107[r229107] + +''''' + +[[fs]] +==== File Systems + +The FreeBSD NFS filesystem has been improved: + +* It now supports a timeout on positive name cache entries on the client side. A new mount option `nametimeo` has been added and set to `60` (in seconds) by default.[http://svn.freebsd.org/viewvc/base?view=revision&revision=233326[r233326] +* A memory leak when a ZFS volume is exported via the FreeBSD NFS server has been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234740[r234740] +* A bug has been fixed. When a process writes to an mmap-backed file on an NFS filesystem, flushing changes to the data could fail under some circumstances such as errors due to permission mismatch, and this failure could not be detected as an error. A new man:sysctl[8] variable `vfs.nfs.nfs_keep_dirty_on_error` has been added to control the behavior on the client side related to this issue. When this is set to `1`, the pages where a write operation failed are kept dirty. The default value is set to `0`.[http://svn.freebsd.org/viewvc/base?view=revision&revision=233730[r233730] +* The man:nfsv4[4] filesystem now supports a man:sysctl[8] variable `vfs.nfsd.disable_checkutf8`. This disables the check for UTF-8 compliance in filenames. This is disabled by default. Note that enabling this may help wht some interoperability issues but results in an NFSv4 server that is not RFC 3530 compliant.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229799[r229799] + +The man:tmpfs[5] filesystem is not an experimental implementation anymore.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234511[r234511] + +The man:tmpfs[5] filesystem now supports a man:sysctl[8] variable `vfs.tmpfs.memory_reserved` to set the amount of required free pages when man:tmpfs[5] attempts to allocate a new node.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234849[r234849] + +FreeBSD's ZFS filesystem has been updated by merging improvements from the illumos project. The following changes are made:[http://svn.freebsd.org/viewvc/base?view=revision&revision=229578[r229578], http://svn.freebsd.org/viewvc/base?view=revision&revision=232328[r232328] + +* New properties, `clones` and `written`, have been added. +* The man:zfs[8] `send` command now reports an estimated size of the stream. +* The man:zfs[8] `destroy` command now reports an estimate of the space which would be reclaimed, when `-n` is specified. +* The man:zfs[8] `get` command now supports the `-t type` flag to specify the data type. + +A simple script `zfsboottest.sh` has been added to the source tree. This checks if the system is configured correctly when using ZFS as the root filesystem. The script is located at `/usr/src/tools/tools/zfsboottest.sh` and it uses the `zfsboottest` binary program in the same directory.[http://svn.freebsd.org/viewvc/base?view=revision&revision=227705[r227705] + +The binary program can be built and installed by the following command: + +[source,screen] +---- +# cd /usr/src/tools/tools/zfsboottest +# make +# make install +---- + +After that, the following command can be used to check the system. `poolname` is the ZFS storage pool name to boot: + +[source,screen] +---- +# sh /usr/src/tools/tools/zfsboottest/zfsboottest.sh poolname +---- + +The man:sysctl[8] variable `vfs.zfs.txg.timeout` has been changed from read-only to writable. + +''''' + +[[userland]] +=== Userland Changes + +man:auth.conf[5] has been removed because it was deprecated years ago.[http://svn.freebsd.org/viewvc/base?view=revision&revision=238481[r238481] + +The man:camcontrol[8] utility now supports a `fwdownload` subcommand for firmware update on SCSI devices from Hitachi, HP, IBM, Plextor, Quantum, and Seagate. This subcommand will reprogram the firmware on devices connected over an ATA/SATA transport.[http://svn.freebsd.org/viewvc/base?view=revision&revision=237740[r237740] + +The man:dhclient[8] utility now supports `domain-search` (option number 119, described in RFC 3397). This allows a DHCP server to publish a list of implicit domain suffixes used during name lookup. If this option is specified, a `search` keyword will be added to `/etc/resolv.conf`.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230597[r230597] + +The man:dump[8] utility now uses 53 characters for the device names in `/etc/dumpdates`. This was previously limited to 32 characters.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230047[r230047] + +The man:fetch[1] utility now correctly supports a percent-encoded user and password part in a URL.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235253[r235253] + +The man:fdlopen[3] function has been implemented. This is an interface for man:rtld[1] to load a shared object by file descriptor.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230410[r230410] + +The man:fopen[3] function now supports the `x` (an exclusive create-and-open mode) option in the ISO/IEC 9899:2011 and C11 standards.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229845[r229845] + +A bug in the man:gcc[1] compiler has been fixed. It could lead to incorrect calculations when `-ffast-math` is specified.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234023[r234023] + +The man:hastd[8] daemon now supports specifying the filename of its process ID file in man:hast.conf[5].[http://svn.freebsd.org/viewvc/base?view=revision&revision=229509[r229509] + +The man:ifconfig[8] utility now supports a `vlanhwcsum` parameter to set or reset checksum offloading capability on VLANs.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231221[r231221] + +A bug in the man:ifconfig[8] utility which could display an error message in a jail with no IPv6 support has been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=238872[r238872] + +The man:ifconfig[8] utility now supports a `carp state state` parameter to set the state to `backup` or `master` forcibly.[http://svn.freebsd.org/viewvc/base?view=revision&revision=232486[r232486] + +The man:jail[8] utility now supports a configuration file (man:jail.conf[5]) for complex configurations.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235839[r235839] + +The man:kdump[1] utility now supports a `-p pid` option to accept either a process ID or a thread ID.[http://svn.freebsd.org/viewvc/base?view=revision&revision=237789[r237789] + +The man:kenv[1] utility now supports a `-v` flag to display an entry in `name=value` format, and a `-N` flag to display only the name.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236118[r236118] + +The man:kldload[8] utility now supports a `-n` flag to ignore the error status when the specified module is already loaded.[http://svn.freebsd.org/viewvc/base?view=revision&revision=233560[r233560] + +*libedit* has been updated to a NetBSD snapshot as of 28 December, 2009.[http://svn.freebsd.org/viewvc/base?view=revision&revision=237738[r237738] + +man:libmap.conf[5] now supports `include` and `includedir` directives. They allow to include specified files for the configuration.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236523[r236523] + +Lock handling performance in the *libthr* pthread library has been improved. It now works 10 times faster especially under the condition that a mutex is heavily contested.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234372[r234372] + +A new {cpp} stack has been imported. This consists of *libcxxrt*, originally developed by a FreeBSD developer under contract by PathScale and open sourced by the FreeBSD and NetBSD foundations, and *libc++* from the LLVM project. *libcxxrt* is a drop-in replacement for GNU *libsupc++*, which implements the {cpp} runtime support for features such as run-time type information, dynamic casting, thread-safe static initializer, and exceptions. *libc++* implements the {cpp}11 standard library, and will replace GNU *libstdc++* in a future release. In 9.1-RELEASE, *libstdc++* is still installed as standard and now dynamically links against *libsupc++*. This allows libraries linking *libstdc++* and *libc++* to both be used in the same program, to aid migration.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235798[r235798] + +The man:limits[1] utility now supports a `-P pid` option to control limits for the specified process.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230919[r230919] + +The man:pciconf[8] utility now supports a `-e` flag to display PCI error details in listing mode. When this is specified, the status of any error bits in the PCI status register and PCI-express device status register will be displayed. It also lists any errors indicated by version 1 of PCI-express Advanced Error Reporting (AER).[http://svn.freebsd.org/viewvc/base?view=revision&revision=237731[r237731] + +The man:procstat[1] utility now shows the superpage mapping flag when displaying process virtual memory mappings.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229710[r229710] + +The man:procstat[1] utility now supports an `-e` flag to display process environment variables, an `-x` flag to display ELF auxiliary vectors, and an `-l` flag to display resource limits.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230917[r230917], http://svn.freebsd.org/viewvc/base?view=revision&revision=230918[r230918] + +A bug in the man:remquo[3] functions where the quotient did not always have the correct sign when the remainder was `0`, and another bug that the remainder and quotient were both off by a bit in certain cases involving subnormal remainders, have been fixed. Note that these bugs affected all platforms except amd64 and i386.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234535[r234535] + +The man:rtld[1] run-time linker now supports GCC's RELRO (RElocation Read-Only). This prevents the GOT (Global Offset Table) from being overwritten.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231579[r231579] + +The man:rtld[1] run-time linker now supports a GNU hash section (`DT_GNU_HASH`), which is a replacement of optional ELF hash section.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235396[r235396] + +The man:setbuf[1] utility and *libstdbuf* library have been added. This controls the default buffering behavior of standard stdio streams.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235139[r235139] + +The man:top[1] utility now correctly supports per-thread I/O statistics of ZFS in the `-m io` option.[http://svn.freebsd.org/viewvc/base?view=revision&revision=227702[r227702] + +The man:unzip[1] utility now supports a `-Z` option for zipinfo.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234330[r234330] + +The man:xlocale[3] API has been implemented. This consists of `_l`-suffixed versions of various standard library functions that use the global locale, making them take an explicit locale parameter and allowing thread-safe extended locale support. Most of these APIs are required for IEEE Std 1003.1-2008 (POSIX.1-2008 or ISO/IEC 9945:2009) compatibility, and are required by *libc++* and recent versions of *GNOME*. This implementation also supports several extensions for compatibility with Apple *Darwin*.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235785[r235785] + +''''' + +[[periodic-scripts]] +==== man:periodic[8] Scripts + +A new variable `daily_status_zfs_zpool_list_enable` has been added. It controls whether or not to list all of the ZFS pools in `periodic/daily/404.status-zfs`. The default value is `YES`.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231721[r231721] + +The default value of `daily_scrub_zfs_default_threshold` used in `periodic/daily/800.scrub-zfs` is now set to 35 days.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229381[r229381] + +''''' + +[[rc-scripts]] +==== man:rc[8] Scripts + +The `rc.d/nfsd` script now sets the `vfs.nfsd.server_max_nfsvers` man:sysctl[8] variable to `4` when `nfsv4_server_enable` is set to `YES`.[http://svn.freebsd.org/viewvc/base?view=revision&revision=227607[r227607] + +A backwards compatibility issue when both `ipv6_enable=YES` and `ipv6_gateway_enable=YES` are defined at the same time has been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=242189[r242189] + +''''' + +[[contrib]] +=== Contributed Software + +*ISC BIND* has been updated to version 9.8.3-P4.[http://svn.freebsd.org/viewvc/base?view=revision&revision=241417[r241417] + +The *compiler-rt* library, which provides low-level target-specific interfaces such as functions in *libgcc*, has been updated to revision 147467.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236018[r236018] + +*file* ( man:file[1]) has been updated to version 5.11.[http://svn.freebsd.org/viewvc/base?view=revision&revision=237983[r237983] + +GNU man:gperf[1] has been updated to version 3.0.3 (the latest GPLv2-licensed version).[http://svn.freebsd.org/viewvc/base?view=revision&revision=230237[r230237] + +*libarchive*, man:bsdtar[1], and man:cpio[1] have been updated to version 2.8.5.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229588[r229588] + +The *libpcap* library has been updated to 1.2.1.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236167[r236167] + +*libstdc++* has been updated to revision 135556 of the `gcc-4_2-branch` (the last LGPLv2-licensed version).[http://svn.freebsd.org/viewvc/base?view=revision&revision=229551[r229551] + +The *LLVM* compiler infrastructure and *clang*, a C language family front-end, version 3.1 have been imported. Note that it is not used for building the FreeBSD base system by default.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236144[r236144] + +The `netcat` utility has been updated to version 5.1.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235971[r235971] + +*OpenSSL* has been updated to version 0.9.8x.[http://svn.freebsd.org/viewvc/base?view=revision&revision=237998[r237998] + +The *tcpdump* (man:tcpdump[1]) utility has been updated to version 4.2.1.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236192[r236192] + +The *TENEX C shell* (man:tcsh[1]) has been updated to version 6.18.01.[http://svn.freebsd.org/viewvc/base?view=revision&revision=232633[r232633] + +The *timezone* database has been updated to the *tzdata2012a* release.[http://svn.freebsd.org/viewvc/base?view=revision&revision=233447[r233447] + +The *zlib* library has been updated to version 1.2.7.[http://svn.freebsd.org/viewvc/base?view=revision&revision=237691[r237691] + +''''' + +=== [#releng]#2.5 Release Engineering and Integration# + +The supported version of the *KDE* desktop environment (http://svnweb.FreeBSD.org/ports/head/x11/kde4/pkg-descr?revision=HEAD[`x11/kde4`]) has been updated to 4.8.4. + +[powerpc] Issues where the FreeBSD installation CDROM image caused a panic, and was not recognized on OpenBIOS-based environments like QEMU, have been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234055[r234055] + +''''' + +[[upgrade]] +== Upgrading from previous releases of FreeBSD + +[[AEN1113]] +=== Upgrading using man:freebsd-update[8] or a source-based procedure + +[amd64, i386] Beginning with FreeBSD 6.2-RELEASE, binary upgrades between RELEASE versions (and snapshots of the various security branches) are supported using the man:freebsd-update[8] utility. The binary upgrade procedure will update unmodified userland utilities, as well as an unmodified `GENERIC` kernel, distributed as a part of an official FreeBSD release. The man:freebsd-update[8] utility requires that the host being upgraded have Internet connectivity. + +Source-based upgrades (those based on recompiling the FreeBSD base system from source code) from previous versions are supported using to the instructions in `/usr/src/UPDATING`. + +For more specific information about upgrading instructions, see http://www.FreeBSD.org/releases/9.1R/installation/. + + +*Important:* Upgrading FreeBSD should, of course, only be attempted after backing up _all_ data and configuration files. + +''''' + +[[AEN1133]] +=== User-visible incompatibilities + +FreeBSD 9.0 and later have several incompatibilities in system configuration which you might want to know before upgrading your system. _Please read this section and the http://www.freebsd.org/releases/9.0R/relnotes-detailed/#UPGRADE[Upgrading Section in 9.0-RELEASE Release Notes] carefully before submitting a problem report and/or posting a question to the FreeBSD mailing lists._ diff --git a/website/content/en/releases/9.1R/relnotes-detailed.html b/website/content/en/releases/9.1R/relnotes-detailed.html deleted file mode 100644 index 33d0cc52fb..0000000000 --- a/website/content/en/releases/9.1R/relnotes-detailed.html +++ /dev/null @@ -1,2010 +0,0 @@ -<!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 9.1-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 9.1-RELEASE Release Notes</a></h1> - -<h3 class="corpauthor">The FreeBSD Project</h3> - -<p class="copyright">Copyright © 2012 The FreeBSD Documentation Project</p> - -<p class="pubdate">$FreeBSD: stable/9/release/doc/en_US.ISO8859-1/relnotes/article.xml -244869 2012-12-30 17:54:25Z 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>SPARC, SPARC64, SPARCengine, and UltraSPARC are trademarks of SPARC International, Inc -in the United States and other countries. SPARC International, Inc owns all of the SPARC -trademarks and under licensing agreements allows the proper use of these trademarks by -its members.</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 “™” or the “�” symbol.</p> -</div> - -<div> -<div class="abstract"><a id="AEN18" name="AEN18"></a> -<p>The release notes for FreeBSD 9.1-RELEASE contain a summary 	of the changes made -to the FreeBSD base system on the 	9.1-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> - -<dd> -<dl> -<dt>2.3.1 <a href="#periodic-scripts"><a -href="http://www.FreeBSD.org/cgi/man.cgi?query=periodic&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry">periodic(8)</span></a> Scripts</a></dt> - -<dt>2.3.2 <a href="#rc-scripts"><a -href="http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=8&manpath=FreeBSD+9.1-RELEASE"><span - class="citerefentry">rc(8)</span></a> Scripts</a></dt> -</dl> -</dd> - -<dt>2.4 <a href="#contrib">Contributed Software</a></dt> - -<dt>2.5 <a href="#releng">Release Engineering and Integration</a></dt> -</dl> -</dd> - -<dt>3 <a href="#upgrade">Upgrading from previous releases of FreeBSD</a></dt> - -<dd> -<dl> -<dt>3.1 <a href="#AEN1113">Upgrading using <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry">freebsd-update(8)</span></a> or a source-based -	procedure</a></dt> - -<dt>3.2 <a href="#AEN1133">User-visible incompatibilities</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 release notes for FreeBSD 9.1-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 9.1-RELEASE is a release distribution. It can be found at -<a href="http://www.FreeBSD.org/releases/" -target="_top">http://www.FreeBSD.org/releases/</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">“Obtaining FreeBSD” 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 “late-breaking” 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 9.1-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 -9.0-RELEASE.</p> - -<p>Typical release note items document recent security advisories issued after -9.0-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="AEN38" name="AEN38"></a> -<table border="0" frame="void" width="100%" class="CALSTABLE"> -<col width="20%" /> -<col width="20%" /> -<col width="60%" /> -<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-12:01.openssl.asc" -target="_top">SA-12:01.openssl</a></td> -<td>3�May�2012</td> -<td> -<p>OpenSSL multiple vulnerabilities</p> -</td> -</tr> - -<tr> -<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:02.crypt.asc" -target="_top">SA-12:02.crypt</a></td> -<td>30�May�2012</td> -<td> -<p>Incorrect <code class="function">crypt()</code> hashing</p> -</td> -</tr> - -<tr> -<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:03.bind.asc" -target="_top">SA-12:03.bind</a></td> -<td>12�June�2012</td> -<td> -<p>Incorrect handling of zero-length RDATA fields in <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=named&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">named</span>(8)</span></a></p> -</td> -</tr> - -<tr> -<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:04.sysret.asc" -target="_top">SA-12:04.sysret</a></td> -<td>12�June�2012</td> -<td> -<p>Privilege escalation when returning from kernel</p> -</td> -</tr> - -<tr> -<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:05.bind.asc" -target="_top">SA-12:05.bind</a></td> -<td>6�August�2012</td> -<td> -<p><a -href="http://www.FreeBSD.org/cgi/man.cgi?query=named&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">named</span>(8)</span></a> DNSSEC -validation Denial of Service</p> -</td> -</tr> - -<tr> -<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:06.bind.asc" -target="_top">SA-12:06.bind</a></td> -<td>22�November�2012</td> -<td> -<p>Multiple Denial of Service vulnerabilities with <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=named&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">named</span>(8)</span></a></p> -</td> -</tr> - -<tr> -<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:07.hostapd.asc" -target="_top">SA-12:07.hostapd</a></td> -<td>22�November�2012</td> -<td> -<p>Insufficient message length validation for EAP-TLS messages</p> -</td> -</tr> - -<tr> -<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:08.linux.asc" -target="_top">SA-12:08.linux</a></td> -<td>22�November�2012</td> -<td> -<p>Linux compatibility layer input validation error</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 FreeBSD Jail subsystem now supports 	mounting <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=devfs&sektion=5&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">devfs</span>(5)</span></a>, <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=nullfs&sektion=5&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">nullfs</span>(5)</span></a>, and -ZFS filesystem 	inside a jail. New <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=jail&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">jail</span>(8)</span></a> -parameters 	<code class="varname">allow.mount.devfs</code>, 	<code -class="varname">allow.mount.nullfs</code>, and 	<code -class="varname">allow.mount.zfs</code> to control the per-jail 	capabilities have -been added. All of them are disabled by 	default.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232728" -target="_top">r232728</a>]</p> - -<p>A new <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=loader&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">loader</span>(8)</span></a> -tunable 	<code class="varname">kern.eventtimer.activetick</code> has been added. -	This tunable specifies whether each hardclock tick should 	be run on every -active CPU or only one. By setting it to 	<tt class="literal">0</tt>, the total -number of interrupts can be reduced 	on SMP machines. The default value is 	<tt -class="literal">1</tt>.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234167" -target="_top">r234167</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=posix_fadvise&sektion=2&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">posix_fadvise</span>(2)</span></a> -system call 	has been implemented. This is a function similar to 	<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=madvise&sektion=2&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">madvise</span>(2)</span></a> -except that it operates on a file descriptor 	instead of a memory region.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229723" -target="_top">r229723</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=filemon&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">filemon</span>(4)</span></a> -pseudo-device has 	been added. This allows a process to collect file operations -	data of its children.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237795" -target="_top">r237795</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> -variable 	<code class="varname">kern.stop_scheduler_on_panic</code> is now set to -	<tt class="literal">1</tt> by default.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235413" -target="_top">r235413</a>]</p> - -<p>[powerpc] FreeBSD/powerpc64 now 	supports kernel profiling by using <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=kgmon&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">kgmon</span>(8)</span></a>.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231907" -target="_top">r231907</a>]</p> - -<p>The FreeBSD Linux ABI compatibility layer 	now supports the <code -class="function">linux_fadvise64()</code> and 	<code -class="function">linux_fadvise64_64()</code> system calls.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231145" -target="_top">r231145</a>]</p> - -<p>The default value of the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=loader&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">loader</span>(8)</span></a> -	tunable <code class="varname">hw.memtest.tests</code> is now 	automatically set -to <tt class="literal">0</tt> when FreeBSD is running 	on a virtual machine.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230266" -target="_top">r230266</a>]</p> - -<p>A new <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=loader&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">loader</span>(8)</span></a> -tunable 	<code class="varname">kern.msgbuf_show_timestamp</code> has been added. -	When it is enabled, a timestamp is added to each line of the 	system message -buffer. The default value is 	<tt class="literal">0</tt> (disabled).[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234075" -target="_top">r234075</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=null&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">null</span>(4)</span></a> and <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=zero&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">zero</span>(4)</span></a> pseudo -	device driver now supports non-blocking mode via the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=fcntl&sektion=2&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">fcntl</span>(2)</span></a> -	system call.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230320" -target="_top">r230320</a>]</p> - -<p>The FreeBSD <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sched_ule&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">sched_ule</span>(4)</span></a> -scheduler has 	been improved for CPU load balancing on SMT (Simultaneous -	MultiThreading) CPUs. It gives a 10-15% performance improvement 	when the number -of threads is lesser than the number of 	logical CPUs.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233599" -target="_top">r233599</a>]</p> - -<p>[sparc64] The <tt class="literal">PREEMPTION</tt> kernel option is 	now enabled in -the <tt class="filename">GENERIC</tt> kernel.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235992" -target="_top">r235992</a>]</p> - -<p>A new <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> -variable 	<code class="varname">security.bsd.unprivileged_idprio</code> has been -	added. This variable controls whether non-root users can set 	an idle priority -or not. This is disabled by default.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230039" -target="_top">r230039</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=splash&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">splash</span>(4)</span></a> screen -interface now 	supports ASCII art in <b class="application">TheDraw</b> -	format.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=228445" -target="_top">r228445</a>]</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=boot0cfg&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">boot0cfg</span>(8)</span></a> -utility now 	 supports configuration of PXE boot via the 	 <tt -class="filename">boot0</tt> boot block temporarily on the 	 next boot. The slice -number <tt class="literal">6</tt> or a 	 keyword <tt class="literal">PXE</tt> can be -specified to enable 	 PXE boot using the <code class="option">-s</code> option.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230065" -target="_top">r230065</a>]</p> - -<p>The FreeBSD <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=boot&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">boot</span>(8)</span></a> block -now 	 supports <tt class="filename">/boot/config</tt> in addition to 	 <tt -class="filename">/boot.config</tt> as the boot block 	 parameter file. When both of -them exist, the former will be 	 used.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231287" -target="_top">r231287</a>]</p> - -<p>The <tt class="filename">gptboot</tt> boot 	 block now reads the backup GPT header -from the last LBA only 	 when the primary GPT header and tables are invalid. This -	 mitigates interoperability issues with some <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">geom</span>(4)</span></a> 	 -providers like <tt class="literal">MIRROR</tt> which use the last 	 LBA for the -metadata.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234693" -target="_top">r234693</a>]</p> - -<p>The <tt class="filename">zfsboot</tt> boot 	 block and <tt -class="filename">zfsloader</tt> support 	 filesystems within a ZFS storage pool. In -	 <tt class="filename">zfsloader</tt>, the ZFS device name format is now 	 <tt -class="literal">zfs:<tt class="replaceable"><i>pool</i></tt>/<tt -class="replaceable"><i>fs</i></tt></tt> 	 and the fully qualified file path format is -	 <tt class="literal">zfs:<tt class="replaceable"><i>pool</i></tt>/<tt -class="replaceable"><i>fs</i></tt>:/<tt -class="replaceable"><i>path/to/file</i></tt></tt>. 	 The <tt -class="filename">zfsboot</tt> boot block accepts the 	 kernel/loader name in the -format 	 <tt class="literal"><tt class="replaceable"><i>pool</i></tt>:<tt -class="replaceable"><i>fs</i></tt>:<tt class="replaceable"><i>path/to/file</i></tt></tt> -	 or, as before, 	 <tt class="literal"><tt -class="replaceable"><i>pool</i></tt>:<tt -class="replaceable"><i>path/to/file</i></tt></tt>. 	 In the latter case a default -filesystem is used (the pool 	 root or a filesystem with the <tt -class="literal">bootfs</tt> property). The 	 <tt class="filename">zfsboot</tt> boot -block passes 	 the GUIDs of the selected 	 storage pool and dataset to <tt -class="filename">zfsloader</tt> 	 to be used as its defaults.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237766" -target="_top">r237766</a>]</p> - -<p>[sparc64] FreeBSD/sparc64 now 	 supports booting from ZFS via the <tt -class="filename">zfsboot</tt> boot block and 	 <tt class="filename">zfsloader</tt>. -For example, the following commands create a 	 mirrored storage pool <tt -class="literal">rpool</tt> consisting of 	 <tt class="literal">da0a</tt> and <tt -class="literal">da0b</tt> and 	 configure the storage pool as the root filesystem:[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236076" -target="_top">r236076</a>]</p> - -<pre class="screen"> -<samp class="prompt">#</samp> gpart create -s vtoc8 da0 -<samp class="prompt">#</samp> gpart add -t freebsd-zfs -s 10g da0 -<samp class="prompt">#</samp> gpart add -t freebsd-swap -s 10g da0 -<samp class="prompt">#</samp> gpart add -t freebsd-zfs -s 10g da0 -<samp class="prompt">#</samp> zpool create rpool mirror da0a da0b -<samp class="prompt">#</samp> zpool set bootfs=rpool rpool -<samp class="prompt">#</samp> zpool export rpool -<samp class="prompt">#</samp> gpart bootcode -p /boot/zfsboot da0 -<samp class="prompt">#</samp> sysctl kern.geom.debugflags=0x10 -<samp -class="prompt">#</samp> dd if=/boot/zfsloader of=/dev/da0a bs=512 oseek=1024 conv=notrunc -<samp -class="prompt">#</samp> dd if=/boot/zfsloader of=/dev/da0b bs=512 oseek=1024 conv=notrunc -<samp class="prompt">#</samp> zpool import rpool -<samp class="prompt">#</samp> cp -p /boot/zfs/zpool.cache /rpool/boot/zfs/zpool.cache -<samp class="prompt">#</samp> zfs set mountpoint=/ rpool -</pre> -</div> - -<div class="sect3"> -<hr /> -<h4 class="sect3"><a id="proc" name="proc">2.2.2 Hardware Support</a></h4> - -<p>[powerpc] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=abtn&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">abtn</span>(4)</span></a> 	 -driver, which supports ADB keyboards found on Apple laptops, 	 has been added.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230751" -target="_top">r230751</a>]</p> - -<p>[amd64] A workaround for Erratum 	 721 for AMD Processor Family 10h and 12h has -been 	 implemented. Under a highly specific and detailed set of 	 internal timing -conditions, the processor may incorrectly 	 update the stack pointer after a long -series of push and/or 	 near-call instructions, or a long series of pop and/or 	 -near-return instructions.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233798" -target="_top">r233798</a>]</p> - -<p>[powerpc] The atibl(4) driver, 	 which supports backlight control of ATI graphics -chips on 	 PowerBooks and iBooks, has been added.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232677" -target="_top">r232677</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=acpi_wmi&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">acpi_wmi</span>(4)</span></a> -driver now 	 supports attaching multiple instances.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229858" -target="_top">r229858</a>]</p> - -<p>[powerpc] The adm1030(4) driver 	 for G4 MDD fans now shows its PWM parameter in -the device's 	 <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> -variable.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230290" -target="_top">r230290</a>]</p> - -<p>[arm] The cesa(4) driver for the 	 Marvell crypto engine and security accelerator -has been 	 added.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234559" -target="_top">r234559</a>]</p> - -<p>[powerpc] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=hwpmc&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">hwpmc</span>(4)</span></a> 	 -driver now supports PowerPC G4+ (MPC745x/MPC744x).[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230305" -target="_top">r230305</a>]</p> - -<p>[amd64, i386] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=hwpmc&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">hwpmc</span>(4)</span></a> 	 -driver now supports the Intel Sandy Bridge 	 microarchitecture.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234046" -target="_top">r234046</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=hwpmc&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">hwpmc</span>(4)</span></a> driver -now supports 	 software events. Simultaneous usage of software PMC and 	 hardware -PMC is allowed.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236238" -target="_top">r236238</a>]</p> - -<p>The pcf8563(4) driver for the NXP 	 (Philips) PCF8563 RTC has been added.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236078" -target="_top">r236078</a>]</p> - -<p>[powerpc] FreeBSD/powerpc now 	 supports the PWM-controlled fans found on the -PowerMac SMU (System 	 Management Unit).[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233471" -target="_top">r233471</a>]</p> - -<p>[arm] FreeBSD/arm now supports the Atmel 	 SAM9XE family of microcontrollers.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236081" -target="_top">r236081</a>]</p> - -<p>The following <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> 	 -variables have been added: <code class="varname">kern.proc.env</code> 	 for -environment strings, <code class="varname">kern.proc.auxv</code> 	 for ELF auxiliary -vectors from a process's stack, 	 <code class="varname">kern.proc.groups</code> for -process groups, 	 <code class="varname">kern.proc.rlimit</code> for process resource -	 limits, <code class="varname">kern.proc.ps_strings</code> for the 	 ps_strings -location, and <code class="varname">kern.proc.osrel</code> for 	 the osreldate of the -process's binary.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230754" -target="_top">r230754</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233950" -target="_top">r233950</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=usb&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">usb</span>(4)</span></a> driver -now 	 handles suspend and resume correctly with no need to reload 	 the kernel -module.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229100" -target="_top">r229100</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229369" -target="_top">r229369</a>]</p> - -<p>A bug in the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=xhci&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">xhci</span>(4)</span></a> (USB -3.0) 	 driver has been fixed. It did not work with USB 3.0 	 hubs.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230302" -target="_top">r230302</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=viawd&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">viawd</span>(4)</span></a> driver, -which 	 supports the watchdog timer found in VIA south bridges (VT8251, 	 CX700, -VX800, VX855, VX900), has been added.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229927" -target="_top">r229927</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=wbwd&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">wbwd</span>(4)</span></a> driver, -which 	 supports the watchdog timer found in Winbond Super I/O chips, 	 has been -added.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235926" -target="_top">r235926</a>]</p> - -<div class="sect4"> -<hr /> -<h5 class="sect4"><a id="mm" name="mm">2.2.2.1 Multimedia Support</a></h5> - -<p>The drm2(4) Intel GPU driver, 	 which supports GEM and KMS and works with new -generations of 	 GPUs such as IronLake, SandyBridge, and IvyBridge, has been 	 -added. The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=agp&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">agp</span>(4)</span></a> driver -now supports SandyBridge 	 and IvyBridge CPU northbridges.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236926" -target="_top">r236926</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236927" -target="_top">r236927</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=239965" -target="_top">r239965</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">snd_hda</span>(4)</span></a> -driver has been 	 updated. It now supports and provides HDMI, new volume control, -	 automatic recording source selection, runtime 	 reconfiguration, more then 4 -PCM devices on a controller, 	 multichannel recording, additional playback/record -	 streams, higher bandwidth, and more informative device 	 names.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232798" -target="_top">r232798</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_hdspe&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">snd_hdspe</span>(4)</span></a> -driver has 	 been added. This supports RME HDSPe AIO and RayDAT sound 	 cards.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233165" -target="_top">r233165</a>]</p> - -<p>GPL-licensed 	 headers in the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">snd_emu10kx</span>(4)</span></a>, -<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro3&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">snd_maestro3</span>(4)</span></a>, -	 and <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">snd_csa</span>(4)</span></a> -drivers have been replaced with 	 BSD-licensed one. These drivers are now fully 	 -BSD-licensed and included in the <tt class="filename">GENERIC</tt> 	 kernel on -FreeBSD/amd64 and FreeBSD/i386.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230964" -target="_top">r230964</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230985" -target="_top">r230985</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231047" -target="_top">r231047</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235769" -target="_top">r235769</a>]</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>A bug in the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ae&sektion=4&manpath=FreeBSD+9.1-RELEASE"><span - class="citerefentry"><span class="refentrytitle">ae</span>(4)</span></a> driver which -could 	 prevent it from working under certain conditions has been 	 fixed.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229520" -target="_top">r229520</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=axe&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">axe</span>(4)</span></a> driver -now supports 	 TX/RX checksum offloading support for the ASIX AX88772B 	 -controller.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229106" -target="_top">r229106</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=bce&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">bce</span>(4)</span></a> driver -has been improved:</p> - -<ul> -<li> -<p>Unnecessary link up/down has 		been eliminated.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229864" -target="_top">r229864</a>]</p> -</li> - -<li> -<p>A bug has been fixed which could 		prevent IPMI from working when the -interface was 		marked as down.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236216" -target="_top">r236216</a>]</p> -</li> - -<li> -<p>It now supports remote PHYs, 		which allow the controller to perform MDIO type -accesses 		to a remote transceiver by using message pages defined -		through MRBE (MultiRate Backplane Ethernet). This is 		found on -machines such as the Dell PowerEdge M610 		Blade.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235818" -target="_top">r235818</a>]</p> -</li> -</ul> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">bge</span>(4)</span></a> and -brgphy(4) drivers have been 	 improved:</p> - -<ul> -<li> -<p>A bug which could prevent 		DMA functionality from working correctly has been -		fixed.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229350" -target="_top">r229350</a>]</p> -</li> - -<li> -<p>It now works with a PCI-X BCM 5704 		controller that is connected to AMD-8131 -PCI-X bridge.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233495" -target="_top">r233495</a>]</p> -</li> - -<li> -<p>It now supports 		the BCM 5720 and BCM 5720C PHY, and the BCM 57780 1000BASE-T -		media interface.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229357" -target="_top">r229357</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229867" -target="_top">r229867</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232134" -target="_top">r232134</a>]</p> -</li> - -<li> -<p>It now supports a <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=loader&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">loader</span>(8)</span></a> -		tunable 		<code class="varname">dev.bge.<tt -class="replaceable"><i>N</i></tt>.msi</code> 		to control the use of MSI. The -default value is 		<tt class="literal">1</tt> (enabled).[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231734" -target="_top">r231734</a>]</p> -</li> -</ul> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">cxgbe</span>(4)</span></a> and -	 <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">cxgb</span>(4)</span></a> drivers -have been updated to firmware version 	 1.5.2.0. They now support device -configuration via a 	 plain text configuration file, IPv6 hardware checksumming, -	 IPv6 TSO and LRO, a <tt class="literal">loadfw</tt> command in the 	 -cxgbetool(8) utility which allows installing a firmware to 	 the card, and <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> -variables under 	 <code class="varname">dev.t4nex.<tt -class="replaceable"><i>N</i></tt>.misc</code> 	 for various information.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231093" -target="_top">r231093</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237925" -target="_top">r237925</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=FreeBSD+9.1-RELEASE"><span - class="citerefentry"><span class="refentrytitle">dc</span>(4)</span></a> driver now -supports 	 NVIDIA (ULi) M5261/M5263 PCI FastEthernet controllers, which 	 are -found on the ULi M1563 South Bridge and M1689 Bridge.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229334" -target="_top">r229334</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=et&sektion=4&manpath=FreeBSD+9.1-RELEASE"><span - class="citerefentry"><span class="refentrytitle">et</span>(4)</span></a> driver 	 -now works on all platforms. A bug which could prevent 	 <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=altq&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">altq</span>(4)</span></a> support -from working has been fixed. A new 	 <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> -variable under 	 <code class="varname">dev.et.<tt -class="replaceable"><i>N</i></tt>.stats</code> 	 has been added for hardware MAC -statistics.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229711" -target="_top">r229711</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229717" -target="_top">r229717</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229720" -target="_top">r229720</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">igb</span>(4)</span></a> driver -has been 	 updated to version 2.3.4. It now supports newer i210/i211 	 -devices.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=238262" -target="_top">r238262</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=iwn&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">iwn</span>(4)</span></a> driver -now 	 supports Intel Centrino Wireless-N + WiMAX 6150 and 	 Wireless-N 100/130 -series.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233838" -target="_top">r233838</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235843" -target="_top">r235843</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=miibus&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">miibus</span>(4)</span></a> bus -driver now 	 supports device hints 	 <code class="varname">hint.miibus.<tt -class="replaceable"><i>N</i></tt>.phymask</code> 	 for PHY addresses being probed. -This is useful to manually 	 probe PHYs which do not implement basic the register set -of 	 IEEE 802.3. Also, the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=miibus&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">miibus</span>(4)</span></a> driver -has been 	 changed to a hinted bus, allowing to add child devices via 	 hints and -to set their attach arguments in addition to 	 automatically-probed PHYs.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230709" -target="_top">r230709</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=msk&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">msk</span>(4)</span></a> driver -now uses 64-bit 	 DMA addressing on 64-bit platforms.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229524" -target="_top">r229524</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=mxge&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">mxge</span>(4)</span></a> driver -has been 	 updated to firmware version 1.4.55 from Myricom.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236413" -target="_top">r236413</a>]</p> - -<p>The nsphyter(4) driver now supports 	 National DP83849.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232137" -target="_top">r232137</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=oce&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">oce</span>(4)</span></a> driver, -which 	 supports Emulex OneConnect 10Gbit Ethernet cards, has been 	 added.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231663" -target="_top">r231663</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ral&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">ral</span>(4)</span></a> driver -now supports 	 Ralink RT2800 and RT3000 chipsets.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236004" -target="_top">r236004</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=FreeBSD+9.1-RELEASE"><span - class="citerefentry"><span class="refentrytitle">re</span>(4)</span></a> driver now -	 supports the RTL8411 PCIe Gigabit Ethernet controller. A bug 	 which could -prevent WoL (Wake-on-LAN) from working on 	 RTL8168E has been fixed.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229529" -target="_top">r229529</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231731" -target="_top">r231731</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=runfw&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">runfw</span>(4)</span></a> -firmware has been 	 updated to version 0.236.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234028" -target="_top">r234028</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sfxge&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">sfxge</span>(4)</span></a> driver, -which 	 supports 10Gb Ethernet adapters based on Solarflare SFC9000 	 family -controllers, has been added.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=228100" -target="_top">r228100</a>]</p> - -<p>The smcphy(4) driver now supports the 	 Seeq Technology 80220 PHY. This is found -on Adaptec 	 AIC-6915 Starfire Ethernet controllers supported by the 	 <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4&manpath=FreeBSD+9.1-RELEASE"><span - class="citerefentry"><span class="refentrytitle">sf</span>(4)</span></a> driver.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233485" -target="_top">r233485</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4&manpath=FreeBSD+9.1-RELEASE"><span - class="citerefentry"><span class="refentrytitle">ti</span>(4)</span></a> driver now -	 supports the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=altq&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">altq</span>(4)</span></a> -framework, reporting link-state 	 changes, and <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> -variables under 	 <code class="varname">dev.ti.<tt -class="replaceable"><i>N</i></tt></code> for 	 interrupt moderation parameters.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229417" -target="_top">r229417</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229438" -target="_top">r229438</a>]</p> - -<p>A bug in the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4&manpath=FreeBSD+9.1-RELEASE"><span - class="citerefentry"><span class="refentrytitle">ti</span>(4)</span></a> driver which -could 	 prevent it from working correctly with the <tt class="literal">PAE</tt> 	 -kernel option has been fixed.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229441" -target="_top">r229441</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=vge&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">vge</span>(4)</span></a> driver -has been 	 updated to improve its link establishment and link-state 	 -detection.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229540" -target="_top">r229540</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4&manpath=FreeBSD+9.1-RELEASE"><span - class="citerefentry"><span class="refentrytitle">vr</span>(4)</span></a> driver now -enables 	 flow control capability in the PHY drivers.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229641" -target="_top">r229641</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=xnb&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">xnb</span>(4)</span></a> Xen -Paravirtualized 	 Backend Ethernet Driver (netback) has been updated. This is 	 -attached via the newbus framework and works properly in both 	 HVM and PVM mode.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231697" -target="_top">r231697</a>]</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>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=if_bridge&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">if_bridge</span>(4)</span></a> -pseudo-interface 	 now supports reporting link-state changes depending on the status -	 of the member interfaces.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236051" -target="_top">r236051</a>]</p> - -<p>The <tt class="literal">table</tt> argument 	 in the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ipfw&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">ipfw</span>(4)</span></a> packet -filter rule syntax now supports 	 IP address, interface name, port number, and jail -ID. The 	 following syntax is valid:[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234597" -target="_top">r234597</a>]</p> - -<pre class="programlisting"> -skipto tablearg ip from any to any via table(42) in -</pre> - -<p>The FreeBSD <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ip6&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">ip6</span>(4)</span></a> protocol -stack has been improved in terms 	 of its performance. Benchmarking can be found at -<a href="http://people.freebsd.org/~bz/bench/" -target="_top">http://people.freebsd.org/~bz/bench/</a>.</p> - -<p>The FreeBSD <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ip6&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">ip6</span>(4)</span></a> protocol -stack now 	 supports multiple FIBs.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232292" -target="_top">r232292</a>]</p> - -<p>An IPv6 default route configured via 	 Router Advertisement messages is now -reinstalled correctly 	 when the default route is manually removed and then another -	 RA message is received for the same route.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230604" -target="_top">r230604</a>]</p> - -<p>A bug which could return an incorrect 	 value for the <tt -class="literal">IPV6_MULTICASE_HOPS</tt> socket option 	 has been fixed.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=227885" -target="_top">r227885</a>]</p> - -<p>A new <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=3&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">sysctl</span>(3)</span></a> name -	 <tt class="literal">NET_RT_IFLISTL</tt> has been added. This 	 queries the -address list and works on extended and 	 extensible structures <code -class="varname">if_msghdrl</code> and 	 <code class="varname">ifa_msghdrl</code> -without breaking the 	 ABI.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231768" -target="_top">r231768</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=netmap&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">netmap</span>(4)</span></a> fast -packet 	 I/O framework has been added. The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=FreeBSD+9.1-RELEASE"><span - class="citerefentry"><span class="refentrytitle">em</span>(4)</span></a>, lem(4), 	 -<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">igb</span>(4)</span></a>, and <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=FreeBSD+9.1-RELEASE"><span - class="citerefentry"><span class="refentrytitle">re</span>(4)</span></a> drivers now -support this 	 framework. The technical details can be found at <a -href="http://info.iet.unipi.it/~luigi/netmap/" -target="_top">http://info.iet.unipi.it/~luigi/netmap/</a>.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231650" -target="_top">r231650</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235527" -target="_top">r235527</a>]</p> - -<p>The FreeBSD <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sctp&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">sctp</span>(4)</span></a> protocol -stack now 	 supports a new <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> -variable 	 <code class="varname">net.inet.sctp.blackhole</code>. If this is set 	 -to <tt class="literal">1</tt>, no <tt class="literal">ABORT</tt> is sent 	 back in -response to an incoming <tt class="literal">INIT</tt>. If 	 this is set to <tt -class="literal">2</tt>, no 	 <tt class="literal">ABORT</tt> is sent back in response -to an 	 out-of-the-blue packet. If set to <tt class="literal">0</tt> 	 (the -default), <tt class="literal">ABORT</tt>s are sent.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231045" -target="_top">r231045</a>]</p> - -<p>A bug which could cause a system panic 	 when <tt -class="literal">SCTP_RECVINFO</tt> or 	 <tt class="literal">SCTP_NXTINFO</tt> is -specified to the 	 <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=getsockopt&sektion=2&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">getsockopt</span>(2)</span></a> -system call has been fixed.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231049" -target="_top">r231049</a>]</p> - -<p>The FreeBSD <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sctp&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">sctp</span>(4)</span></a> protocol -stack now 	 supports the <tt class="literal">SCTP_REMOTE_UDP_ENCAPS_PORT</tt> 	 -socket option.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231070" -target="_top">r231070</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231140" -target="_top">r231140</a>]</p> - -<p>The <tt class="literal">SO_PROTOCOL</tt> and 	 <tt -class="literal">SO_PROTOTYPE</tt> socket options have been 	 added. These return the -socket protocol number.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232805" -target="_top">r232805</a>]</p> - -<p>The <tt class="literal">TCP_KEEPINIT</tt>, 	 <tt -class="literal">TCP_KEEPIDLE</tt>, 	 <tt class="literal">TCP_KEEPINTVL</tt>, and -	 <tt class="literal">TCP_KEEPCNT</tt> socket options have been 	 added. These -allow controlling initial timeout, idle time, 	 idle resend interval, and idle send -count on a per-socket 	 basis.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232945" -target="_top">r232945</a>]</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=arcmsr&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">arcmsr</span>(4)</span></a> driver -has been 	 updated to version 1.20.00.25.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=240758" -target="_top">r240758</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ahci&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">ahci</span>(4)</span></a> driver -now supports a 	 new <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=loader&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">loader</span>(8)</span></a> -tunable <code class="varname">hw.ahci.force</code>. 	 This controls whether it -attempts to attach an AHCI-capable 	 device even if it is configured to use legacy -emulation. 	 This is enabled by default.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229291" -target="_top">r229291</a>]</p> - -<p>The new <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=cam&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">cam</span>(4)</span></a>-based <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ata&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">ata</span>(4)</span></a> 	 -driver now supports old <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=loader&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">loader</span>(8)</span></a> -tunables 	 <code class="varname">hw.ata.ata_dma</code> and 	 <code -class="varname">hw.ata.atapi_dma</code>, for backward 	 compatibility.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231251" -target="_top">r231251</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=cam&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">cam</span>(4)</span></a> driver -now supports 	 SEMB (SATA Enclosure Management Bridge) devices, which are 	 -equivalent to the SCSI SES/SAF-TE devices.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236778" -target="_top">r236778</a>]</p> - -<p>A new <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> -variable 	 <code class="varname">kern.cam.pmp.hide_special</code> has been added. -	 This controls whether special PMP ports such as PMP (Port 	 MultiPlier) -configuration or SEMB (SATA Enclosure Management 	 Bridge) will be exposed or hidden. -The default value is 	 <tt class="literal">1</tt> (hidden).[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236765" -target="_top">r236765</a>]</p> - -<p>The ctl(4) driver, which supports 	 <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=cam&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">cam</span>(4)</span></a> Target -Layer and <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ctladm&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">ctladm</span>(8)</span></a>, a -userland 	 control utility, have been added. ctl(4) is a disk and 	 processor -device emulation subsystem supporting tagged 	 queuing, SCSI task attribute, SCSI -implicit command 	 ordering, full task management, multiple ports, multiple 	 -simultaneous initiators, multiple simultaneous backing 	 stores, mode sense/select, -and error injection 	 support.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231772" -target="_top">r231772</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4&manpath=FreeBSD+9.1-RELEASE"><span - class="citerefentry"><span class="refentrytitle">cd</span>(4)</span></a> driver now -supports 	 Audio CDs in the same way as <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=acd&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">acd</span>(4)</span></a> did. It -will 	 report a 2352-byte sector size to the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">geom</span>(4)</span></a> -subsystem and use 	 the <tt class="literal">READ CD</tt> command for reading the -data. 	 This fixes an interoperability issue with <a -href="http://svnweb.FreeBSD.org/ports/head/multimedia/vlc/pkg-descr?revision=HEAD"><tt -class="filename">multimedia/vlc</tt></a>.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230014" -target="_top">r230014</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=da&sektion=4&manpath=FreeBSD+9.1-RELEASE"><span - class="citerefentry"><span class="refentrytitle">da</span>(4)</span></a> driver now -supports 	 <tt class="literal">BIO_DELETE</tt>. To select the method, a new 	 <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> -variable 	 <code class="varname">kern.cam.da.<tt -class="replaceable"><i>N</i></tt>.delete_method</code> 	 has been added for each -device instance. The following 	 values are supported:[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236677" -target="_top">r236677</a>]</p> - -<div class="informaltable"><a id="AEN632" name="AEN632"></a> -<table border="0" frame="void" width="100%" class="CALSTABLE"> -<col /> -<col /> -<thead> -<tr> -<th>Value</th> -<th>Method</th> -</tr> -</thead> - -<tbody> -<tr> -<td>NONE</td> -<td>no provisioning support reported by the device</td> -</tr> - -<tr> -<td>DISABLE</td> -<td>provisioning support was disabled because of errors</td> -</tr> - -<tr> -<td>ZERO</td> -<td>WRITE SAME (10) command to write zeroes</td> -</tr> - -<tr> -<td>WS10</td> -<td>WRITE SAME (10) command with UNMAP bit set</td> -</tr> - -<tr> -<td>WS16</td> -<td>use WRITE SAME (16) command with UNMAP bit set</td> -</tr> - -<tr> -<td>UNMAP</td> -<td>use UNMAP command (equivalent of the ATA DSM TRIM command)</td> -</tr> -</tbody> -</table> -</div> - -<p>When it was <tt class="literal">NONE</tt>, the device did not 	 report logical -block provisioning support via respective 	 VPD pages. One can set a specific method -for testing and it 	 will be disabled automatically when not supported on the 	 -device.</p> - -<p>The <b class="application">MIRROR</b> 	 <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">geom</span>(4)</span></a> class -now supports 	 <tt class="literal">BIO_DELETE</tt>. This means the 	 <tt -class="literal">TRIM</tt> command will be issued on 	 supported devices when deleting -data.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=238500" -target="_top">r238500</a>]</p> - -<p>The 	 <b class="application">MULTIPATH</b> <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">geom</span>(4)</span></a> class -has 	 been updated. It now supports Active/Active mode, 	 Active/Read mode as -hybrid of Active/Active and 	 Active/Passive, keeping a failed path without removing -the 	 geom provider, manual configuration without on-disk 	 metadata, and <tt -class="command">add</tt>, 	 <tt class="command">remove</tt>, <tt -class="command">fail</tt>, 	 <tt class="command">restore</tt>, <tt -class="command">configure</tt> 	 subcommands in the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=gmultipath&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">gmultipath</span>(8)</span></a> -utility to manage the 	 configured paths.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229303" -target="_top">r229303</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234916" -target="_top">r234916</a>]</p> - -<p>The 	 <b class="application">PART_LDM</b> <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">geom</span>(4)</span></a> class -has 	 been added. This partition scheme has support for Logical Disk 	 Manager, -which is also known as dynamic volumes in Microsoft 	 Windows NT. Note that JBOD, -RAID0, and RAID5 volumes are 	 not supported yet.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234406" -target="_top">r234406</a>]</p> - -<p>The <b class="application">PART_MBR</b> 	 <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">geom</span>(4)</span></a> class -now allows a primary or extended Linux 	 swap partition to be used as the system dump -device.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230763" -target="_top">r230763</a>]</p> - -<p>[amd64, i386] The 	 <b class="application">RAID</b> <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">geom</span>(4)</span></a> class is -now 	 included in the <tt class="filename">GENERIC</tt> kernel.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235877" -target="_top">r235877</a>]</p> - -<p>The <b class="application">RAID</b> 	 <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">geom</span>(4)</span></a> class -now supports disks with over 2TB capacity 	 for the Intel metadata format.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230244" -target="_top">r230244</a>]</p> - -<p>The <b class="application">RAID</b> 	 <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">geom</span>(4)</span></a> class -now supports the DDF metadata format, which 	 is defined in the SNIA Common RAID Disk -Data Format 	 Specification v2.0.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235874" -target="_top">r235874</a>]</p> - -<p>The 	 <b class="application">UNCOMPRESS</b> <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">geom</span>(4)</span></a> class -and 	 the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=mkulzma&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">mkulzma</span>(8)</span></a> -utility have been added. This class 	 supports lzma compressed images like the 	 -<b class="application">UZIP</b> <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">geom</span>(4)</span></a> class -and the 	 <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=mkuzip&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">mkuzip</span>(8)</span></a> -utility.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235483" -target="_top">r235483</a>]</p> - -<p>[amd64, i386] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=hpt27xx&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">hpt27xx</span>(4)</span></a> 	 -driver has been added. This supports HighPoint RocketRAID 	 27xx-based SAS 6Gb/s -HBA.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229975" -target="_top">r229975</a>]</p> - -<p>[amd64, i386] The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=isci&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">isci</span>(4)</span></a> 	 -driver, which supports the integrated SAS controller in the 	 Intel C600 (Patsburg) -chipset, has been added.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231689" -target="_top">r231689</a>]</p> - -<p>Bugs in <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">isp</span>(4)</span></a> target -mode have 	 been fixed.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230019" -target="_top">r230019</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ixgbe&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">ixgbe</span>(4)</span></a> driver -now supports 	 the Intel X540 adapter.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230775" -target="_top">r230775</a>]</p> - -<p>A bug in the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">mfi</span>(4)</span></a> driver -has been 	 fixed. It could cause some inconsistencies due to missed 	 interrupt -acknowledgements and output the following log 	 message:[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=227533" -target="_top">r227533</a>]</p> - -<pre class="screen"> -mfi0: COMMAND 0xffffffXXXXXXXXXX TIMEOUT AFTER XX SECONDS -</pre> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">mfi</span>(4)</span></a> driver -now 	 supports single-message MSI, and Drake Skinny and 	 Thunderbolt cards. The -<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=loader&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">loader</span>(8)</span></a> -tunable 	 <code class="varname">hw.mfi.msi</code> has been added and it is 	 -enabled by default.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229611" -target="_top">r229611</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234429" -target="_top">r234429</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=mps&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">mps</span>(4)</span></a> driver -	 has been updated to version 14.00.00.01-fbsd. This now 	 supports Integrated -RAID, WarpDrive controllers, WRITE12 and 	 READ12 for direct I/O, SCSI protection -information (EEDP), 	 Transport Level Retries (TLR) for tape drives, and LSI's 	 -userland utility.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230920" -target="_top">r230920</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231679" -target="_top">r231679</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237876" -target="_top">r237876</a>]</p> - -<p>A bug in the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">mpt</span>(4)</span></a> driver -has 	 been fixed. It could attempt to attach MegaRAID cards which 	 should be -handled by the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">mfi</span>(4)</span></a> -driver.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232562" -target="_top">r232562</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=usb&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">usb</span>(4)</span></a> storage -device driver 	 now enables power save mode by default.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229107" -target="_top">r229107</a>]</p> -</div> - -<div class="sect3"> -<hr /> -<h4 class="sect3"><a id="fs" name="fs">2.2.5 File Systems</a></h4> - -<p>The FreeBSD NFS filesystem has been improved:</p> - -<ul> -<li> -<p>It now supports a timeout on 	 positive name cache entries on the client side. A -new 	 mount option <code class="varname">nametimeo</code> has been added 	 and -set to <tt class="literal">60</tt> (in seconds) by 	 default.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233326" -target="_top">r233326</a>]</p> -</li> - -<li> -<p>A memory leak when a ZFS volume is 	 exported via the FreeBSD NFS server has been -fixed.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234740" -target="_top">r234740</a>]</p> -</li> - -<li> -<p>A bug has been fixed. When a 	 process writes to an mmap-backed file on an NFS -	 filesystem, flushing changes to the data could fail 	 under some circumstances -such as errors due to 	 permission mismatch, and this failure could not be detected -	 as an error. A new <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> -variable 	 <code class="varname">vfs.nfs.nfs_keep_dirty_on_error</code> has 	 -been added to control the behavior on the client side 	 related to this issue. When -this is set to 	 <tt class="literal">1</tt>, the pages where a write operation 	 -failed are kept dirty. The default value is set to 	 <tt class="literal">0</tt>.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233730" -target="_top">r233730</a>]</p> -</li> - -<li> -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=nfsv4&sektion=4&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">nfsv4</span>(4)</span></a> -filesystem now 	 supports a <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> -variable 	 <code class="varname">vfs.nfsd.disable_checkutf8</code>. This 	 -disables the check for UTF-8 compliance in 	 filenames. This is disabled by default. -Note that 	 enabling this may help wht some interoperability issues but 	 results -in an NFSv4 server that is not RFC 3530 	 compliant.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229799" -target="_top">r229799</a>]</p> -</li> -</ul> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=tmpfs&sektion=5&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">tmpfs</span>(5)</span></a> -filesystem is not an 	 experimental implementation anymore.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234511" -target="_top">r234511</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=tmpfs&sektion=5&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">tmpfs</span>(5)</span></a> -filesystem now 	 supports a <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> -variable 	 <code class="varname">vfs.tmpfs.memory_reserved</code> to set the amount -	 of required free pages when <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=tmpfs&sektion=5&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">tmpfs</span>(5)</span></a> -attempts to 	 allocate a new node.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234849" -target="_top">r234849</a>]</p> - -<p>FreeBSD's ZFS filesystem has been 	 updated by merging improvements from the -illumos project. The 	 following changes are made:[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229578" -target="_top">r229578</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232328" -target="_top">r232328</a>]</p> - -<ul> -<li> -<p>New properties, <tt class="literal">clones</tt> and 	 <tt -class="literal">written</tt>, have been added.</p> -</li> - -<li> -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> <tt -class="command">send</tt> command 	 now reports an estimated size of the stream.</p> -</li> - -<li> -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> <tt -class="command">destroy</tt> command 	 now reports an estimate of the space which -would be reclaimed, 	 when <code class="option">-n</code> is specified.</p> -</li> - -<li> -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> <tt -class="command">get</tt> command now 	 supports the <code class="option">-t <tt -class="replaceable"><i>type</i></tt></code> 	 flag to specify the data type.</p> -</li> -</ul> - -<p>A simple script 	 <tt class="filename">zfsboottest.sh</tt> has been added to the -	 source tree. This checks if the system is configured 	 correctly when using ZFS -as the root filesystem. The script 	 is located at 	 <tt -class="filename">/usr/src/tools/tools/zfsboottest.sh</tt> and 	 it uses the <tt -class="filename">zfsboottest</tt> binary program in the 	 same directory.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=227705" -target="_top">r227705</a>]</p> - -<p>The binary program can be built and installed by the 	 following command:</p> - -<pre class="screen"> -<samp class="prompt">#</samp> cd /usr/src/tools/tools/zfsboottest -<samp class="prompt">#</samp> make -<samp class="prompt">#</samp> make install -</pre> - -<p>After that, the following command can be used to check the 	 system. <tt -class="replaceable"><i>poolname</i></tt> is the ZFS 	 storage pool name to boot:</p> - -<pre class="screen"> -<samp class="prompt">#</samp> sh /usr/src/tools/tools/zfsboottest/zfsboottest.sh <tt -class="replaceable"><i>poolname</i></tt> -</pre> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> -variable 	 <code class="varname">vfs.zfs.txg.timeout</code> has been changed from -	 read-only to writable.</p> -</div> -</div> - -<div class="sect2"> -<hr /> -<h3 class="sect2"><a id="userland" name="userland">2.3 Userland Changes</a></h3> - -<p><a -href="http://www.FreeBSD.org/cgi/man.cgi?query=auth.conf&sektion=5&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">auth.conf</span>(5)</span></a> has -been removed 	because it was deprecated years ago.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=238481" -target="_top">r238481</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=camcontrol&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">camcontrol</span>(8)</span></a> -utility now 	supports a <tt class="command">fwdownload</tt> subcommand for firmware -	update on SCSI devices from Hitachi, HP, IBM, Plextor, 	Quantum, and Seagate. -This subcommand will reprogram the 	firmware on devices connected over an ATA/SATA -transport.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237740" -target="_top">r237740</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=dhclient&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">dhclient</span>(8)</span></a> -utility now 	supports <tt class="literal">domain-search</tt> (option number 119, -	described in RFC 3397). This allows a DHCP server to publish 	a list of implicit -domain suffixes used during name lookup. 	If this option is specified, a <tt -class="literal">search</tt> 	keyword will be added to 	<tt -class="filename">/etc/resolv.conf</tt>.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230597" -target="_top">r230597</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=dump&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">dump</span>(8)</span></a> utility -now uses 53 	characters for the device names in 	<tt -class="filename">/etc/dumpdates</tt>. This was previously limited to 32 -	characters.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230047" -target="_top">r230047</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=fetch&sektion=1&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">fetch</span>(1)</span></a> utility -now correctly 	supports a percent-encoded user and password part in a 	URL.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235253" -target="_top">r235253</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=fdlopen&sektion=3&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">fdlopen</span>(3)</span></a> -function has been 	implemented. This is an interface for <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=rtld&sektion=1&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">rtld</span>(1)</span></a> to load -a 	shared object by file descriptor.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230410" -target="_top">r230410</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=fopen&sektion=3&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">fopen</span>(3)</span></a> -function now supports 	the <code class="option">x</code> (an exclusive -create-and-open mode) option 	in the ISO/IEC 9899:2011 and C11 standards.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229845" -target="_top">r229845</a>]</p> - -<p>A bug in the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=gcc&sektion=1&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">gcc</span>(1)</span></a> compiler -has 	been fixed. It could lead to incorrect calculations when 	<code -class="option">-ffast-math</code> is specified.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234023" -target="_top">r234023</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=hastd&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">hastd</span>(8)</span></a> daemon -now supports specifying the filename of its process ID file in <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=hast.conf&sektion=5&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">hast.conf</span>(5)</span></a>.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229509" -target="_top">r229509</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ifconfig&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">ifconfig</span>(8)</span></a> -utility now 	supports a <tt class="literal">vlanhwcsum</tt> parameter to set or -	reset checksum offloading capability on VLANs.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231221" -target="_top">r231221</a>]</p> - -<p>A bug in the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ifconfig&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">ifconfig</span>(8)</span></a> -utility 	which could display an error message in a jail with no IPv6 	support has -been fixed.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=238872" -target="_top">r238872</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=ifconfig&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">ifconfig</span>(8)</span></a> -utility now 	supports a <tt class="literal">carp state <tt -class="replaceable"><i>state</i></tt></tt> 	parameter to set 	the state to <tt -class="literal">backup</tt> or 	<tt class="literal">master</tt> forcibly.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232486" -target="_top">r232486</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=jail&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">jail</span>(8)</span></a> utility -now supports a 	configuration file (<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=jail.conf&sektion=5&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">jail.conf</span>(5)</span></a>) -for complex 	configurations.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235839" -target="_top">r235839</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=kdump&sektion=1&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">kdump</span>(1)</span></a> utility -now supports a 	<code class="option">-p <tt -class="replaceable"><i>pid</i></tt></code> option to 	accept either a process ID or a -thread ID.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237789" -target="_top">r237789</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=kenv&sektion=1&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">kenv</span>(1)</span></a> utility -now supports a 	<code class="option">-v</code> flag to display an entry in 	<tt -class="literal">name=value</tt> format, and a <code class="option">-N</code> 	flag to -display only the name.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236118" -target="_top">r236118</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=kldload&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">kldload</span>(8)</span></a> -utility now supports a 	<code class="option">-n</code> flag to ignore the error -status when the 	specified module is already loaded.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233560" -target="_top">r233560</a>]</p> - -<p><b class="application">libedit</b> has 	been updated to a NetBSD snapshot as of 28 -December, 	2009.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237738" -target="_top">r237738</a>]</p> - -<p><a -href="http://www.FreeBSD.org/cgi/man.cgi?query=libmap.conf&sektion=5&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">libmap.conf</span>(5)</span></a> -now supports 	<tt class="literal">include</tt> and <tt -class="literal">includedir</tt> 	directives. They allow to include specified files -for the 	configuration.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236523" -target="_top">r236523</a>]</p> - -<p>Lock handling performance in the 	<b class="application">libthr</b> pthread -library has been 	improved. It now works 10 times faster especially under the -	condition that a mutex is heavily contested.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234372" -target="_top">r234372</a>]</p> - -<p>A new C++ stack has been imported. This 	consists of <b -class="application">libcxxrt</b>, originally 	developed by a FreeBSD developer under -contract by PathScale and 	open sourced by the FreeBSD and NetBSD foundations, and -	<b class="application">libc++</b> from the LLVM project. 	<b -class="application">libcxxrt</b> is a drop-in replacement 	for GNU <b -class="application">libsupc++</b>, which implements 	the C++ runtime support for -features such as run-time type 	information, dynamic casting, thread-safe static -initializer, 	and exceptions. <b class="application">libc++</b> implements 	the -C++11 standard library, and will replace GNU 	<b class="application">libstdc++</b> in -a future release. In 	9.1-RELEASE, <b class="application">libstdc++</b> is still -	installed as standard and now dynamically links against 	<b -class="application">libsupc++</b>. This allows libraries 	linking <b -class="application">libstdc++</b> and 	<b class="application">libc++</b> to both be -used in the same 	program, to aid migration.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235798" -target="_top">r235798</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=limits&sektion=1&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">limits</span>(1)</span></a> -utility now supports 	a <code class="option">-P <tt -class="replaceable"><i>pid</i></tt></code> option to 	control limits for the -specified process.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230919" -target="_top">r230919</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=pciconf&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">pciconf</span>(8)</span></a> -utility now supports a 	<code class="option">-e</code> flag to display PCI error -details in 	listing mode. When this is specified, the status of any error 	bits -in the PCI status register and PCI-express device status 	register will be displayed. -It also lists any errors 	indicated by version 1 of PCI-express Advanced Error -Reporting 	(AER).[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237731" -target="_top">r237731</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=procstat&sektion=1&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">procstat</span>(1)</span></a> -utility now shows the 	superpage mapping flag when displaying process virtual memory -	mappings.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229710" -target="_top">r229710</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=procstat&sektion=1&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">procstat</span>(1)</span></a> -utility now 	supports an <code class="option">-e</code> flag to display process -	environment variables, an <code class="option">-x</code> flag to display 	ELF -auxiliary vectors, and an <code class="option">-l</code> flag to 	display resource -limits.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230917" -target="_top">r230917</a>, <a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230918" -target="_top">r230918</a>]</p> - -<p>A bug in the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=remquo&sektion=3&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">remquo</span>(3)</span></a> -functions 	where the quotient did not always have the correct sign when 	the -remainder was <tt class="literal">0</tt>, and another bug that 	the remainder and -quotient were both off by a bit in certain 	cases involving subnormal remainders, -have been fixed. Note 	that these bugs affected all platforms except amd64 and -	i386.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234535" -target="_top">r234535</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=rtld&sektion=1&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">rtld</span>(1)</span></a> run-time -linker now 	supports GCC's RELRO (RElocation Read-Only). This prevents the 	GOT -(Global Offset Table) from being overwritten.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231579" -target="_top">r231579</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=rtld&sektion=1&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">rtld</span>(1)</span></a> run-time -linker now 	supports a GNU hash section (<tt class="literal">DT_GNU_HASH</tt>), -	which is a replacement of optional ELF hash section.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235396" -target="_top">r235396</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=setbuf&sektion=1&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">setbuf</span>(1)</span></a> -utility and 	<b class="application">libstdbuf</b> library have been added. 	This -controls the default buffering behavior of standard 	stdio streams.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235139" -target="_top">r235139</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=top&sektion=1&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">top</span>(1)</span></a> utility -now correctly 	supports per-thread I/O statistics of ZFS in the <code -class="option">-m 	io</code> option.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=227702" -target="_top">r227702</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=unzip&sektion=1&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">unzip</span>(1)</span></a> utility -now supports a 	<code class="option">-Z</code> option for zipinfo.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234330" -target="_top">r234330</a>]</p> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=xlocale&sektion=3&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">xlocale</span>(3)</span></a> API -has been 	implemented. This consists of <tt class="literal">_l</tt>-suffixed -	versions of various standard library functions that use the 	global locale, -making them take an explicit locale parameter 	and allowing thread-safe extended -locale support. Most of 	these APIs are required for IEEE Std 1003.1-2008 -(POSIX.1-2008 	or ISO/IEC 9945:2009) compatibility, and are required by 	<b -class="application">libc++</b> and recent versions of 	<b -class="application">GNOME</b>. This implementation also 	supports several extensions -for compatibility with Apple 	<b class="application">Darwin</b>.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235785" -target="_top">r235785</a>]</p> - -<div class="sect3"> -<hr /> -<h4 class="sect3"><a id="periodic-scripts" name="periodic-scripts">2.3.1 <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=periodic&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry">periodic(8)</span></a> Scripts</a></h4> - -<p>A new variable 	 <code class="varname">daily_status_zfs_zpool_list_enable</code> -has 	 been added. It controls whether or not to list all of the ZFS 	 pools in -<tt class="filename">periodic/daily/404.status-zfs</tt>. 	 The default value is <tt -class="literal">YES</tt>.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231721" -target="_top">r231721</a>]</p> - -<p>The default value of 	 <code -class="varname">daily_scrub_zfs_default_threshold</code> used in 	 <tt -class="filename">periodic/daily/800.scrub-zfs</tt> is now set 	 to 35 days.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229381" -target="_top">r229381</a>]</p> -</div> - -<div class="sect3"> -<hr /> -<h4 class="sect3"><a id="rc-scripts" name="rc-scripts">2.3.2 <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=8&manpath=FreeBSD+9.1-RELEASE"><span - class="citerefentry">rc(8)</span></a> Scripts</a></h4> - -<p>The <tt class="filename">rc.d/nfsd</tt> script 	 now sets the <code -class="varname">vfs.nfsd.server_max_nfsvers</code> 	 <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> -variable to <tt class="literal">4</tt> when 	 <code -class="varname">nfsv4_server_enable</code> is set to 	 <tt -class="literal">YES</tt>.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=227607" -target="_top">r227607</a>]</p> - -<p>A backwards compatibility issue when 	 both <tt -class="literal">ipv6_enable=YES</tt> and 	 <tt -class="literal">ipv6_gateway_enable=YES</tt> are defined at 	 the same time has been -fixed.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=242189" -target="_top">r242189</a>]</p> -</div> -</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.8.3-P4.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=241417" -target="_top">r241417</a>]</p> - -<p>The 	<b class="application">compiler-rt</b> library, which provides 	low-level -target-specific interfaces such as functions in 	<b class="application">libgcc</b>, -has been updated to 	revision 147467.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236018" -target="_top">r236018</a>]</p> - -<p><b class="application">file</b> 	(<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=file&sektion=1&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">file</span>(1)</span></a>) has -been updated to version 5.11.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237983" -target="_top">r237983</a>]</p> - -<p>GNU <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=gperf&sektion=1&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">gperf</span>(1)</span></a> has -been updated to 	version 3.0.3 (the latest GPLv2-licensed version).[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230237" -target="_top">r230237</a>]</p> - -<p><b class="application">libarchive</b>, 	<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=bsdtar&sektion=1&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">bsdtar</span>(1)</span></a>, and -<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=cpio&sektion=1&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">cpio</span>(1)</span></a> have -been updated to version 	2.8.5.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229588" -target="_top">r229588</a>]</p> - -<p>The <b class="application">libpcap</b> 	library has been updated to 1.2.1.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236167" -target="_top">r236167</a>]</p> - -<p><b class="application">libstdc++</b> 	has been updated to revision 135556 of the -	<tt class="literal">gcc-4_2-branch</tt> (the last LGPLv2-licensed 	version).[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229551" -target="_top">r229551</a>]</p> - -<p>The <b class="application">LLVM</b> 	compiler infrastructure and <b -class="application">clang</b>, 	a C language family front-end, version 3.1 have been -imported. 	Note that it is not used for building the FreeBSD base system by -	default.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236144" -target="_top">r236144</a>]</p> - -<p>The <tt class="literal">netcat</tt> utility 	has been updated to version 5.1.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235971" -target="_top">r235971</a>]</p> - -<p><b class="application">OpenSSL</b> has 	been updated to version 0.9.8x.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237998" -target="_top">r237998</a>]</p> - -<p>The <b class="application">tcpdump</b> 	(<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=tcpdump&sektion=1&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">tcpdump</span>(1)</span></a>) -utility has been updated to version 4.2.1.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236192" -target="_top">r236192</a>]</p> - -<p>The <b class="application">TENEX C 	shell</b> (<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=tcsh&sektion=1&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry"><span class="refentrytitle">tcsh</span>(1)</span></a>) has -been updated to version 	6.18.01.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232633" -target="_top">r232633</a>]</p> - -<p>The <b class="application">timezone</b> 	database has been updated to the 	<b -class="application">tzdata2012a</b> release.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233447" -target="_top">r233447</a>]</p> - -<p>The <b class="application">zlib</b> 	library has been updated to version 1.2.7.[<a -href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237691" -target="_top">r237691</a>]</p> -</div> - -<div class="sect2"> -<hr /> -<h3 class="sect2"><a id="releng" name="releng">2.5 Release Engineering and -Integration</a></h3> - -<p>The supported version of the 	<b class="application">KDE</b> desktop environment -(<a href="http://svnweb.FreeBSD.org/ports/head/x11/kde4/pkg-descr?revision=HEAD"><tt -class="filename">x11/kde4</tt></a>) has been updated to 	4.8.4.</p> - -<p>[powerpc] Issues where the FreeBSD 	installation CDROM image caused a panic, and -was not 	recognized on OpenBIOS-based environments like QEMU, have been -	fixed.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234055" -target="_top">r234055</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> - -<div class="sect2"> -<h3 class="sect2"><a id="AEN1113" name="AEN1113">3.1 Upgrading using <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE"> -<span class="citerefentry">freebsd-update(8)</span></a> or a source-based -	procedure</a></h3> - -<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+9.1-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 an 	unmodified -<tt class="filename">GENERIC</tt> kernel, 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+9.1-RELEASE"> -<span class="citerefentry"><span -class="refentrytitle">freebsd-update</span>(8)</span></a> utility requires that the host -being 	upgraded have Internet connectivity.</p> - -<p>Source-based upgrades (those based on recompiling the FreeBSD 	base system from -source code) from previous versions are 	supported using to the instructions in -	<tt class="filename">/usr/src/UPDATING</tt>.</p> - -<p>For more specific information about upgrading 	instructions, see <a -href="http://www.FreeBSD.org/releases/9.1R/installation.html" -target="_top">http://www.FreeBSD.org/releases/9.1R/installation.html</a>.</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 class="sect2"> -<hr /> -<h3 class="sect2"><a id="AEN1133" name="AEN1133">3.2 User-visible -incompatibilities</a></h3> - -<p>FreeBSD 9.0 and later have several incompatibilities in 	system configuration -which you might want to know before 	upgrading your system. <span class="emphasis"><i -class="emphasis">Please read this section and 	the <a -href="http://www.freebsd.org/releases/9.0R/relnotes-detailed.html#UPGRADE" -target="_top">Upgrading 	Section in 9.0-RELEASE Release Notes</a> carefully before -	submitting a problem report and/or posting a question to the 	FreeBSD mailing -lists.</i></span></p> -</div> -</div> -</div> - -<hr /> -<p align="center"><small>This file, and other release-related documents, can be -downloaded from <a -href="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</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 <<a -href="mailto:[email protected]">[email protected]</a>>.</small></p> - -<p align="center"><small>All users of FreeBSD 9.1-STABLE should subscribe to the <<a -href="mailto:[email protected]">[email protected]</a>> mailing list.</small></p> - -<p align="center"><small>For questions about this documentation, e-mail <<a -href="mailto:[email protected]">[email protected]</a>>.</small></p> -</body> -</html> - diff --git a/website/content/en/releases/9.1R/relnotes.adoc b/website/content/en/releases/9.1R/relnotes.adoc new file mode 100644 index 0000000000..405e2186bd --- /dev/null +++ b/website/content/en/releases/9.1R/relnotes.adoc @@ -0,0 +1,98 @@ +--- +title: "FreeBSD 9.1-RELEASE Release Notes" +sidenav: download +--- + +include::shared/en/urls.adoc[] + +:libcplusplus: libc++ +:libsupcplusplus: libsupc++ +:libstdcplusplus: libstdc++ + += FreeBSD 9.1-RELEASE Release Notes + +This is a simplified version of the FreeBSD 9.1-RELEASE release notes. + +*Important:* If you are upgrading from a previous release of FreeBSD, please read http://www.FreeBSD.org/releases/9.1R/relnotes-detailed/#upgrade[upgrading section in the Release Notes] for notable incompatibilities carefully. + +== Release Highlights + +The highlights in the 9.1-RELEASE are the following. For more details, please see link:../relnotes-detailed/[the Detailed Release Notes]. + +* The FreeBSD Jail subsystem now supports mounting man:devfs[5], man:nullfs[5], and ZFS filesystem inside a jail. New man:jail[8] parameters `allow.mount.devfs`, `allow.mount.nullfs`, and `allow.mount.zfs` to control the per-jail capabilities have been added. All of them are disabled by default. http://svn.freebsd.org/viewvc/base?view=revision&revision=232728[r232728] +* The FreeBSD man:sched_ule[4] scheduler has been improved on CPU load balancing of SMT (Simultaneous MultiThreading) CPUs. It gives a 10-15% performance improvement when the number of threads is lesser than the number of logical CPUs. http://svn.freebsd.org/viewvc/base?view=revision&revision=233599[r233599] +* The man:boot0cfg[8] utility now supports configuration of PXE boot via the `boot0` boot block temporarily on the next boot. The slice number `6` or a keyword `PXE` can be specified to enable PXE boot using the `-s` option. http://svn.freebsd.org/viewvc/base?view=revision&revision=230065[r230065] +* [amd64, i386] The man:hwpmc[4] driver now supports the Intel Sandy Bridge microarchitecture. http://svn.freebsd.org/viewvc/base?view=revision&revision=234046[r234046] +* [arm] FreeBSD/arm now supports the Atmel SAM9XE family of microcontrollers. http://svn.freebsd.org/viewvc/base?view=revision&revision=236081[r236081] +* A bug in the man:xhci[4] (USB 3.0) driver has been fixed. It did not work with USB 3.0 hubs. http://svn.freebsd.org/viewvc/base?view=revision&revision=230302[r230302] +* The drm2(4) Intel GPU driver, which supports GEM and KMS and works with new generations of GPUs such as IronLake, SandyBridge, and IvyBridge, has been added. The man:agp[4] driver now supports SandyBridge and IvyBridge CPU northbridges. http://svn.freebsd.org/viewvc/base?view=revision&revision=236926[r236926], http://svn.freebsd.org/viewvc/base?view=revision&revision=236927[r236927], http://svn.freebsd.org/viewvc/base?view=revision&revision=239965[r239965] +* The man:snd_hda[4] driver has been updated. It now supports and provides HDMI, new volume control, automatic recording source selection, runtime reconfiguration, more then 4 PCM devices on a controller, multichannel recording, additional playback/record streams, higher bandwidth, and more informative device names. http://svn.freebsd.org/viewvc/base?view=revision&revision=232798[r232798] +* The man:snd_hdspe[4] driver has been added. This supports RME HDSPe AIO and RayDAT sound cards. http://svn.freebsd.org/viewvc/base?view=revision&revision=233165[r233165] +* A bug in man:ae[4] driver which could prevent from working under certain conditions has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=229520[r229520] +* The man:bge[4] and brgphy(4) drivers have been improved: +** A bug which could prevent the DMA functionality from working correctly has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=229350[r229350] +** It now works with PCI-X BCM 5704 controller that is connected to AMD-8131 PCI-X bridge. http://svn.freebsd.org/viewvc/base?view=revision&revision=233495[r233495] +** It now supports the BCM 5720 and BCM 5720C PHY, and the BCM 57780 1000BASE-T media interface. http://svn.freebsd.org/viewvc/base?view=revision&revision=229357[r229357], http://svn.freebsd.org/viewvc/base?view=revision&revision=229867[r229867], http://svn.freebsd.org/viewvc/base?view=revision&revision=232134[r232134] +** It now supports a man:loader[8] tunable `dev.bge.N.msi` to control the use of MSI. The default value is `1` (enabled). http://svn.freebsd.org/viewvc/base?view=revision&revision=231734[r231734] +* The man:cxgbe[4] and man:cxgb[4] driver have been updated to firmware version 1.5.2.0. They now support device configuration via a plain text configuration file, IPv6 hardware checksumming, IPv6 TSO and LRO, a `loadfw` command in the cxgbetool(8) utility which allows to install a firmware to the card, man:sysctl[8] variables under `dev.t4nex.N.misc` for various information. http://svn.freebsd.org/viewvc/base?view=revision&revision=231093[r231093], http://svn.freebsd.org/viewvc/base?view=revision&revision=237925[r237925] +* The man:igb[4] driver has been updated to version 2.3.4. It now supports newer i210/i211 devices. http://svn.freebsd.org/viewvc/base?view=revision&revision=238262[r238262] +* The man:mxge[4] driver has been updated to firmware version 1.4.55 from Myricom. http://svn.freebsd.org/viewvc/base?view=revision&revision=236413[r236413] +* The man:oce[4] driver, which supports Emulex OneConnect 10Gbit Ethernet cards, has been added. http://svn.freebsd.org/viewvc/base?view=revision&revision=231663[r231663] +* The man:ral[4] driver now supports Ralink RT2800 and RT3000 chipsets. http://svn.freebsd.org/viewvc/base?view=revision&revision=236004[r236004] +* The man:re[4] driver now supports the RTL8411 PCIe Gigabit Ethernet controller. A bug which could prevent WoL (Wake-on-LAN) from working on RTL8168E has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=229529[r229529], http://svn.freebsd.org/viewvc/base?view=revision&revision=231731[r231731] +* The man:sfxge[4] driver, which supports 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers, has been added. http://svn.freebsd.org/viewvc/base?view=revision&revision=228100[r228100] +* The man:xnb[4] Xen Paravirtualized Backend Ethernet Driver (netback) has been updated. This is attached via the newbus framework and works properly in both HVM and PVM mode. http://svn.freebsd.org/viewvc/base?view=revision&revision=231697[r231697] +* The `table` argument in the man:ipfw[4] packet filter rule syntax now supports IP address, interface name, port number, and jail ID. http://svn.freebsd.org/viewvc/base?view=revision&revision=234597[r234597] +* The FreeBSD man:ip6[4] protocol stack now has been improved in terms of its performance. Benchmarking can be found at http://people.freebsd.org/~bz/bench/. +* The FreeBSD man:ip6[4] protocol stack now supports multiple FIB. http://svn.freebsd.org/viewvc/base?view=revision&revision=232292[r232292] +* The man:netmap[4] fast packet I/O framework has been added. The man:em[4], man:lem(4), man:igb[4], and man:re[4] drivers now support this framework. The technical details can be found at http://info.iet.unipi.it/~luigi/netmap/. http://svn.freebsd.org/viewvc/base?view=revision&revision=231650[r231650], http://svn.freebsd.org/viewvc/base?view=revision&revision=235527[r235527] +* The man:arcmsr[4] driver has been updated to version 1.20.00.25. http://svn.freebsd.org/viewvc/base?view=revision&revision=240758[r240758] +* The man:cam[4] driver now supports SEMB (SATA Enclosure Management Bridge) devices, which are equivalent to the SCSI SES/SAF-TE devices. http://svn.freebsd.org/viewvc/base?view=revision&revision=236778[r236778] +* The ctl(4) driver, which supports man:cam[4] Target Layer and man:ctladm[8], a userland control utility, have been added. ctl(4) is a disk and processor device emulation subsystem supporting tagged queuing, SCSI task attribute, SCSI implicit command ordering, full task management, multiple ports, multiple simultaneous initiators, multiple simultaneous backing stores, mode sense/select, and error injection support. http://svn.freebsd.org/viewvc/base?view=revision&revision=231772[r231772] +* The *MIRROR* man:geom[4] class now supports `BIO_DELETE`. This means `TRIM` command will be issued on supported devices when deleting data. http://svn.freebsd.org/viewvc/base?view=revision&revision=238500[r238500] +* The *MULTIPATH* man:geom[4] class has been updated. It now supports Active/Active mode, Active/Read mode as hybrid of Active/Active and Active/Passive, keeping a failed path without removing the geom provider, manual configuration without on-disk metadata, and `add`, `remove`, `fail`, `restore`, `configure` subcommands in the man:gmultipath[8] utility to manage the configured paths. http://svn.freebsd.org/viewvc/base?view=revision&revision=229303[r229303], http://svn.freebsd.org/viewvc/base?view=revision&revision=234916[r234916] +* The *UNCOMPRESS* man:geom[4] class and the man:mkulzma[8] utility have been added. This class supports lzma compressed images like the *UZIP* man:geom[4] class and the man:mkuzip[8] utility. http://svn.freebsd.org/viewvc/base?view=revision&revision=235483[r235483] +* [amd64, i386] The man:hpt27xx[4] driver has been added. This supports HighPoint RocketRAID 27xx-based SAS 6Gb/s HBA. http://svn.freebsd.org/viewvc/base?view=revision&revision=229975[r229975] +* [amd64, i386] The man:isci[4] driver, which supports the integrated SAS controller in the Intel C600 (Patsburg) chipset, has been added. http://svn.freebsd.org/viewvc/base?view=revision&revision=231689[r231689] +* The man:ixgbe[4] driver now supports the Intel X540 adapter. http://svn.freebsd.org/viewvc/base?view=revision&revision=230775[r230775] +* The man:mfi[4] driver now supports single-message MSI, and Drake Skinny and Thunderbolt cards. The man:loader[8] tunable `hw.mfi.msi` has been added and it is enabled by default. http://svn.freebsd.org/viewvc/base?view=revision&revision=229611[r229611], http://svn.freebsd.org/viewvc/base?view=revision&revision=234429[r234429] +* The man:mps[4] driver has been updated to version 14.00.00.01-fbsd. This now supports Integrated RAID, WarpDrive controllers, WRITE12 and READ12 for direct I/O, SCSI protection information (EEDP), Transport Level Retries (TLR) for tape drives, and LSI's userland utility. http://svn.freebsd.org/viewvc/base?view=revision&revision=230920[r230920], http://svn.freebsd.org/viewvc/base?view=revision&revision=231679[r231679], http://svn.freebsd.org/viewvc/base?view=revision&revision=237876[r237876] +* The man:usb[4] storage device driver now enables power save mode by default. http://svn.freebsd.org/viewvc/base?view=revision&revision=229107[r229107] +* The FreeBSD NFS filesystem has been improved: +** It now supports a timeout on positive name cache entries on the client side. A new mount option `nametimeo` has been added and set to `60` (in seconds) by default. http://svn.freebsd.org/viewvc/base?view=revision&revision=233326[r233326] +** A memory leak when a ZFS volume is exported via the FreeBSD NFS server has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=234740[r234740] +** A bug has been fixed. When a process writes to an mmap-backed file on an NFS filesystem, flushing changes to the data could fail under some circumstances such as errors due to permission mismatch, and this failure could not detected as an error. A new man:sysctl[8] variable `vfs.nfs.nfs_keep_dirty_on_error` has been added to control the behavior on the client side related to this issue. When this is set to `1`, the pages where a write operation failed are kept dirty. The default value is set to `0`. http://svn.freebsd.org/viewvc/base?view=revision&revision=233730[r233730] +** The man:nfsv4[4] filesystem now supports a man:sysctl[8] variable `vfs.nfsd.disable_checkutf8`. This disables the check for UTF-8 compliance in the filenames. This is disabled by default. Note that enabling this may help some interoperability issues but results in an NFSv4 server that is non-RFC 3530 compliant. http://svn.freebsd.org/viewvc/base?view=revision&revision=229799[r229799] +* The man:tmpfs[5] filesystem is not an experimental implementation anymore. http://svn.freebsd.org/viewvc/base?view=revision&revision=234511[r234511] +* The man:tmpfs[5] filesystem now supports a man:sysctl[8] variable `vfs.tmpfs.memory_reserved` to set the amount of required free pages when man:tmpfs[5] attempts to allocate a new node. http://svn.freebsd.org/viewvc/base?view=revision&revision=234849[r234849] +* FreeBSD ZFS filesystem has been updated by merging improvements from illumos project. The following changes are made: http://svn.freebsd.org/viewvc/base?view=revision&revision=229578[r229578], http://svn.freebsd.org/viewvc/base?view=revision&revision=232328[r232328] +** New properties, `clones` and `written`, have been added. +** The man:zfs[8] `send` command now reports an estimated size of the stream. +** The man:zfs[8] `destroy` command now reports an estimate of the space which would be reclaimed, when `-n` flag is specified. +** The man:zfs[8] `get` command now supports the `-t type` flag to specify the data type. +* The man:dhclient[8] utility now supports `domain-search` (option number 119, described in RFC 3397). This allows a DHCP server to publish a list of implicit domain suffixes used during name lookup. If this option is specified, a `search` keyword will be added to `/etc/resolv.conf`. http://svn.freebsd.org/viewvc/base?view=revision&revision=230597[r230597] +* A bug in the man:gcc[1] compiler has been fixed. It could lead to incorrect calculations when `-ffast-math` is specified. http://svn.freebsd.org/viewvc/base?view=revision&revision=234023[r234023] +* The man:ifconfig[8] utility now supports a `vlanhwcsum` parameter to set or reset checksum offloading capability on VLANs. http://svn.freebsd.org/viewvc/base?view=revision&revision=231221[r231221] +* The man:ifconfig[8] utility now supports a `carp state` parameter to set the state to `backup` or `master` forcibly. http://svn.freebsd.org/viewvc/base?view=revision&revision=232486[r232486] +* The man:jail[8] utility now supports a configuration file (man:jail.conf[5]) for complex configurations. http://svn.freebsd.org/viewvc/base?view=revision&revision=235839[r235839] +* Lock handling performance in the *libthr* pthread library has been improved. It now works 10 times faster especially under the condition that a mutex is heavily contested. http://svn.freebsd.org/viewvc/base?view=revision&revision=234372[r234372] +* A new {cpp} stack has been imported. This consists of *libcxxrt*, originally developed by a FreeBSD developer under contract by PathScale and open sourced by the FreeBSD and NetBSD foundations, and *{libcplusplus}* from the LLVM project. *libcxxrt* is a drop-in replacement for GNU {libsupcplusplus}, which implements the {cpp} runtime support for features such as run-time type information, dynamic casting, thread-safe static initializer, and exceptions. {libcplusplus} implements the {cpp}11 standard library, and will replace GNU {libstdcplusplus} in a future release. In 9.1-RELEASE, {libstdcplusplus} is still installed as standard and now dynamically links against {libsupcplusplus}. This allows libraries linking {libstdcplusplus} and {libcplusplus} to both be used in the same program, to aid migration. http://svn.freebsd.org/viewvc/base?view=revision&revision=235798[r235798] +* The man:rtld[1] run-time linker now supports GCC's RELRO (RElocation Read-Only). This prevents the GOT (Global Offset Table) from being overwritten. http://svn.freebsd.org/viewvc/base?view=revision&revision=231579[r231579] +* The man:rtld[1] run-time linker now supports a GNU hash section (`DT_GNU_HASH`), which is a replacement of optional ELF hash section. http://svn.freebsd.org/viewvc/base?view=revision&revision=235396[r235396] +* The man:setbuf[1] utility and *libstdbuf* library have been added. This controls the default buffering behavior of standard stdio streams. http://svn.freebsd.org/viewvc/base?view=revision&revision=235139[r235139] +* The man:xlocale[3] API has been implemented. This consists of `_l`-suffixed versions of various standard library functions that use the global locale, making them take an explicit locale parameter and allowing thread-safe extended locale support. Most of these APIs are required for IEEE Std 1003.1-2008 (POSIX.1-2008 or ISO/IEC 9945:2009) compatibility, and are required by {libcplusplus} and recent versions of *GNOME*. This implementation also supports several extensions for compatibility with Apple *Darwin*. http://svn.freebsd.org/viewvc/base?view=revision&revision=235785[r235785] +* *ISC BIND* has been updated to version 9.8.3-P4. http://svn.freebsd.org/viewvc/base?view=revision&revision=241417[r241417] +* The *compiler-rt* library, which provides low-level target-specific interfaces such as functions in *libgcc*, has been updated to revision 147467. http://svn.freebsd.org/viewvc/base?view=revision&revision=236018[r236018] +* *file* ( man:file[1]) has been updated to version 5.11. http://svn.freebsd.org/viewvc/base?view=revision&revision=237983[r237983] +* GNU man:gperf[1] has been updated to version 3.0.3 (the latest GPLv2-licensed version). http://svn.freebsd.org/viewvc/base?view=revision&revision=230237[r230237] +* *libarchive*, man:bsdtar[1], and man:cpio[1] have been updated to version 2.8.5. http://svn.freebsd.org/viewvc/base?view=revision&revision=229588[r229588] +* *libpcap* library has been updated to 1.2.1. http://svn.freebsd.org/viewvc/base?view=revision&revision=236167[r236167] +* *libstdc++* have been updated to rev 135556 of `gcc-4_2-branch` (the last LGPLv2-licensed version). http://svn.freebsd.org/viewvc/base?view=revision&revision=229551[r229551] +* The *LLVM* compiler infrastructure and *clang*, a C language family front-end, version 3.1 have been imported. Note that it is not used for building the FreeBSD base system by default. http://svn.freebsd.org/viewvc/base?view=revision&revision=236144[r236144] +* The `netcat` utility has been updated to version 5.1. http://svn.freebsd.org/viewvc/base?view=revision&revision=235971[r235971] +* *OpenSSL* has been updated to version 0.9.8x. http://svn.freebsd.org/viewvc/base?view=revision&revision=237998[r237998] +* *tcpdump* (man:tcpdump[1]) utility has been updated to version 4.2.1. http://svn.freebsd.org/viewvc/base?view=revision&revision=236192[r236192] +* The *TENEX C shell* (man:tcsh[1]) has been updated to version 6.18.01. http://svn.freebsd.org/viewvc/base?view=revision&revision=232633[r232633] +* The *timezone* database has been updated to the *tzdata2012a* release. http://svn.freebsd.org/viewvc/base?view=revision&revision=233447[r233447] +* *zlib* library has been updated to version 1.2.7. http://svn.freebsd.org/viewvc/base?view=revision&revision=237691[r237691] +* The supported version of the *KDE* desktop environment (http://svnweb.FreeBSD.org/ports/head/x11/kde4/pkg-descr?revision=HEAD[`x11/kde4`]) has been updated to 4.8.4. diff --git a/website/content/en/releases/9.1R/relnotes.html b/website/content/en/releases/9.1R/relnotes.html deleted file mode 100644 index 6072ac608c..0000000000 --- a/website/content/en/releases/9.1R/relnotes.html +++ /dev/null @@ -1,764 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<!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" xmlns:db="http://docbook.org/ns/docbook"> - <head> - <title>FreeBSD 9.1-RELEASE Release Notes</title> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <link rel="shortcut icon" href="https://www.FreeBSD.org/favicon.ico" type="image/x-icon" /> - <link rel="stylesheet" media="screen,print" href="https://www.FreeBSD.org/css/fixed.css" type="text/css" /> - <script type="text/javascript" src="../../layout/js/google.js"></script> - </head> - <body> - <div id="containerwrap"> - <div id="container"> - <span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1) - <a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2) -</span> - <div id="headercontainer"> - <div id="header"> - <h2 class="blockhide">Header And Logo</h2> - <div id="headerlogoleft"> - <a href="../.." title="FreeBSD"> - <img src="../../layout/images/logo-red.png" width="457" height="75" alt="FreeBSD" /> - </a> - </div> - <div id="headerlogoright"> - <div class="frontdonateroundbox"> - <div class="frontdonatetop"> - <div> - <b style="display: none;">.</b> - </div> - </div> - <div class="frontdonatecontent"> - <a href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a> - </div> - <div class="frontdonatebot"> - <div> - <b style="display: none;">.</b> - </div> - </div> - </div> - <h2 class="blockhide">Peripheral Links</h2> - <div id="searchnav"> - <ul id="searchnavlist"></ul> - </div> - <div id="search"> - <form method="get" id="search-form" action="https://duckduckgo.com/"> - <h2 class="blockhide"> - <label for="words">Search</label> - </h2> - <input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" /> - <input type="hidden" name="ka" value="v" /> - <input type="hidden" name="kt" value="v" /> - <input type="hidden" name="kh" value="1" /> - <input type="hidden" name="kj" value="r2" /> - <input id="words" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" /> - <span>�</span> - <input id="submit" name="submit" type="submit" value="Search" /> - </form> - </div> - </div> - </div> - <h2 class="blockhide">Site Navigation</h2> - <div id="menu"> - <ul class="first"> - <li> - <a href="../../">Home</a> - </li> - </ul> - <ul> - <li> - <a href="../../about.html">About</a> - <ul> - <li> - <a href="../../projects/newbies.html">Introduction</a> - </li> - <li> - <a href="../../features.html">Features</a> - </li> - <li> - <a href="../../advocacy/">Advocacy</a> - </li> - <li> - <a href="../../marketing/">Marketing</a> - </li> - <li> - <a href="../../privacy.html">Privacy Policy</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../where.html">Get FreeBSD</a> - <ul> - <li> - <a href="../../releases/">Release Information</a> - </li> - <li> - <a href="../../releng/">Release Engineering</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../docs.html">Documentation</a> - <ul> - <li> - <a href="../../doc/en_US.ISO8859-1/books/faq/">FAQ</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/handbook/">Handbook</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a> - </li> - <li> - <a href="//www.FreeBSD.org/cgi/man.cgi">Manual Pages</a> - </li> - <li> - <a href="https://papers.FreeBSD.org">Presentations and Papers</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/fdp-primer">Documentation Project Primer</a> - </li> - <li> - <a href="../../docs/books.html">All Books and Articles</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../community.html">Community</a> - <ul> - <li> - <a href="../../community/mailinglists.html">Mailing Lists</a> - </li> - <li> - <a href="https://forums.FreeBSD.org">Forums</a> - </li> - <li> - <a href="../../usergroups.html">User Groups</a> - </li> - <li> - <a href="../../events/events.html">Events</a> - </li> - <li> - <a href="http://freebsdjournal.com">FreeBSD Journal</a> - </li> - <li> - <a href="http://serverfault.com/questions/tagged/freebsd">Q&A (external)</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../projects/index.html">Developers</a> - <ul> - <li> - <a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a> - </li> - <li> - <a href="https://svnweb.FreeBSD.org">Subversion Repository</a> - </li> - <li> - <a href="https://github.com/freebsd">Git Mirror</a> - </li> - <li> - <a href="https://reviews.FreeBSD.org">Code Review (Phabricator)</a> - </li> - <li> - <a href="https://wiki.FreeBSD.org">Wiki</a> - </li> - <li> - <a href="https://ci.FreeBSD.org">Continuous Integration Service</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../support.html">Support</a> - <ul> - <li> - <a href="../../commercial/commercial.html">Vendors</a> - </li> - <li> - <a href="../../security/">Security Information</a> - </li> - <li> - <a href="https://bugs.FreeBSD.org/search/">Bug Reports</a> - </li> - <li> - <a href="https://www.FreeBSD.org/support.html">Submitting Bug Reports</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="https://www.freebsdfoundation.org/">Foundation</a> - <ul> - <li> - <a href="https://www.freebsdfoundation.org/donate/">Monetary Donations</a> - </li> - <li> - <a href="../../donations/index.html#systems">Hardware Donations</a> - </li> - </ul> - </li> - </ul> - </div> - </div> - <div id="content"> - <div id="sidewrap"> - <div id="sidenav"> - <h2 class="blockhide">Section Navigation</h2> - <ul> - <li> - <a href="../../where.html">Get FreeBSD</a> - </li> - <li> - <a href="../../releases/">Release Information</a> - <ul> - <li>Production Release: <br /><a href="../../releases/12.1R/announce.html">12.1</a></li> - <li>Production Release: <br /><a href="../../releases/11.3R/announce.html">11.3</a></li> - </ul> - </li> - <li> - <a href="../../snapshots/">Snapshot Releases</a> - <ul> - <li>Upcoming Release:<br /><a href="../../releases/11.4R/schedule.html">11.4</a></li> - <li>Upcoming Release:<br /><a href="../../releases/12.2R/schedule.html">12.2</a></li> - </ul> - </li> - <li> - <a href="../../ports/">Ported Applications</a> - </li> - </ul> - </div> - </div> - <div id="contentwrap"><h1>FreeBSD 9.1-RELEASE Release Notes</h1> - - <p>This is a simplified version of the FreeBSD 9.1-RELEASE release notes.</p> - - <div class="IMPORTANT"> - <blockquote class="IMPORTANT"> - <p><b>Important:</b> If you are upgrading from a previous - release of FreeBSD, please read <a href="http://www.FreeBSD.org/releases/9.1R/relnotes-detailed.html#upgrade" target="_top" shape="rect">upgrading section in the Release Notes</a> for - notable incompatibilities carefully.</p> - </blockquote> - </div> - - <h2>Release Highlights</h2> - - <p>The highlights in the 9.1-RELEASE are the following. For more - details, please see <a href="relnotes-detailed.html" shape="rect">the - Detailed Release Notes</a>.</p> - - <ul> - <li><p>The FreeBSD Jail subsystem now supports mounting <a href="http://www.FreeBSD.org/cgi/man.cgi?query=devfs&sektion=5&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">devfs</span>(5)</span></a>, <a href="http://www.FreeBSD.org/cgi/man.cgi?query=nullfs&sektion=5&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">nullfs</span>(5)</span></a>, and ZFS - filesystem inside a jail. New <a href="http://www.FreeBSD.org/cgi/man.cgi?query=jail&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">jail</span>(8)</span></a> parameters - <code class="varname">allow.mount.devfs</code>, - <code class="varname">allow.mount.nullfs</code>, and - <code class="varname">allow.mount.zfs</code> to - control the per-jail capabilities have been - added. All of them are disabled by default.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232728" target="_top" shape="rect">r232728</a>]</p></li> - - <li><p>The FreeBSD <a href="http://www.FreeBSD.org/cgi/man.cgi?query=sched_ule&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">sched_ule</span>(4)</span></a> - scheduler has been improved on CPU load balancing of - SMT (Simultaneous MultiThreading) CPUs. It gives a - 10-15% performance improvement when the number of - threads is lesser than the number of logical CPUs.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233599" target="_top" shape="rect">r233599</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=boot0cfg&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">boot0cfg</span>(8)</span></a> - utility now supports configuration of PXE boot via the - <tt class="filename">boot0</tt> boot block - temporarily on the next boot. The slice number <tt class="literal">6</tt> or a keyword <tt class="literal">PXE</tt> can be specified to enable - PXE boot using the <code class="option">-s</code> option.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230065" target="_top" shape="rect">r230065</a>]</p></li> - - <li><p>[amd64, i386] The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=hwpmc&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">hwpmc</span>(4)</span></a> - driver now supports the Intel Sandy Bridge - microarchitecture.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234046" target="_top" shape="rect">r234046</a>]</p></li> - - <li><p>[arm] FreeBSD/arm now supports the Atmel SAM9XE family - of microcontrollers.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236081" target="_top" shape="rect">r236081</a>]</p></li> - - <li><p>A bug in the <a href="http://www.FreeBSD.org/cgi/man.cgi?query=xhci&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">xhci</span>(4)</span></a> (USB 3.0) - driver has been fixed. It did not work with USB 3.0 - hubs.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230302" target="_top" shape="rect">r230302</a>]</p></li> - - <li><p>The drm2(4) Intel GPU driver, which supports GEM and - KMS and works with new generations of GPUs such as - IronLake, SandyBridge, and IvyBridge, has been - added. The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=agp&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">agp</span>(4)</span></a> driver now - supports SandyBridge and IvyBridge CPU - northbridges.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236926" target="_top" shape="rect">r236926</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236927" target="_top" shape="rect">r236927</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=239965" target="_top" shape="rect">r239965</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">snd_hda</span>(4)</span></a> driver - has been updated. It now supports and provides HDMI, new volume - control, automatic recording source selection, runtime - reconfiguration, more then 4 PCM devices on a - controller, multichannel recording, additional - playback/record streams, higher bandwidth, and more - informative device names.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232798" target="_top" shape="rect">r232798</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_hdspe&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">snd_hdspe</span>(4)</span></a> - driver has been added. This supports RME HDSPe AIO - and RayDAT sound cards.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233165" target="_top" shape="rect">r233165</a>]</p></li> - - <li><p>A bug in <a href="http://www.FreeBSD.org/cgi/man.cgi?query=ae&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"><span class="citerefentry"><span class="refentrytitle">ae</span>(4)</span></a> driver which - could prevent from working under certain conditions - has been fixed.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229520" target="_top" shape="rect">r229520</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">bge</span>(4)</span></a> and - brgphy(4) drivers have been improved:</p> - - <ul> - <li> - <p>A bug which could prevent the DMA - functionality from working correctly has been - fixed.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229350" target="_top" shape="rect">r229350</a>]</p> - </li> - - <li> - <p>It now works with PCI-X BCM 5704 controller - that is connected to AMD-8131 PCI-X bridge.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233495" target="_top" shape="rect">r233495</a>]</p> - </li> - - <li> - <p>It now supports the BCM 5720 and BCM 5720C PHY, - and the BCM 57780 1000BASE-T media interface.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229357" target="_top" shape="rect">r229357</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229867" target="_top" shape="rect">r229867</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232134" target="_top" shape="rect">r232134</a>]</p> - </li> - - <li> - <p>It now supports a <a href="http://www.FreeBSD.org/cgi/man.cgi?query=loader&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">loader</span>(8)</span></a> - tunable <code class="varname">dev.bge.<tt class="replaceable"><i>N</i></tt>.msi</code> - to control the use of MSI. The default value - is <tt class="literal">1</tt> (enabled).[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231734" target="_top" shape="rect">r231734</a>]</p> - </li> - </ul> - </li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">cxgbe</span>(4)</span></a> and - <a href="http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">cxgb</span>(4)</span></a> driver have - been updated to firmware version 1.5.2.0. They now - support device configuration via a plain text - configuration file, IPv6 hardware checksumming, IPv6 - TSO and LRO, a <tt class="literal">loadfw</tt> command in the - cxgbetool(8) utility which allows to install a - firmware to the card, <a href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> variables - under <code class="varname">dev.t4nex.<tt class="replaceable"><i>N</i></tt>.misc</code> for - various information.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231093" target="_top" shape="rect">r231093</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237925" target="_top" shape="rect">r237925</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">igb</span>(4)</span></a> driver has - been updated to version 2.3.4. It now supports newer - i210/i211 devices.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=238262" target="_top" shape="rect">r238262</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=mxge&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">mxge</span>(4)</span></a> driver has - been updated to firmware version 1.4.55 from - Myricom.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236413" target="_top" shape="rect">r236413</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=oce&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">oce</span>(4)</span></a> driver, - which supports Emulex OneConnect 10Gbit Ethernet - cards, has been added.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231663" target="_top" shape="rect">r231663</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=ral&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">ral</span>(4)</span></a> driver now - supports Ralink RT2800 and RT3000 chipsets.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236004" target="_top" shape="rect">r236004</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"><span class="citerefentry"><span class="refentrytitle">re</span>(4)</span></a> driver now - supports the RTL8411 PCIe Gigabit Ethernet controller. A - bug which could prevent WoL (Wake-on-LAN) from - working on RTL8168E has been fixed.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229529" target="_top" shape="rect">r229529</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231731" target="_top" shape="rect">r231731</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=sfxge&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">sfxge</span>(4)</span></a> driver, - which supports 10Gb Ethernet adapters based on - Solarflare SFC9000 family controllers, has been - added.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=228100" target="_top" shape="rect">r228100</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=xnb&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">xnb</span>(4)</span></a> Xen - Paravirtualized Backend Ethernet Driver (netback) - has been updated. This is attached via the newbus - framework and works properly in both HVM and PVM - mode.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231697" target="_top" shape="rect">r231697</a>]</p></li> - - <li><p>The <tt class="literal">table</tt> argument in the - <a href="http://www.FreeBSD.org/cgi/man.cgi?query=ipfw&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">ipfw</span>(4)</span></a> packet - filter rule syntax now supports IP address, - interface name, port number, and jail ID. [<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234597" target="_top" shape="rect">r234597</a>]</p></li> - - <li><p>The FreeBSD <a href="http://www.FreeBSD.org/cgi/man.cgi?query=ip6&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">ip6</span>(4)</span></a> protocol - stack now has been improved in terms of its - performance. Benchmarking can be found at <a href="http://people.freebsd.org/~bz/bench/" target="_top" shape="rect">http://people.freebsd.org/~bz/bench/</a>.</p></li> - - <li><p>The FreeBSD <a href="http://www.FreeBSD.org/cgi/man.cgi?query=ip6&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">ip6</span>(4)</span></a> protocol - stack now supports multiple FIB.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232292" target="_top" shape="rect">r232292</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=netmap&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">netmap</span>(4)</span></a> fast - packet I/O framework has been added. The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"><span class="citerefentry"><span class="refentrytitle">em</span>(4)</span></a>, lem(4), - - <a href="http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">igb</span>(4)</span></a>, and <a href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"><span class="citerefentry"><span class="refentrytitle">re</span>(4)</span></a> drivers now - support this framework. The technical details can be - found at <a href="http://info.iet.unipi.it/~luigi/netmap/" target="_top" shape="rect">http://info.iet.unipi.it/~luigi/netmap/</a>.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231650" target="_top" shape="rect">r231650</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235527" target="_top" shape="rect">r235527</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=arcmsr&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">arcmsr</span>(4)</span></a> driver - has been updated to version 1.20.00.25.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=240758" target="_top" shape="rect">r240758</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=cam&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">cam</span>(4)</span></a> driver now - supports SEMB (SATA Enclosure Management Bridge) - devices, which are equivalent to the SCSI SES/SAF-TE - devices.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236778" target="_top" shape="rect">r236778</a>]</p></li> - - <li><p>The ctl(4) driver, which supports <a href="http://www.FreeBSD.org/cgi/man.cgi?query=cam&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">cam</span>(4)</span></a> Target - Layer and <a href="http://www.FreeBSD.org/cgi/man.cgi?query=ctladm&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">ctladm</span>(8)</span></a>, a - userland control utility, have been added. ctl(4) is - a disk and processor device emulation subsystem - supporting tagged queuing, SCSI task attribute, - SCSI implicit command ordering, full task - management, multiple ports, multiple simultaneous - initiators, multiple simultaneous backing stores, - mode sense/select, and error injection support.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231772" target="_top" shape="rect">r231772</a>]</p></li> - - <li><p>The <b class="application">MIRROR</b> <a href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">geom</span>(4)</span></a> class now - supports <tt class="literal">BIO_DELETE</tt>. This - means <tt class="literal">TRIM</tt> command will be - issued on supported devices when deleting - data.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=238500" target="_top" shape="rect">r238500</a>]</p></li> - - <li><p>The <b class="application">MULTIPATH</b> <a href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">geom</span>(4)</span></a> class has - been updated. It now supports Active/Active mode, - Active/Read mode as hybrid of Active/Active and - Active/Passive, keeping a failed path without - removing the geom provider, manual configuration - without on-disk metadata, and <tt class="command">add</tt>, <tt class="command">remove</tt>, <tt class="command">fail</tt>, <tt class="command">restore</tt>, <tt class="command">configure</tt> subcommands in the <a href="http://www.FreeBSD.org/cgi/man.cgi?query=gmultipath&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">gmultipath</span>(8)</span></a> - utility to manage the configured paths.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229303" target="_top" shape="rect">r229303</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234916" target="_top" shape="rect">r234916</a>]</p></li> - - <li><p>The <b class="application">UNCOMPRESS</b> <a href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">geom</span>(4)</span></a> class and - the <a href="http://www.FreeBSD.org/cgi/man.cgi?query=mkulzma&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">mkulzma</span>(8)</span></a> utility - have been added. This class supports lzma compressed - images like the <b class="application">UZIP</b> <a href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">geom</span>(4)</span></a> class and - the <a href="http://www.FreeBSD.org/cgi/man.cgi?query=mkuzip&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">mkuzip</span>(8)</span></a> - utility.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235483" target="_top" shape="rect">r235483</a>]</p></li> - - <li><p>[amd64, i386] The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=hpt27xx&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">hpt27xx</span>(4)</span></a> - driver has been added. This supports HighPoint RocketRAID - 27xx-based SAS 6Gb/s HBA.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229975" target="_top" shape="rect">r229975</a>]</p></li> - - <li><p>[amd64, i386] The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=isci&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">isci</span>(4)</span></a> - driver, which supports the integrated SAS controller in - the Intel C600 (Patsburg) chipset, has been - added.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231689" target="_top" shape="rect">r231689</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=ixgbe&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">ixgbe</span>(4)</span></a> driver - now supports the Intel X540 adapter.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230775" target="_top" shape="rect">r230775</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">mfi</span>(4)</span></a> driver - now supports single-message MSI, and Drake Skinny and Thunderbolt cards. The - <a href="http://www.FreeBSD.org/cgi/man.cgi?query=loader&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">loader</span>(8)</span></a> tunable - <code class="varname">hw.mfi.msi</code> has been - added and it is enabled by default.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229611" target="_top" shape="rect">r229611</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234429" target="_top" shape="rect">r234429</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=mps&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">mps</span>(4)</span></a> driver - has been updated to version 14.00.00.01-fbsd. This - now supports Integrated RAID, WarpDrive controllers, - WRITE12 and READ12 for direct I/O, SCSI protection - information (EEDP), Transport Level Retries (TLR) - for tape drives, and LSI's userland utility.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230920" target="_top" shape="rect">r230920</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231679" target="_top" shape="rect">r231679</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237876" target="_top" shape="rect">r237876</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=usb&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">usb</span>(4)</span></a> storage - device driver now enables power save mode by - default.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229107" target="_top" shape="rect">r229107</a>]</p></li> - - <li><p>The FreeBSD NFS filesystem has been improved:</p> - <ul> - <li> - <p>It now supports a timeout on positive name cache - entries on the client side. A new mount option - <code class="varname">nametimeo</code> has been added - and set to <tt class="literal">60</tt> (in seconds) - by default.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233326" target="_top" shape="rect">r233326</a>]</p> - </li> - - <li> - <p>A memory leak when a ZFS volume is exported via - the FreeBSD NFS server has been fixed.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234740" target="_top" shape="rect">r234740</a>]</p> - </li> - - <li> - <p>A bug has been fixed. When a process writes to an - mmap-backed file on an NFS filesystem, flushing - changes to the data could fail under some - circumstances such as errors due to permission - mismatch, and this failure could not detected as an - error. A new <a href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> - variable <code class="varname">vfs.nfs.nfs_keep_dirty_on_error</code> - has been added to control the behavior on the - client side related to this issue. When this is - set to <tt class="literal">1</tt>, the pages where - a write operation failed are kept dirty. The - default value is set to <tt class="literal">0</tt>.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233730" target="_top" shape="rect">r233730</a>]</p> - </li> - - <li> - <p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=nfsv4&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">nfsv4</span>(4)</span></a> - filesystem now supports a <a href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> - variable <code class="varname">vfs.nfsd.disable_checkutf8</code>. This - disables the check for UTF-8 compliance in the - filenames. This is disabled by default. Note - that enabling this may help some - interoperability issues but results in an NFSv4 - server that is non-RFC 3530 compliant.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229799" target="_top" shape="rect">r229799</a>]</p> - </li> - </ul> - </li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=tmpfs&sektion=5&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">tmpfs</span>(5)</span></a> - filesystem is not an experimental implementation - anymore.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234511" target="_top" shape="rect">r234511</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=tmpfs&sektion=5&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">tmpfs</span>(5)</span></a> - filesystem now supports a <a href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> variable - <code class="varname">vfs.tmpfs.memory_reserved</code> to set - the amount of required free pages when <a href="http://www.FreeBSD.org/cgi/man.cgi?query=tmpfs&sektion=5&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">tmpfs</span>(5)</span></a> attempts - to allocate a new node.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234849" target="_top" shape="rect">r234849</a>]</p></li> - - <li><p>FreeBSD ZFS filesystem has been updated by merging - improvements from illumos project. The following changes - are made:[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229578" target="_top" shape="rect">r229578</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232328" target="_top" shape="rect">r232328</a>]</p> - - <ul> - <li> - <p>New properties, <tt class="literal">clones</tt> and <tt class="literal">written</tt>, have been added.</p> - </li> - - <li> - <p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - The <span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> <tt class="command">send</tt> command now reports - an estimated size of the stream.</p> - </li> - - <li> - <p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> <tt class="command">destroy</tt> command now reports - an estimate of the space which would be reclaimed, when - <code class="option">-n</code> flag is specified.</p> - </li> - - <li> - <p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> <tt class="command">get</tt> command now supports - the <code class="option">-t <tt class="replaceable"><i>type</i></tt></code> flag - to specify the data type.</p> - </li> - </ul> - </li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=dhclient&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">dhclient</span>(8)</span></a> - utility now supports <tt class="literal">domain-search</tt> (option number 119, - described in RFC 3397). This allows a DHCP server to - publish a list of implicit domain suffixes used - during name lookup. If this option is specified, a - <tt class="literal">search</tt> keyword will be added - to <tt class="filename">/etc/resolv.conf</tt>.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230597" target="_top" shape="rect">r230597</a>]</p></li> - - <li><p>A bug in the <a href="http://www.FreeBSD.org/cgi/man.cgi?query=gcc&sektion=1&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">gcc</span>(1)</span></a> compiler - has been fixed. It could lead to incorrect - calculations when <code class="option">-ffast-math</code> is specified.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234023" target="_top" shape="rect">r234023</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=ifconfig&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">ifconfig</span>(8)</span></a> - utility now supports a <tt class="literal">vlanhwcsum</tt> parameter to set or - reset checksum offloading capability on VLANs.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231221" target="_top" shape="rect">r231221</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=ifconfig&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">ifconfig</span>(8)</span></a> - utility now supports a <tt class="literal">carp - <tt class="replaceable"><i>state</i></tt></tt> - parameter to set the state to <tt class="literal">backup</tt> or <tt class="literal">master</tt> forcibly.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232486" target="_top" shape="rect">r232486</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=jail&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">jail</span>(8)</span></a> utility - now supports a configuration file (<a href="http://www.FreeBSD.org/cgi/man.cgi?query=jail.conf&sektion=5&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">jail.conf</span>(5)</span></a>) for - complex configurations.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235839" target="_top" shape="rect">r235839</a>]</p></li> - - <li><p>Lock handling performance in the <b class="application">libthr</b> pthread library has been - improved. It now works 10 times faster especially under - the condition that a mutex is heavily contested.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234372" target="_top" shape="rect">r234372</a>]</p></li> - - <li><p>A new C++ stack has been imported. This consists of - <b class="application">libcxxrt</b>, originally - developed by a FreeBSD developer under contract by - PathScale and open sourced by the FreeBSD and NetBSD - foundations, and <b class="application">libc++</b> - from the LLVM project. <b class="application">libcxxrt</b> is a drop-in replacement - for GNU <b class="application">libsupc++</b>, which - implements the C++ runtime support for features such - as run-time type information, dynamic casting, - thread-safe static initializer, and exceptions. <b class="application">libc++</b> implements the C++11 - standard library, and will replace GNU <b class="application">libstdc++</b> in a future release. In - 9.1-RELEASE, <b class="application">libstdc++</b> is - still installed as standard and now dynamically links - against <b class="application">libsupc++</b>. This - allows libraries linking <b class="application">libstdc++</b> and <b class="application">libc++</b> to both be used in the same - program, to aid migration.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235798" target="_top" shape="rect">r235798</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=rtld&sektion=1&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">rtld</span>(1)</span></a> run-time - linker now supports GCC's RELRO (RElocation - Read-Only). This prevents the GOT (Global Offset Table) - from being overwritten.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231579" target="_top" shape="rect">r231579</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=rtld&sektion=1&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">rtld</span>(1)</span></a> run-time - linker now supports a GNU hash section (<tt class="literal">DT_GNU_HASH</tt>), which is a - replacement of optional ELF hash section.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235396" target="_top" shape="rect">r235396</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=setbuf&sektion=1&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">setbuf</span>(1)</span></a> utility - and <b class="application">libstdbuf</b> library have - been added. This controls the default buffering - behavior of standard stdio streams.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235139" target="_top" shape="rect">r235139</a>]</p></li> - - <li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=xlocale&sektion=3&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">xlocale</span>(3)</span></a> API has - been implemented. This consists of <tt class="literal">_l</tt>-suffixed versions of various - standard library functions that use the global - locale, making them take an explicit locale parameter - and allowing thread-safe extended locale - support. Most of these APIs are required for IEEE Std - 1003.1-2008 (POSIX.1-2008 or ISO/IEC 9945:2009) - compatibility, and are required by <b class="application">libc++</b> and recent versions of - <b class="application">GNOME</b>. This implementation - also supports several extensions for compatibility - with Apple <b class="application">Darwin</b>.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235785" target="_top" shape="rect">r235785</a>]</p></li> - - <li><p><b class="application">ISC BIND</b> has been updated to version 9.8.3-P4.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=241417" target="_top" shape="rect">r241417</a>]</p></li> - - <li><p>The <b class="application">compiler-rt</b> library, - which provides low-level target-specific interfaces - such as functions in <b class="application">libgcc</b>, - has been updated to revision 147467.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236018" target="_top" shape="rect">r236018</a>]</p></li> - - <li><p><b class="application">file</b> (<a href="http://www.FreeBSD.org/cgi/man.cgi?query=file&sektion=1&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">file</span>(1)</span></a>) has been - updated to version 5.11.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237983" target="_top" shape="rect">r237983</a>]</p></li> - - <li><p>GNU <a href="http://www.FreeBSD.org/cgi/man.cgi?query=gperf&sektion=1&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">gperf</span>(1)</span></a> has been - updated to version 3.0.3 (the latest GPLv2-licensed - version).[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230237" target="_top" shape="rect">r230237</a>]</p></li> - - <li><p><b class="application">libarchive</b>, <a href="http://www.FreeBSD.org/cgi/man.cgi?query=bsdtar&sektion=1&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">bsdtar</span>(1)</span></a>, and - <a href="http://www.FreeBSD.org/cgi/man.cgi?query=cpio&sektion=1&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">cpio</span>(1)</span></a> have been - updated to version 2.8.5.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229588" target="_top" shape="rect">r229588</a>]</p></li> - - <li><p><b class="application">libpcap</b> library has been - updated to 1.2.1.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236167" target="_top" shape="rect">r236167</a>]</p></li> - - <li><p><b class="application">libstdc++</b> have been - updated to rev 135556 of <tt class="literal">gcc-4_2-branch</tt> (the last LGPLv2-licensed - version).[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229551" target="_top" shape="rect">r229551</a>]</p></li> - - <li><p>The <b class="application">LLVM</b> compiler - infrastructure and <b class="application">clang</b>, a - C language family front-end, version 3.1 have been - imported. Note that it is not used for building the - FreeBSD base system by default.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236144" target="_top" shape="rect">r236144</a>]</p></li> - - <li><p>The <tt class="literal">netcat</tt> utility has been - updated to version 5.1.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235971" target="_top" shape="rect">r235971</a>]</p></li> - - <li><p><b class="application">OpenSSL</b> has been updated - to version 0.9.8x.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237998" target="_top" shape="rect">r237998</a>]</p></li> - - <li><p><b class="application">tcpdump</b> (<a href="http://www.FreeBSD.org/cgi/man.cgi?query=tcpdump&sektion=1&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">tcpdump</span>(1)</span></a>) - utility has been updated to version 4.2.1.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236192" target="_top" shape="rect">r236192</a>]</p></li> - - <li><p>The <b class="application">TENEX C shell</b> (<a href="http://www.FreeBSD.org/cgi/man.cgi?query=tcsh&sektion=1&manpath=FreeBSD+9.1-RELEASE" shape="rect"> - <span class="citerefentry"><span class="refentrytitle">tcsh</span>(1)</span></a>) has - been updated to version 6.18.01.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232633" target="_top" shape="rect">r232633</a>]</p></li> - - <li><p>The <b class="application">timezone</b> database has - been updated to the <b class="application">tzdata2012a</b> - release.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233447" target="_top" shape="rect">r233447</a>]</p></li> - - <li><p><b class="application">zlib</b> library has been - updated to version 1.2.7.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237691" target="_top" shape="rect">r237691</a>]</p></li> - - <li><p>The supported version of the <b class="application">KDE</b> desktop environment (<a href="http://svnweb.FreeBSD.org/ports/head/x11/kde4/pkg-descr?revision=HEAD" shape="rect"><tt class="filename">x11/kde4</tt></a>) has been updated to - 4.8.4.</p></li> - </ul> - </div> - <br class="clearboth" /> - </div> - <div id="footer"><span><a href="../../search/index-site.html">Site Map</a> | - <a href="../../copyright/">Legal Notices</a> | � 1995–2020 The FreeBSD Project. - All rights reserved.</span><br /> - Last modified: 2013-11-13</div> - </div> - </div> - </body> -</html> diff --git a/website/content/en/releases/9.1R/schedule.adoc b/website/content/en/releases/9.1R/schedule.adoc new file mode 100644 index 0000000000..e7ed21c5fb --- /dev/null +++ b/website/content/en/releases/9.1R/schedule.adoc @@ -0,0 +1,39 @@ +--- +title: "FreeBSD 9.1 Release Process" +sidenav: download +--- + += FreeBSD 9.1 Release Process + +== Introduction + +This is the release schedule for FreeBSD 9.1. For more information about the release engineering process, please see the link:../../../releng/[Release Engineering] section of the web site. + +General discussions about the pending release and known issues should be sent to the public mailto:[email protected][freebsd-stable] mailing list. link:{handbook}#mfc-glossary[MFC] requests should be sent to [email protected]. + +== Schedule + +[cols=",,,",] +|=== +|Action |Expected |Actual |Description +|Initial release schedule announcement |- |5 June 2012 |Release Engineers send announcement email to developers with a rough schedule. +|Release schedule reminder |17 June 2012 |26 June 2012 |Release Engineers send reminder announcement e-mail to developers with updated schedule. +|Code freeze begins |2 July 2012 |3 July 2012 |Release Engineers announce that all further commits to the stable/9 branch will require explicit approval. Certain blanket approvals will be granted for narrow areas of development, documentation improvements, etc. +|BETA1 |6 July 2012 |15 July 2012 |First beta test snapshot. +|releng/9.1 branch |3 August 2012 |5 August 2012 |Subversion branch created, propagated to CVS; future release engineering proceeds on this branch. +|RC1 |20 July 2012 |23 August 2012 |First release candidate. +|RC2 |7 September 2012 |9 October 2012 |Second release candidate. +|RC3 |17 October 2012 |3 November 2012 |Third release candidate. +|RELEASE build |9 November 2012 |4 December 2012 |9.1-RELEASE built. +|RELEASE announcement |12 November 2012 |31 December 2012 |9.1-RELEASE press release. +|Turn over to the secteam |- |15 January 2013 |releng/9.1 branch is handed over to the FreeBSD Security Officer Team in one or two weeks after the announcement. +|=== + +== Status / TODO + +http://wiki.freebsd.org/Releng/9.1TODO + +== Additional Information + +* http://wiki.freebsd.org/Releng/9.1TODO/[FreeBSD 9.1 release engineering wiki page], which includes todo lists, scheduling information, binary compatibility information, and more. +* link:../../../releng/[FreeBSD Release Engineering website] diff --git a/website/content/en/releases/9.1R/schedule.html b/website/content/en/releases/9.1R/schedule.html deleted file mode 100644 index 1977963117..0000000000 --- a/website/content/en/releases/9.1R/schedule.html +++ /dev/null @@ -1,381 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<!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" xmlns:db="http://docbook.org/ns/docbook"> - <head> - <title>FreeBSD 9.1 Release Process</title> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <link rel="shortcut icon" href="https://www.FreeBSD.org/favicon.ico" type="image/x-icon" /> - <link rel="stylesheet" media="screen,print" href="https://www.FreeBSD.org/css/fixed.css" type="text/css" /> - <script type="text/javascript" src="../../layout/js/google.js"></script> - </head> - <body> - <div id="containerwrap"> - <div id="container"> - <span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1) - <a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2) -</span> - <div id="headercontainer"> - <div id="header"> - <h2 class="blockhide">Header And Logo</h2> - <div id="headerlogoleft"> - <a href="../.." title="FreeBSD"> - <img src="../../layout/images/logo-red.png" width="457" height="75" alt="FreeBSD" /> - </a> - </div> - <div id="headerlogoright"> - <div class="frontdonateroundbox"> - <div class="frontdonatetop"> - <div> - <b style="display: none;">.</b> - </div> - </div> - <div class="frontdonatecontent"> - <a href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a> - </div> - <div class="frontdonatebot"> - <div> - <b style="display: none;">.</b> - </div> - </div> - </div> - <h2 class="blockhide">Peripheral Links</h2> - <div id="searchnav"> - <ul id="searchnavlist"></ul> - </div> - <div id="search"> - <form method="get" id="search-form" action="https://duckduckgo.com/"> - <h2 class="blockhide"> - <label for="words">Search</label> - </h2> - <input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" /> - <input type="hidden" name="ka" value="v" /> - <input type="hidden" name="kt" value="v" /> - <input type="hidden" name="kh" value="1" /> - <input type="hidden" name="kj" value="r2" /> - <input id="words" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" /> - <span>�</span> - <input id="submit" name="submit" type="submit" value="Search" /> - </form> - </div> - </div> - </div> - <h2 class="blockhide">Site Navigation</h2> - <div id="menu"> - <ul class="first"> - <li> - <a href="../../">Home</a> - </li> - </ul> - <ul> - <li> - <a href="../../about.html">About</a> - <ul> - <li> - <a href="../../projects/newbies.html">Introduction</a> - </li> - <li> - <a href="../../features.html">Features</a> - </li> - <li> - <a href="../../advocacy/">Advocacy</a> - </li> - <li> - <a href="../../marketing/">Marketing</a> - </li> - <li> - <a href="../../privacy.html">Privacy Policy</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../where.html">Get FreeBSD</a> - <ul> - <li> - <a href="../../releases/">Release Information</a> - </li> - <li> - <a href="../../releng/">Release Engineering</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../docs.html">Documentation</a> - <ul> - <li> - <a href="../../doc/en_US.ISO8859-1/books/faq/">FAQ</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/handbook/">Handbook</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a> - </li> - <li> - <a href="//www.FreeBSD.org/cgi/man.cgi">Manual Pages</a> - </li> - <li> - <a href="https://papers.FreeBSD.org">Presentations and Papers</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/fdp-primer">Documentation Project Primer</a> - </li> - <li> - <a href="../../docs/books.html">All Books and Articles</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../community.html">Community</a> - <ul> - <li> - <a href="../../community/mailinglists.html">Mailing Lists</a> - </li> - <li> - <a href="https://forums.FreeBSD.org">Forums</a> - </li> - <li> - <a href="../../usergroups.html">User Groups</a> - </li> - <li> - <a href="../../events/events.html">Events</a> - </li> - <li> - <a href="http://freebsdjournal.com">FreeBSD Journal</a> - </li> - <li> - <a href="http://serverfault.com/questions/tagged/freebsd">Q&A (external)</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../projects/index.html">Developers</a> - <ul> - <li> - <a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a> - </li> - <li> - <a href="https://svnweb.FreeBSD.org">Subversion Repository</a> - </li> - <li> - <a href="https://github.com/freebsd">Git Mirror</a> - </li> - <li> - <a href="https://reviews.FreeBSD.org">Code Review (Phabricator)</a> - </li> - <li> - <a href="https://wiki.FreeBSD.org">Wiki</a> - </li> - <li> - <a href="https://ci.FreeBSD.org">Continuous Integration Service</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../support.html">Support</a> - <ul> - <li> - <a href="../../commercial/commercial.html">Vendors</a> - </li> - <li> - <a href="../../security/">Security Information</a> - </li> - <li> - <a href="https://bugs.FreeBSD.org/search/">Bug Reports</a> - </li> - <li> - <a href="https://www.FreeBSD.org/support.html">Submitting Bug Reports</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="https://www.freebsdfoundation.org/">Foundation</a> - <ul> - <li> - <a href="https://www.freebsdfoundation.org/donate/">Monetary Donations</a> - </li> - <li> - <a href="../../donations/index.html#systems">Hardware Donations</a> - </li> - </ul> - </li> - </ul> - </div> - </div> - <div id="content"> - <div id="sidewrap"> - <div id="sidenav"> - <h2 class="blockhide">Section Navigation</h2> - <ul> - <li> - <a href="../../where.html">Get FreeBSD</a> - </li> - <li> - <a href="../../releases/">Release Information</a> - <ul> - <li>Production Release: <br /><a href="../../releases/12.1R/announce.html">12.1</a></li> - <li>Production Release: <br /><a href="../../releases/11.3R/announce.html">11.3</a></li> - </ul> - </li> - <li> - <a href="../../snapshots/">Snapshot Releases</a> - <ul> - <li>Upcoming Release:<br /><a href="../../releases/11.4R/schedule.html">11.4</a></li> - <li>Upcoming Release:<br /><a href="../../releases/12.2R/schedule.html">12.2</a></li> - </ul> - </li> - <li> - <a href="../../ports/">Ported Applications</a> - </li> - </ul> - </div> - </div> - <div id="contentwrap"><h1>FreeBSD 9.1 Release Process</h1> - - <h1>Introduction</h1> - - <p>This is the release schedule for FreeBSD 9.1. For more - information about the release engineering process, please see the <a href="../../releng/index.html" shape="rect">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:[email protected]" shape="rect">freebsd-stable</a> mailing list. - <a href="../../doc/en_US.ISO8859-1/books/handbook/freebsd-glossary.html#mfc-glossary" shape="rect">MFC</a> - requests should be sent to - <a href="mailto:[email protected]" shape="rect">[email protected]</a>.</p> - - <h1>Schedule</h1> - - <table class="tblbasic"> - <tr class="heading"> - <td rowspan="1" colspan="1">Action</td> - <td rowspan="1" colspan="1">Expected</td> - <td rowspan="1" colspan="1">Actual</td> - <td rowspan="1" colspan="1">Description</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Initial release schedule announcement</td> - <td rowspan="1" colspan="1">-</td> - <td rowspan="1" colspan="1">5�June�2012</td> - <td rowspan="1" colspan="1">Release Engineers send announcement email to developers with a - rough schedule.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Release schedule reminder</td> - <td rowspan="1" colspan="1">17�June�2012</td> - <td rowspan="1" colspan="1">26�June�2012</td> - <td rowspan="1" colspan="1">Release Engineers send reminder announcement e-mail to developers - with updated schedule.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Code freeze begins</td> - <td rowspan="1" colspan="1">2�July�2012</td> - <td rowspan="1" colspan="1">3�July�2012</td> - <td rowspan="1" colspan="1">Release Engineers announce that all further commits to the - stable/9 branch will require explicit approval. - Certain blanket approvals will be granted for narrow areas of - development, documentation improvements, etc.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">BETA1</td> - <td rowspan="1" colspan="1">6�July�2012</td> - <td rowspan="1" colspan="1">15�July�2012</td> - <td rowspan="1" colspan="1">First beta test snapshot.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">releng/9.1 branch</td> - <td rowspan="1" colspan="1">3�August�2012</td> - <td rowspan="1" colspan="1">5�August�2012</td> - <td rowspan="1" colspan="1">Subversion branch created, propagated to CVS; future - release engineering proceeds on this branch.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">RC1</td> - <td rowspan="1" colspan="1">20�July�2012</td> - <td rowspan="1" colspan="1">23�August�2012</td> - <td rowspan="1" colspan="1">First release candidate.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">RC2</td> - <td rowspan="1" colspan="1">7�September�2012</td> - <td rowspan="1" colspan="1">9�October�2012</td> - <td rowspan="1" colspan="1">Second release candidate.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">RC3</td> - <td rowspan="1" colspan="1">17�October�2012</td> - <td rowspan="1" colspan="1">3�November�2012</td> - <td rowspan="1" colspan="1">Third release candidate.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">RELEASE build</td> - <td rowspan="1" colspan="1">9�November�2012</td> - <td rowspan="1" colspan="1">4�December�2012</td> - <td rowspan="1" colspan="1">9.1-RELEASE built.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">RELEASE announcement</td> - <td rowspan="1" colspan="1">12�November�2012</td> - <td rowspan="1" colspan="1">31�December�2012</td> - <td rowspan="1" colspan="1">9.1-RELEASE press release.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Turn over to the secteam</td> - <td rowspan="1" colspan="1">-</td> - <td rowspan="1" colspan="1">15�January�2013</td> - <td rowspan="1" colspan="1">releng/9.1 branch is handed over to - the FreeBSD Security Officer Team in one or two weeks after the - announcement.</td> - </tr> - </table> - - <h1>Status / TODO</h1> - <a href="http://wiki.freebsd.org/Releng/9.1TODO" shape="rect">http://wiki.freebsd.org/Releng/9.1TODO</a> - - <h1>Additional Information</h1> - - <ul> - <li><a href="http://wiki.freebsd.org/Releng/9.1TODO/" shape="rect">FreeBSD 9.1 release - engineering wiki page</a>, which includes todo lists, scheduling - information, binary compatibility information, and more.</li> - <li><a href="../../releng/index.html" shape="rect">FreeBSD Release Engineering website</a></li> - </ul> - - - </div> - <br class="clearboth" /> - </div> - <div id="footer"><span><a href="../../search/index-site.html">Site Map</a> | - <a href="../../copyright/">Legal Notices</a> | � 1995–2020 The FreeBSD Project. - All rights reserved.</span><br /> - Last modified: 2014-02-03</div> - </div> - </div> - </body> -</html> diff --git a/website/content/en/releases/9.2R/announce.adoc b/website/content/en/releases/9.2R/announce.adoc new file mode 100644 index 0000000000..0733f446b1 --- /dev/null +++ b/website/content/en/releases/9.2R/announce.adoc @@ -0,0 +1,199 @@ +--- +title: "FreeBSD 9.2-RELEASE Announcement" +sidenav: download +--- + += FreeBSD 9.2-RELEASE Announcement + +include::shared/en/urls.adoc[] + +The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD 9.2-RELEASE. This is the second release from the stable/9 branch, which improves on the stability of FreeBSD 9.1 and introduces some new features. Some of the highlights: + +* The ZFS filesystem now supports TRIM when used on solid state drives. +* The virtio(4) drivers have been added to the GENERIC kernel configuration for amd64 and i386 architectures. +* The ZFS filesystem now supports lz4 compression. +* OpenSSL has been updated to version 0.9.8y. +* DTrace hooks have been enabled by default in the GENERIC kernel. +* DTrace has been updated to version 1.9.0. +* Sendmail has been updated to version 8.14.7. +* OpenSSH has been updated to version 6.2p2. +* Import unmapped I/O support from head/. + +For a complete list of new features and known problems, please see the online release notes and errata list, available at: + +* `http://www.FreeBSD.org/releases/9.2R/relnotes/` + +For more information about FreeBSD release engineering activities, please see: + +* `http://www.FreeBSD.org/releng/` + +== Availability + +FreeBSD 9.2-RELEASE is now available for the amd64, i386, ia64, powerpc, powerpc64, and sparc64 architectures. + +FreeBSD 9.2 can be installed from bootable ISO images or over the network. Some architectures also support installing from a USB memory stick. The required files can be downloaded via FTP as described in the section below. While some of the smaller FTP mirrors may not carry all architectures, they will all generally contain the more common ones such as amd64 and i386. + +MD5 and SHA256 hashes for the release ISO and memory stick images are included at the bottom of this message. + +The purpose of the images provided as part of the release are as follows: + +dvd1:: +This contains everything necessary to install the base FreeBSD operating system, the documentation, and a small set of pre-built packages aimed at getting a graphical workstation up and running. 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. +disc1:: +This contains the base FreeBSD operating system. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages. +bootonly:: +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. +memstick:: +This can be written to an USB memory stick (flash drive) and used to do an install on machines capable of booting off USB drives. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages. ++ +As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: ++ +.... +# dd if=FreeBSD-9.2-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync +.... ++ +Be careful to make sure you get the target (of=) correct. + +FreeBSD 9.2-RELEASE can also be purchased on CD-ROM or DVD from several vendors. One of the vendors that will be offering FreeBSD 9.2-based products is: + +* FreeBSD Mall, Inc.`http://www.freebsdmall.com` + +== FTP + +At the time of this announcement the following FTP sites have FreeBSD 9.2-RELEASE available. + +* `ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.2/` + +However before trying these sites please check your regional mirror(s) first by going to: + +* `ftp://ftp.<yourdomain>.FreeBSD.org/pub/FreeBSD` + +Any additional mirror sites will be labeled ftp2, ftp3 and so on. + +More information about FreeBSD mirror sites can be found at: + +* `http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html` + +For instructions on installing FreeBSD or updating an existing machine to 9.2-RELEASE please see: + +* `http://www.FreeBSD.org/releases/9.2R/installation/` + +== Support + +FreeBSD 9.2-RELEASE will be supported until 2014-09-30. The End-of-Life dates can be found at: + +* `http://www.FreeBSD.org/security/` + +=== Other Projects Based on FreeBSD + +There are many "third party" Projects based on FreeBSD. The Projects range from re-packaging FreeBSD into a more "novice friendly" distribution to making FreeBSD available on Amazon's EC2 infrastructure. For more information about these Third Party Projects see: + +* `http://wiki.FreeBSD.org/3rdPartyProjects` + +=== Acknowledgments + +Many companies donated equipment, network access, or man-hours to support the release engineering activities for FreeBSD 9.2 including The FreeBSD Foundation, Yahoo!, NetApp, Internet Systems Consortium, Sentex Communications, New York Internet, Juniper Networks, and iXsystems. + +The release engineering team for 9.2-RELEASE includes: + +[cols=",",] +|=== +|Ken Smith <[email protected]> |Release Engineering Lead +|Marcus von Appen <[email protected]> |Release Engineering +|Glen Barber <[email protected]> |Release Engineering, 9.2-RELEASE Release Engineer +|Konstantin Belousov <[email protected]> |Release Engineering +|Joel Dahl <[email protected]> |Release Engineering +|Marc Fonvieille <[email protected]> |Release Engineering, Documentation +|Steven Kreuzer <[email protected]> |Release Engineering +|Erwin Lansing <[email protected]> |Package Building +|Xin Li <[email protected]> |Release Engineering, Security +|Simon L. B. Nielsen <[email protected]> |Security Officer Emeritus +|Josh Paetzel <[email protected]> |Release Engineering +|Colin Percival <[email protected]> |Security Officer Emeritus +|Craig Rodrigues <[email protected]> |Release Engineering +|Hiroki Sato <[email protected]> |Release Engineering, Documentation +|Gleb Smirnoff <[email protected]> |Release Engineering +|Dag-Erling Smørgrav <[email protected]> |Security Officer +|Marius Strobl <[email protected]> |Release Engineering +|Robert Watson <[email protected]> |Release Engineering, Security +|=== + +=== Trademark + +FreeBSD is a registered trademark of The FreeBSD Foundation. + +=== ISO Image Checksums + +.... +SHA256 (FreeBSD-9.2-RELEASE-amd64-bootonly.iso) = 63db06d3f468d219b308bb3fbc3f48e791134481fb1abf39e9b1ee415dcfc099 +SHA256 (FreeBSD-9.2-RELEASE-amd64-disc1.iso) = a8c1751b83646530148766618a89a97009e7500e7057a5cbe3afd74ef480c915 +SHA256 (FreeBSD-9.2-RELEASE-amd64-dvd1.iso) = 36c99ac1ffb90f2272df1bf10cafec999fde1b1a6bd289b5583836639c3639ae +SHA256 (FreeBSD-9.2-RELEASE-amd64-memstick.img) = fbc0c46f2db8c347145ee7c8308e4f3058dc5ec3155a9fb51d0f0e52ab2bf5cb +.... + +.... +MD5 (FreeBSD-9.2-RELEASE-amd64-bootonly.iso) = 2338f255d0ddc4659d04545a3c27bfa1 +MD5 (FreeBSD-9.2-RELEASE-amd64-disc1.iso) = cde180e3c5e3e370c97598a4feccb5b4 +MD5 (FreeBSD-9.2-RELEASE-amd64-dvd1.iso) = 21448c2688ba938b42c1727449d69750 +MD5 (FreeBSD-9.2-RELEASE-amd64-memstick.img) = 8a7f0ee3cb2570785b2d0a760d99bad6 +.... + +.... +SHA256 (FreeBSD-9.2-RELEASE-i386-bootonly.iso) = e2df14515911ab964a587c4ae5e23882c71908c4e589ae57f7848399232c161d +SHA256 (FreeBSD-9.2-RELEASE-i386-disc1.iso) = 76093c27288f0ab939a5de14b621ec8eb1420d96343132c2b7c382747d35b67c +SHA256 (FreeBSD-9.2-RELEASE-i386-dvd1.iso) = a1bba5668792cfc8197c0f81b28cdd17e912a1ae5816887f8518bf1536a99af8 +SHA256 (FreeBSD-9.2-RELEASE-i386-memstick.img) = aa635578fea1136da680420afaab21a8e0b7c39541566d28f468d6ebb7a1e3a8 +.... + +.... +MD5 (FreeBSD-9.2-RELEASE-i386-bootonly.iso) = c868d09dace9ec2d673fd62cbd1305b4 +MD5 (FreeBSD-9.2-RELEASE-i386-disc1.iso) = ba7ba7943177aee9626df228fb1ee6c2 +MD5 (FreeBSD-9.2-RELEASE-i386-dvd1.iso) = 917104df8d559f2ec981e98bfdf78e05 +MD5 (FreeBSD-9.2-RELEASE-i386-memstick.img) = affea2f784472cfbed9d16a6fdeab5ce +.... + +.... +SHA256 (FreeBSD-9.2-RELEASE-ia64-bootonly.iso) = 138b6f9fe7bbad418db956a53539ff75f77c918aedaf7fcc1d4960aa2ccca476 +SHA256 (FreeBSD-9.2-RELEASE-ia64-disc1.iso) = 906cfc5012504501547aa0c89292e66047faaed34f18e79594ab95635c43f6c2 +SHA256 (FreeBSD-9.2-RELEASE-ia64-memstick.img) = b178d6466f4b2eb9af0520eb8b434ce98ecab11b9d24bf6ad9478a30f9875531 +.... + +.... +MD5 (FreeBSD-9.2-RELEASE-ia64-bootonly.iso) = 2ef154556774c55ce0a5a27c7a674859 +MD5 (FreeBSD-9.2-RELEASE-ia64-disc1.iso) = aa06455bfd9f54f1257c6b8484e81334 +MD5 (FreeBSD-9.2-RELEASE-ia64-memstick.img) = b047ea9791272a4fbc66cd9f401d6122 +.... + +.... +SHA256 (FreeBSD-9.2-RELEASE-powerpc-bootonly.iso) = 89fea7d441a71b96def24a80815566936b7b6eaab640030ae78518001806d626 +SHA256 (FreeBSD-9.2-RELEASE-powerpc-disc1.iso) = b5f5adc9ab2392c2796881553582a1da1cfa99c62b62b57a3325fc7e6a7259c4 +SHA256 (FreeBSD-9.2-RELEASE-powerpc-memstick.img) = 3951ab28d6226f9c32a71f6d81d6ad9f9d05c9af5d11cf00118380f6ba20f282 +.... + +.... +MD5 (FreeBSD-9.2-RELEASE-powerpc-bootonly.iso) = 84ba491526faf1115827ee3c81593f92 +MD5 (FreeBSD-9.2-RELEASE-powerpc-disc1.iso) = 1a1f683a69d20419834d056d43c8e3de +MD5 (FreeBSD-9.2-RELEASE-powerpc-memstick.img) = dd959ede1dff0971334d3722db8c8bcc +.... + +.... +SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-bootonly.iso) = 092fa817a0a44fb49d05ed7aae44d98e78f4e3e0fc6e0297ee0d11ec8f8ccf37 +SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-disc1.iso) = 56daf1f49bff7ee9e31c3255170fe2373c8674cfce1c560e78deff4ae81c505d +SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-memstick.img) = be87c9edaa0b343a1223ebfb68dd161a023e287e067dd6550198c4ac23d47062 +.... + +.... +MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-bootonly.iso) = c914b221a8f09ac8d004aa4d7db710a0 +MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-disc1.iso) = f471466df756ae85162fb8bb794d007a +MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-memstick.img) = c6b739c889dd94e3ed3ac8ef277ced91 +.... + +.... +SHA256 (FreeBSD-9.2-RELEASE-sparc64-bootonly.iso) = 76813e3a5b400ea56533a3d5762f76284746a736281b6e1bce882d9f0e2dd076 +SHA256 (FreeBSD-9.2-RELEASE-sparc64-disc1.iso) = 0a15095210058fa7c1572102e6af49407462fcd670d28a3af9dfc154efaeb72e +.... + +.... +MD5 (FreeBSD-9.2-RELEASE-sparc64-bootonly.iso) = ae21e0dc63aa0d6327f44c733705c055 +MD5 (FreeBSD-9.2-RELEASE-sparc64-disc1.iso) = 7ce9c00d4b6e23124062cc2be8b56a74 +.... diff --git a/website/content/en/releases/9.2R/announce.html b/website/content/en/releases/9.2R/announce.html deleted file mode 100644 index 2094cbfe4c..0000000000 --- a/website/content/en/releases/9.2R/announce.html +++ /dev/null @@ -1,576 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<!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" xmlns:db="http://docbook.org/ns/docbook"> - <head> - <title>FreeBSD 9.2-RELEASE Announcement</title> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <link rel="shortcut icon" href="https://www.FreeBSD.org/favicon.ico" type="image/x-icon" /> - <link rel="stylesheet" media="screen,print" href="https://www.FreeBSD.org/css/fixed.css" type="text/css" /> - <script type="text/javascript" src="../../layout/js/google.js"></script> - </head> - <body> - <div id="containerwrap"> - <div id="container"> - <span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1) - <a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2) -</span> - <div id="headercontainer"> - <div id="header"> - <h2 class="blockhide">Header And Logo</h2> - <div id="headerlogoleft"> - <a href="../.." title="FreeBSD"> - <img src="../../layout/images/logo-red.png" width="457" height="75" alt="FreeBSD" /> - </a> - </div> - <div id="headerlogoright"> - <div class="frontdonateroundbox"> - <div class="frontdonatetop"> - <div> - <b style="display: none;">.</b> - </div> - </div> - <div class="frontdonatecontent"> - <a href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a> - </div> - <div class="frontdonatebot"> - <div> - <b style="display: none;">.</b> - </div> - </div> - </div> - <h2 class="blockhide">Peripheral Links</h2> - <div id="searchnav"> - <ul id="searchnavlist"></ul> - </div> - <div id="search"> - <form method="get" id="search-form" action="https://duckduckgo.com/"> - <h2 class="blockhide"> - <label for="words">Search</label> - </h2> - <input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" /> - <input type="hidden" name="ka" value="v" /> - <input type="hidden" name="kt" value="v" /> - <input type="hidden" name="kh" value="1" /> - <input type="hidden" name="kj" value="r2" /> - <input id="words" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" /> - <span>�</span> - <input id="submit" name="submit" type="submit" value="Search" /> - </form> - </div> - </div> - </div> - <h2 class="blockhide">Site Navigation</h2> - <div id="menu"> - <ul class="first"> - <li> - <a href="../../">Home</a> - </li> - </ul> - <ul> - <li> - <a href="../../about.html">About</a> - <ul> - <li> - <a href="../../projects/newbies.html">Introduction</a> - </li> - <li> - <a href="../../features.html">Features</a> - </li> - <li> - <a href="../../advocacy/">Advocacy</a> - </li> - <li> - <a href="../../marketing/">Marketing</a> - </li> - <li> - <a href="../../privacy.html">Privacy Policy</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../where.html">Get FreeBSD</a> - <ul> - <li> - <a href="../../releases/">Release Information</a> - </li> - <li> - <a href="../../releng/">Release Engineering</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../docs.html">Documentation</a> - <ul> - <li> - <a href="../../doc/en_US.ISO8859-1/books/faq/">FAQ</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/handbook/">Handbook</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a> - </li> - <li> - <a href="//www.FreeBSD.org/cgi/man.cgi">Manual Pages</a> - </li> - <li> - <a href="https://papers.FreeBSD.org">Presentations and Papers</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/fdp-primer">Documentation Project Primer</a> - </li> - <li> - <a href="../../docs/books.html">All Books and Articles</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../community.html">Community</a> - <ul> - <li> - <a href="../../community/mailinglists.html">Mailing Lists</a> - </li> - <li> - <a href="https://forums.FreeBSD.org">Forums</a> - </li> - <li> - <a href="../../usergroups.html">User Groups</a> - </li> - <li> - <a href="../../events/events.html">Events</a> - </li> - <li> - <a href="http://freebsdjournal.com">FreeBSD Journal</a> - </li> - <li> - <a href="http://serverfault.com/questions/tagged/freebsd">Q&A (external)</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../projects/index.html">Developers</a> - <ul> - <li> - <a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a> - </li> - <li> - <a href="https://svnweb.FreeBSD.org">Subversion Repository</a> - </li> - <li> - <a href="https://github.com/freebsd">Git Mirror</a> - </li> - <li> - <a href="https://reviews.FreeBSD.org">Code Review (Phabricator)</a> - </li> - <li> - <a href="https://wiki.FreeBSD.org">Wiki</a> - </li> - <li> - <a href="https://ci.FreeBSD.org">Continuous Integration Service</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../support.html">Support</a> - <ul> - <li> - <a href="../../commercial/commercial.html">Vendors</a> - </li> - <li> - <a href="../../security/">Security Information</a> - </li> - <li> - <a href="https://bugs.FreeBSD.org/search/">Bug Reports</a> - </li> - <li> - <a href="https://www.FreeBSD.org/support.html">Submitting Bug Reports</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="https://www.freebsdfoundation.org/">Foundation</a> - <ul> - <li> - <a href="https://www.freebsdfoundation.org/donate/">Monetary Donations</a> - </li> - <li> - <a href="../../donations/index.html#systems">Hardware Donations</a> - </li> - </ul> - </li> - </ul> - </div> - </div> - <div id="content"> - <div id="sidewrap"> - <div id="sidenav"> - <h2 class="blockhide">Section Navigation</h2> - <ul> - <li> - <a href="../../where.html">Get FreeBSD</a> - </li> - <li> - <a href="../../releases/">Release Information</a> - <ul> - <li>Production Release: <br /><a href="../../releases/12.1R/announce.html">12.1</a></li> - <li>Production Release: <br /><a href="../../releases/11.3R/announce.html">11.3</a></li> - </ul> - </li> - <li> - <a href="../../snapshots/">Snapshot Releases</a> - <ul> - <li>Upcoming Release:<br /><a href="../../releases/11.4R/schedule.html">11.4</a></li> - <li>Upcoming Release:<br /><a href="../../releases/12.2R/schedule.html">12.2</a></li> - </ul> - </li> - <li> - <a href="../../ports/">Ported Applications</a> - </li> - </ul> - </div> - </div> - <div id="contentwrap"><h1>FreeBSD 9.2-RELEASE Announcement</h1> - - <p>The FreeBSD Release Engineering Team is pleased to announce the - availability of FreeBSD 9.2-RELEASE. This is the second release - from the stable/9 branch, which improves on the stability of - FreeBSD 9.1 and introduces some new features. Some of the - highlights:</p> - - <ul> - <li><p>The ZFS filesystem now supports TRIM when used on solid - state drives.</p></li> - <li><p>The virtio(4) drivers have been added to the GENERIC - kernel configuration for amd64 and i386 - architectures.</p></li> - <li><p>The ZFS filesystem now supports lz4 compression.</p></li> - <li><p>OpenSSL has been updated to version 0.9.8y.</p></li> - <li><p>DTrace hooks have been enabled by default in the GENERIC - kernel.</p></li> - <li><p>DTrace has been updated to version 1.9.0.</p></li> - <li><p>Sendmail has been updated to version 8.14.7.</p></li> - <li><p>OpenSSH has been updated to version 6.2p2.</p></li> - <li><p>Import unmapped I/O support from head/.</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/9.2R/relnotes.html" shape="rect">http://www.FreeBSD.org/releases/9.2R/relnotes.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/" shape="rect">http://www.FreeBSD.org/releng/</a></tt></p></li> - </ul> - - <h2 id="availability">Availability</h2> - - <p>FreeBSD 9.2-RELEASE is now available for the amd64, i386, ia64, - powerpc, powerpc64, and sparc64 architectures.</p> - - <p>FreeBSD 9.2 can be installed from bootable ISO images or over - the network. Some architectures also support installing from - a USB memory stick. The required files can be downloaded via - FTP as described in the section below. While some of the - smaller FTP mirrors may not carry all architectures, they will - all generally contain the more common ones such as amd64 and - i386.</p> - - <p>MD5 and SHA256 hashes for the release ISO and memory stick - images are included at the bottom of this message.</p> - - <p>The purpose of the 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, the documentation, and a small - set of pre-built packages aimed at getting a graphical - workstation up and running. 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</dt> - - <dd><p>This contains the base FreeBSD operating system. It also - supports booting into a "livefs" based rescue mode. There are - no pre-built packages.</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> - - <dt>memstick</dt> - - <dd><p>This can be written to an USB memory stick (flash drive) - and used to do an install on machines capable of booting off - USB drives. It also supports booting into a "livefs" based - rescue mode. There are no pre-built packages.</p> - - <p>As one example of how to use the memstick image, assuming - the USB drive appears as /dev/da0 on your machine something - like this should work:</p> - - <pre xml:space="preserve"># dd if=FreeBSD-9.2-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync</pre> - - <p>Be careful to make sure you get the target (of=) - correct.</p></dd> - </dl> - - <p>FreeBSD 9.2-RELEASE can also be purchased on CD-ROM or DVD from - several vendors. One of the vendors that will be offering - FreeBSD 9.2-based products is:</p> - - <ul> - <li><p>FreeBSD Mall, Inc.<tt><a href="http://www.freebsdmall.com/" shape="rect">http://www.freebsdmall.com</a></tt></p></li> - </ul> - - <h2>FTP</h2> - - <p>At the time of this announcement the following FTP sites have - FreeBSD 9.2-RELEASE available.</p> - - <ul> - <li><p><tt><a href="ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.2/" shape="rect">ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.2/</a></tt></p></li> - </ul> - - <p>However before trying these sites please check your regional - mirror(s) first by going to:</p> - - <ul> - <li><p><tt><a shape="rect">ftp://ftp.<yourdomain>.FreeBSD.org/pub/FreeBSD</a></tt></p></li> - </ul> - - <p>Any additional mirror sites will be labeled ftp2, ftp3 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" shape="rect">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 or updating an existing - machine to 9.2-RELEASE please see:</p> - - <ul> - <li><p><tt><a href="http://www.FreeBSD.org/releases/9.2R/installation.html" shape="rect">http://www.FreeBSD.org/releases/9.2R/installation.html</a></tt></p></li> - </ul> - - <h2>Support</h2> - - <p>FreeBSD 9.2-RELEASE will be supported until 2014-09-30. The - End-of-Life dates can be found at:</p> - - <ul> - <li><p><tt><a href="http://www.FreeBSD.org/security/" shape="rect">http://www.FreeBSD.org/security/</a></tt></p></li> - </ul> - - <h2>Other Projects Based on FreeBSD</h2> - - <p>There are many "third party" Projects based on FreeBSD. The - Projects range from re-packaging FreeBSD into a more "novice - friendly" distribution to making FreeBSD available on Amazon's - EC2 infrastructure. For more information about these Third - Party Projects see:</p> - - <ul> - <li><p><tt><a href="http://wiki.FreeBSD.org/3rdPartyProjects" shape="rect">http://wiki.FreeBSD.org/3rdPartyProjects</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 9.2 - including The FreeBSD Foundation, Yahoo!, NetApp, Internet - Systems Consortium, Sentex Communications, New York Internet, - Juniper Networks, and iXsystems.</p> - - <p>The release engineering team for 9.2-RELEASE includes:</p> - - <table border="0"> - <tbody> - <tr> - <td rowspan="1" colspan="1">Ken�Smith�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering Lead</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Marcus�von�Appen�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Glen�Barber�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering, 9.2-RELEASE Release Engineer</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Konstantin�Belousov�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Joel�Dahl�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Marc�Fonvieille�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering, Documentation</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Steven�Kreuzer�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Erwin�Lansing�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Package Building</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Xin�Li�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering, Security</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Simon�L.�B.�Nielsen�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Security Officer Emeritus</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Josh�Paetzel�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Colin�Percival�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Security Officer Emeritus</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Craig�Rodrigues�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Hiroki�Sato�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering, Documentation</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Gleb�Smirnoff�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Dag-Erling�Sm�rgrav�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Security Officer</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Marius�Strobl�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Robert�Watson�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering, Security</td> - </tr> - </tbody> - </table> - - <h2>Trademark</h2> - - <p>FreeBSD is a registered trademark of The FreeBSD Foundation.</p> - - <h2>ISO Image Checksums</h2> - - <pre xml:space="preserve">SHA256 (FreeBSD-9.2-RELEASE-amd64-bootonly.iso) = 63db06d3f468d219b308bb3fbc3f48e791134481fb1abf39e9b1ee415dcfc099 -SHA256 (FreeBSD-9.2-RELEASE-amd64-disc1.iso) = a8c1751b83646530148766618a89a97009e7500e7057a5cbe3afd74ef480c915 -SHA256 (FreeBSD-9.2-RELEASE-amd64-dvd1.iso) = 36c99ac1ffb90f2272df1bf10cafec999fde1b1a6bd289b5583836639c3639ae -SHA256 (FreeBSD-9.2-RELEASE-amd64-memstick.img) = fbc0c46f2db8c347145ee7c8308e4f3058dc5ec3155a9fb51d0f0e52ab2bf5cb</pre> - - <pre xml:space="preserve">MD5 (FreeBSD-9.2-RELEASE-amd64-bootonly.iso) = 2338f255d0ddc4659d04545a3c27bfa1 -MD5 (FreeBSD-9.2-RELEASE-amd64-disc1.iso) = cde180e3c5e3e370c97598a4feccb5b4 -MD5 (FreeBSD-9.2-RELEASE-amd64-dvd1.iso) = 21448c2688ba938b42c1727449d69750 -MD5 (FreeBSD-9.2-RELEASE-amd64-memstick.img) = 8a7f0ee3cb2570785b2d0a760d99bad6</pre> - - <pre xml:space="preserve">SHA256 (FreeBSD-9.2-RELEASE-i386-bootonly.iso) = e2df14515911ab964a587c4ae5e23882c71908c4e589ae57f7848399232c161d -SHA256 (FreeBSD-9.2-RELEASE-i386-disc1.iso) = 76093c27288f0ab939a5de14b621ec8eb1420d96343132c2b7c382747d35b67c -SHA256 (FreeBSD-9.2-RELEASE-i386-dvd1.iso) = a1bba5668792cfc8197c0f81b28cdd17e912a1ae5816887f8518bf1536a99af8 -SHA256 (FreeBSD-9.2-RELEASE-i386-memstick.img) = aa635578fea1136da680420afaab21a8e0b7c39541566d28f468d6ebb7a1e3a8</pre> - - <pre xml:space="preserve">MD5 (FreeBSD-9.2-RELEASE-i386-bootonly.iso) = c868d09dace9ec2d673fd62cbd1305b4 -MD5 (FreeBSD-9.2-RELEASE-i386-disc1.iso) = ba7ba7943177aee9626df228fb1ee6c2 -MD5 (FreeBSD-9.2-RELEASE-i386-dvd1.iso) = 917104df8d559f2ec981e98bfdf78e05 -MD5 (FreeBSD-9.2-RELEASE-i386-memstick.img) = affea2f784472cfbed9d16a6fdeab5ce</pre> - - <pre xml:space="preserve">SHA256 (FreeBSD-9.2-RELEASE-ia64-bootonly.iso) = 138b6f9fe7bbad418db956a53539ff75f77c918aedaf7fcc1d4960aa2ccca476 -SHA256 (FreeBSD-9.2-RELEASE-ia64-disc1.iso) = 906cfc5012504501547aa0c89292e66047faaed34f18e79594ab95635c43f6c2 -SHA256 (FreeBSD-9.2-RELEASE-ia64-memstick.img) = b178d6466f4b2eb9af0520eb8b434ce98ecab11b9d24bf6ad9478a30f9875531</pre> - - <pre xml:space="preserve">MD5 (FreeBSD-9.2-RELEASE-ia64-bootonly.iso) = 2ef154556774c55ce0a5a27c7a674859 -MD5 (FreeBSD-9.2-RELEASE-ia64-disc1.iso) = aa06455bfd9f54f1257c6b8484e81334 -MD5 (FreeBSD-9.2-RELEASE-ia64-memstick.img) = b047ea9791272a4fbc66cd9f401d6122</pre> - - <pre xml:space="preserve">SHA256 (FreeBSD-9.2-RELEASE-powerpc-bootonly.iso) = 89fea7d441a71b96def24a80815566936b7b6eaab640030ae78518001806d626 -SHA256 (FreeBSD-9.2-RELEASE-powerpc-disc1.iso) = b5f5adc9ab2392c2796881553582a1da1cfa99c62b62b57a3325fc7e6a7259c4 -SHA256 (FreeBSD-9.2-RELEASE-powerpc-memstick.img) = 3951ab28d6226f9c32a71f6d81d6ad9f9d05c9af5d11cf00118380f6ba20f282</pre> - - <pre xml:space="preserve">MD5 (FreeBSD-9.2-RELEASE-powerpc-bootonly.iso) = 84ba491526faf1115827ee3c81593f92 -MD5 (FreeBSD-9.2-RELEASE-powerpc-disc1.iso) = 1a1f683a69d20419834d056d43c8e3de -MD5 (FreeBSD-9.2-RELEASE-powerpc-memstick.img) = dd959ede1dff0971334d3722db8c8bcc</pre> - - <pre xml:space="preserve">SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-bootonly.iso) = 092fa817a0a44fb49d05ed7aae44d98e78f4e3e0fc6e0297ee0d11ec8f8ccf37 -SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-disc1.iso) = 56daf1f49bff7ee9e31c3255170fe2373c8674cfce1c560e78deff4ae81c505d -SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-memstick.img) = be87c9edaa0b343a1223ebfb68dd161a023e287e067dd6550198c4ac23d47062</pre> - - <pre xml:space="preserve">MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-bootonly.iso) = c914b221a8f09ac8d004aa4d7db710a0 -MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-disc1.iso) = f471466df756ae85162fb8bb794d007a -MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-memstick.img) = c6b739c889dd94e3ed3ac8ef277ced91</pre> - - <pre xml:space="preserve">SHA256 (FreeBSD-9.2-RELEASE-sparc64-bootonly.iso) = 76813e3a5b400ea56533a3d5762f76284746a736281b6e1bce882d9f0e2dd076 -SHA256 (FreeBSD-9.2-RELEASE-sparc64-disc1.iso) = 0a15095210058fa7c1572102e6af49407462fcd670d28a3af9dfc154efaeb72e</pre> - - <pre xml:space="preserve">MD5 (FreeBSD-9.2-RELEASE-sparc64-bootonly.iso) = ae21e0dc63aa0d6327f44c733705c055 -MD5 (FreeBSD-9.2-RELEASE-sparc64-disc1.iso) = 7ce9c00d4b6e23124062cc2be8b56a74</pre> - - </div> - <br class="clearboth" /> - </div> - <div id="footer"><span><a href="../../search/index-site.html">Site Map</a> | - <a href="../../copyright/">Legal Notices</a> | � 1995–2020 The FreeBSD Project. - All rights reserved.</span><br /> - Last modified: 2013-11-13</div> - </div> - </div> - </body> -</html> diff --git a/website/content/en/releases/9.2R/docbook.css b/website/content/en/releases/9.2R/docbook.css deleted file mode 100644 index 198855dd82..0000000000 --- a/website/content/en/releases/9.2R/docbook.css +++ /dev/null @@ -1,208 +0,0 @@ -/* - * Copyright (c) 2001, 2003, 2010 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: head/en_US.ISO8859-1/htdocs/releases/9.2R/docbook.css 42015 2013-06-24 00:14:03Z gjb $ - */ - -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, BODY H2, BODY H3, BODY H4, BODY H5, BODY H6 { - line-height: 1.3; - margin-left: 0; -} - -BODY H1, BODY H2 { - margin: .8em 0 0 -4%; -} - -BODY H3, BODY H4 { - margin: .8em 0 0 -3%; -} - -BODY H5 { - margin: .8em 0 0 -2%; -} - -BODY H6 { - margin: .8em 0 0 -1%; -} - -BODY HR { - margin: .6em; - border-width: 0 0 1px 0; - border-style: solid; - border-color: #cecece; -} - -BODY IMG.NAVHEADER { - margin: 0 0 0 -4%; -} - -OL { - margin: 0 0 0 5%; - line-height: 1.2; -} - -BODY PRE { - margin: .75em 0; - line-height: 1.0; - font-family: monospace; -} - -BODY TD, 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; -} - -BODY P B.APPLICATION { - color: #000000; -} - -.FILENAME { - color: #007a00; -} - -.GUIMENU, .GUIMENUITEM, .GUISUBMENU, -.GUILABEL, .INTERFACE, -.SHORTCUT, .SHORTCUT .KEYCAP { - font-weight: bold; -} - -.GUIBUTTON { - background-color: #CFCFCF; - padding: 2px; -} - -.ACCEL { - background-color: #F0F0F0; - text-decoration: underline; -} - -.SCREEN { - padding: 1ex; -} - -.PROGRAMLISTING { - padding: 1ex; - background-color: #eee; - border: 1px solid #ccc; -} - -@media screen { /* hide from IE3 */ - a[href]:hover { background: #ffa } -} - -BLOCKQUOTE.NOTE { - color: #222; - background: #eee; - border: 1px solid #ccc; - padding: 0.4em 0.4em; - width: 85%; -} - -BLOCKQUOTE.TIP { - color: #004F00; - background: #d8ecd6; - border: 1px solid green; - padding: 0.2em 2em; - width: 85%; -} - -BLOCKQUOTE.IMPORTANT { - font-style:italic; - border: 1px solid #a00; - border-left: 12px solid #c00; - padding: 0.1em 1em; -} - -BLOCKQUOTE.WARNING { - color: #9F1313; - background: #f8e8e8; - border: 1px solid #e59595; - padding: 0.2em 2em; - width: 85%; -} - -.EXAMPLE { - background: #fefde6; - border: 1px solid #f1bb16; - margin: 1em 0; - padding: 0.2em 2em; - width: 90%; -} - -.INFORMALTABLE TABLE.CALSTABLE TR TD { - padding-left: 1em; - padding-right: 1em; -} diff --git a/website/content/en/releases/9.2R/errata.adoc b/website/content/en/releases/9.2R/errata.adoc new file mode 100644 index 0000000000..8cde756618 --- /dev/null +++ b/website/content/en/releases/9.2R/errata.adoc @@ -0,0 +1,59 @@ +--- +title: "FreeBSD 9.2-RELEASE Errata" +sidenav: download +--- + += FreeBSD 9.2-RELEASE Errata + +== Abstract + +This document lists errata items for FreeBSD 9.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. + +This errata document for FreeBSD 9.2-RELEASE will be maintained until the release of FreeBSD 9.3-RELEASE. + +''''' + +Table of Contents + +* <<intro, Introduction>> +* <<security, Security Advisories>> +* <<errata, Errata Notices>> +* <<late-news, Late-Breaking News>> + +[[intro]] +== Introduction + +This errata document contains"late-breaking news" about FreeBSD 9.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. + +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 "current errata" for this release. These other copies of the errata are located at `http://www.FreeBSD.org/releases/`, plus any sites which keep up-to-date mirrors of this location. + +Source and binary snapshots of FreeBSD 9.3-STABLE also contain up-to-date copies of this document (as of the time of the snapshot). + +For a list of all FreeBSD CERT security advisories, see `http://www.FreeBSD.org/security/` or `ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/`. + +[[security]] +== Security Advisories + +Problems described in the following security advisories have been fixed in 9.3-RELEASE. For more information, consult the individual advisories available from `http://security.FreeBSD.org/`. + +[cols=",,",options="header",] +|=== +|Advisory |Date |Topic +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:01.bsnmpd.asc[SA-14:01.bsnmpd] |1 January 2014 |Fix bsnmpd remote denial of service vulnerability +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:02.ntpd.asc[SA-14:02.ntpd] |1 January 2014 |Fix ntpd distributed reflection Denial of Service vulnerability +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:03.bind.asc[SA-14:03.ntpd] |1 January 2014 |Fix BIND remote denial of service vulnerability +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:05.nfsserver.asc[SA-14:05.nfsserver] |8 April 2014 |Fix NFS deadlock vulnerability +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:06.openssl.asc[SA-14:06.openssl] |8 April 2014 |Fix ECDSA Cache Side-channel Attack +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:08.tcp.asc[SA-14:08.tcp] |30 April 2014 |Fix TCP reassembly vulnerability +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:11.sendmail.asc[SA-14:11.sendmail] |3 June 2014 |Fix sendmail improper close-on-exec flag handling +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:12.ktrace.asc[SA-14:12.ktrace] |3 June 2014 |Fix ktrace memory disclosure +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:13.pam.asc[SA-14:13.pam] |3 June 2014 |Fix incorrect error handling in PAM policy parser +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:14.openssl.asc[SA-14:14.openssl] |5 June 2014 |Multiple vulnerabilities +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:16.file.asc[SA-14:16.file] |24 June 2014 |Multiple vulnerabilities +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:17.kmem.asc[SA-14:17.kmem] |8 July 2014 |Kernel memory disclosure in control messages and SCTP notifications +|=== + +[[late-news]] +== Late-Breaking News + +No late-breaking news. diff --git a/website/content/en/releases/9.2R/errata.html b/website/content/en/releases/9.2R/errata.html deleted file mode 100644 index 311050ddb1..0000000000 --- a/website/content/en/releases/9.2R/errata.html +++ /dev/null @@ -1,55 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<!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 http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>FreeBSD 9.2-RELEASE Errata</title><link rel="stylesheet" type="text/css" href="docbook.css" /><link rev="made" href="[email protected]" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><meta name="description" content="This document lists errata items for FreeBSD 9.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. This errata document for FreeBSD 9.2-RELEASE will be maintained until the release of FreeBSD 9.3-RELEASE." /></head><body><div class="article"><div xmlns="" class="titlepage"><div><div><h1 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61483808"></a>FreeBSD 9.2-RELEASE Errata</h1></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="author"><h3 class="author"><span class="orgname"> - The FreeBSD Project - </span></h3></div></div><div><p xmlns="http://www.w3.org/1999/xhtml" class="copyright">Copyright � 2014 The FreeBSD Documentation Project</p></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="legalnotice"><a id="trademarks"></a><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FreeBSD is a registered trademark of - the FreeBSD Foundation. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/TR/xhtml1/transitional">SPARC, SPARC64, and - UltraSPARC are trademarks of SPARC International, Inc in the United - States and other countries. SPARC International, Inc owns all of the - SPARC trademarks and under licensing agreements allows the proper use - of these trademarks by its members. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">™</span>”</span> or the - <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">�</span>”</span> symbol. </p></div></div><div>Last modified on 2014-07-08 by gjb.</div><div><div xmlns="http://www.w3.org/1999/xhtml" class="abstract"><div class="abstract-title">Abstract</div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This document lists errata items for FreeBSD 9.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 xmlns="http://www.w3.org/TR/xhtml1/transitional">This errata document for FreeBSD 9.2-RELEASE - will be maintained until the release of FreeBSD 9.3-RELEASE. </p></div></div></div><hr /></div><div class="toc"><div class="toc-title">Table of Contents</div><dl class="toc"><dt><span class="sect1"><a href="#intro">1. Introduction</a></span></dt><dt><span class="sect1"><a href="#security">2. Security Advisories</a></span></dt><dt><span class="sect1"><a href="#late-news">3. Late-Breaking News</a></span></dt></dl></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="intro"></a>1.�Introduction</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This errata document contains <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">late-breaking news</span>”</span> - about FreeBSD 9.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 xmlns="http://www.w3.org/TR/xhtml1/transitional">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 <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">current - errata</span>”</span> for this release. These other copies of the - errata are located at <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="http://www.FreeBSD.org/releases/" target="_top">http://www.FreeBSD.org/releases/</a></code>, plus any sites - which keep up-to-date mirrors of this location. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Source and binary snapshots of FreeBSD 9.3-STABLE also - contain up-to-date copies of this document (as of the time of - the snapshot). </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">For a list of all FreeBSD CERT security advisories, see <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="http://www.FreeBSD.org/security/" target="_top">http://www.FreeBSD.org/security/</a></code> or <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/" target="_top">ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/</a></code>. </p></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="security"></a>2.�Security Advisories</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Problems described in the following security advisories have - been fixed in 9.3-RELEASE. For more information, consult - the individual advisories available from - <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="http://security.FreeBSD.org/" target="_top">http://security.FreeBSD.org/</a></code>. </p><div class="informaltable"><table width="100%" border="0"><colgroup><col /><col /><col /></colgroup><thead><tr><th>Advisory</th><th>Date</th><th>Topic</th></tr></thead><tbody><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:01.bsnmpd.asc" target="_top">SA-14:01.bsnmpd</a></td><td>1�January�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix bsnmpd remote denial of service - vulnerability </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:02.ntpd.asc" target="_top">SA-14:02.ntpd</a></td><td>1�January�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix ntpd distributed reflection Denial of - Service vulnerability </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:03.bind.asc" target="_top">SA-14:03.ntpd</a></td><td>1�January�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix BIND remote denial of service - vulnerability </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:05.nfsserver.asc" target="_top">SA-14:05.nfsserver</a></td><td>8�April�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix NFS deadlock vulnerability </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:06.openssl.asc" target="_top">SA-14:06.openssl</a></td><td>8�April�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix ECDSA Cache Side-channel - Attack </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:08.tcp.asc" target="_top">SA-14:08.tcp</a></td><td>30�April�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix TCP reassembly - vulnerability </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:11.sendmail.asc" target="_top">SA-14:11.sendmail</a></td><td>3�June�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix sendmail improper close-on-exec flag - handling </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:12.ktrace.asc" target="_top">SA-14:12.ktrace</a></td><td>3�June�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix ktrace memory disclosure </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:13.pam.asc" target="_top">SA-14:13.pam</a></td><td>3�June�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix incorrect error handling in PAM policy - parser </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:14.openssl.asc" target="_top">SA-14:14.openssl</a></td><td>5�June�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:16.file.asc" target="_top">SA-14:16.file</a></td><td>24�June�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:17.kmem.asc" target="_top">SA-14:17.kmem</a></td><td>8�July�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Kernel memory disclosure in control messages - and SCTP notifications </p></td></tr></tbody></table></div></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="late-news"></a>3.�Late-Breaking News</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">No late-breaking news. </p></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>This file, and other release-related documents, - can be downloaded from <a href="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</a>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about FreeBSD, read the - <a href="http://www.FreeBSD.org/docs.html">documentation</a> before - contacting <<a href="mailto:[email protected]">[email protected]</a>>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>All users of FreeBSD 9.3-STABLE should - subscribe to the <<a href="mailto:[email protected]">[email protected]</a>> - mailing list.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about this documentation, - e-mail <<a href="mailto:[email protected]">[email protected]</a>>.</small></p></body></html> diff --git a/website/content/en/releases/9.2R/hardware.adoc b/website/content/en/releases/9.2R/hardware.adoc new file mode 100644 index 0000000000..0715430d7b --- /dev/null +++ b/website/content/en/releases/9.2R/hardware.adoc @@ -0,0 +1,3159 @@ +--- +title: "FreeBSD 9.2-RELEASE Hardware Notes" +sidenav: download +--- + += FreeBSD 9.2-RELEASE Hardware Notes + +== Table of Contents + +* <<intro,Introduction>> +* <<proc,Supported Processors and System Boards>> +* <<support,Supported Devices>> + +[[intro]] +== Introduction + +This document contains the hardware compatibility notes for FreeBSD 9.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. + +[[proc]] +== Supported Processors and System Boards + +This section provides some architecture-specific information about the specific processors and systems that are supported by each architecture. + +[[proc-amd64]] +== amd64 + +Since mid-2003 FreeBSD/amd64 has supported the AMD64 ("Hammer") and Intel(R) 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. + +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. + +As of this writing, the following processors are supported: + +* AMD Athlon(TM)64 ("Clawhammer"). +* AMD Opteron(TM) ("Sledgehammer"). +* All multi-core Intel(R) Xeon(TM) processors except Sossaman have EM64T support. +* The single-core Intel(R) Xeon(TM) processors "Nocona", "Irwindale", "Potomac", and "Cranford" have EM64T support. +* All Intel(R) Core 2 (not Core Duo) and later processors +* All Intel(R) Pentium(R) D processors +* Intel(R) Pentium(R) 4s and Celeron Ds using the "Cedar Mill" core have EM64T support. +* Some Intel(R) Pentium(R) 4s and Celeron Ds using the "Prescott" core have EM64T support. See the http://processorfinder.intel.com[Intel Processor Spec Finder] for the definitive answer about EM64T support in Intel processors. + +Intel(R) EM64T is an extended version of IA-32 (x86) and different from Intel(R) IA-64 (Itanium) architecture, which FreeBSD/ia64 supports. Some Intel(R)'s old documentation refers to Intel(R) EM64T as "64-bit extension technology" or "IA-32e". + +Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) configurations are supported. + +In many respects, FreeBSD/amd64 is similar to FreeBSD/i386, in terms of drivers supported. Generally, drivers that already function correctly on other 64-bit platforms should work. + +[[proc-i386]] +== i386 + +FreeBSD/i386 runs on a wide variety of "IBM PC compatible" 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. + +Almost all i386(TM)-compatible processors with a floating point unit are supported. All Intel(R) processors beginning with the 80486 are supported, including the 80486, Pentium(R), Pentium(R) Pro, Pentium(R) II, Pentium(R) III, Pentium(R) 4, and variants thereof, such as the Xeon(TM) and Celeron(R) processors. All i386(TM)-compatible AMD processors are also supported, including the Am486(R), Am5x86(R), K5, AMD-K6(R) (and variants), AMD Athlon(TM) (including Athlon-MP, Athlon-XP, Athlon-4, and Athlon Thunderbird), and AMD Duron(TM) processors. The AMD Élan SC520 embedded processor is supported. The Transmeta Crusoe is recognized and supported, as are i386(TM)-compatible processors from Cyrix and NexGen. + +There is a wide variety of motherboards available for this architecture. Motherboards using the ISA, VLB, EISA, AGP, and PCI expansion buses are well-supported. There is some limited support for the MCA ("MicroChannel") expansion bus used in the IBM PS/2 line of PCs. + +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 http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp[FreeBSD symmetric multiprocessing mailing list] may yield some clues. + +FreeBSD will take advantage of HyperThreading (HTT) support on Intel(R) CPUs that support this feature. A kernel with the `options SMP` 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 `machdep.hyperthreading_allowed` tunable. The man:smp[4] manual page has more details. + +FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` 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 man:pae[4] manual page for more details. + +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 http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile[FreeBSD laptop computer mailing list] may be useful. + +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 Intel(R), as described in the man:acpi[4] 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 `/boot/device.hints`: + +[source,programlisting] +---- +hint.acpi.0.disabled="1" +---- + +Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The man:acpi[4] manual page has more information on how to do this via loader tunables. + +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 http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the man:acpi[4] manual page for more information. + +[[proc-ia64]] +== ia64 + +Currently supported processors are the http://people.freebsd.org/~marcel/refs/ia64/itanium/24532003.pdf[Itanium(R)] and the http://people.freebsd.org/~marcel/refs/ia64/itanium2/25111003.pdf[Itanium(R) 2]. + +Supported chipsets include: + +* HP zx1 +* Intel(R) 460GX +* Intel(R) E8870 + +Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) configurations are supported. + +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 man:syscons[4] can not be enabled and the use of a serial console is required. + +[[proc-pc98]] +== pc98 + +NEC PC-9801/9821 series with almost all i386(TM)-compatible processors, including 80486, Pentium(R), Pentium(R) Pro, Pentium(R) II, and variants. All i386(TM)-compatible processors by AMD, Cyrix, IBM, and IDT are also supported. + +NEC FC-9801/9821 series, and NEC SV-98 series (both of them are compatible with PC-9801/9821 series) should be supported. + +EPSON PC-386/486/586 series, which are compatible with NEC PC-9801 series are supported. + +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. + +Although there are some multi-processor systems (such as Rs20/B20), SMP-related features of FreeBSD are not supported yet. + +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. + +[[proc-powerpc]] +== powerpc + +This section describes the systems currently known to be supported by FreeBSD on the PowerPC platform. This list is not exhaustive. + +In general, all New World architecture Apple hardware is supported, as well a limited selection of non-Apple machines. + +All systems listed below are fully supported, with the exception that software fan control is currently missing on some Power Macintosh G5 models. SMP is supported on all systems with more than 1 processor. + +* Apple iMac G3 +* Apple iMac G4 +* Apple iMac G5 +* Apple Power Macintosh G3 (Blue & White) +* Apple Power Macintosh G4 +* Apple Power Macintosh G5 +* Apple iBook G3 +* Apple iBook G4 +* Apple PowerBook G3 (Lombard and Pismo) +* Apple PowerBook G4 +* Apple XServe G4 +* Apple XServe G5 +* Apple Mac Mini +* Embedded boards based on MPC85XX + +[[proc-sparc64]] +== sparc64 + +This section describes the systems currently known to be supported by FreeBSD on the Fujitsu SPARC64(R) and Sun UltraSPARC(R) platforms. For background information on the various hardware designs see the http://sunsolve.sun.com/handbook_pub/[Sun System Handbook]. + +SMP is supported on all systems with more than 1 processor. + +When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the man:creator[4] (Sun Creator, Sun Creator3D and Sun Elite3D) or man:machfb[4] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. + +If you have a system that is not listed here, it may not have been tested with FreeBSD 9.2-RELEASE. We encourage you to try it and send a note to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64[FreeBSD SPARC porting mailing list] with your results, including which devices work and which do not. + +The following systems are fully supported by FreeBSD: + +* Naturetech GENIALstation 777S +* Sun Blade(TM) 100 +* Sun Blade(TM) 150 +* Sun Enterprise(TM) 150 +* Sun Enterprise(TM) 220R +* Sun Enterprise(TM) 250 +* Sun Enterprise(TM) 420R +* Sun Enterprise(TM) 450 +* Sun Fire(TM) B100s (support for the on-board NICs first appeared in 8.1-RELEASE) +* Sun Fire(TM) V100 +* Sun Fire(TM) V120 +* Sun Netra(TM) t1 100/105 +* Sun Netra(TM) T1 AC200/DC200 +* Sun Netra(TM) t 1100 +* Sun Netra(TM) t 1120 +* Sun Netra(TM) t 1125 +* Sun Netra(TM) t 1400/1405 +* Sun Netra(TM) 120 +* Sun Netra(TM) X1 +* Sun SPARCEngine(R) Ultra AX1105 +* Sun SPARCEngine(R) Ultra AXe +* Sun SPARCEngine(R) Ultra AXi +* Sun SPARCEngine(R) Ultra AXmp +* Sun SPARCEngine(R) CP1500 +* Sun Ultra(TM) 1 +* Sun Ultra(TM) 1E +* Sun Ultra(TM) 2 +* Sun Ultra(TM) 5 +* Sun Ultra(TM) 10 +* Sun Ultra(TM) 30 +* Sun Ultra(TM) 60 +* Sun Ultra(TM) 80 +* Sun Ultra(TM) 450 + +The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the man:esp[4] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). + +* Sun Enterprise(TM) 3500 +* Sun Enterprise(TM) 4500 + +Starting with 7.2-RELEASE, sparc64 systems based on Sun UltraSPARC(R) III and beyond are also supported by FreeBSD, which includes the following known working systems: + +* Sun Blade(TM) 1000 +* Sun Blade(TM) 1500 +* Sun Blade(TM) 2000 +* Sun Blade(TM) 2500 +* Sun Fire(TM) 280R +* Sun Fire(TM) V210 +* Sun Fire(TM) V215 (support first appeared in 7.3-RELEASE and 8.1-RELEASE) +* Sun Fire(TM) V240 +* Sun Fire(TM) V245 (support first appeared in 7.3-RELEASE and 8.1-RELEASE) +* Sun Fire(TM) V250 +* Sun Fire(TM) V440 (support for the on-board NICs first appeared in 7.3-RELEASE and 8.0-RELEASE) +* Sun Fire(TM) V480 (501-6780 and 501-6790 centerplanes only, for which support first appeared in 7.3-RELEASE and 8.1-RELEASE, other centerplanes might work beginning with 8.3-RELEASE and 9.0-RELEASE) +* Sun Fire(TM) V880 +* Sun Fire(TM) V890 (support first appeared in 7.4-RELEASE and 8.1-RELEASE, non-mixed UltraSPARC(R) IV/IV+ CPU-configurations only) +* Netra(TM) 20/Netra(TM) T4 + +The following Sun UltraSPARC(R) systems are not tested but believed to be also supported by FreeBSD: + +* Sun Fire(TM) V125 +* Sun Fire(TM) V490 (support first appeared in 7.4-RELEASE and 8.1-RELEASE, non-mixed UltraSPARC(R) IV/IV+ CPU-configurations only) + +Starting with 7.4-RELEASE and 8.1-RELEASE, sparc64 systems based on Fujitsu SPARC64(R) V are also supported by FreeBSD, which includes the following known working systems: + +* Fujitsu PRIMEPOWER(R) 250 + +The following Fujitsu PRIMEPOWER(R) systems are not tested but believed to be also supported by FreeBSD: + +* Fujitsu PRIMEPOWER(R) 450 +* Fujitsu PRIMEPOWER(R) 650 +* Fujitsu PRIMEPOWER(R) 850 + +[[support]] +== Supported Devices + +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. + +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. + +== Note: + +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. + +[[disk]] +== Disk Controllers + +[amd64, i386, ia64, pc98, sparc64] IDE/ATA controllers (man:ata[4] driver) + +[pc98] IDE/ATA controllers (wdc driver) + +* On-board IDE controller + +[i386,ia64,amd64] Controllers supported by the man:aac[4] driver include: + +* Adaptec AAC-364 +* Adaptec RAID 2045 +* Adaptec RAID 2405 +* Adaptec RAID 2445 +* Adaptec RAID 2805 +* Adaptec RAID 3085 +* Adaptec RAID 31205 +* Adaptec RAID 31605 +* Adaptec RAID 5085 +* Adaptec RAID 51205 +* Adaptec RAID 51245 +* Adaptec RAID 51605 +* Adaptec RAID 51645 +* Adaptec RAID 52445 +* Adaptec RAID 5405 +* Adaptec RAID 5445 +* Adaptec RAID 5805 +* Adaptec SAS RAID 3405 +* Adaptec SAS RAID 3805 +* Adaptec SAS RAID 4000SAS +* Adaptec SAS RAID 4005SAS +* Adaptec SAS RAID 4800SAS +* Adaptec SAS RAID 4805SAS +* Adaptec SATA RAID 2020SA ZCR +* Adaptec SATA RAID 2025SA ZCR +* Adaptec SATA RAID 2026ZCR +* Adaptec SATA RAID 2410SA +* Adaptec SATA RAID 2420SA +* Adaptec SATA RAID 2610SA +* Adaptec SATA RAID 2620SA +* Adaptec SATA RAID 2810SA +* Adaptec SATA RAID 2820SA +* Adaptec SATA RAID 21610SA +* Adaptec SCSI RAID 2020ZCR +* Adaptec SCSI RAID 2025ZCR +* Adaptec SCSI RAID 2120S +* Adaptec SCSI RAID 2130S +* Adaptec SCSI RAID 2130SLP +* Adaptec SCSI RAID 2230SLP +* Adaptec SCSI RAID 2200S +* Adaptec SCSI RAID 2240S +* Adaptec SCSI RAID 3230S +* Adaptec SCSI RAID 3240S +* Adaptec SCSI RAID 5400S +* Dell CERC SATA RAID 2 +* Dell PERC 2/Si +* Dell PERC 2/QC +* Dell PERC 3/Si +* Dell PERC 3/Di +* Dell PERC 320/DC +* HP ML110 G2 (Adaptec SATA RAID 2610SA) +* HP NetRAID 4M +* IBM ServeRAID 8i +* IBM ServeRAID 8k +* IBM ServeRAID 8s +* ICP RAID ICP5045BL +* ICP RAID ICP5085BL +* ICP RAID ICP5085SL +* ICP RAID ICP5125BR +* ICP RAID ICP5125SL +* ICP RAID ICP5165BR +* ICP RAID ICP5165SL +* ICP RAID ICP5445SL +* ICP RAID ICP5805BL +* ICP RAID ICP5805SL +* ICP ICP5085BR SAS RAID +* ICP ICP9085LI SAS RAID +* ICP ICP9047MA SATA RAID +* ICP ICP9067MA SATA RAID +* ICP ICP9087MA SATA RAID +* ICP ICP9014RO SCSI RAID +* ICP ICP9024RO SCSI RAID +* Legend S220 +* Legend S230 +* Sun STK RAID REM +* Sun STK RAID EM +* SG-XPCIESAS-R-IN +* SG-XPCIESAS-R-EX +* AOC-USAS-S4i +* AOC-USAS-S8i +* AOC-USAS-S4iR +* AOC-USAS-S8iR +* AOC-USAS-S8i-LP +* AOC-USAS-S8iR-LP + +[i386,pc98,amd64] The man:adv[4] driver supports the following SCSI controllers: + +* AdvanSys ABP510/5150 +* AdvanSys ABP5140 +* AdvanSys ABP5142 +* AdvanSys ABP902/3902 +* AdvanSys ABP3905 +* AdvanSys ABP915 +* AdvanSys ABP920 +* AdvanSys ABP3922 +* AdvanSys ABP3925 +* AdvanSys ABP930, ABP930U, ABP930UA +* AdvanSys ABP960, ABP960U +* AdvanSys ABP542 +* AdvanSys ABP742 +* AdvanSys ABP842 +* AdvanSys ABP940 +* AdvanSys ABP940UA/3940UA +* AdvanSys ABP940U +* AdvanSys ABP3960UA +* AdvanSys ABP970, ABP970U +* AdvanSys ABP752 +* AdvanSys ABP852 +* AdvanSys ABP950 +* AdvanSys ABP980, ABP980U +* AdvanSys ABP980UA/3980UA +* MELCO IFC-USP (PC-98) +* RATOC REX-PCI30 (PC-98) +* @Nifty FNECHARD IFC-USUP-TX (PC-98) + +[i386,pc98,amd64] The man:adw[4] driver supports SCSI controllers including: + +* AdvanSys ABP940UW/ABP3940UW +* AdvanSys ABP950UW +* AdvanSys ABP970UW +* AdvanSys ABP3940U2W +* AdvanSys ABP3950U2W + +[i386] The man:aha[4] driver supports the following SCSI host adapters: + +* Adaptec AHA-154xB +* Adaptec AHA-154xC +* Adaptec AHA-154xCF +* Adaptec AHA-154xCP +* Adaptec AHA-1640 +* Adaptec AHA-174x in 154x emulation mode +* DTC 3290 SCSI controller in 1542 emulation mode +* Tekram SCSI controllers in 154x emulation mode + +[i386] The man:ahb[4] driver supports the following SCSI host adapters: + +* Adaptec AHA-1740 +* Adaptec AHA-1742 +* Adaptec AHA-1740A +* Adaptec AHA-1742A + +The man:ahc[4] driver supports the following SCSI host adapter chips and SCSI controller cards: + +* Adaptec AIC7770 host adapter chip +* Adaptec AIC7850 host adapter chip +* Adaptec AIC7860 host adapter chip +* Adaptec AIC7870 host adapter chip +* Adaptec AIC7880 host adapter chip +* Adaptec AIC7890 host adapter chip +* Adaptec AIC7891 host adapter chip +* Adaptec AIC7892 host adapter chip +* Adaptec AIC7895 host adapter chip +* Adaptec AIC7896 host adapter chip +* Adaptec AIC7897 host adapter chip +* Adaptec AIC7899 host adapter chip +* Adaptec 274X(W) +* Adaptec 274X(T) +* Adaptec 284X +* Adaptec 2910 +* Adaptec 2915 +* Adaptec 2920C +* Adaptec 2930C +* Adaptec 2930U2 +* Adaptec 2940 +* Adaptec 2940J +* Adaptec 2940N +* Adaptec 2940U +* Adaptec 2940AU +* Adaptec 2940UW +* Adaptec 2940UW Dual +* Adaptec 2940UW Pro +* Adaptec 2940U2W +* Adaptec 2940U2B +* Adaptec 2950U2W +* Adaptec 2950U2B +* Adaptec 19160B +* Adaptec 29160B +* Adaptec 29160N +* Adaptec 3940 +* Adaptec 3940U +* Adaptec 3940AU +* Adaptec 3940UW +* Adaptec 3940AUW +* Adaptec 3940U2W +* Adaptec 3950U2 +* Adaptec 3960 +* Adaptec 39160 +* Adaptec 3985 +* Adaptec 4944UW +* NEC PC-9821Xt13 (PC-98) +* NEC RvII26 (PC-98) +* NEC PC-9821X-B02L/B09 (PC-98) +* NEC SV-98/2-B03 (PC-98) +* Many motherboards with on-board SCSI support + +The man:ahci[4] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). + +Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it supports AHCI part of legacy-PATA + AHCI-SATA combined controllers, such as JMicron JMB36x and Marvell 88SE61xx. + +[i386,sparc64,ia64,amd64] The man:ahd[4] driver supports the following: + +* Adaptec AIC7901 host adapter chip +* Adaptec AIC7901A host adapter chip +* Adaptec AIC7902 host adapter chip +* Adaptec 29320 host adapter +* Adaptec 39320 host adapter +* Many motherboards with on-board SCSI support + +[i386,pc98,amd64] The adapters supported by the man:aic[4] driver include: + +* Adaptec AHA-1505 (ISA) +* Adaptec AHA-1510A, AHA-1510B (ISA) +* Adaptec AHA-1520A, AHA-1520B (ISA) +* Adaptec AHA-1522A, AHA-1522B (ISA) +* Adaptec AHA-1535 (ISA) +* Creative Labs SoundBlaster SCSI host adapter (ISA) +* Adaptec AHA-1460, AHA-1460B, AHA-1460C, AHA-1460D (PC Card) +* Adaptec AHA-1030B, AHA-1030P (PC98) +* NEC PC-9801-100 (PC98) + +[i386,pc98,amd64] Controllers supported by the man:amd[4] driver include: + +* MELCO IFC-DP (PC-98) +* Tekram DC390 +* Tekram DC390T + +Controllers supported by the man:amr[4] driver include: + +* MegaRAID SATA 150-4 +* MegaRAID SATA 150-6 +* MegaRAID SATA 300-4X +* MegaRAID SATA 300-8X +* MegaRAID SCSI 320-1E +* MegaRAID SCSI 320-2E +* MegaRAID SCSI 320-4E +* MegaRAID SCSI 320-0X +* MegaRAID SCSI 320-2X +* MegaRAID SCSI 320-4X +* MegaRAID SCSI 320-0 +* MegaRAID SCSI 320-1 +* MegaRAID SCSI 320-2 +* MegaRAID SCSI 320-4 +* MegaRAID Series 418 +* MegaRAID i4 133 RAID +* MegaRAID Elite 1500 (Series 467) +* MegaRAID Elite 1600 (Series 493) +* MegaRAID Elite 1650 (Series 4xx) +* MegaRAID Enterprise 1200 (Series 428) +* MegaRAID Enterprise 1300 (Series 434) +* MegaRAID Enterprise 1400 (Series 438) +* MegaRAID Enterprise 1500 (Series 467) +* MegaRAID Enterprise 1600 (Series 471) +* MegaRAID Express 100 (Series 466WS) +* MegaRAID Express 200 (Series 466) +* MegaRAID Express 300 (Series 490) +* MegaRAID Express 500 (Series 475) +* Dell PERC +* Dell PERC 2/SC +* Dell PERC 2/DC +* Dell PERC 3/DCL +* Dell PERC 3/QC +* Dell PERC 4/DC +* Dell PERC 4/IM +* Dell PERC 4/SC +* Dell PERC 4/Di +* Dell PERC 4e/DC +* Dell PERC 4e/Di +* Dell PERC 4e/Si +* Dell PERC 4ei +* HP NetRAID-1/Si +* HP NetRAID-3/Si (D4943A) +* HP Embedded NetRAID +* Intel RAID Controller SRCS16 +* Intel RAID Controller SRCU42X + +[i386,amd64] The man:arcmsr[4] driver supports the following cards: + +* ARC-1110 +* ARC-1120 +* ARC-1130 +* ARC-1160 +* ARC-1170 +* ARC-1110ML +* ARC-1120ML +* ARC-1130ML +* ARC-1160ML +* ARC-1200 +* ARC-1201 +* ARC-1210 +* ARC-1212 +* ARC-1213 +* ARC-1214 +* ARC-1220 +* ARC-1222 +* ARC-1223 +* ARC-1224 +* ARC-1230 +* ARC-1231 +* ARC-1260 +* ARC-1261 +* ARC-1270 +* ARC-1280 +* ARC-1210ML +* ARC-1220ML +* ARC-1231ML +* ARC-1261ML +* ARC-1280ML +* ARC-1380 +* ARC-1381 +* ARC-1680 +* ARC-1681 +* ARC-1880 +* ARC-1882 + +[i386] The adapters currently supported by the man:asr[4] driver include the following: + +* Adaptec Zero-Channel SCSI RAID 2000S, 2005S, 2010S, 2015S +* Adaptec SCSI RAID 2100S, 2110S +* Adaptec ATA-100 RAID 2400A +* Adaptec SCSI RAID 3200S, 3210S +* Adaptec SCSI RAID 3400S, 3410S +* Adaptec SmartRAID PM1554 +* Adaptec SmartRAID PM1564 +* Adaptec SmartRAID PM2554 +* Adaptec SmartRAID PM2564 +* Adaptec SmartRAID PM2664 +* Adaptec SmartRAID PM2754 +* Adaptec SmartRAID PM2865 +* Adaptec SmartRAID PM3754 +* Adaptec SmartRAID PM3755U2B / SmartRAID V Millennium +* Adaptec SmartRAID PM3757 +* 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 + +[i386,amd64] The man:bt[4] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: + +* BusLogic BT-445C +* BusLogic BT-445S +* BusLogic BT-540CF +* BusLogic BT-542B +* BusLogic BT-542B +* BusLogic BT-542D +* BusLogic BT-545C +* BusLogic BT-545S +* BusLogic/BusTek BT-640 +* BusLogic BT-742A +* BusLogic BT-742A +* BusLogic BT-747C +* BusLogic BT-747D +* BusLogic BT-747S +* BusLogic BT-757C +* BusLogic BT-757CD +* BusLogic BT-757D +* BusLogic BT-757S +* BusLogic BT-946C +* BusLogic BT-948 +* BusLogic BT-956C +* BusLogic BT-956CD +* BusLogic BT-958 +* BusLogic BT-958D +* Storage Dimensions SDC3211B / SDC3211F + +AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the man:bt[4] driver. + +[i386,ia64,amd64] Controllers supported by the man:ciss[4] driver include: + +* Compaq Smart Array 5300 +* Compaq Smart Array 532 +* Compaq Smart Array 5i +* HP Smart Array 5312 +* HP Smart Array 6i +* HP Smart Array 641 +* HP Smart Array 642 +* HP Smart Array 6400 +* HP Smart Array 6400 EM +* HP Smart Array E200 +* HP Smart Array E200i +* HP Smart Array P212 +* HP Smart Array P220i +* HP Smart Array P222 +* HP Smart Array P400 +* HP Smart Array P400i +* HP Smart Array P410 +* HP Smart Array P410i +* HP Smart Array P411 +* HP Smart Array P420 +* HP Smart Array P420i +* HP Smart Array P421 +* HP Smart Array P600 +* HP Smart Array P721m +* HP Smart Array P800 +* HP Smart Array P812 +* HP Modular Smart Array 20 (MSA20) +* HP Modular Smart Array 500 (MSA500) + +[pc98] The man:ct[4] driver supports the following adapters: + +* ELECOM bus-master SCSI adapters +* I-O DATA SC-98II +* ICM IF-2660, IF-2766, IF-2766ET, IF-2767 and IF-2769 +* Logitec LHA-N151 and LHA-20x series +* Midori-Denshi MDC-554NA and MDC-926R +* NEC PC-9801-55, 92 and compatibles +* SMIT transfer type SCSI host adapters +* TEXA HA-55BS2 and its later models + +[i386,ia64,amd64] The man:dpt[4] driver provides support for the following RAID adapters: + +* DPT Smart Cache Plus +* Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) (Gen2) +* Smart RAID II (PM3?2?, PM3021, PM3222) +* Smart Cache III (PM2?3?) +* Smart RAID III (PM3?3?, PM3332 [EISA], PM3334UW [PCI]) (Gen3) +* Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) (Gen4) +* Smart RAID IV + +== Note: + +[amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. + +[sparc64] Controllers supported by the man:esp[4] driver include: + +* MELCO IFC-DP (PC-98) +* Sun ESP family +* Sun FAS family +* Tekram DC390 +* Tekram DC390T + +[i386,amd64] The man:hpt27xx[4] driver supports the following SAS controllers: + +* HighPoint's RocketRAID 271x series +* HighPoint's RocketRAID 272x series +* HighPoint's RocketRAID 274x series +* HighPoint's RocketRAID 276x series +* HighPoint's RocketRAID 278x series + +[i386,amd64] The man:hptiop[4] driver supports the following SAS and SATA RAID controllers: + +* HighPoint RocketRAID 4522 +* HighPoint RocketRAID 4521 +* HighPoint RocketRAID 4520 +* HighPoint RocketRAID 4322 +* HighPoint RocketRAID 4321 +* HighPoint RocketRAID 4320 +* HighPoint RocketRAID 4311 +* HighPoint RocketRAID 4310 +* HighPoint RocketRAID 3640 +* HighPoint RocketRAID 3622 +* HighPoint RocketRAID 3620 + +The man:hptiop[4] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: + +* HighPoint RocketRAID 4211 +* HighPoint RocketRAID 4210 +* HighPoint RocketRAID 3560 +* HighPoint RocketRAID 3540 +* HighPoint RocketRAID 3530 +* HighPoint RocketRAID 3522 +* HighPoint RocketRAID 3521 +* HighPoint RocketRAID 3520 +* HighPoint RocketRAID 3511 +* HighPoint RocketRAID 3510 +* HighPoint RocketRAID 3410 +* HighPoint RocketRAID 3320 +* HighPoint RocketRAID 3220 +* HighPoint RocketRAID 3122 +* HighPoint RocketRAID 3120 +* HighPoint RocketRAID 3020 + +[i386,amd64] The man:hptmv[4] driver supports the following ATA RAID controllers: + +* HighPoint's RocketRAID 182x series + +[i386,amd64] The man:hptrr[4] driver supports the following RAID controllers: + +* RocketRAID 172x series +* RocketRAID 174x series +* RocketRAID 2210 +* RocketRAID 222x series +* RocketRAID 2240 +* RocketRAID 230x series +* RocketRAID 231x series +* RocketRAID 232x series +* RocketRAID 2340 +* RocketRAID 2522 + +[i386] The following controllers are supported by the man:ida[4] driver: + +* Compaq SMART Array 221 +* Compaq Integrated SMART Array Controller +* Compaq SMART Array 4200 +* Compaq SMART Array 4250ES +* Compaq SMART 3200 Controller +* Compaq SMART 3100ES Controller +* Compaq SMART-2/DH Controller +* Compaq SMART-2/SL Controller +* Compaq SMART-2/P Controller +* Compaq SMART-2/E Controller +* Compaq SMART Controller + +[i386,ia64,amd64] Controllers supported by the man:iir[4] driver include: + +* Intel RAID Controller SRCMR +* Intel Server RAID Controller U3-l (SRCU31a) +* Intel Server RAID Controller U3-1L (SRCU31La) +* Intel Server RAID Controller U3-2 (SRCU32) +* All past and future releases of Intel and ICP RAID Controllers. + +* Intel RAID Controller SRCU21 (discontinued) +* Intel RAID Controller SRCU31 (older revision, not compatible) +* Intel RAID Controller SRCU31L (older revision, not compatible) + +The SRCU31 and SRCU31L can be updated via a firmware update available from Intel. + +[i386,amd64] Controllers supported by the man:ips[4] driver include: + +* IBM ServeRAID 3H +* ServeRAID 4L/4M/4H +* ServeRAID Series 5 +* ServeRAID 6i/6M +* ServeRAID 7t/7k/7M + +Newer ServeRAID controllers are supported by the aac(4) or mfi(4) driver. + +[i386,amd64] The man:isci[4] driver provides support for Intel C600 SAS controllers. + +Cards supported by the man:isp[4] driver include: + +* ISP1000 +* ISP1020 +* ISP1040 +* Qlogic 1240 +* Qlogic 1020 +* Qlogic 1040 +* Qlogic 1080 +* Qlogic 1280 +* Qlogic 12160 +* Qlogic 210X +* Qlogic 220X +* Qlogic 2300 +* Qlogic 2312 +* Qlogic 234X +* Qlogic 2322 +* Qlogic 200 +* Qlogic 2422 +* Qlogic 2432 + +[i386,ia64,amd64] The man:mfi[4] driver supports the following hardware: + +* LSI MegaRAID SAS 1078 +* LSI MegaRAID SAS 8408E +* LSI MegaRAID SAS 8480E +* LSI MegaRAID SAS 9260 +* Dell PERC5 +* Dell PERC6 +* IBM ServeRAID M5015 SAS/SATA +* IBM ServeRAID-MR10i +* Intel RAID Controller SROMBSAS18E + +[i386,ia64,amd64] Controllers supported by the man:mlx[4] driver include: + +* Mylex DAC960P +* Mylex DAC960PD / DEC KZPSC (Fast Wide) +* Mylex DAC960PDU +* Mylex DAC960PL +* Mylex DAC960PJ +* Mylex DAC960PG +* Mylex DAC960PU / DEC PZPAC (Ultra Wide) +* Mylex AcceleRAID 150 (DAC960PRL) +* Mylex AcceleRAID 250 (DAC960PTL1) +* Mylex eXtremeRAID 1100 (DAC1164P) +* 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) + +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. + +== Note: + +[amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. + +[i386,ia64,amd64] Controllers supported by the man:mly[4] driver include: + +* Mylex AcceleRAID 160 +* Mylex AcceleRAID 170 +* Mylex AcceleRAID 352 +* Mylex eXtremeRAID 2000 +* Mylex eXtremeRAID 3000 + +Compatible Mylex controllers not listed should work, but have not been verified. + +The man:mps[4] driver supports the following hardware: + +* LSI Logic SAS2004 (4 Port SAS) +* LSI Logic SAS2008 (8 Port SAS) +* LSI Logic SAS2108 (8 Port SAS) +* LSI Logic SAS2116 (16 Port SAS) +* LSI Logic SAS2208 (8 Port SAS) +* LSI Logic SAS2308 (8 Port SAS) +* LSI Logic SSS6200 Solid State Storage +* Intel Integrated RAID Module RMS25JB040 +* Intel Integrated RAID Module RMS25JB080 +* Intel Integrated RAID Module RMS25KB040 +* Intel Integrated RAID Module RMS25KB080 + +The following controllers are supported by the man:mpt[4] driver: + +* LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI) +* LSI Logic AS1064, LSI Logic AS1068 +* LSI Logic FC909 (1Gb/s Fibre Channel) +* LSI Logic FC909A (Dual 1Gb/s Fibre Channel) +* LSI Logic FC919, LSI Logic 7102XP-LC (Single 2Gb/s Fibre Channel) +* LSI Logic FC929, LSI Logic FC929X, LSI Logic 7202XP-LC (Dual 2Gb/s Fibre Channel) +* LSI Logic FC949X (Dual 4Gb/s Fibre Channel) +* LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express) + +The Ultra 320 SCSI controller chips supported by the man:mpt[4] driver can be found onboard on many systems including: + +* Dell PowerEdge 1750 thru 2850 +* IBM eServer xSeries 335 + +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. + +The man:mvs[4] driver supports the following controllers: + +Gen-I (SATA 1.5Gbps): + +* 88SX5040 +* 88SX5041 +* 88SX5080 +* 88SX5081 + +Gen-II (SATA 3Gbps, NCQ, PMP): + +* 88SX6040 +* 88SX6041 (including Adaptec 1420SA) +* 88SX6080 +* 88SX6081 + +Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS): + +* 88SX6042 +* 88SX7042 (including Adaptec 1430SA) +* 88F5182 SoC +* 88F6281 SoC +* MV78100 SoC + +Note, that this hardware supports command queueing and FIS-based switching only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port. + +[i386,pc98,amd64] The man:ncr[4] driver provides support for the following NCR/Symbios SCSI controller chips: + +* 53C810 +* 53C810A +* 53C815 +* 53C820 +* 53C825A +* 53C860 +* 53C875 +* 53C875J +* 53C885 +* 53C895 +* 53C895A +* 53C896 +* 53C1510D + +The following add-on boards are known to be supported: + +* I-O DATA SC-98/PCI (PC-98) +* I-O DATA SC-PCI (PC-98) + +[i386,pc98] The following devices are currently supported by the man:ncv[4] driver: + +* I-O DATA PCSC-DV +* KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450 +* Macnica Miracle SCSI-II mPS110 +* Media Intelligent MSC-110, MSC-200 +* NEC PC-9801N-J03R +* New Media Corporation BASICS SCSI +* Qlogic Fast SCSI +* RATOC REX-9530, REX-5572 (SCSI only) + +[i386,pc98] Controllers supported by the man:nsp[4] driver include: + +* Alpha-Data AD-PCS201 +* I-O DATA CBSC16 + +[i386] The man:pst[4] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. + +The man:siis[4] driver supports the following controller chips: + +* SiI3124 (PCI-X 133MHz/64bit, 4 ports) +* SiI3131 (PCIe 1.0 x1, 1 port) +* SiI3132 (PCIe 1.0 x1, 2 ports) +* SiI3531 (PCIe 1.0 x1, 1 port) + +[i386,pc98] Controllers supported by the man:stg[4] driver include: + +* Adaptec 2920/A +* Future Domain SCSI2GO +* Future Domain TMC-18XX/3260 +* IBM SCSI PCMCIA Card +* ICM PSC-2401 SCSI +* MELCO IFC-SC +* RATOC REX-5536, REX-5536AM, REX-5536M, REX-9836A + +Note that the Adaptec 2920C is supported by the ahc(4) driver. + +The man:sym[4] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: + +* 53C810 +* 53C810A +* 53C815 +* 53C825 +* 53C825A +* 53C860 +* 53C875 +* 53C876 +* 53C895 +* 53C895A +* 53C896 +* 53C897 +* 53C1000 +* 53C1000R +* 53C1010-33 +* 53C1010-66 +* 53C1510D + +The SCSI controllers supported by man:sym[4] can be either embedded on a motherboard, or on one of the following add-on boards: + +* ASUS SC-200, SC-896 +* Data Technology DTC3130 (all variants) +* DawiControl DC2976UW +* Diamond FirePort (all) +* I-O DATA SC-UPCI (PC-98) +* Logitec LHA-521UA (PC-98) +* NCR cards (all) +* Symbios cards (all) +* Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D, and 390U3W +* Tyan S1365 + +[i386,amd64] SCSI controllers supported by the man:trm[4] driver include: + +* Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal SCSI connector +* Tekram DC-315U PCI Ultra SCSI adapter without BIOS +* Tekram DC-395F PCI Ultra-Wide SCSI adapter with flash BIOS and 68-pin external SCSI connector +* Tekram DC-395U PCI Ultra SCSI adapter with flash BIOS +* Tekram DC-395UW PCI Ultra-Wide SCSI adapter with flash BIOS +* Tekram DC-395U2W PCI Ultra2-Wide SCSI adapter with flash BIOS + +For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use the sym(4) driver. + +[i386,amd64] The man:twa[4] driver supports the following SATA RAID controllers: + +* AMCC's 3ware 9500S-4LP +* AMCC's 3ware 9500S-8 +* AMCC's 3ware 9500S-8MI +* AMCC's 3ware 9500S-12 +* AMCC's 3ware 9500S-12MI +* AMCC's 3ware 9500SX-4LP +* AMCC's 3ware 9500SX-8LP +* AMCC's 3ware 9500SX-12 +* AMCC's 3ware 9500SX-12MI +* AMCC's 3ware 9500SX-16ML +* AMCC's 3ware 9550SX-4LP +* AMCC's 3ware 9550SX-8LP +* AMCC's 3ware 9550SX-12 +* AMCC's 3ware 9550SX-12MI +* AMCC's 3ware 9550SX-16ML +* AMCC's 3ware 9650SE-2LP +* AMCC's 3ware 9650SE-4LPML +* AMCC's 3ware 9650SE-8LPML +* AMCC's 3ware 9650SE-12ML +* AMCC's 3ware 9650SE-16ML +* AMCC's 3ware 9650SE-24M8 + +[i386,amd64] The man:twe[4] driver supports the following PATA/SATA RAID controllers: + +* AMCC's 3ware 5000 series +* AMCC's 3ware 6000 series +* AMCC's 3ware 7000-2 +* AMCC's 3ware 7006-2 +* AMCC's 3ware 7500-4LP +* AMCC's 3ware 7500-8 +* AMCC's 3ware 7500-12 +* AMCC's 3ware 7506-4LP +* AMCC's 3ware 7506-8 +* AMCC's 3ware 7506-12 +* AMCC's 3ware 8006-2LP +* AMCC's 3ware 8500-4LP +* AMCC's 3ware 8500-8 +* AMCC's 3ware 8500-12 +* AMCC's 3ware 8506-4LP +* AMCC's 3ware 8506-8 +* AMCC's 3ware 8506-8MI +* AMCC's 3ware 8506-12 +* AMCC's 3ware 8506-12MI + +[i386] The man:vpo[4] driver supports the following parallel to SCSI interfaces: + +* Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega ZIP drives) +* Iomega Jaz Traveller interface +* Iomega MatchMaker SCSI interface (built-in to Iomega ZIP+ drives) + +[i386] The wds(4) driver supports the WD7000 SCSI controller. + +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 man:cd[4]). WORM/CD-R/CD-RW writing support is provided by man:cdrecord#(1)#], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. + +The following CD-ROM type systems are supported at this time: + +* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (man:cd[4]) +* [i386] Sony proprietary interface (all models) (man:scd[4]) +* ATAPI IDE interface (man:acd[4]) + +[i386] The following device is unmaintained: + +* Mitsumi proprietary CD-ROM interface (all models) (man:mcd[4]) + +[[ethernet]] +== Ethernet Interfaces + +The man:ae[4] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: + +* ASUS EeePC 701 +* ASUS EeePC 900 + +Other hardware may or may not work with this driver. + +The man:age[4] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: + +* ASUS M2N8-VMX +* ASUS M2V +* ASUS M3A +* ASUS P2-M2A590G +* ASUS P5B-E +* ASUS P5B-MX/WIFI-AP +* ASUS P5B-VMSE +* ASUS P5K +* ASUS P5KC +* ASUS P5KPL-C +* ASUS P5KPL-VM +* ASUS P5K-SE +* ASUS P5K-V +* ASUS P5L-MX +* ASUS P5DL2-VM +* ASUS P5L-VM 1394 +* ASUS G2S + +The man:ale[4] device driver provides support for the following Ethernet controllers: + +* Atheros AR8113 PCI Express Fast Ethernet controller +* Atheros AR8114 PCI Express Fast Ethernet controller +* Atheros AR8121 PCI Express Gigabit Ethernet controller + +[i386,pc98,ia64,amd64,powerpc] Adapters supported by the man:aue[4] driver include: + +* Abocom UFE1000, DSB650TX_NA +* Accton USB320-EC, SpeedStream +* ADMtek AN986, AN8511 +* Billionton USB100, USB100LP, USB100EL, USBE100 +* Corega Ether FEther USB-T, FEther USB-TX, FEther USB-TXS +* D-Link DSB-650, DSB-650TX, DSB-650TX-PNA +* Elecom LD-USBL/TX +* Elsa Microlink USB2Ethernet +* HP hn210e +* I-O Data USB ETTX +* Kingston KNU101TX +* LinkSys USB10T adapters that contain the AN986 Pegasus chipset, USB10TA, USB10TX, USB100TX, USB100H1 +* MELCO LUA-TX, LUA2-TX +* Netgear FA101 +* Planex UE-200TX +* Sandberg USB to Network Link (model number 133-06) +* Siemens Speedstream +* SmartBridges smartNIC +* SMC 2202USB +* SOHOware NUB100 + +[i386,pc98,amd64,powerpc] The man:axe[4] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: + +AX88172: + +* AboCom UF200 +* Acer Communications EP1427X2 +* ASIX AX88172 +* ATen UC210T +* Billionton SnapPort +* Billionton USB2AR +* Buffalo (Melco Inc.) LUA-U2-KTX +* Corega USB2_TX +* D-Link DUBE100 +* Goodway GWUSB2E +* JVC MP_PRX1 +* LinkSys USB200M +* Netgear FA120 +* Sitecom LN-029 +* System TALKS Inc. SGC-X2UL + +AX88178: + +* ASIX AX88178 +* Belkin F5D5055 +* Logitec LAN-GTJ/U2A +* Buffalo (Melco Inc.) LUA3-U2-AGT +* Planex Communications GU1000T +* Sitecom Europe LN-028 + +AX88772: + +* ASIX AX88772 +* Buffalo (Melco Inc.) LUA3-U2-ATX +* D-Link DUBE100B1 +* Planex UE-200TX-G +* Planex UE-200TX-G2 + +AX88772A: + +* ASIX AX88772A +* Cisco-Linksys USB200Mv2 + +AX88772B: + +* ASIX AX88772B +* Lenovo USB 2.0 Ethernet + +AX88760: + +* ASIX AX88760 + +[i386,amd64] The man:bce[4] driver provides support for various NICs based on the Broadcom NetXtreme II family of Gigabit Ethernet controllers, including the following: + +* Broadcom NetXtreme II BCM5706 1000Base-SX +* Broadcom NetXtreme II BCM5706 1000Base-T +* Broadcom NetXtreme II BCM5708 1000Base-SX +* Broadcom NetXtreme II BCM5708 1000Base-T +* Broadcom NetXtreme II BCM5709 1000Base-SX +* Broadcom NetXtreme II BCM5709 1000Base-T +* Broadcom NetXtreme II BCM5716 1000Base-T +* Dell PowerEdge 1950 integrated BCM5708 NIC +* Dell PowerEdge 2950 integrated BCM5708 NIC +* Dell PowerEdge R710 integrated BCM5709 NIC +* HP NC370F Multifunction Gigabit Server Adapter +* HP NC370T Multifunction Gigabit Server Adapter +* HP NC370i Multifunction Gigabit Server Adapter +* HP NC371i Multifunction Gigabit Server Adapter +* HP NC373F PCIe Multifunc Giga Server Adapter +* HP NC373T PCIe Multifunction Gig Server Adapter +* HP NC373i Multifunction Gigabit Server Adapter +* HP NC373m Multifunction Gigabit Server Adapter +* HP NC374m PCIe Multifunction Adapter +* HP NC380T PCIe DP Multifunc Gig Server Adapter +* HP NC382T PCIe DP Multifunction Gigabit Server Adapter +* HP NC382i DP Multifunction Gigabit Server Adapter +* HP NC382m DP 1GbE Multifunction BL-c Adapter + +[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (man:bfe[4] driver) + +[i386,pc98,sparc64,ia64,amd64] The man:bge[4] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: + +* 3Com 3c996-SX (1000baseSX) +* 3Com 3c996-T (10/100/1000baseTX) +* Dell PowerEdge 1750 integrated BCM5704C NIC (10/100/1000baseTX) +* Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX) +* Dell PowerEdge 2650 integrated BCM5703 NIC (10/100/1000baseTX) +* Dell PowerEdge R200 integrated BCM5750 NIC (10/100/1000baseTX) +* Dell PowerEdge R300 integrated BCM5722 NIC (10/100/1000baseTX) +* IBM x235 server integrated BCM5703x NIC (10/100/1000baseTX) +* HP Compaq dc7600 integrated BCM5752 NIC (10/100/1000baseTX) +* HP ProLiant NC7760 embedded Gigabit NIC (10/100/1000baseTX) +* HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseTX) +* HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseTX) +* HP ProLiant NC7781 embedded PCI-X Gigabit NIC (10/100/1000baseTX) +* Netgear GA302T (10/100/1000baseTX) +* SysKonnect SK-9D21 (10/100/1000baseTX) +* SysKonnect SK-9D41 (1000baseSX) + +The chips supported by the man:cas[4] driver are: + +* National Semiconductor DP83065 Saturn Gigabit Ethernet +* Sun Cassini Gigabit Ethernet +* Sun Cassini+ Gigabit Ethernet + +The following add-on cards are known to work with the man:cas[4] driver at this time: + +* Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524) +* Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902) +* Sun GigaSwift Ethernet UTP (GCS) (part no. 501-6719) +* Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522) +* Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738) + +[i386,pc98,ia64,amd64,powerpc] The following devices are supported by the man:cdce[4] driver: + +* Prolific PL-2501 Host-to-Host Bridge Controller +* Sharp Zaurus PDA +* Terayon TJ-715 DOCSIS Cable Modem + +[amd64, i386] Crystal Semiconductor CS89x0-based NICs (man:cs[4] driver) + +[i386,pc98,ia64,amd64,powerpc] The man:cue[4] driver supports CATC USB-EL1210A based USB Ethernet adapters including: + +* Belkin F5U011/F5U111 +* CATC Netmate +* CATC Netmate II +* SmartBridges SmartLink + +[i386,amd64] The man:cxgb[4] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: + +* Chelsio 10GBase-CX4 +* Chelsio 10GBase-LR +* Chelsio 10GBase-SR + +The man:dc[4] driver provides support for the following chipsets: + +* DEC/Intel 21143 +* ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II and ADM9513 Centaur II +* ALi/ULi M5261 and M5263 +* ASIX Electronics AX88140A and AX88141 +* Conexant LANfinity RS7112 (miniPCI) +* Davicom DM9009, DM9100, DM9102 and DM9102A +* Lite-On 82c168 and 82c169 PNIC +* Lite-On/Macronix 82c115 PNIC II +* Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 and 98732 +* Xircom X3201 (cardbus only) + +The following NICs are known to work with the man:dc[4] driver at this time: + +* 3Com OfficeConnect 10/100B (ADMtek AN985 Centaur-P) +* Abocom FE2500 +* Accton EN1217 (98715A) +* Accton EN2242 MiniPCI +* Adico AE310TX (98715A) +* Alfa Inc GFC2204 (ASIX AX88140A) +* Built in 10Mbps only Ethernet on Compaq Presario 7900 series desktops (21143, non-MII) +* Built in Sun DMFE 10/100 Mbps Ethernet on Sun Netra X1 and Sun Fire V100 (DM9102A, MII) +* Built in Ethernet on LinkSys EtherFast 10/100 Instant GigaDrive (DM9102, MII) +* CNet Pro110B (ASIX AX88140A) +* CNet Pro120A (98715A or 98713A) and CNet Pro120B (98715) +* Compex RL100-TX (98713 or 98713A) +* D-Link DFE-570TX (21143, MII, quad port) +* Digital DE500-BA 10/100 (21143, non-MII) +* ELECOM Laneed LD-CBL/TXA (ADMtek AN985) +* Hawking CB102 CardBus +* IBM EtherJet Cardbus Adapter +* Intel PRO/100 Mobile Cardbus (versions that use the X3201 chipset) +* Jaton XpressNet (Davicom DM9102) +* Kingston KNE100TX (21143, MII) +* Kingston KNE110TX (PNIC 82c169) +* LinkSys LNE100TX (PNIC 82c168, 82c169) +* LinkSys LNE100TX v2.0 (PNIC II 82c115) +* LinkSys LNE100TX v4.0/4.1 (ADMtek AN985 Centaur-P) +* Matrox FastNIC 10/100 (PNIC 82c168, 82c169) +* Melco LGY-PCI-TXL +* Microsoft MN-120 10/100 CardBus (ADMTek Centaur-C) +* Microsoft MN-130 10/100 PCI (ADMTek Centaur-P) +* NDC SOHOware SFA110A (98713A) +* NDC SOHOware SFA110A Rev B4 (98715AEC-C) +* NetGear FA310-TX Rev. D1, D2 or D3 (PNIC 82c169) +* Netgear FA511 +* PlaneX FNW-3602-T (ADMtek AN985) +* SMC EZ Card 10/100 1233A-TX (ADMtek AN985) +* SVEC PN102-TX (98713) +* Xircom Cardbus Realport +* Xircom Cardbus Ethernet 10/100 +* Xircom Cardbus Ethernet II 10/100 + +[i386,pc98,ia64,amd64] Adapters supported by the man:de[4] driver include: + +* Adaptec ANA-6944/TX +* Cogent EM100FX and EM440TX +* Corega FastEther PCI-TX +* D-Link DFE-500TX +* DEC DE435, DEC DE450, and DEC DE500 +* ELECOM LD-PCI2T, LD-PCITS +* I-O DATA LA2/T-PCI +* SMC Etherpower 8432, 9332 and 9334 +* ZNYX ZX3xx + +[i386,pc98] The man:ed[4] driver supports the following Ethernet NICs: + +* 3Com 3c503 Etherlink II +* AR-P500 Ethernet +* Accton EN1644 (old model), EN1646 (old model), EN2203 (old model) (110pin) (flags 0xd00000) +* Accton EN2212/EN2216/UE2216 +* Allied Telesis CentreCOM LA100-PCM_V2 +* Allied Telesis LA-98 (flags 0x000000) (PC-98) +* Allied Telesis SIC-98, SIC-98NOTE (110pin), SIU-98 (flags 0x600000) (PC-98) +* Allied Telesis SIU-98-D (flags 0x610000) (PC-98) +* AmbiCom 10BaseT card +* Bay Networks NETGEAR FA410TXC Fast Ethernet +* Belkin F5D5020 PC Card Fast Ethernet +* Billionton LM5LT-10B Ethernet/Modem PC Card +* Bromax iPort 10/100 Ethernet PC Card +* Bromax iPort 10 Ethernet PC Card +* Buffalo LPC2-CLT, LPC3-CLT, LPC3-CLX, LPC4-TX PC Card +* CNet BC40 adapter +* Compex Net-A adapter +* Compex RL2000 +* Contec C-NET(98), RT-1007(98), C-NET(9N) (110pin) (flags 0xa00000) (PC-98) +* Contec C-NET(98)E-A, C-NET(98)L-A, C-NET(98)P (flags 0x300000) (PC-98) +* Corega Ether98-T (flags 0x000000) (PC-98) +* Corega Ether PCC-T/EtherII PCC-T/FEther PCC-TXF/PCC-TXD PCC-T/Fether II TXD +* Corega LAPCCTXD (TC5299J) +* CyQ've ELA-010 +* DEC EtherWorks DE305 +* Danpex EN-6200P2 +* D-Link DE-298, DE-298P (flags 0x500000) (PC-98) +* D-Link DE-660, DE-660+ +* D-Link IC-CARD/IC-CARD+ Ethernet +* ELECOM LD-98P (flags 0x500000) (PC-98) +* ELECOM LD-BDN, LD-NW801G (flags 0x200000) (PC-98) +* ELECOM Laneed LD-CDL/TX, LD-CDF, LD-CDS, LD-10/100CD, LD-CDWA (DP83902A) +* Hawking PN652TX PC Card (AX88790) +* HP PC Lan+ 27247B and 27252A +* IBM Creditcard Ethernet I/II +* ICM AD-ET2-T, DT-ET-25, DT-ET-T5, IF-2766ET, IF-2771ET, NB-ET-T (110pin) (flags 0x500000) (PC-98) +* I-O DATA LA/T-98, LA/T-98SB, LA2/T-98, ET/T-98 (flags 0x900000) (PC-98) +* I-O DATA ET2/T-PCI +* I-O DATA PCLATE +* Kansai KLA-98C/T (flags 0x900000) (PC-98) +* Kingston KNE-PC2, CIO10T, KNE-PCM/x Ethernet +* KTI ET32P2 PCI +* Linksys EC2T/PCMPC100/PCM100, PCMLM56 +* Linksys EtherFast 10/100 PC Card, Combo PCMCIA Ethernet Card (PCMPC100 V2) +* Logitec LAN-98T (flags 0xb00000) (PC-98) +* MACNICA Ethernet ME1 for JEIDA +* MACNICA ME98 (flags 0x900000) (PC-98) +* MACNICA NE2098 (flags 0x400000) (PC-98) +* MELCO EGY-98 (flags 0x300000) (PC-98) +* MELCO LGH-98, LGY-98, LGY-98-N (110pin), IND-SP, IND-SS (flags 0x400000) (PC-98) +* MELCO LGY-PCI-TR +* MELCO LPC-T/LPC2-T/LPC2-CLT/LPC2-TX/LPC3-TX/LPC3-CLX +* NDC Ethernet Instant-Link +* NEC PC-9801-77, PC-9801-78 (flags 0x910000) (PC-98) +* NEC PC-9801-107, PC-9801-108 (flags 0x800000) (PC-98) +* National Semiconductor InfoMover NE4100 +* NetGear FA-410TX +* NetVin NV5000SC +* Network Everywhere Ethernet 10BaseT PC Card +* Networld 98X3 (flags 0xd00000) (PC-98) +* Networld EC-98X, EP-98X (flags 0xd10000) (PC-98) +* New Media LANSurfer 10+56 Ethernet/Modem +* New Media LANSurfer +* Novell NE1000/NE2000/NE2100 +* PLANEX ENW-8300-T +* PLANEX EN-2298-C (flags 0x200000) (PC-98) +* PLANEX EN-2298P-T, EN-2298-T (flags 0x500000) (PC-98) +* PLANEX FNW-3600-T +* Psion 10/100 LANGLOBAL Combine iT +* RealTek 8019 +* RealTek 8029 +* Relia Combo-L/M-56k PC Card +* SMC Elite 16 WD8013 +* SMC Elite Ultra +* SMC EtherEZ98 (flags 0x000000) (PC-98) +* SMC WD8003E/WD8003EBT/WD8003S/WD8003SBT/WD8003W/WD8013EBT/WD8013W and clones +* SMC EZCard PC Card, 8040-TX, 8041-TX (AX88x90), 8041-TX V.2 (TC5299J) +* Socket LP-E, ES-1000 Ethernet/Serial, LP-E CF, LP-FE CF +* Surecom EtherPerfect EP-427 +* Surecom NE-34 +* TDK 3000/3400/5670 Fast Ethernet/Modem +* TDK LAK-CD031, Grey Cell GCS2000 Ethernet Card +* TDK DFL5610WS Ethernet/Modem PC Card +* Telecom Device SuperSocket RE450T +* Toshiba LANCT00A PC Card +* VIA VT86C926 +* Winbond W89C940 +* Winbond W89C940F + +C-Bus, ISA, PCI and PC Card devices are supported. + +The man:ed[4] driver does not support the following Ethernet NICs: + +* Mitsubishi LAN Adapter B8895 + +The man:em[4] 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: + +* Intel PRO/1000 CT Network Connection (82547) +* Intel PRO/1000 F Server Adapter (82543) +* Intel PRO/1000 Gigabit Server Adapter (82542) +* Intel PRO/1000 GT Desktop Adapter (82541PI) +* Intel PRO/1000 MF Dual Port Server Adapter (82546) +* Intel PRO/1000 MF Server Adapter (82545) +* Intel PRO/1000 MF Server Adapter (LX) (82545) +* Intel PRO/1000 MT Desktop Adapter (82540) +* Intel PRO/1000 MT Desktop Adapter (82541) +* Intel PRO/1000 MT Dual Port Server Adapter (82546) +* Intel PRO/1000 MT Quad Port Server Adapter (82546EB) +* Intel PRO/1000 MT Server Adapter (82545) +* Intel PRO/1000 PF Dual Port Server Adapter (82571) +* Intel PRO/1000 PF Quad Port Server Adapter (82571) +* Intel PRO/1000 PF Server Adapter (82572) +* Intel PRO/1000 PT Desktop Adapter (82572) +* Intel PRO/1000 PT Dual Port Server Adapter (82571) +* Intel PRO/1000 PT Quad Port Server Adapter (82571) +* Intel PRO/1000 PT Server Adapter (82572) +* Intel PRO/1000 T Desktop Adapter (82544) +* Intel PRO/1000 T Server Adapter (82543) +* Intel PRO/1000 XF Server Adapter (82544) +* Intel PRO/1000 XT Server Adapter (82544) + +[i386,pc98,amd64] The man:ep[4] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: + +* 3Com 3C1 CF +* 3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC ISA +* 3Com 3C509B-TP, 3C509B-BNC, 3C509B-Combo, 3C509B-TPO, 3C509B-TPC ISA +* 3Com 3C529, 3C529-TP MCA +* 3Com 3C562/3C563 PCMCIA +* 3Com 3C569B-J-TPO, 3C569B-J-COMBO CBUS +* 3Com 3C574, 3C574TX, 3C574-TX, 3CCFE574BT, 3CXFE574BT, 3C3FE574BT PCMCIA +* 3Com 3C579-TP, 3C579-BNC EISA +* 3Com 3C589, 3C589B, 3C589C, 3C589D, 3CXE589DT PCMCIA +* 3Com 3CCFEM556B, 3CCFEM556BI PCMCIA +* 3Com 3CXE589EC, 3CCE589EC, 3CXE589ET, 3CCE589ET PCMCIA +* 3Com Megahertz 3CCEM556, 3CXEM556, 3CCEM556B, 3CXEM556B, 3C3FEM556C PCMCIA +* 3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA +* Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE arrow) + +Agere ET1310 Gigabit Ethernet adapters (man:et[4] driver) + +[i386,amd64] The man:ex[4] driver supports the following Ethernet adapters: + +* Intel EtherExpress Pro/10 ISA +* Intel EtherExpress Pro/10+ ISA +* Olicom OC2220 Ethernet PC Card +* Olicom OC2232 Ethernet/Modem PC Card +* Silicom Ethernet LAN PC Card +* Silicom EtherSerial LAN PC Card + +[i386,pc98,amd64] Controllers and cards supported by the man:fe[4] driver include: + +* Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin) +* CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C (ExtCard) +* CONTEC C-NET(PC)C PC Card Ethernet +* Eagle Tech NE200T +* Eiger Labs EPX-10BT +* Fujitsu FMV-J182, FMV-J182A +* Fujitsu MB86960A, MB86965A +* Fujitsu MBH10303, MBH10302 PC Card Ethernet +* Fujitsu Towa LA501 Ethernet +* HITACHI HT-4840-11 PC Card Ethernet +* NextCom J Link NC5310 +* RATOC REX-5588, REX-9822, REX-4886, and REX-R280 +* RATOC REX-9880/9881/9882/9883 +* TDK LAC-98012, LAC-98013, LAC-98025, LAC-9N011 (110-pin) +* TDK LAK-CD011, LAK-CD021, LAK-CD021A, LAK-CD021BX +* Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE N98(PC86132) (110-pin) + +Adapters supported by the man:fxp[4] driver include: + +* Intel EtherExpress PRO/10 +* Intel InBusiness 10/100 +* Intel PRO/100B / EtherExpressPRO/100 B PCI Adapter +* Intel PRO/100+ Management Adapter +* Intel PRO/100 VE Desktop Adapter +* Intel PRO/100 VM Network Connection +* Intel PRO/100 M Desktop Adapter +* Intel PRO/100 S Desktop, Server and Dual-Port Server Adapters +* Contec C-NET(PI)-100TX (PC-98) +* NEC PC-9821Ra20, Rv20, Xv13, Xv20 internal 100Base-TX (PC-98) +* NEC PC-9821X-B06 (PC-98) +* Many on-board network interfaces on Intel motherboards + +Chips supported by the man:gem[4] driver include: + +* Apple GMAC +* Sun ERI 10/100 Mbps Ethernet +* Sun GEM Gigabit Ethernet + +The following add-on cards are known to work with the man:gem[4] driver at this time: + +* Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373) +* Sun Gigabit Ethernet SBus 2.0/3.0 (GBE/S) (part no. 501-4375) + +The man:hme[4] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. + +Cards supported by the man:hme[4] driver include: + +* Sun PCI SunSwift Adapter +* Sun SBus SunSwift Adapter "( hme" and "SUNW,hme") +* Sun PCI Sun100BaseT Adapter 2.0 +* Sun SBus Sun100BaseT 2.0 +* Sun PCI Quad FastEthernet Controller +* Sun SBus Quad FastEthernet Controller + +[i386] The man:ie[4] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: + +* 3COM 3C507 +* AT&T EN100 +* AT&T Starlan 10 +* AT&T Starlan Fiber +* Intel EtherExpress 16 +* RACAL Interlan NI5210 + +The man:igb[4] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: + +* Intel Gigabit ET Dual Port Server Adapter (82576) +* Intel Gigabit VT Quad Port Server Adapter (82575) + +[i386,amd64] The man:ixgb[4] driver supports the following cards: + +* Intel PRO/10GbE LR Server Adapter +* Intel PRO/10GbE SR Server Adapter + +The man:ixgbe[4] driver supports the following cards: + +* Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter +* Intel(R) 10 Gigabit XF SR/LR Server Adapter +* Intel(R) 82598EB 10 Gigabit AF Network Connection +* Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection + +The man:jme[4] device driver provides support for the following Ethernet controllers: + +* JMicron JMC250 PCI Express Gigabit Ethernet controller +* JMicron JMC251 PCI Express Gigabit Ethernet with Card Read Host controller +* JMicron JMC260 PCI Express Fast Ethernet controller +* JMicron JMC261 PCI Express Gigabit Ethernet with Card Read Host controller + +[i386,pc98,ia64,amd64,powerpc] The man:kue[4] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: + +* 3Com 3c19250 +* 3Com 3c460 HomeConnect Ethernet USB Adapter +* ADS Technologies USB-10BT +* AOX USB101 +* ATen UC10T +* Abocom URE 450 +* Corega USB-T +* D-Link DSB-650C +* Entrega NET-USB-E45, NET-HUB-3U1E +* I/O Data USB ETT +* Kawasaki DU-H3E +* LinkSys USB10T +* Netgear EA101 +* Peracom USB Ethernet Adapter +* Psion Gold Port USB Ethernet adapter +* SMC 2102USB, 2104USB + +[i386,pc98,amd64] Adapters supported by the man:lge[4] driver include: + +* SMC TigerCard 1000 (SMC9462SX) +* D-Link DGE-500SX + +[i386,amd64] The man:msk[4] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: + +* D-Link 550SX Gigabit Ethernet +* D-Link 560SX Gigabit Ethernet +* D-Link 560T Gigabit Ethernet +* Marvell Yukon 88E8021CU Gigabit Ethernet +* Marvell Yukon 88E8021 SX/LX Gigabit Ethernet +* Marvell Yukon 88E8022CU Gigabit Ethernet +* Marvell Yukon 88E8022 SX/LX Gigabit Ethernet +* Marvell Yukon 88E8061CU Gigabit Ethernet +* Marvell Yukon 88E8061 SX/LX Gigabit Ethernet +* Marvell Yukon 88E8062CU Gigabit Ethernet +* Marvell Yukon 88E8062 SX/LX Gigabit Ethernet +* Marvell Yukon 88E8035 Fast Ethernet +* Marvell Yukon 88E8036 Fast Ethernet +* Marvell Yukon 88E8038 Fast Ethernet +* Marvell Yukon 88E8039 Fast Ethernet +* Marvell Yukon 88E8040 Fast Ethernet +* Marvell Yukon 88E8040T Fast Ethernet +* Marvell Yukon 88E8042 Fast Ethernet +* Marvell Yukon 88E8048 Fast Ethernet +* Marvell Yukon 88E8050 Gigabit Ethernet +* Marvell Yukon 88E8052 Gigabit Ethernet +* Marvell Yukon 88E8053 Gigabit Ethernet +* Marvell Yukon 88E8055 Gigabit Ethernet +* Marvell Yukon 88E8056 Gigabit Ethernet +* Marvell Yukon 88E8057 Gigabit Ethernet +* Marvell Yukon 88E8058 Gigabit Ethernet +* Marvell Yukon 88E8059 Gigabit Ethernet +* Marvell Yukon 88E8070 Gigabit Ethernet +* Marvell Yukon 88E8071 Gigabit Ethernet +* Marvell Yukon 88E8072 Gigabit Ethernet +* Marvell Yukon 88E8075 Gigabit Ethernet +* SysKonnect SK-9Sxx Gigabit Ethernet +* SysKonnect SK-9Exx Gigabit Ethernet + +[i386,amd64] The man:mxge[4] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: + +* Myricom 10GBase-CX4 (10G-PCIE-8A-C, 10G-PCIE-8AL-C) +* Myricom 10GBase-R (10G-PCIE-8A-R, 10G-PCIE-8AL-R) +* Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, 10G-PCIE-8AL-Q) + +[i386,pc98] The man:my[4] driver provides support for various NICs based on the Myson chipset. Supported models include: + +* Myson MTD800 PCI Fast Ethernet chip +* Myson MTD803 PCI Fast Ethernet chip +* Myson MTD89X PCI Gigabit Ethernet chip + +[i386,amd64] The man:nfe[4] driver supports the following NVIDIA MCP onboard adapters: + +* NVIDIA nForce MCP Networking Adapter +* NVIDIA nForce MCP04 Networking Adapter +* NVIDIA nForce 430 MCP12 Networking Adapter +* NVIDIA nForce 430 MCP13 Networking Adapter +* NVIDIA nForce MCP51 Networking Adapter +* NVIDIA nForce MCP55 Networking Adapter +* NVIDIA nForce MCP61 Networking Adapter +* NVIDIA nForce MCP65 Networking Adapter +* NVIDIA nForce MCP67 Networking Adapter +* NVIDIA nForce MCP73 Networking Adapter +* NVIDIA nForce MCP77 Networking Adapter +* NVIDIA nForce MCP79 Networking Adapter +* NVIDIA nForce2 MCP2 Networking Adapter +* NVIDIA nForce2 400 MCP4 Networking Adapter +* NVIDIA nForce2 400 MCP5 Networking Adapter +* NVIDIA nForce3 MCP3 Networking Adapter +* NVIDIA nForce3 250 MCP6 Networking Adapter +* NVIDIA nForce3 MCP7 Networking Adapter +* NVIDIA nForce4 CK804 MCP8 Networking Adapter +* NVIDIA nForce4 CK804 MCP9 Networking Adapter + +The man:nge[4] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: + +* Addtron AEG320T +* Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI) +* Asante FriendlyNet GigaNIX 1000TA and 1000TPC +* D-Link DGE-500T +* Linksys EG1032, revision 1 +* Netgear GA621 +* Netgear GA622T +* SMC EZ Card 1000 (SMC9462TX) +* Surecom Technology EP-320G-TX +* Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI) + +[i386,amd64] The man:nve[4] driver supports the NVIDIA MCP onboard adapters of mainboards with the following chipsets: + +* nForce +* nForce2 +* nForce3 +* nForce4 + +[i386,amd64] The man:nxge[4] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. + +[i386,amd64] The man:oce[4] driver supports the following network adapters: + +* Emulex BladeEngine 2 +* Emulex BladeEngine 3 +* Emulex Lancer + +[i386,pc98,ia64,amd64] The man:pcn[4] 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: + +* AMD Am79C971 PCnet-FAST +* AMD Am79C972 PCnet-FAST+ +* AMD Am79C973/Am79C975 PCnet-FAST III +* AMD Am79C976 PCnet-PRO +* AMD Am79C978 PCnet-Home +* Allied-Telesis LA-PCI + +[amd64] The man:qlxgb[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: + +* QLogic 3200 series +* QLogic 8200 series + +The man:re[4] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: + +* Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+) +* Compaq Evo N1015v Integrated Ethernet (8139C+) +* Corega CG-LAPCIGT Gigabit Ethernet (8169S) +* D-Link DGE-528(T) Gigabit Ethernet (8169S) +* Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S) +* LevelOne GNC-0105T (8169S) +* LinkSys EG1032 (32-bit PCI) +* PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S) +* USRobotics USR997902 Gigabit Ethernet (8169S) +* Xterasys XN-152 10/100/1000 NIC (8169) + +Adapters supported by the man:rl[4] driver include: + +* Accton "Cheetah" EN1207D (MPX 5030/5038; RealTek 8139 clone) +* Allied Telesyn AT2550 +* Allied Telesyn AT2500TX +* Belkin F5D5000 +* BUFFALO (Melco INC.) LPC-CB-CLX (CardBus) +* Compaq HNE-300 +* CompUSA no-name 10/100 PCI Ethernet NIC +* Corega FEther CB-TXD +* Corega FEtherII CB-TXD +* D-Link DFE-520TX (rev. C1) +* D-Link DFE-528TX +* D-Link DFE-530TX+ +* D-Link DFE-538TX +* D-Link DFE-690TXD +* Edimax EP-4103DL CardBus +* Encore ENL832-TX 10/100 M PCI +* Farallon NetLINE 10/100 PCI +* Genius GF100TXR +* GigaFast Ethernet EE100-AXP +* KTX-9130TX 10/100 Fast Ethernet +* LevelOne FPC-0106TX +* Longshine LCS-8038TX-R +* NDC Communications NE100TX-E +* Netronix Inc. EA-1210 NetEther 10/100 +* Nortel Networks 10/100BaseTX +* OvisLink LEF-8129TX +* OvisLink LEF-8139TX +* Peppercon AG ROL-F +* Planex FNW-3603-TX +* Planex FNW-3800-TX +* SMC EZ Card 10/100 PCI 1211-TX +* SOHO (PRAGMATIC) UE-1211C + +[i386,pc98,amd64] The man:rue[4] driver supports RealTek RTL8150 based USB Ethernet adapters including: + +* Buffalo (Melco Inc.) LUA-KTX +* Green House GH-USB100B +* LinkSys USB100M +* Billionton 10/100 FastEthernet USBKR2 + +Adapters supported by the man:sf[4] driver include: + +* ANA-62011 64-bit single port 10/100baseTX adapter +* ANA-62022 64-bit dual port 10/100baseTX adapter +* ANA-62044 64-bit quad port 10/100baseTX adapter +* ANA-69011 32-bit single port 10/100baseTX adapter +* ANA-62020 64-bit single port 100baseFX adapter + +The man:sfxge[4] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. + +The man:sge[4] device driver provides support for the following Ethernet controllers: + +* SiS190 Fast Ethernet controller +* SiS191 Fast/Gigabit Ethernet controller + +The man:sis[4] 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: + +* @Nifty FNECHARD IFC USUP-TX +* MELCO LGY-PCI-TXC +* Netgear FA311-TX (DP83815) +* Netgear FA312-TX (DP83815) +* SiS 630, 635, and 735 motherboard chipsets +* Soekris Engineering net45xx, net48xx, lan1621, and lan1641 + +Adapters supported by the man:sk[4] driver include: + +* 3Com 3C940 single port, 1000baseT adapter +* 3Com 3C2000-T single port, 1000baseT adapter +* Belkin F5D5005 single port, 1000baseT adapter +* D-Link DGE-530T single port, 1000baseT adapter +* Linksys (revision 2) single port, 1000baseT adapter +* SK-9521 SK-NET GE-T single port, 1000baseT adapter +* SK-9821 SK-NET GE-T single port, 1000baseT adapter +* SK-9822 SK-NET GE-T dual port, 1000baseT adapter +* SK-9841 SK-NET GE-LX single port, single mode fiber adapter +* SK-9842 SK-NET GE-LX dual port, single mode fiber adapter +* SK-9843 SK-NET GE-SX single port, multimode fiber adapter +* SK-9844 SK-NET GE-SX dual port, multimode fiber adapter +* SMC 9452TX single port, 1000baseT adapter + +[i386,amd64] The man:sn[4] driver supports SMC91Cxx based ISA and PCMCIA cards including: + +* 3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC +* 3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336, CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T, XJEM3336 +* Farallon EtherMac PC Card 595a +* Motorola Mariner Ethernet/Modem PC Card +* Ositech Seven of Diamonds Ethernet PC Card +* Ositech Jack of Hearts Ethernet/Modem PC Card +* Psion Gold Card Netglobal Ethernet PC Card +* Psion Gold Card Netglobal 10/100 Fast Ethernet PC Card +* Psion Gold Card Netglobal 56k+10Mb Ethernet PC Card +* SMC EZEther PC Card (8020BT) +* SMC EZEther PC Card (8020T) + +The man:sn[4] 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 man:sn[4] driver. + +[pc98] The man:snc[4] driver supports the following cards: + +* National Semiconductor DP83934AVQB +* NEC PC-9801-83 +* NEC PC-9801-84 +* NEC PC-9801-103 +* NEC PC-9801-104 +* NEC PC-9801N-15 +* NEC PC-9801N-25 +* NEC PC-9801N-J02 PCMCIA +* NEC PC-9801N-J02R PCMCIA + +The man:snc[4] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. + +The man:ste[4] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: + +* D-Link DFE-530TXS +* D-Link DFE-550TX +* D-Link DFE-580TX + +The man:stge[4] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: + +* Antares Microsystems Gigabit Ethernet +* ASUS NX1101 Gigabit Ethernet +* D-Link DL-4000 Gigabit Ethernet +* IC Plus IP1000A Gigabit Ethernet +* Sundance ST-2021 Gigabit Ethernet +* Sundance ST-2023 Gigabit Ethernet +* Sundance TC9021 Gigabit Ethernet +* Tamarack TC9021 Gigabit Ethernet + +[i386,pc98,amd64,sparc64] The man:ti[4] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The man:ti[4] driver has been tested with the following adapters: + +* 3Com 3c985-SX Gigabit Ethernet adapter (Tigon 1) +* 3Com 3c985B-SX Gigabit Ethernet adapter (Tigon 2) +* Alteon AceNIC V Gigabit Ethernet adapter (1000baseSX) +* Alteon AceNIC V Gigabit Ethernet adapter (1000baseT) +* Digital EtherWORKS 1000SX PCI Gigabit adapter +* Netgear GA620 Gigabit Ethernet adapter (1000baseSX) +* Netgear GA620T Gigabit Ethernet adapter (1000baseT) + +The following adapters should also be supported but have not yet been tested: + +* Asante GigaNIX1000T Gigabit Ethernet adapter +* Asante PCI 1000BASE-SX Gigabit Ethernet adapter +* Farallon PN9000SX Gigabit Ethernet adapter +* NEC Gigabit Ethernet +* Silicon Graphics PCI Gigabit Ethernet adapter + +[i386,pc98,amd64] The man:tl[4] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: + +* Olicom OC-2135/2138 10/100 TX UTP adapter +* Olicom OC-2325/OC-2326 10/100 TX UTP adapter +* Racore 8148 10baseT/100baseTX/100baseFX adapter +* Racore 8165 10/100baseTX adapter + +The man:tl[4] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: + +* Compaq Netelligent 10 +* Compaq Netelligent 10 T PCI UTP/Coax +* Compaq Netelligent 10/100 +* Compaq Netelligent 10/100 Dual-Port +* Compaq Netelligent 10/100 Proliant +* Compaq Netelligent 10/100 TX Embedded UTP +* Compaq Netelligent 10/100 TX UTP +* Compaq NetFlex 3P +* Compaq NetFlex 3P Integrated +* Compaq NetFlex 3P w/BNC + +[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (man:tx[4] driver) + +The man:txp[4] driver supports the following cards: + +* 3Com 3CR990-TX-95 +* 3Com 3CR990-TX-97 +* 3Com 3cR990B-TXM +* 3Com 3CR990SVR95 +* 3Com 3CR990SVR97 +* 3Com 3cR990B-SRV + +[i386,pc98,amd64] The man:udav[4] driver supports the following adapters: + +* Corega FEther USB-TXC +* ShanTou ST268 USB NIC + +The man:vge[4] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: + +* VIA Networking LAN-on-motherboard Gigabit Ethernet +* ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701) +* ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702) + +The man:vr[4] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: + +* AOpen/Acer ALN-320 +* D-Link DFE520-TX +* D-Link DFE530-TX +* Hawking Technologies PN102TX +* Soekris Engineering net5501 + +[i386,pc98,ia64,amd64] The man:vx[4] driver supports the following cards: + +* 3Com 3c590 EtherLink III PCI +* 3Com 3c592 EtherLink III EISA +* 3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode +* 3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode + +[i386,amd64] The man:vxge[4] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. + +[i386,pc98,amd64] The man:wb[4] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: + +* Trendware TE100-PCIE + +[i386,amd64] The man:xe[4] driver supports the following cards: + +* Xircom CreditCard Ethernet (PS-CE2-10) +* Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28) +* Xircom CreditCard Ethernet + Modem 33 (CEM33) +* Xircom CreditCard 10/100 (CE3, CE3B) +* Xircom CreditCard Ethernet 10/100 + Modem 56 (CEM56) +* Xircom RealPort Ethernet 10 (RE10) +* Xircom RealPort Ethernet 10/100 (RE100) +* Xircom RealPort Ethernet 10/100 + Modem 56 (REM56, REM56G) +* Accton Fast EtherCard-16 (EN2226) +* Compaq Microcom CPQ550 Ethernet/Modem PC Card +* Compaq Netelligent 10/100 PC Card (CPQ-10/100) +* Intel EtherExpress Pro/100 PC Card Mobile Adapter 16 (Pro/100 M16A) +* Intel EtherExpress Pro/100 LAN/Modem PC Card Adapter (Pro/100 M16B) + +Other similar devices using the same hardware may also be supported. + +The man:xl[4] driver supports the following hardware: + +* 3Com 3c900-TPO +* 3Com 3c900-COMBO +* 3Com 3c905-TX +* 3Com 3c905-T4 +* 3Com 3c900B-TPO +* 3Com 3c900B-TPC +* 3Com 3c900B-FL +* 3Com 3c900B-COMBO +* 3Com 3c905B-T4 +* 3Com 3c905B-TX +* 3Com 3c905B-FX +* 3Com 3c905B-COMBO +* 3Com 3c905C-TX +* 3Com 3c980, 3c980B, and 3c980C server adapters +* 3Com 3cSOHO100-TX OfficeConnect adapters +* 3Com 3c450 HomeConnect adapters +* 3Com 3c555, 3c556 and 3c556B mini-PCI adapters +* 3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT, 3CCFEM656, 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and 3CXFEM656C CardBus adapters +* 3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB, and 3c920B-EMB-WNM embedded adapters + +Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the man:xl[4] driver nor any other FreeBSD driver supports this modem. + +[[fddi]] +== FDDI Interfaces + +[i386, pc98] DEC DEFPA PCI (man:fpa[4] driver) + +[i386] DEC DEFEA EISA (man:fpa[4] driver) + +[[atm]] +== ATM Interfaces + +[i386, pc98] Midway-based ATM interfaces (man:en[4] driver) + +[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and man:fatm[4] drivers) + +[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (man:idt[4] driver) + +[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (man:hatm[4] driver) + +[i386, pc98] IDT77252-based ATM cards (man:patm[4] driver) + +[[wlan]] +== Wireless Network Interfaces + +[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (man:an[4] driver) + +[i386,pc98,amd64,sparc64] The man:ath[4] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. + +The man:bwi[4] driver supports Broadcom BCM43xx based wireless devices, including: + +* Apple Airport Extreme +* Apple Airport Extreme +* ASUS WL-138g +* Buffalo WLI-CB-G54S +* Buffalo WLI-PCI-G54S +* Compaq R4035 onboard +* Dell Wireless 1390 BCM4311 Mini PCI +* Dell Wireless 1470 +* Dell Truemobile 1300 r2 +* Dell Truemobile 1400 +* HP nx6125 +* Linksys WPC54G Ver 3 +* Linksys WPC54GS Ver 2 +* TRENDnet TEW-401PCplus +* US Robotics 5411 + +The man:[4] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the man:bwi[4] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. + +[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (man:ipw[4] driver) + +[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (man:iwi[4] driver) + +[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (man:iwn[4] driver) + +[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (man:malo[4] driver) + +Marvell 88W8363 IEEE 802.11n wireless network adapters (man:mwl[4] driver) + +[i386,amd64] The man:ral[4] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: + +* A-Link WL54H +* A-Link WL54PC +* AirLink101 AWLC5025 +* AirLink101 AWLH5025 +* Amigo AWI-914W +* Amigo AWI-922W +* Amigo AWI-926W +* AMIT WL531C +* AMIT WL531P +* AOpen AOI-831 +* ASUS WL-107G +* ASUS WL-130g +* Atlantis Land A02-PCI-W54 +* Atlantis Land A02-PCM-W54 +* Belkin F5D7000 v3 +* Belkin F5D7010 v2 +* Billionton MIWLGRL +* Canyon CN-WF511 +* Canyon CN-WF513 +* CC&C WL-2102 +* CNet CWC-854 +* CNet CWP-854 +* Compex WL54G +* Compex WLP54G +* Conceptronic C54RC +* Conceptronic C54Ri +* Digitus DN-7001G-RA +* Digitus DN-7006G-RA +* E-Tech WGPC02 +* E-Tech WGPI02 +* Edimax EW-7108PCg +* Edimax EW-7128g +* Eminent EM3036 +* Eminent EM3037 +* Encore ENLWI-G-RLAM +* Encore ENPWI-G-RLAM +* Fiberline WL-400P +* Fibreline WL-400X +* Gigabyte GN-WI01GS +* Gigabyte GN-WIKG +* Gigabyte GN-WMKG +* Gigabyte GN-WP01GS +* Gigabyte GN-WPKG +* Hawking HWC54GR +* Hawking HWP54GR +* iNexQ CR054g-009 (R03) +* JAHT WN-4054P +* JAHT WN-4054PCI +* LevelOne WNC-0301 v2 +* LevelOne WPC-0301 v2 +* Linksys WMP54G v4 +* Micronet SP906GK +* Micronet SP908GK V3 +* Minitar MN54GCB-R +* Minitar MN54GPC-R +* MSI CB54G2 +* MSI MP54G2 +* MSI PC54G2 +* OvisLink EVO-W54PCI +* PheeNet HWL-PCIG/RA +* Pro-Nets CB80211G +* Pro-Nets PC80211G +* Repotec RP-WB7108 +* Repotec RP-WP0854 +* SATech SN-54C +* SATech SN-54P +* Sitecom WL-112 +* Sitecom WL-115 +* SMC SMCWCB-GM +* SMC SMCWPCI-GM +* SparkLAN WL-685R +* Surecom EP-9321-g +* Surecom EP-9321-g1 +* Surecom EP-9428-g +* Sweex LC500050 +* Sweex LC700030 +* TekComm NE-9321-g +* TekComm NE-9428-g +* Unex CR054g-R02 +* Unex MR054g-R02 +* Zinwell ZWX-G160 +* Zinwell ZWX-G360 +* Zinwell ZWX-G361 +* Zonet ZEW1500 +* Zonet ZEW1600 + +[i386,amd64] The man:rum[4] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: + +* 3Com Aolynk WUB320g +* Abocom WUG2700 +* Airlink101 AWLL5025 +* ASUS WL-167g ver 2 +* Belkin F5D7050 ver 3 +* Belkin F5D9050 ver 3 +* Buffalo WLI-U2-SG54HP +* Buffalo WLI-U2-SG54HG +* Buffalo WLI-U2-G54HP +* Buffalo WLI-UC-G +* CNet CWD-854 ver F +* Conceptronic C54RU ver 2 +* Corega CG-WLUSB2GO +* D-Link DWA-110 +* D-Link DWA-111 +* D-Link DWL-G122 rev C1 +* D-Link WUA-1340 +* Digitus DN-7003GR +* Edimax EW-7318USG +* Gigabyte GN-WB01GS +* Gigabyte GN-WI05GS +* Hawking HWUG1 +* Hawking HWU54DM +* Hercules HWGUSB2-54-LB +* Hercules HWGUSB2-54V2-AP +* LevelOne WNC-0301USB v3 +* Linksys WUSB54G rev C +* Linksys WUSB54GR +* Planex GW-US54HP +* Planex GW-US54Mini2 +* Planex GW-USMM +* Senao NUB-3701 +* Sitecom WL-113 ver 2 +* Sitecom WL-172 +* Sweex LW053 +* TP-LINK TL-WN321G + +[i386,amd64] The man:run[4] driver supports the following wireless adapters: + +* Airlink101 AWLL6090 +* ASUS USB-N11 +* ASUS USB-N13 ver. A1 +* ASUS WL-160N +* Belkin F5D8051 ver 3000 +* Belkin F5D8053 +* Belkin F5D8055 +* Belkin F6D4050 ver 1 +* Buffalo WLI-UC-AG300N +* Buffalo WLI-UC-G300N +* Buffalo WLI-UC-G301N +* Buffalo WLI-UC-GN +* Corega CG-WLUSB2GNL +* Corega CG-WLUSB2GNR +* Corega CG-WLUSB300AGN +* Corega CG-WLUSB300GNM +* D-Link DWA-130 rev B1 +* D-Link DWA-140 +* DrayTek Vigor N61 +* Edimax EW-7711UAn +* Edimax EW-7711UTn +* Edimax EW-7717Un +* Edimax EW-7718Un +* Gigabyte GN-WB30N +* Gigabyte GN-WB31N +* Gigabyte GN-WB32L +* Hawking HWDN1 +* Hawking HWUN1 +* Hawking HWUN2 +* Hercules HWNU-300 +* Linksys WUSB54GC v3 +* Linksys WUSB600N +* Mvix Nubbin MS-811N +* Planex GW-USMicroN +* Planex GW-US300MiniS +* Sitecom WL-182 +* Sitecom WL-188 +* Sitecom WL-301 +* Sitecom WL-302 +* Sitecom WL-315 +* SMC SMCWUSBS-N2 +* Sweex LW303 +* Sweex LW313 +* Unex DNUR-81 +* Unex DNUR-82 +* ZyXEL NWD210N +* ZyXEL NWD270N + +The man:uath[4] driver should work with the following adapters: + +* Compex WLU108AG +* Compex WLU108G +* D-Link DWL-G132 +* IODATA WN-G54/US +* MELCO WLI-U2-KAMG54 +* Netgear WG111T +* Netgear WG111U +* Netgear WPN111 +* Olitec 000544 +* PLANET WDL-U357 +* Siemens Gigaset 108 +* SMC SMCWUSBT-G +* SMC SMCWUSBT-G2 +* SparkLAN WL-785A +* TP-Link TL-WN620G +* TRENDware International TEW-444UB +* TRENDware International TEW-504UB +* Unex Technology UR054ag +* ZyXEL XtremeMIMO M-202 + +An up to date list can be found at http://customerproducts.atheros.com/customerproducts/default.asp. + +The man:upgt[4] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: + +* Belkin F5D7050 (version 1000) +* Cohiba Proto Board +* D-Link DWL-G120 Cohiba +* FSC Connect2Air E-5400 USB D1700 +* Gigaset USB Adapter 54 +* Inventel UR045G +* SMC EZ ConnectG SMC2862W-G +* Sagem XG703A +* Spinnaker DUT +* Spinnaker Proto Board + +[i386,amd64] The man:ural[4] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: + +* AMIT WL532U +* ASUS WL-167g +* Belkin F5D7050 v2000 +* Buffalo WLI-U2-KG54-AI +* CNet CWD-854 +* Compex WLU54G 2A1100 +* Conceptronic C54RU +* D-Link DWL-G122 b1 +* Dynalink WLG25USB +* E-Tech WGUS02 +* Gigabyte GN-WBKG +* Hercules HWGUSB2-54 +* KCORP LifeStyle KLS-685 +* Linksys WUSB54G v4 +* Linksys WUSB54GP v4 +* MSI MS-6861 +* MSI MS-6865 +* MSI MS-6869 +* NovaTech NV-902 +* OvisLink Evo-W54USB +* SerComm UB801R +* SparkLAN WL-685R +* Surecom EP-9001-g +* Sweex LC100060 +* Tonze UW-6200C +* Zinwell ZWX-G261 +* Zonet ZEW2500P + +An up to date list can be found at http://ralink.rapla.net/. + +The man:urtw[4] driver supports Realtek RTL8187B/L based wireless network devices, including: + +* Belkin F5D7050E +* Linksys WUSB54GCv2 +* Netgear WG111v2 +* Netgear WG111v3 +* Safehome WLG-1500SMA5 +* Shuttle XPC Accessory PN20 +* Sitecom WL168v1 +* Sitecom WL168v4 +* SureCom EP-9001-g(2A) +* TRENDnet TEW-424UB V3.xR + +[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 (man:wi[4] driver) + +[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (man:wl[4] driver) + +[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (man:wpi[4] driver) + +[i386,amd64] The following devices are known to be supported by the man:zyd[4] driver: + +* 3COM 3CRUSB10075 +* Acer WLAN-G-US1 +* Airlink+ AWLL3025 +* Airlink 101 AWLL3026 +* AOpen 802.11g WL54 +* Asus A9T integrated wireless +* Asus WL-159g +* Belkin F5D7050 v.4000 +* Billion BiPAC 3011G +* Buffalo WLI-U2-KG54L +* CC&C WL-2203B +* DrayTek Vigor 550 +* Edimax EW-7317UG +* Edimax EW-7317LDG +* Fiberline Networks WL-43OU +* iNexQ UR055g +* Linksys WUSBF54G +* Longshine LCS-8131G3 +* MSI US54SE +* MyTek MWU-201 USB adapter +* Philips SNU5600 +* Planet WL-U356 +* Planex GW-US54GZ +* Planex GW-US54GZL +* Planex GW-US54Mini +* Safecom SWMULZ-5400 +* Sagem XG 760A +* Sagem XG 76NA +* Sandberg Wireless G54 USB +* Sitecom WL-113 +* SMC SMCWUSB-G +* Sweex wireless USB 54 Mbps +* Tekram/Siemens USB adapter +* Telegent TG54USB +* Trendnet TEW-424UB rev A +* Trendnet TEW-429UB +* TwinMOS G240 +* Unicorn WL-54G +* US Robotics 5423 +* X-Micro XWL-11GUZX +* Yakumo QuickWLAN USB +* Zonet ZEW2501 +* ZyXEL ZyAIR G-202 +* ZyXEL ZyAIR G-220 + +[[misc-network]] +== Miscellaneous Networks + +[i386,pc98] The man:ce[4] driver supports the following models of Tau-PCI/32 WAN adapters: + +* Cronyx Tau-PCI/32 +* Cronyx Tau-PCI/32-Lite + +[i386] The man:cx[4] driver supports the following cards: + +* Cronyx Sigma-22, Sigma-24 +* Cronyx Sigma-100 +* Cronyx Sigma-400, Sigma-401, Sigma-404, Sigma-410, Sigma-440 +* Cronyx Sigma-500 +* Cronyx Sigma-703 +* Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840 + +[i386,pc98] The man:cp[4] driver supports the following models of Tau-PCI WAN adapters: + +* Cronyx Tau-PCI +* Cronyx Tau-PCI/R +* Cronyx Tau-PCI-L +* Cronyx Tau-PCI-L/R +* Cronyx Tau-PCI-E1 +* Cronyx Tau-PCI-G703 +* Cronyx Tau-PCI-2E1 +* Cronyx Tau-PCI-4E1 +* Cronyx Tau-PCI-E3 +* Cronyx Tau-PCI-T3 +* Cronyx Tau-PCI-STS1 + +[i386] The man:ctau[4] driver supports the following cards: + +* Cronyx Tau (RS-232/V.35) +* Cronyx Tau/R (RS-530/RS-449) +* Cronyx Tau/E1 (fractional E1) +* Cronyx Tau/G703 (unframed E1) + +[i386] The man:cm[4] driver supports the following card models: + +* SMC90c26 +* SMC90c56 +* SMC90c66 in '56 compatibility mode. + +[[serial]] +== Serial Interfaces + +[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (man:sio[4] driver) + +The man:uart[4] driver supports the following classes of UARTs: + +* NS8250: standard hardware based on the 8250, 16450, 16550, 16650, 16750 or the 16950 UARTs. +* SCC: serial communications controllers supported by the scc(4) device driver. + +The man:scc[4] driver supports the following classes of SCCs: + +* SAB82532: Siemens SAB 82532 based serial communications controllers. +* Z8530: Zilog 8530 based serial communications controllers. + +[amd64, i386] AST 4 port serial card using shared IRQ + +* ARNET 8 port serial card using shared IRQ +* ARNET (now Digiboard) Sync 570/i high-speed serial + +[i386] Boca multi-port serial cards + +* Boca BB1004 4-Port serial card (Modems _not_ supported) +* Boca IOAT66 6-Port serial card (Modems supported) +* Boca BB1008 8-Port serial card (Modems _not_ supported) +* Boca BB2016 16-Port serial card (Modems supported) + +[i386] Comtrol Rocketport card (man:rp[4] driver) + +[i386] Cyclades Cyclom-Y serial board (man:cy[4] driver) + +[i386] STB 4 port card using shared IRQ + +[i386] DigiBoard intelligent serial cards (digi driver) + +[amd64, i386, ia64] PCI-Based multi-port serial boards (man:puc[4] driver) + +* [amd64, i386] Actiontech 56K PCI +* [amd64, i386] Avlab Technology, PCI IO 2S and PCI IO 4S +* [amd64, i386] Comtrol RocketPort 550 +* [amd64, i386] Decision Computers PCCOM 4-port serial and dual port RS232/422/485 +* [ia64] Diva Serial (GSP) Multiport UART +* [amd64, i386] Dolphin Peripherals 4025/4035/4036 +* [amd64, i386] IC Book Labs Dreadnought 16x Lite and Pro +* [amd64, i386] Lava Computers 2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550 +* [amd64, i386] Middle Digital, Weasle serial port +* [amd64, i386] Moxa Industio CP-114, Smartio C104H-PCI and C168H/PCI +* [amd64, i386] NEC PK-UG-X001 and PK-UG-X008 +* [amd64, i386] Netmos NM9835 PCI-2S-550 +* [amd64, i386] Oxford Semiconductor OX16PCI954 PCI UART +* [amd64, i386] Syba Tech SD-LAB PCI-4S2P-550-ECP +* [amd64, i386] SIIG Cyber I/O PCI 16C550/16C650/16C850 +* [amd64, i386] SIIG Cyber 2P1S PCI 16C550/16C650/16C850 +* [amd64, i386] SIIG Cyber 2S1P PCI 16C550/16C650/16C850 +* [amd64, i386] SIIG Cyber 4S PCI 16C550/16C650/16C850 +* [amd64, i386] SIIG Cyber Serial (Single and Dual) PCI 16C550/16C650/16C850 +* [amd64, i386] Syba Tech Ltd. PCI-4S2P-550-ECP +* [amd64, i386] Titan PCI-200H and PCI-800H +* [amd64, i386] US Robotics (3Com) 3CP5609 modem +* [amd64, i386] VScom PCI-400 and PCI-800 + +[i386] The man:rc[4] driver provides support for the SDL Communications RISCom/8 boards. + +[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (man:si[4] driver) + +[pc98] Internel serial interfaces (man:sio[4] driver) + +* PC-9801 on-board +* PC-9821 2'nd CCU (flags 0x12000000) + +[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (man:sio[4] driver) + +* COM2 (flags 0x01000000) +* COM3 (flags 0x02000000) + +[pc98] NEC PC-9801-120 (man:sio[4] driver) + +== Note: + +"flags 0x11000000" is necessary in kernel configuration. + +[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (man:sio[4] driver) + +== Note: + +"flags 0x14000?01" is necessary in kernel configuration. + +[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (man:sio[4] driver) + +== Note: + +"flags 0x15000?01" is necessary in kernel configuration. + +[pc98] Media Intelligent RSB-384 (man:sio[4] driver) + +== Note: + +"flags 0x16000001" is necessary in kernel configuration. + +[pc98] I-O DATA RSA-98III (man:sio[4] driver) + +== Note: + +"flags 0x18000?01" is necessary in kernel configuration. + +[pc98] Hayes ESP98 (man:sio[4] driver) + +== Note: + +"options COM_ESP" and "flags 0x19000000" are necessary in kernel configuration. + +[[sound]] +== Sound Devices + +[i386,amd64] The man:snd_ad1816[4] driver supports the following sound cards: + +* Analog Devices AD1816 + +[i386] The man:snd_als4000[4] driver supports the following sound cards: + +* Avance Logic ALS4000 + +[i386,amd64] The man:snd_atiixp[4] driver supports the following audio chipsets: + +* ATI IXP 200 +* ATI IXP 300 +* ATI IXP 400 + +[sparc64] The man:snd_audiocs[4] driver supports the following audio devices: + +* CS4231 on SBus based UltraSPARC +* CS4231 on PCI/EBus based UltraSPARC + +[i386,amd64] The man:snd_cmi[4] driver supports the following sound cards: + +* CMedia CMI8338A +* CMedia CMI8338B +* CMedia CMI8738 +* CMedia CMI8738B + +[i386,amd64] The man:snd_cs4281[4] driver supports the following sound cards: + +* Crystal Semiconductor CS4281 + +[i386,amd64] The man:snd_csa[4] driver supports the following sound cards: + +* Crystal Semiconductor CS4280 +* Crystal Semiconductor CS4610 +* Crystal Semiconductor CS4611 +* Crystal Semiconductor CS4614 +* Crystal Semiconductor CS4615 +* Crystal Semiconductor CS4622 +* Crystal Semiconductor CS4624 +* Crystal Semiconductor CS4630 +* Genius Soundmaker 128 Value +* Hercules Game Theatre XP +* Turtle Beach Santa Cruz + +Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the man:snd_csa[4] driver yet. + +[i386,amd64] The man:snd_ds1[4] driver supports the following sound cards: + +* Yamaha DS-1 +* Yamaha DS-1E + +[i386,amd64] The man:snd_emu10k1[4] driver supports the following sound cards: + +* Creative SoundBlaster Live! (EMU10K1 Chipset) +* Creative SoundBlaster Audigy (EMU10K2 Chipset) +* Creative SoundBlaster Audigy 2 (EMU10K2 Chipset) +* Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) + +[i386,amd64] The man:snd_emu10kx[4] driver supports the following sound cards: + +* Creative Sound Blaster Live! (EMU10K1 Chipset). Both PCM and MIDI interfaces are available. +* Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM and two MIDI interfaces available. +* 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). +* 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. + +The man:snd_emu10kx[4] driver does _not_ support the following sound cards (although they have names similar to some supported ones): + +* Creative Sound Blaster Live! 24-Bit, identified by FreeBSD as +* Creative Sound Blaster Audigy LS / ES, identified by FreeBSD as +* All other Creative sound cards with -DAT chipsets. +* All Creative X-Fi series sound cards. + +[i386,amd64] The man:snd_envy24[4] driver supports the following audio devices: + +* M-Audio Audiophile 2496 +* M-Audio Delta Dio 2496 +* Terratec DMX 6fire + +[i386,amd64] The man:snd_envy24ht[4] driver supports the following audio devices: + +* Audiotrak Prodigy 7.1 +* Audiotrak Prodigy 7.1 LT +* Audiotrak Prodigy 7.1 XT +* Audiotrak Prodigy HD2 +* ESI Juli@ +* M-Audio Audiophile 192 +* M-Audio Revolution 5.1 +* M-Audio Revolution 7.1 +* Terratec Aureon 5.1 Sky +* Terratec Aureon 7.1 Space +* Terratec Aureon 7.1 Universe +* Terratec PHASE 22 +* Terratec PHASE 28 + +[i386,sparc64,amd64] The man:snd_es137x[4] driver supports the following sound cards: + +* Creative CT5880-A +* Creative CT5880-C +* Creative CT5880-D +* Creative CT5880-E +* Creative SB AudioPCI CT4730 +* Ensoniq AudioPCI ES1370 +* Ensoniq AudioPCI ES1371-A +* Ensoniq AudioPCI ES1371-B +* Ensoniq AudioPCI ES1373-A +* Ensoniq AudioPCI ES1373-B +* Ensoniq AudioPCI ES1373-8 + +[i386,amd64] The man:snd_ess[4] driver supports the following sound cards: + +* Ensoniq ESS ISA PnP/non-PnP + +[i386,amd64] The man:snd_fm801[4] driver supports audio devices based on the following chipset: + +* Forte Media FM801 + +[i386,amd64] The man:snd_gusc[4] driver supports the following sound cards: + +* Gravis UltraSound MAX +* Gravis UltraSound PnP + +[i386,amd64] The man:snd_hda[4] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. + +The man:snd_hda[4] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. + +[i386,amd64] The man:snd_hdspe[4] driver supports the following audio devices: + +* RME HDSPe AIO +* RME HDSPe RayDAT + +[i386,amd64] The man:snd_ich[4] driver supports the following audio devices: + +* AMD 768 +* AMD 8111 +* Intel 443MX +* Intel ICH +* Intel ICH revision 1 +* Intel ICH2 +* Intel ICH3 +* Intel ICH4 +* Intel ICH5 +* Intel ICH6 +* Intel ICH7 +* NVIDIA nForce +* NVIDIA nForce2 +* NVIDIA nForce2 400 +* NVIDIA nForce3 +* NVIDIA nForce3 250 +* NVIDIA nForce4 +* SiS 7012 + +[i386,amd64] The man:snd_maestro[4] driver supports the following PCI sound cards: + +* ESS Technology Maestro-1 +* ESS Technology Maestro-2 +* ESS Technology Maestro-2E + +[i386,amd64] The man:snd_maestro3[4] driver supports the following audio devices: + +* ESS Technology Allegro-1 +* ESS Technology Maestro3 + +[i386] The man:snd_mss[4] driver supports the following audio devices: + +* AD1845 +* AD1848 +* Aztech 2320 +* CMedia CMI8330 +* Crystal Semiconductor CS4231 +* Crystal Semiconductor CS4232 +* Crystal Semiconductor CS4234 +* Crystal Semiconductor CS4235 +* Crystal Semiconductor CS4236 +* Crystal Semiconductor CS4237 +* ENSONIQ SoundscapeVIVO ENS4081 +* NeoMagic 256AV (non-AC97) +* OPTi 924 +* OPTi 925 +* OPTi 930 +* OPTi 931 +* OPTi 933 +* Yamaha OPL-SA2 +* Yamaha OPL-SA3 + +[i386,amd64] The man:snd_neomagic[4] driver supports the following audio devices: + +* NeoMagic 256AV +* NeoMagic 256ZX + +[i386,amd64] The man:snd_sbc[4] driver supports the following sound cards: + +* Avance Asound 110 +* Avance Logic ALS100+ +* Avance Logic ALS120 +* Creative SB16 +* Creative SB32 +* Creative AWE64 +* Creative AWE64 Gold +* Creative ViBRA16C +* Creative ViBRA16X +* ESS ES1681 +* ESS ES1688 +* ESS ES1868 +* ESS ES1869 +* ESS ES1878 +* ESS ES1879 +* ESS ES1888 + +[i386,amd64] The man:snd_solo[4] driver supports the following sound cards: + +* ESS Solo-1 (ES1938 Chipset) +* ESS Solo-1E (ES1946 Chipset) + +Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) and/or snd_sbc(4). + +[i386,amd64] The man:snd_spicds[4] driver supports the following codecs: + +* AK4358 +* AK4381 +* AK4396 +* AK4524 +* AK4528 +* WM8770 + +[i386,amd64,sparc64] The man:snd_t4dwave[4] driver supports the following audio devices: + +* Acer Labs M5451 +* SIS 7018 +* Trident 4DWave DX +* Trident 4DWave NX + +[i386,amd64] The man:snd_via8233[4] driver supports the following audio chipsets: + +* VIA VT8233 +* VIA VT8233A +* VIA VT8233C +* VIA VT8235 +* VIA VT8237 +* VIA VT8251 + +[i386,amd64] The man:snd_via82c686[4] driver supports audio devices based on the following chipset: + +* VIA 82C686A + +[i386,amd64] The man:snd_vibes[4] driver supports audio devices based on the following chipset: + +* S3 SonicVibes + +[pc98] NEC PC-9801-73, 86 and compatibles (nss driver) + +* NEC A-MATE internal sound +* Q-Vision WaveStar, WaveMaster + +[pc98] NEC X-MATE, CanBe, ValueStar internal (mss driver) + +[pc98] Creative Technologies SoundBlaster(98) (man:sb[4] driver) + +[pc98] I-O DATA CD-BOX (man:sb[4] driver) + +[pc98] MPU-401 and compatible interfaces (mpu driver) + +* Q-Vision WaveStar + +[[camera]] +== Camera and Video Capture Devices + +[i386,pc98] The man:bktr[4] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: + +* AOpen VA1000 +* AVerMedia AVerTV Studio +* AVerMedia TF/FM-98 +* ATI TV Wonder VE +* Hauppauge WinCast/TV +* Hauppauge WinTV-Go-FM +* Hauppauge WinTV-pci +* Hauppauge WinTV-radio +* Intel Smart Video Recorder III +* KWORLD PCI TV Tuner +* Miro PC TV +* Pinnacle PCTV Pro +* Pinnacle PCTV Rave +* PixelView PlayTV PAK +* PixelView PlayTV Pro (rev 4C, 9D) +* SIGMA TV II +* STB TV PCI Television Tuner +* Super TV Tuner +* TerraTec TValue +* V-Stream XPERT TV-PVR 878 +* Video Highway XTreme +* VideoLogic Captivator PCI + +[i386] Connectix QuickCam + +[[usb]] +== USB Devices + +[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. + +== Note: + +[amd64, i386, ia64, pc98] USB Ethernet adapters can be found in the section listing <<ethernet,Ethernet interfaces>>. + +== Note: + +[amd64, i386, ia64, pc98] USB Bluetooth adapters can be found in <<bluetooth,Bluetooth>> section. + +[i386,pc98,ia64,amd64,powerpc] The man:ohci[4] driver supports all OHCI v1.0 compliant controllers including: + +* AcerLabs M5237 (Aladdin-V) +* AMD-756 +* OPTi 82C861 (FireLink) +* NEC uPD 9210 +* CMD Tech 670 (USB0670) +* CMD Tech 673 (USB0673) +* NVIDIA nForce3 +* Sun PCIO-2 (RIO USB) + +[i386,pc98,ia64,amd64,powerpc] The man:uhci[4] driver supports all UHCI v1.1 compliant controllers including: + +* Intel 82371AB/EB (PIIX4) +* Intel 82371SB (PIIX3) +* VIA 83C572 + +[amd64, i386, ia64, pc98] USB 2.0 controllers using the EHCI interface (man:ehci[4] driver) + +[amd64, i386, ia64, pc98] Hubs + +[amd64, i386, ia64, pc98] Keyboards (man:ukbd[4] driver) + +[amd64, i386, pc98] Miscellaneous + +* Assist Computer Systems PC Camera C-M1 +* ActiveWire I/O Board +* Creative Technology Video Blaster WebCam Plus +* D-Link DSB-R100 USB Radio (man:ufm[4] driver) +* Mirunet AlphaCam Plus + +[i386,pc98,amd64,powerpc] The following devices are supported by the man:urio[4] driver: + +* Diamond MultiMedia Rio 500 +* Diamond MultiMedia Rio 600 +* Diamond MultiMedia Rio 800 + +[i386,pc98,amd64] Devices supported by the man:umodem[4] driver include: + +* 3Com 5605 +* Curitel PC5740 Wireless Modem +* Kyocera AH-K3001V Mobile Phone(WILLCOM) +* Kyocera WX320K Mobile Phone(WILLCOM) +* Metricom Ricochet GS USB wireless modem +* Sierra MC5720 Wireless Modem +* Yamaha Broadband Wireless Router RTW65b +* ELSA MicroLink 56k USB modem +* Sony Ericsson W810i phone +* Sonim XP5300 Force + +[amd64, i386, ia64, pc98] Mice (man:ums[4] driver) + +[i386,pc98,amd64,powerpc] The man:ulpt[4] driver provides support for USB printers and parallel printer conversion cables, including the following: + +* ATen parallel printer adapter +* Belkin F5U002 parallel printer adapter +* Canon BJ F850, S600 +* Canon LBP-1310, 350 +* Entrega USB-to-parallel printer adapter +* Hewlett-Packard HP Deskjet 3420 (P/N: C8947A #ABJ) +* Oki Data MICROLINE ML660PS +* Seiko Epson PM-900C, 880C, 820C, 730C + +[i386,pc98,amd64] The man:ubsa[4] driver supports the following adapters: + +* AnyData ADU-500A EV-DO modem +* AnyData ADU-E100A (no EV-DO mode support) +* Belkin F5U103 +* Belkin F5U120 +* e-Tek Labs Kwik232 +* GoHubs GoCOM232 +* Peracom single port serial adapter + +[i386,pc98,amd64] The man:ubser[4] driver provides support for the BWCT console management serial adapters. + +[i386,pc98,amd64] The man:uftdi[4] driver supports the following adapters: + +* B&B Electronics USB->RS422/485 adapter +* Elexol USB MOD1 and USB MOD3 +* HP USB-Serial adapter shipped with some HP laptops +* Inland UAS111 +* QVS USC-1000 +* Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote +* Prologix GPIB-USB Controller + +[i386,pc98,amd64] The man:uplcom[4] driver supports the following devices and adapters: + +* ADLINK ND-6530 USB-Serial Adapter +* Alcatel One Touch 535/735 Phone +* Alcor AU9720 USB-RS232 Serial Adapter +* AlDiga AL-11U Modem +* Alltronix ACM003U00 Modem +* Anchor Serial adapter +* ATEN UC-232A +* BAFO BF-800 and BF-810 +* Belkin F5U257 +* BenQ S81 Phone +* Corega CG-USBRS232R Serial Adapter +* Cressi Edy (Seiko) Diving Computer +* ELECOM UC-SGT Serial Adapter +* HAL Corporation Crossam2+USB IR commander +* Hama USB RS-232 Serial Adapter +* Hamlet exagerate XURS232 +* HP LD220 Point-Of-Sale (POS) Display +* IOGEAR UC-232A +* I/O DATA USB-RSAQ, USB-RSAQ2, USB-RSAQ3 and USB-RSAQ5 +* iTegno WM1080A GSM/GFPRS Modem +* iTegno WM2080A CDMA Modem +* Leadtek 9531 GPS +* Micromax 610U Modem +* Microsoft Palm 700WX +* Mobile Action MA-620 Infrared Adapter +* Motorola Cables +* Nokia CA-42 Cable +* OTI DKU-5 cable +* Panasonic TY-TP50P6-S flat screen +* PLX CA-42 Phone Cable +* PLANEX USB-RS232 URS-03 +* Prolific Generic USB-Serial Adapters +* Prolific Pharos USB-Serial Adapter +* RATOC REX-USB60 +* Radio Shack USB Serial Cable +* Sagem USB-Serial Adapter +* Samsung I330 Phone Cradle +* Sandberg USB to Serial Link (model number 133-08) +* Sanwa KB-USB2 Multimeter cable +* Siemens/BenQ EF81, SX1, X65 and X75 Mobile Phones +* Sitecom USB-Serial Adapter +* SMART Technologies USB-Serial Adapter +* Sony QN3 Phone Cable +* Sony Ericsson Datapilot +* Sony Ericsson DCU-10 and DCU-11 (Susteen) USB Cables +* SOURCENEXT KeikaiDenwa 8 (with and without charger) +* Speed Dragon USB-Serial Cable +* Syntech CPT-8001C Barcode Scanner +* TDK UHA6400 and UPA9664 USB-PHS Adapters +* TRENDnet USB to Serial Converter (TU-S9) +* Tripp-Lite U209-000-R USB-Serial Adapter +* UIC HCR331 Magnetic Stripe Card Reader +* UIC MSR206 Magnetic Stripe Card Reader +* Willcom W-SIM DD PHS terminal.(WS002IN) +* YC-Cable USB-Serial Adapter +* Zeagle N2iTion3 Diving Computer + +The man:umct[4] driver supports the following adapters: + +* Belkin F5U109 +* Belkin F5U409 +* D-Link DU-H3SP USB BAY Hub +* Magic Control Technology USB-232 +* Sitecom USB-232 + +[i386,pc98,amd64,powerpc] The man:umass[4] driver supports USB Mass Storage devices, including: + +* ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M +* Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20 +* FujiFilm Zip USB Drive ZDR100 USB A +* GREEN HOUSE USB Flash Memory "PicoDrive" GH-UFD32M, 64M, 128M +* Huawei Mobile (SD slot) +* IBM 32MB USB Memory Key (P/N 22P5296) +* IBM 256MB USB Drive (MSYSTEM DiskOnKey2) +* IBM ThinkPad USB Portable CD-ROM Drive (P/N 33L5151) +* I-O DATA USB CD/CD-R/CD-RW/DVD-R/DVD-RW/DVD-RAM/DVD-ROM Drive DVR-iUH2 (CDROM, DVD-RAM only) +* I-O DATA USB x6 CD-RW Drive CDRW-i64/USB (CDROM only) +* I-O DATA USB/IEEE1394 Portable HD Drive HDP-i30P/CI, HDP-i40P/CI +* Iomega USB Zip 100/250 drive +* Iomega Zip750 USB2.0 drive +* Keian USB1.1/2.0 3.5-inch HDD Case KU350A +* Kurouto Shikou USB 2.5-inch HDD Case GAWAP2.5PS-USB2.0 +* LaCie P3 HardDrive USB 200GB +* Logitec LDR-H443U2 DVD-RAM/-R/+R/-RW/+RW drive +* Logitec Mobile USB Memory LMC-256UD +* Logitec USB1.1/2.0 HDD Unit SHD-E60U2 +* Logitec USB Double-Speed Floppy Drive LFD-31U2 +* Logitec USB/IEEE1394 DVD-RAM/R/RW Unit LDR-N21FU2 (CDROM only) +* MELCO USB Flash Disk "ClipDrive", RUF-C32M, -C64M, -C128M, -C256M, -C512M +* MELCO USB Flash Disk "PetitDrive", RUF-32M, -64M, -128M, -256Mm +* MELCO USB2.0 Flash Disk "PetitDrive2", RUF-256M/U2, -512M/U2 +* MELCO USB2.0 MO Drive MO-CH640U2 +* Matshita CF-VFDU03 floppy drive +* Merlin SM300 MP3/WMA Player (256Mb) +* Microtech International, Inc. USB-SCSI-HD 50 USB to SCSI cable +* Motorola E398 Mobile Phone (TransFlash memory card) +* NOVAC USB2.0 2.5/3.5-inch HDD Case NV-HD351U +* PNY Attache Flash Drive +* Panasonic ("Matshita FDD CF-VFDU03") +* Panasonic KXL-CB20AN Portable DVD-ROM/CD-R/RW +* Panasonic KXL-CB35AN (DVD-ROM & CD-R/RW) +* Panasonic USB2.0 Portable CD-RW Drive KXL-RW40AN (CDROM only) +* Panasonic floppy drive +* Qware BeatZkey! Pro +* RATOC Systems USB2.0 Removable HDD Case U2-MDK1, U2-MDK1B +* SanDisk SDDR-31 (Compact Flash) +* SanDisk SDDR-75 (only Compact Flash port works) +* Sitecom CN-300 MultiFlash (MMC/SD, SmartMedia, CF, MemoryStick) +* Sony Portable CD-R/RW Drive CRX10U (CDROM only) +* TEAC Portable USB CD-ROM Unit CD-110PU/210PU +* Time DPA20B MP3 Player (1Gb) +* Trek Thumbdrive 8MB +* VAIO floppy drive (includes Y-E Data Flashbuster-U) +* Y-E Data floppy drive (720/1.44/2.88Mb) + +Among the supported digital cameras are: + +* Asahi Optical (PENTAX) Optio 230 & 330 + +[amd64, i386, pc98] Audio Devices (man:uaudio[4] driver) + +[i386,pc98,amd64] The man:uvisor[4] driver supports the following devices: + +* Aceeca Mez1000 RDA +* Handspring Treo +* Handspring Treo 600 +* Handspring Visor +* Palm I705 +* Palm M125 +* Palm M130 +* Palm M500 +* Palm M505 +* Palm M515 +* Palm Tungsten T +* Palm Tungsten Z +* Palm Zire +* Palm Zire 31 +* Sony Clie 4.0 +* Sony Clie 4.1 +* Sony Clie 5.0 +* Sony Clie PEG-S500C +* Sony Clie NX60 +* Sony Clie S360 +* Sony Clie TJ37 + +[[firewire]] +== IEEE 1394 (Firewire) Devices + +[i386,sparc64,ia64,amd64,powerpc] The man:fwohci[4] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: + +* Adaptec AHA-894x/AIC-5800 +* Apple Pangea +* Apple UniNorth +* Intel 82372FB +* IOGEAR GUF320 +* Lucent / Agere FW322/323 +* NEC uPD72861 +* NEC uPD72870 +* NEC uPD72871/2 +* NEC uPD72873 +* NEC uPD72874 +* National Semiconductor CS4210 +* Ricoh R5C551 +* Ricoh R5C552 +* Sony CX3022 +* Sony i.LINK (CXD3222) +* Sun PCIO-2 (RIO 1394) +* Texas Instruments PCI4410A +* Texas Instruments PCI4450 +* Texas Instruments PCI4451 +* Texas Instruments TSB12LV22 +* Texas Instruments TSB12LV23 +* Texas Instruments TSB12LV26 +* Texas Instruments TSB43AA22 +* Texas Instruments TSB43AB21/A/AI/A-EP +* Texas Instruments TSB43AB22/A +* Texas Instruments TSB43AB23 +* Texas Instruments TSB82AA2 +* VIA Fire II (VT6306) + +[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (man:sbp[4] driver) + +[[bluetooth]] +== Bluetooth Devices + +[i386,pc98,amd64] The man:ng_bt3c[4] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. + +[i386,pc98,amd64] The man:ng_ubt[4] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: + +* 3Com 3CREB96 +* AIPTEK BR0R02 +* EPoX BT-DG02 +* Mitsumi Bluetooth USB adapter +* MSI MS-6967 +* TDK Bluetooth USB adapter +* Broadcom Bluetooth USB adapter + +[[crypto-accel]] +== Cryptographic Accelerators + +[i386,pc98,amd64] The man:hifn[4] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: + +* Invertex AEON +* Hifn 7751 +* PowerCrypt +* XL-Crypt +* NetSec 7751 +* Soekris Engineering vpn1201 and vpn1211 +* Soekris Engineering vpn1401 and vpn1411 + +[i386,pc98,amd64] The man:safe[4] driver supports cards containing any of the following chips: + +* SafeNet 1141 +* SafeNet 1741 + +[i386,pc98,amd64] The man:ubsec[4] driver supports cards containing any of the following chips: + +* Bluesteel 5501 +* Bluesteel 5601 +* Broadcom BCM5801 +* Broadcom BCM5802 +* Broadcom BCM5805 +* Broadcom BCM5820 +* Broadcom BCM5821 +* Broadcom BCM5822 +* Broadcom BCM5823 +* Broadcom BCM5825 + +[[misc]] +== Miscellaneous + +[amd64, i386, pc98] FAX-Modem/PCCARD + +* MELCO IGM-PCM56K/IGM-PCM56KH +* Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal) + +[amd64, i386, pc98] Floppy drives (man:fdc[4] driver) + +[amd64, i386] VGA-compatible video cards (man:vga[4] driver) + +== Note: + +Information regarding specific video cards and compatibility with [.application]#Xorg# can be found at `http://www.x.org/`. + +[amd64, i386, ia64, pc98] Keyboards including: + +* [i386] AT-style keyboards (man:atkbd[4] driver) +* [amd64, i386] PS/2 keyboards (man:atkbd[4] driver) +* [pc98] Standard keyboards +* [amd64, i386, ia64, pc98] USB keyboards (man:ukbd[4] driver) + +[amd64, i386, ia64, pc98] Pointing devices including: + +* [amd64, i386, pc98] Bus mice and compatible devices (man:mse[4] driver) +* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (man:psm[4] driver) +* Serial mice and compatible devices +* [amd64, i386, ia64, pc98] USB mice (ums[4] driver) + +== Note: + +man:moused[8] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. + +[amd64, i386] "PC standard" parallel ports (man:ppc[4] driver) + +[pc98] "PC-9821 standard" parallel ports (man:ppc[4] driver) + +[i386, amd64] PC-compatible joysticks (man:joy[4] driver) + +[pc98] Joystick port of SoundBlaster(98) (man:joy[4] driver) + +[i386, pc98] PHS Data Communication Card/PCCARD + +* NTT DoCoMo P-in Comp@ct +* Panasonic KX-PH405 +* SII MC-P200 + +[i386] Xilinx XC6200-based reconfigurable hardware cards compatible with the HOT1 from http://www.vcc.com/[Virtual Computers] (xrpu driver). + +[pc98] Power Management Controller of NEC PC-98 Note (pmc driver) diff --git a/website/content/en/releases/9.2R/hardware.html b/website/content/en/releases/9.2R/hardware.html deleted file mode 100644 index 2b4144609f..0000000000 --- a/website/content/en/releases/9.2R/hardware.html +++ /dev/null @@ -1,9306 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<meta name="generator" content= -"HTML Tidy for FreeBSD (vers 7 December 2008), see www.w3.org" /> -<meta http-equiv="Content-Type" content= -"text/html; charset=utf-8" /> -<title>FreeBSD 9.2-RELEASE Hardware Notes</title> -<link rel="stylesheet" type="text/css" href="docbook.css" /> -<link rev="made" href="[email protected]" /> -<meta name="generator" content="DocBook XSL Stylesheets V1.76.1" /> -</head> -<body> -<div class="article" title="FreeBSD 9.2-RELEASE Hardware Notes"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h2 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"idp58623536"></a>FreeBSD 9.2-RELEASE Hardware Notes</h2> -</div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="corpauthor">The -FreeBSD Documentation Project</h3> -</div> -<div> -<p xmlns="http://www.w3.org/1999/xhtml" class="copyright">Copyright -© 2000-2013 The FreeBSD Documentation Project</p> -</div> -<div> -<div xmlns="http://www.w3.org/1999/xhtml" class="legalnotice" -title="Legal Notice"><a id="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, Élan, Opteron, and PCnet are trademarks of Advanced Micro -Devices, Inc.</p> -<p>Fujitsu, the Fujitsu logo, LifeBook, Stylistic, PRIMEPOWER, -PRIMEQUEST, PRIMECLUSTER, ETERNUS, TRIOLE, ESPRIMO, BioMedCAChe, -CAChe, CELLINJECTOR, isS, Materials Explorer, SystemWalker, and -Interstage are trademarks or registered trademarks of Fujitsu -Limited in the United States and other countries.</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. -SPARC International, Inc owns all of the SPARC trademarks and under -licensing agreements allows the proper use of these trademarks by -its members.</p> -<p>Sun, Sun Microsystems, Java, Java Virtual Machine, JavaServer -Pages, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, Sun -Blade, Sun Enterprise, Sun Fire, SunOS, Ultra and VirtualBox 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 <span class="quote">“<span class="quote">™</span>”</span> or -the <span class="quote">“<span class="quote">®</span>”</span> -symbol.</p> -</div> -</div> -<div>Last modified on 2013-09-30 by gjb.</div> -</div> -<hr /></div> -<div class="toc"> -<div class="toc-title">Table of Contents</div> -<dl> -<dt><span class="sect1"><a href="#intro">1. -Introduction</a></span></dt> -<dt><span class="sect1"><a href="#proc">2. Supported Processors and -System Boards</a></span></dt> -<dt><span class="sect1"><a href="#support">3. Supported -Devices</a></span></dt> -</dl> -</div> -<div class="sect1" title="1. Introduction"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style= -"clear: both"><a id="intro"></a>1. Introduction</h2> -</div> -</div> -</div> -<p>This document contains the hardware compatibility notes for -FreeBSD 9.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" title= -"2. Supported Processors and System Boards"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style= -"clear: both"><a id="proc"></a>2. Supported Processors and -System Boards</h2> -</div> -</div> -</div> -<p>This section provides some architecture-specific information -about the specific processors and systems that are supported by -each architecture.</p> -<div class="sect2" title="2.1. amd64"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"proc-amd64"></a>2.1. amd64</h3> -</div> -</div> -</div> -<p>Since mid-2003 FreeBSD/amd64 has supported the AMD64 -(<span class="quote">“<span class="quote">Hammer</span>”</span>) -and <span class="trademark">Intel</span>® 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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p><span class="trademark">AMD Athlon</span>™64 (<span class= -"quote">“<span class="quote">Clawhammer</span>”</span>).</p> -</li> -<li class="listitem"> -<p><span class="trademark">AMD Opteron</span>™ (<span class= -"quote">“<span class="quote">Sledgehammer</span>”</span>).</p> -</li> -<li class="listitem"> -<p>All multi-core <span class="trademark">Intel</span>® -<span class="trademark">Xeon</span>™ processors except Sossaman -have EM64T support.</p> -</li> -<li class="listitem"> -<p>The single-core <span class="trademark">Intel</span>® -<span class="trademark">Xeon</span>™ processors <span class= -"quote">“<span class="quote">Nocona</span>”</span>, <span class= -"quote">“<span class="quote">Irwindale</span>”</span>, <span class= -"quote">“<span class="quote">Potomac</span>”</span>, and -<span class="quote">“<span class="quote">Cranford</span>”</span> -have EM64T support.</p> -</li> -<li class="listitem"> -<p>All <span class="trademark">Intel</span>® Core 2 (not Core Duo) -and later processors</p> -</li> -<li class="listitem"> -<p>All <span class="trademark">Intel</span>® <span class= -"trademark">Pentium</span>® D processors</p> -</li> -<li class="listitem"> -<p><span class="trademark">Intel</span>® <span class= -"trademark">Pentium</span>® 4s and Celeron Ds using the -<span class="quote">“<span class="quote">Cedar Mill</span>”</span> -core have EM64T support.</p> -</li> -<li class="listitem"> -<p>Some <span class="trademark">Intel</span>® <span class= -"trademark">Pentium</span>® 4s and Celeron Ds using the -<span class="quote">“<span class="quote">Prescott</span>”</span> -core have EM64T support. See the <a class="ulink" 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> -</div> -<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 <span class="quote">“<span class="quote">64-bit extension -technology</span>”</span> or <span class="quote">“<span class= -"quote">IA-32e</span>”</span>.</p> -<p>Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) -configurations are supported.</p> -<p>In many respects, FreeBSD/amd64 is similar to FreeBSD/i386, in -terms of drivers supported. Generally, drivers that already -function correctly on other 64-bit platforms should work.</p> -</div> -<div class="sect2" title="2.2. i386"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"proc-i386"></a>2.2. i386</h3> -</div> -</div> -</div> -<p>FreeBSD/i386 runs on a wide variety of <span class= -"quote">“<span class="quote">IBM PC compatible</span>”</span> -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>™-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>® processors. All <span class= -"trademark">i386</span>™-compatible AMD processors are also -supported, including the <span class="trademark">Am486</span>®, -<span class="trademark">Am5x86</span>®, K5, <span class= -"trademark">AMD-K6</span>® (and variants), <span class= -"trademark">AMD Athlon</span>™ (including Athlon-MP, -Athlon-XP, Athlon-4, and Athlon Thunderbird), and <span class= -"trademark">AMD Duron</span>™ processors. The AMD É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 buses are well-supported. There is some limited support -for the MCA (<span class="quote">“<span class= -"quote">MicroChannel</span>”</span>) 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 class= -"ulink" 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 <code class= -"literal">options SMP</code> 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 <code class= -"varname">machdep.hyperthreading_allowed</code> tunable. The -<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=smp&amp;sektion=4"><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 -<code class="literal">PAE</code> 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 class="citerefentry" -href= -"http://www.FreeBSD.org/cgi/man.cgi?query=pae&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">pae</span>(4)</span></a> manual page -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 class="ulink" 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 class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=acpi&amp;sektion=4"><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 <code class="filename">/boot/device.hints</code>:</p> -<div class="programlisting">hint.acpi.0.disabled="1"</div> -<p>Users debugging ACPI-related problems may find it useful to -disable portions of the ACPI functionality. The <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=acpi&amp;sektion=4"><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 class= -"ulink" href="http://acpi.sourceforge.net/dsdt/index.php" target= -"_top">DSDT</a> section of the <a class="ulink" 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 class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=acpi&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">acpi</span>(4)</span></a> manual page -for more information.</p> -</div> -<div class="sect2" title="2.3. ia64"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"proc-ia64"></a>2.3. ia64</h3> -</div> -</div> -</div> -<p>Currently supported processors are the <a class="ulink" href= -"http://people.freebsd.org/~marcel/refs/ia64/itanium/24532003.pdf" -target="_top"><span class="trademark">Itanium</span>®</a> and the -<a class="ulink" 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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>HP zx1</p> -</li> -<li class="listitem"> -<p><span class="trademark">Intel</span>® 460GX</p> -</li> -<li class="listitem"> -<p><span class="trademark">Intel</span>® E8870</p> -</li> -</ul> -</div> -<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 class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=syscons&amp;sektion=4"> -<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" title="2.4. pc98"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"proc-pc98"></a>2.4. pc98</h3> -</div> -</div> -</div> -<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" title="2.5. powerpc"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"proc-powerpc"></a>2.5. powerpc</h3> -</div> -</div> -</div> -<p>This section describes the systems currently known to be -supported by FreeBSD on the PowerPC platform. This list is not -exhaustive.</p> -<p>In general, all New World architecture Apple hardware is -supported, as well a limited selection of non-Apple machines.</p> -<p>All systems listed below are fully supported, with the exception -that software fan control is currently missing on some Power -Macintosh G5 models. SMP is supported on all systems with more than -1 processor.</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Apple iMac G3</p> -</li> -<li class="listitem"> -<p>Apple iMac G4</p> -</li> -<li class="listitem"> -<p>Apple iMac G5</p> -</li> -<li class="listitem"> -<p>Apple Power Macintosh G3 (Blue & White)</p> -</li> -<li class="listitem"> -<p>Apple Power Macintosh G4</p> -</li> -<li class="listitem"> -<p>Apple Power Macintosh G5</p> -</li> -<li class="listitem"> -<p>Apple iBook G3</p> -</li> -<li class="listitem"> -<p>Apple iBook G4</p> -</li> -<li class="listitem"> -<p>Apple PowerBook G3 (Lombard and Pismo)</p> -</li> -<li class="listitem"> -<p>Apple PowerBook G4</p> -</li> -<li class="listitem"> -<p>Apple XServe G4</p> -</li> -<li class="listitem"> -<p>Apple XServe G5</p> -</li> -<li class="listitem"> -<p>Apple Mac Mini</p> -</li> -<li class="listitem"> -<p>Embedded boards based on MPC85XX</p> -</li> -</ul> -</div> -</div> -<div class="sect2" title="2.6. sparc64"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"proc-sparc64"></a>2.6. sparc64</h3> -</div> -</div> -</div> -<p>This section describes the systems currently known to be -supported by FreeBSD on the Fujitsu <span class= -"trademark">SPARC64</span>® and Sun <span class= -"trademark">UltraSPARC</span>® platforms. For background -information on the various hardware designs see the <a class= -"ulink" 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 <code class="filename">GENERIC</code> kernel, -FreeBSD/sparc64 systems not equipped with a framebuffer supported -by the <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=creator&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">creator</span>(4)</span></a> (Sun Creator, Sun -Creator3D and Sun Elite3D) or <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=machfb&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">machfb</span>(4)</span></a> (Sun PGX and Sun PGX64 -as well as the ATI Mach64 chips found onboard in for example -<span class="trademark">Sun Blade</span>™ 100, <span class= -"trademark">Sun Blade</span>™ 150, Sun <span class= -"trademark">Ultra</span>™ 5 and Sun <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 9.2-RELEASE. We encourage you to try it -and send a note to the <a class="ulink" 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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Naturetech GENIALstation 777S</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Blade</span>™ 100</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Blade</span>™ 150</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Enterprise</span>™ 150</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Enterprise</span>™ 220R</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Enterprise</span>™ 250</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Enterprise</span>™ 420R</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Enterprise</span>™ 450</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Fire</span>™ B100s (support for -the on-board NICs first appeared in 8.1-RELEASE)</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Fire</span>™ V100</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Fire</span>™ V120</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">Netra</span>™ t1 100/105</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">Netra</span>™ T1 AC200/DC200</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">Netra</span>™ t 1100</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">Netra</span>™ t 1120</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">Netra</span>™ t 1125</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">Netra</span>™ t 1400/1405</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">Netra</span>™ 120</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">Netra</span>™ X1</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">SPARCengine</span>® Ultra AX1105</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">SPARCengine</span>® Ultra AXe</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">SPARCengine</span>® Ultra AXi</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">SPARCengine</span>® Ultra AXmp</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">SPARCengine</span>® CP1500</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">Ultra</span>™ 1</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">Ultra</span>™ 1E</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">Ultra</span>™ 2</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">Ultra</span>™ 5</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">Ultra</span>™ 10</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">Ultra</span>™ 30</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">Ultra</span>™ 60</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">Ultra</span>™ 80</p> -</li> -<li class="listitem"> -<p>Sun <span class="trademark">Ultra</span>™ 450</p> -</li> -</ul> -</div> -<p>The following systems are partially supported by FreeBSD. In -particular the fiber channel controllers in SBus-based systems are -not supported. However, it is possible to use these with a SCSI -controller supported by the <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=esp&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">esp</span>(4)</span></a> driver (Sun -ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI -controllers).</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p><span class="trademark">Sun Enterprise</span>™ 3500</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Enterprise</span>™ 4500</p> -</li> -</ul> -</div> -<p>Starting with 7.2-RELEASE, sparc64 systems based on Sun -<span class="trademark">UltraSPARC</span>® III and beyond are also -supported by FreeBSD, which includes the following known working -systems:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p><span class="trademark">Sun Blade</span>™ 1000</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Blade</span>™ 1500</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Blade</span>™ 2000</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Blade</span>™ 2500</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Fire</span>™ 280R</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Fire</span>™ V210</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Fire</span>™ V215 (support -first appeared in 7.3-RELEASE and 8.1-RELEASE)</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Fire</span>™ V240</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Fire</span>™ V245 (support -first appeared in 7.3-RELEASE and 8.1-RELEASE)</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Fire</span>™ V250</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Fire</span>™ V440 (support for -the on-board NICs first appeared in 7.3-RELEASE and -8.0-RELEASE)</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Fire</span>™ V480 (501-6780 and -501-6790 centerplanes only, for which support first appeared in -7.3-RELEASE and 8.1-RELEASE, other centerplanes might work -beginning with 8.3-RELEASE and 9.0-RELEASE)</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Fire</span>™ V880</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Fire</span>™ V890 (support -first appeared in 7.4-RELEASE and 8.1-RELEASE, non-mixed -<span class="trademark">UltraSPARC</span>® IV/IV+ -CPU-configurations only)</p> -</li> -<li class="listitem"> -<p><span class="trademark">Netra</span>™ 20/<span class= -"trademark">Netra</span>™ T4</p> -</li> -</ul> -</div> -<p>The following Sun <span class="trademark">UltraSPARC</span>® -systems are not tested but believed to be also supported by -FreeBSD:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p><span class="trademark">Sun Fire</span>™ V125</p> -</li> -<li class="listitem"> -<p><span class="trademark">Sun Fire</span>™ V490 (support -first appeared in 7.4-RELEASE and 8.1-RELEASE, non-mixed -<span class="trademark">UltraSPARC</span>® IV/IV+ -CPU-configurations only)</p> -</li> -</ul> -</div> -<p>Starting with 7.4-RELEASE and 8.1-RELEASE, sparc64 systems based -on Fujitsu <span class="trademark">SPARC64</span>® V are also -supported by FreeBSD, which includes the following known working -systems:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Fujitsu <span class="trademark">PRIMEPOWER</span>® 250</p> -</li> -</ul> -</div> -<p>The following Fujitsu <span class="trademark">PRIMEPOWER</span>® -systems are not tested but believed to be also supported by -FreeBSD:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Fujitsu <span class="trademark">PRIMEPOWER</span>® 450</p> -</li> -<li class="listitem"> -<p>Fujitsu <span class="trademark">PRIMEPOWER</span>® 650</p> -</li> -<li class="listitem"> -<p>Fujitsu <span class="trademark">PRIMEPOWER</span>® 850</p> -</li> -</ul> -</div> -</div> -</div> -<div class="sect1" title="3. Supported Devices"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style= -"clear: both"><a id="support"></a>3. Supported Devices</h2> -</div> -</div> -</div> -<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 xmlns="http://www.w3.org/TR/xhtml1/transitional" class="note" -title="Note"> -<h3 class="admontitle">Note:</h3> -<p xmlns="http://www.w3.org/1999/xhtml">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> -</div> -<div class="sect2" title="3.1. Disk Controllers"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"disk"></a>3.1. Disk Controllers</h3> -</div> -</div> -</div> -<p>[amd64, i386, ia64, pc98, sparc64] IDE/ATA controllers -(<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ata&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">ata</span>(4)</span></a> -driver)</p> -<p>[pc98] IDE/ATA controllers (wdc driver)</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>On-board IDE controller</p> -</li> -</ul> -</div> -<p>[i386,ia64,amd64] Controllers supported by the <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=aac&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">aac</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Adaptec AAC-364</p> -</li> -<li class="listitem"> -<p>Adaptec RAID 2045</p> -</li> -<li class="listitem"> -<p>Adaptec RAID 2405</p> -</li> -<li class="listitem"> -<p>Adaptec RAID 2445</p> -</li> -<li class="listitem"> -<p>Adaptec RAID 2805</p> -</li> -<li class="listitem"> -<p>Adaptec RAID 3085</p> -</li> -<li class="listitem"> -<p>Adaptec RAID 31205</p> -</li> -<li class="listitem"> -<p>Adaptec RAID 31605</p> -</li> -<li class="listitem"> -<p>Adaptec RAID 5085</p> -</li> -<li class="listitem"> -<p>Adaptec RAID 51205</p> -</li> -<li class="listitem"> -<p>Adaptec RAID 51245</p> -</li> -<li class="listitem"> -<p>Adaptec RAID 51605</p> -</li> -<li class="listitem"> -<p>Adaptec RAID 51645</p> -</li> -<li class="listitem"> -<p>Adaptec RAID 52445</p> -</li> -<li class="listitem"> -<p>Adaptec RAID 5405</p> -</li> -<li class="listitem"> -<p>Adaptec RAID 5445</p> -</li> -<li class="listitem"> -<p>Adaptec RAID 5805</p> -</li> -<li class="listitem"> -<p>Adaptec SAS RAID 3405</p> -</li> -<li class="listitem"> -<p>Adaptec SAS RAID 3805</p> -</li> -<li class="listitem"> -<p>Adaptec SAS RAID 4000SAS</p> -</li> -<li class="listitem"> -<p>Adaptec SAS RAID 4005SAS</p> -</li> -<li class="listitem"> -<p>Adaptec SAS RAID 4800SAS</p> -</li> -<li class="listitem"> -<p>Adaptec SAS RAID 4805SAS</p> -</li> -<li class="listitem"> -<p>Adaptec SATA RAID 2020SA ZCR</p> -</li> -<li class="listitem"> -<p>Adaptec SATA RAID 2025SA ZCR</p> -</li> -<li class="listitem"> -<p>Adaptec SATA RAID 2026ZCR</p> -</li> -<li class="listitem"> -<p>Adaptec SATA RAID 2410SA</p> -</li> -<li class="listitem"> -<p>Adaptec SATA RAID 2420SA</p> -</li> -<li class="listitem"> -<p>Adaptec SATA RAID 2610SA</p> -</li> -<li class="listitem"> -<p>Adaptec SATA RAID 2620SA</p> -</li> -<li class="listitem"> -<p>Adaptec SATA RAID 2810SA</p> -</li> -<li class="listitem"> -<p>Adaptec SATA RAID 2820SA</p> -</li> -<li class="listitem"> -<p>Adaptec SATA RAID 21610SA</p> -</li> -<li class="listitem"> -<p>Adaptec SCSI RAID 2020ZCR</p> -</li> -<li class="listitem"> -<p>Adaptec SCSI RAID 2025ZCR</p> -</li> -<li class="listitem"> -<p>Adaptec SCSI RAID 2120S</p> -</li> -<li class="listitem"> -<p>Adaptec SCSI RAID 2130S</p> -</li> -<li class="listitem"> -<p>Adaptec SCSI RAID 2130SLP</p> -</li> -<li class="listitem"> -<p>Adaptec SCSI RAID 2230SLP</p> -</li> -<li class="listitem"> -<p>Adaptec SCSI RAID 2200S</p> -</li> -<li class="listitem"> -<p>Adaptec SCSI RAID 2240S</p> -</li> -<li class="listitem"> -<p>Adaptec SCSI RAID 3230S</p> -</li> -<li class="listitem"> -<p>Adaptec SCSI RAID 3240S</p> -</li> -<li class="listitem"> -<p>Adaptec SCSI RAID 5400S</p> -</li> -<li class="listitem"> -<p>Dell CERC SATA RAID 2</p> -</li> -<li class="listitem"> -<p>Dell PERC 2/Si</p> -</li> -<li class="listitem"> -<p>Dell PERC 2/QC</p> -</li> -<li class="listitem"> -<p>Dell PERC 3/Si</p> -</li> -<li class="listitem"> -<p>Dell PERC 3/Di</p> -</li> -<li class="listitem"> -<p>Dell PERC 320/DC</p> -</li> -<li class="listitem"> -<p>HP ML110 G2 (Adaptec SATA RAID 2610SA)</p> -</li> -<li class="listitem"> -<p>HP NetRAID 4M</p> -</li> -<li class="listitem"> -<p>IBM ServeRAID 8i</p> -</li> -<li class="listitem"> -<p>IBM ServeRAID 8k</p> -</li> -<li class="listitem"> -<p>IBM ServeRAID 8s</p> -</li> -<li class="listitem"> -<p>ICP RAID ICP5045BL</p> -</li> -<li class="listitem"> -<p>ICP RAID ICP5085BL</p> -</li> -<li class="listitem"> -<p>ICP RAID ICP5085SL</p> -</li> -<li class="listitem"> -<p>ICP RAID ICP5125BR</p> -</li> -<li class="listitem"> -<p>ICP RAID ICP5125SL</p> -</li> -<li class="listitem"> -<p>ICP RAID ICP5165BR</p> -</li> -<li class="listitem"> -<p>ICP RAID ICP5165SL</p> -</li> -<li class="listitem"> -<p>ICP RAID ICP5445SL</p> -</li> -<li class="listitem"> -<p>ICP RAID ICP5805BL</p> -</li> -<li class="listitem"> -<p>ICP RAID ICP5805SL</p> -</li> -<li class="listitem"> -<p>ICP ICP5085BR SAS RAID</p> -</li> -<li class="listitem"> -<p>ICP ICP9085LI SAS RAID</p> -</li> -<li class="listitem"> -<p>ICP ICP9047MA SATA RAID</p> -</li> -<li class="listitem"> -<p>ICP ICP9067MA SATA RAID</p> -</li> -<li class="listitem"> -<p>ICP ICP9087MA SATA RAID</p> -</li> -<li class="listitem"> -<p>ICP ICP9014RO SCSI RAID</p> -</li> -<li class="listitem"> -<p>ICP ICP9024RO SCSI RAID</p> -</li> -<li class="listitem"> -<p>Legend S220</p> -</li> -<li class="listitem"> -<p>Legend S230</p> -</li> -<li class="listitem"> -<p>Sun STK RAID REM</p> -</li> -<li class="listitem"> -<p>Sun STK RAID EM</p> -</li> -<li class="listitem"> -<p>SG-XPCIESAS-R-IN</p> -</li> -<li class="listitem"> -<p>SG-XPCIESAS-R-EX</p> -</li> -<li class="listitem"> -<p>AOC-USAS-S4i</p> -</li> -<li class="listitem"> -<p>AOC-USAS-S8i</p> -</li> -<li class="listitem"> -<p>AOC-USAS-S4iR</p> -</li> -<li class="listitem"> -<p>AOC-USAS-S8iR</p> -</li> -<li class="listitem"> -<p>AOC-USAS-S8i-LP</p> -</li> -<li class="listitem"> -<p>AOC-USAS-S8iR-LP</p> -</li> -</ul> -</div> -<p>[i386,pc98,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=adv&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">adv</span>(4)</span></a> driver -supports the following SCSI controllers:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>AdvanSys ABP510/5150</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP5140</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP5142</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP902/3902</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP3905</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP915</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP920</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP3922</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP3925</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP930, ABP930U, ABP930UA</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP960, ABP960U</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP542</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP742</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP842</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP940</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP940UA/3940UA</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP940U</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP3960UA</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP970, ABP970U</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP752</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP852</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP950</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP980, ABP980U</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP980UA/3980UA</p> -</li> -<li class="listitem"> -<p>MELCO IFC-USP (PC-98)</p> -</li> -<li class="listitem"> -<p>RATOC REX-PCI30 (PC-98)</p> -</li> -<li class="listitem"> -<p>@Nifty FNECHARD IFC-USUP-TX (PC-98)</p> -</li> -</ul> -</div> -<p>[i386,pc98,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=adw&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">adw</span>(4)</span></a> driver -supports SCSI controllers including:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>AdvanSys ABP940UW/ABP3940UW</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP950UW</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP970UW</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP3940U2W</p> -</li> -<li class="listitem"> -<p>AdvanSys ABP3950U2W</p> -</li> -</ul> -</div> -<p>[i386] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=aha&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">aha</span>(4)</span></a> driver -supports the following SCSI host adapters:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Adaptec AHA-154xB</p> -</li> -<li class="listitem"> -<p>Adaptec AHA-154xC</p> -</li> -<li class="listitem"> -<p>Adaptec AHA-154xCF</p> -</li> -<li class="listitem"> -<p>Adaptec AHA-154xCP</p> -</li> -<li class="listitem"> -<p>Adaptec AHA-1640</p> -</li> -<li class="listitem"> -<p>Adaptec AHA-174x in 154x emulation mode</p> -</li> -<li class="listitem"> -<p>DTC 3290 SCSI controller in 1542 emulation mode</p> -</li> -<li class="listitem"> -<p>Tekram SCSI controllers in 154x emulation mode</p> -</li> -</ul> -</div> -<p>[i386] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ahb&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ahb</span>(4)</span></a> driver -supports the following SCSI host adapters:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Adaptec AHA-1740</p> -</li> -<li class="listitem"> -<p>Adaptec AHA-1742</p> -</li> -<li class="listitem"> -<p>Adaptec AHA-1740A</p> -</li> -<li class="listitem"> -<p>Adaptec AHA-1742A</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ahc&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ahc</span>(4)</span></a> driver -supports the following SCSI host adapter chips and SCSI controller -cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Adaptec AIC7770 host adapter chip</p> -</li> -<li class="listitem"> -<p>Adaptec AIC7850 host adapter chip</p> -</li> -<li class="listitem"> -<p>Adaptec AIC7860 host adapter chip</p> -</li> -<li class="listitem"> -<p>Adaptec AIC7870 host adapter chip</p> -</li> -<li class="listitem"> -<p>Adaptec AIC7880 host adapter chip</p> -</li> -<li class="listitem"> -<p>Adaptec AIC7890 host adapter chip</p> -</li> -<li class="listitem"> -<p>Adaptec AIC7891 host adapter chip</p> -</li> -<li class="listitem"> -<p>Adaptec AIC7892 host adapter chip</p> -</li> -<li class="listitem"> -<p>Adaptec AIC7895 host adapter chip</p> -</li> -<li class="listitem"> -<p>Adaptec AIC7896 host adapter chip</p> -</li> -<li class="listitem"> -<p>Adaptec AIC7897 host adapter chip</p> -</li> -<li class="listitem"> -<p>Adaptec AIC7899 host adapter chip</p> -</li> -<li class="listitem"> -<p>Adaptec 274X(W)</p> -</li> -<li class="listitem"> -<p>Adaptec 274X(T)</p> -</li> -<li class="listitem"> -<p>Adaptec 284X</p> -</li> -<li class="listitem"> -<p>Adaptec 2910</p> -</li> -<li class="listitem"> -<p>Adaptec 2915</p> -</li> -<li class="listitem"> -<p>Adaptec 2920C</p> -</li> -<li class="listitem"> -<p>Adaptec 2930C</p> -</li> -<li class="listitem"> -<p>Adaptec 2930U2</p> -</li> -<li class="listitem"> -<p>Adaptec 2940</p> -</li> -<li class="listitem"> -<p>Adaptec 2940J</p> -</li> -<li class="listitem"> -<p>Adaptec 2940N</p> -</li> -<li class="listitem"> -<p>Adaptec 2940U</p> -</li> -<li class="listitem"> -<p>Adaptec 2940AU</p> -</li> -<li class="listitem"> -<p>Adaptec 2940UW</p> -</li> -<li class="listitem"> -<p>Adaptec 2940UW Dual</p> -</li> -<li class="listitem"> -<p>Adaptec 2940UW Pro</p> -</li> -<li class="listitem"> -<p>Adaptec 2940U2W</p> -</li> -<li class="listitem"> -<p>Adaptec 2940U2B</p> -</li> -<li class="listitem"> -<p>Adaptec 2950U2W</p> -</li> -<li class="listitem"> -<p>Adaptec 2950U2B</p> -</li> -<li class="listitem"> -<p>Adaptec 19160B</p> -</li> -<li class="listitem"> -<p>Adaptec 29160B</p> -</li> -<li class="listitem"> -<p>Adaptec 29160N</p> -</li> -<li class="listitem"> -<p>Adaptec 3940</p> -</li> -<li class="listitem"> -<p>Adaptec 3940U</p> -</li> -<li class="listitem"> -<p>Adaptec 3940AU</p> -</li> -<li class="listitem"> -<p>Adaptec 3940UW</p> -</li> -<li class="listitem"> -<p>Adaptec 3940AUW</p> -</li> -<li class="listitem"> -<p>Adaptec 3940U2W</p> -</li> -<li class="listitem"> -<p>Adaptec 3950U2</p> -</li> -<li class="listitem"> -<p>Adaptec 3960</p> -</li> -<li class="listitem"> -<p>Adaptec 39160</p> -</li> -<li class="listitem"> -<p>Adaptec 3985</p> -</li> -<li class="listitem"> -<p>Adaptec 4944UW</p> -</li> -<li class="listitem"> -<p>NEC PC-9821Xt13 (PC-98)</p> -</li> -<li class="listitem"> -<p>NEC RvII26 (PC-98)</p> -</li> -<li class="listitem"> -<p>NEC PC-9821X-B02L/B09 (PC-98)</p> -</li> -<li class="listitem"> -<p>NEC SV-98/2-B03 (PC-98)</p> -</li> -<li class="listitem"> -<p>Many motherboards with on-board SCSI support</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ahci&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ahci</span>(4)</span></a> driver -supports AHCI compatible controllers having PCI class 1 (mass -storage), subclass 6 (SATA) and programming interface 1 (AHCI).</p> -<p>Also, in cooperation with atamarvell and atajmicron drivers of -ata(4), it supports AHCI part of legacy-PATA + AHCI-SATA combined -controllers, such as JMicron JMB36x and Marvell 88SE61xx.</p> -<p>[i386,sparc64,ia64,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ahd&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ahd</span>(4)</span></a> driver -supports the following:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Adaptec AIC7901 host adapter chip</p> -</li> -<li class="listitem"> -<p>Adaptec AIC7901A host adapter chip</p> -</li> -<li class="listitem"> -<p>Adaptec AIC7902 host adapter chip</p> -</li> -<li class="listitem"> -<p>Adaptec 29320 host adapter</p> -</li> -<li class="listitem"> -<p>Adaptec 39320 host adapter</p> -</li> -<li class="listitem"> -<p>Many motherboards with on-board SCSI support</p> -</li> -</ul> -</div> -<p>[i386,pc98,amd64] The adapters supported by the <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=aic&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">aic</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Adaptec AHA-1505 (ISA)</p> -</li> -<li class="listitem"> -<p>Adaptec AHA-1510A, AHA-1510B (ISA)</p> -</li> -<li class="listitem"> -<p>Adaptec AHA-1520A, AHA-1520B (ISA)</p> -</li> -<li class="listitem"> -<p>Adaptec AHA-1522A, AHA-1522B (ISA)</p> -</li> -<li class="listitem"> -<p>Adaptec AHA-1535 (ISA)</p> -</li> -<li class="listitem"> -<p>Creative Labs SoundBlaster SCSI host adapter (ISA)</p> -</li> -<li class="listitem"> -<p>Adaptec AHA-1460, AHA-1460B, AHA-1460C, AHA-1460D (PC Card)</p> -</li> -<li class="listitem"> -<p>Adaptec AHA-1030B, AHA-1030P (PC98)</p> -</li> -<li class="listitem"> -<p>NEC PC-9801-100 (PC98)</p> -</li> -</ul> -</div> -<p>[i386,pc98,amd64] Controllers supported by the <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=amd&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">amd</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>MELCO IFC-DP (PC-98)</p> -</li> -<li class="listitem"> -<p>Tekram DC390</p> -</li> -<li class="listitem"> -<p>Tekram DC390T</p> -</li> -</ul> -</div> -<p>Controllers supported by the <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=amr&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">amr</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>MegaRAID SATA 150-4</p> -</li> -<li class="listitem"> -<p>MegaRAID SATA 150-6</p> -</li> -<li class="listitem"> -<p>MegaRAID SATA 300-4X</p> -</li> -<li class="listitem"> -<p>MegaRAID SATA 300-8X</p> -</li> -<li class="listitem"> -<p>MegaRAID SCSI 320-1E</p> -</li> -<li class="listitem"> -<p>MegaRAID SCSI 320-2E</p> -</li> -<li class="listitem"> -<p>MegaRAID SCSI 320-4E</p> -</li> -<li class="listitem"> -<p>MegaRAID SCSI 320-0X</p> -</li> -<li class="listitem"> -<p>MegaRAID SCSI 320-2X</p> -</li> -<li class="listitem"> -<p>MegaRAID SCSI 320-4X</p> -</li> -<li class="listitem"> -<p>MegaRAID SCSI 320-0</p> -</li> -<li class="listitem"> -<p>MegaRAID SCSI 320-1</p> -</li> -<li class="listitem"> -<p>MegaRAID SCSI 320-2</p> -</li> -<li class="listitem"> -<p>MegaRAID SCSI 320-4</p> -</li> -<li class="listitem"> -<p>MegaRAID Series 418</p> -</li> -<li class="listitem"> -<p>MegaRAID i4 133 RAID</p> -</li> -<li class="listitem"> -<p>MegaRAID Elite 1500 (Series 467)</p> -</li> -<li class="listitem"> -<p>MegaRAID Elite 1600 (Series 493)</p> -</li> -<li class="listitem"> -<p>MegaRAID Elite 1650 (Series 4xx)</p> -</li> -<li class="listitem"> -<p>MegaRAID Enterprise 1200 (Series 428)</p> -</li> -<li class="listitem"> -<p>MegaRAID Enterprise 1300 (Series 434)</p> -</li> -<li class="listitem"> -<p>MegaRAID Enterprise 1400 (Series 438)</p> -</li> -<li class="listitem"> -<p>MegaRAID Enterprise 1500 (Series 467)</p> -</li> -<li class="listitem"> -<p>MegaRAID Enterprise 1600 (Series 471)</p> -</li> -<li class="listitem"> -<p>MegaRAID Express 100 (Series 466WS)</p> -</li> -<li class="listitem"> -<p>MegaRAID Express 200 (Series 466)</p> -</li> -<li class="listitem"> -<p>MegaRAID Express 300 (Series 490)</p> -</li> -<li class="listitem"> -<p>MegaRAID Express 500 (Series 475)</p> -</li> -<li class="listitem"> -<p>Dell PERC</p> -</li> -<li class="listitem"> -<p>Dell PERC 2/SC</p> -</li> -<li class="listitem"> -<p>Dell PERC 2/DC</p> -</li> -<li class="listitem"> -<p>Dell PERC 3/DCL</p> -</li> -<li class="listitem"> -<p>Dell PERC 3/QC</p> -</li> -<li class="listitem"> -<p>Dell PERC 4/DC</p> -</li> -<li class="listitem"> -<p>Dell PERC 4/IM</p> -</li> -<li class="listitem"> -<p>Dell PERC 4/SC</p> -</li> -<li class="listitem"> -<p>Dell PERC 4/Di</p> -</li> -<li class="listitem"> -<p>Dell PERC 4e/DC</p> -</li> -<li class="listitem"> -<p>Dell PERC 4e/Di</p> -</li> -<li class="listitem"> -<p>Dell PERC 4e/Si</p> -</li> -<li class="listitem"> -<p>Dell PERC 4ei</p> -</li> -<li class="listitem"> -<p>HP NetRAID-1/Si</p> -</li> -<li class="listitem"> -<p>HP NetRAID-3/Si (D4943A)</p> -</li> -<li class="listitem"> -<p>HP Embedded NetRAID</p> -</li> -<li class="listitem"> -<p>Intel RAID Controller SRCS16</p> -</li> -<li class="listitem"> -<p>Intel RAID Controller SRCU42X</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=arcmsr&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">arcmsr</span>(4)</span></a> driver supports the -following cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>ARC-1110</p> -</li> -<li class="listitem"> -<p>ARC-1120</p> -</li> -<li class="listitem"> -<p>ARC-1130</p> -</li> -<li class="listitem"> -<p>ARC-1160</p> -</li> -<li class="listitem"> -<p>ARC-1170</p> -</li> -<li class="listitem"> -<p>ARC-1110ML</p> -</li> -<li class="listitem"> -<p>ARC-1120ML</p> -</li> -<li class="listitem"> -<p>ARC-1130ML</p> -</li> -<li class="listitem"> -<p>ARC-1160ML</p> -</li> -<li class="listitem"> -<p>ARC-1200</p> -</li> -<li class="listitem"> -<p>ARC-1201</p> -</li> -<li class="listitem"> -<p>ARC-1210</p> -</li> -<li class="listitem"> -<p>ARC-1212</p> -</li> -<li class="listitem"> -<p>ARC-1213</p> -</li> -<li class="listitem"> -<p>ARC-1214</p> -</li> -<li class="listitem"> -<p>ARC-1220</p> -</li> -<li class="listitem"> -<p>ARC-1222</p> -</li> -<li class="listitem"> -<p>ARC-1223</p> -</li> -<li class="listitem"> -<p>ARC-1224</p> -</li> -<li class="listitem"> -<p>ARC-1230</p> -</li> -<li class="listitem"> -<p>ARC-1231</p> -</li> -<li class="listitem"> -<p>ARC-1260</p> -</li> -<li class="listitem"> -<p>ARC-1261</p> -</li> -<li class="listitem"> -<p>ARC-1270</p> -</li> -<li class="listitem"> -<p>ARC-1280</p> -</li> -<li class="listitem"> -<p>ARC-1210ML</p> -</li> -<li class="listitem"> -<p>ARC-1220ML</p> -</li> -<li class="listitem"> -<p>ARC-1231ML</p> -</li> -<li class="listitem"> -<p>ARC-1261ML</p> -</li> -<li class="listitem"> -<p>ARC-1280ML</p> -</li> -<li class="listitem"> -<p>ARC-1380</p> -</li> -<li class="listitem"> -<p>ARC-1381</p> -</li> -<li class="listitem"> -<p>ARC-1680</p> -</li> -<li class="listitem"> -<p>ARC-1681</p> -</li> -<li class="listitem"> -<p>ARC-1880</p> -</li> -<li class="listitem"> -<p>ARC-1882</p> -</li> -</ul> -</div> -<p>[i386] The adapters currently supported by the <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=asr&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">asr</span>(4)</span></a> driver include -the following:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Adaptec Zero-Channel SCSI RAID 2000S, 2005S, 2010S, 2015S</p> -</li> -<li class="listitem"> -<p>Adaptec SCSI RAID 2100S, 2110S</p> -</li> -<li class="listitem"> -<p>Adaptec ATA-100 RAID 2400A</p> -</li> -<li class="listitem"> -<p>Adaptec SCSI RAID 3200S, 3210S</p> -</li> -<li class="listitem"> -<p>Adaptec SCSI RAID 3400S, 3410S</p> -</li> -<li class="listitem"> -<p>Adaptec SmartRAID PM1554</p> -</li> -<li class="listitem"> -<p>Adaptec SmartRAID PM1564</p> -</li> -<li class="listitem"> -<p>Adaptec SmartRAID PM2554</p> -</li> -<li class="listitem"> -<p>Adaptec SmartRAID PM2564</p> -</li> -<li class="listitem"> -<p>Adaptec SmartRAID PM2664</p> -</li> -<li class="listitem"> -<p>Adaptec SmartRAID PM2754</p> -</li> -<li class="listitem"> -<p>Adaptec SmartRAID PM2865</p> -</li> -<li class="listitem"> -<p>Adaptec SmartRAID PM3754</p> -</li> -<li class="listitem"> -<p>Adaptec SmartRAID PM3755U2B / SmartRAID V Millennium</p> -</li> -<li class="listitem"> -<p>Adaptec SmartRAID PM3757</p> -</li> -<li class="listitem"> -<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> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=bt&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">bt</span>(4)</span></a> driver supports -the following BusLogic MultiMaster <span class= -"quote">“<span class="quote">W</span>”</span>, <span class= -"quote">“<span class="quote">C</span>”</span>, <span class= -"quote">“<span class="quote">S</span>”</span>, and <span class= -"quote">“<span class="quote">A</span>”</span> series and compatible -SCSI host adapters:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>BusLogic BT-445C</p> -</li> -<li class="listitem"> -<p>BusLogic BT-445S</p> -</li> -<li class="listitem"> -<p>BusLogic BT-540CF</p> -</li> -<li class="listitem"> -<p>BusLogic BT-542B</p> -</li> -<li class="listitem"> -<p>BusLogic BT-542B</p> -</li> -<li class="listitem"> -<p>BusLogic BT-542D</p> -</li> -<li class="listitem"> -<p>BusLogic BT-545C</p> -</li> -<li class="listitem"> -<p>BusLogic BT-545S</p> -</li> -<li class="listitem"> -<p>BusLogic/BusTek BT-640</p> -</li> -<li class="listitem"> -<p>BusLogic BT-742A</p> -</li> -<li class="listitem"> -<p>BusLogic BT-742A</p> -</li> -<li class="listitem"> -<p>BusLogic BT-747C</p> -</li> -<li class="listitem"> -<p>BusLogic BT-747D</p> -</li> -<li class="listitem"> -<p>BusLogic BT-747S</p> -</li> -<li class="listitem"> -<p>BusLogic BT-757C</p> -</li> -<li class="listitem"> -<p>BusLogic BT-757CD</p> -</li> -<li class="listitem"> -<p>BusLogic BT-757D</p> -</li> -<li class="listitem"> -<p>BusLogic BT-757S</p> -</li> -<li class="listitem"> -<p>BusLogic BT-946C</p> -</li> -<li class="listitem"> -<p>BusLogic BT-948</p> -</li> -<li class="listitem"> -<p>BusLogic BT-956C</p> -</li> -<li class="listitem"> -<p>BusLogic BT-956CD</p> -</li> -<li class="listitem"> -<p>BusLogic BT-958</p> -</li> -<li class="listitem"> -<p>BusLogic BT-958D</p> -</li> -<li class="listitem"> -<p>Storage Dimensions SDC3211B / SDC3211F</p> -</li> -</ul> -</div> -<p>AMI FastDisk Host Adapters that are true BusLogic MultiMaster -clones are also supported by the <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=bt&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">bt</span>(4)</span></a> driver.</p> -<p>[i386,ia64,amd64] Controllers supported by the <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ciss&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ciss</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Compaq Smart Array 5300</p> -</li> -<li class="listitem"> -<p>Compaq Smart Array 532</p> -</li> -<li class="listitem"> -<p>Compaq Smart Array 5i</p> -</li> -<li class="listitem"> -<p>HP Smart Array 5312</p> -</li> -<li class="listitem"> -<p>HP Smart Array 6i</p> -</li> -<li class="listitem"> -<p>HP Smart Array 641</p> -</li> -<li class="listitem"> -<p>HP Smart Array 642</p> -</li> -<li class="listitem"> -<p>HP Smart Array 6400</p> -</li> -<li class="listitem"> -<p>HP Smart Array 6400 EM</p> -</li> -<li class="listitem"> -<p>HP Smart Array E200</p> -</li> -<li class="listitem"> -<p>HP Smart Array E200i</p> -</li> -<li class="listitem"> -<p>HP Smart Array P212</p> -</li> -<li class="listitem"> -<p>HP Smart Array P220i</p> -</li> -<li class="listitem"> -<p>HP Smart Array P222</p> -</li> -<li class="listitem"> -<p>HP Smart Array P400</p> -</li> -<li class="listitem"> -<p>HP Smart Array P400i</p> -</li> -<li class="listitem"> -<p>HP Smart Array P410</p> -</li> -<li class="listitem"> -<p>HP Smart Array P410i</p> -</li> -<li class="listitem"> -<p>HP Smart Array P411</p> -</li> -<li class="listitem"> -<p>HP Smart Array P420</p> -</li> -<li class="listitem"> -<p>HP Smart Array P420i</p> -</li> -<li class="listitem"> -<p>HP Smart Array P421</p> -</li> -<li class="listitem"> -<p>HP Smart Array P600</p> -</li> -<li class="listitem"> -<p>HP Smart Array P721m</p> -</li> -<li class="listitem"> -<p>HP Smart Array P800</p> -</li> -<li class="listitem"> -<p>HP Smart Array P812</p> -</li> -<li class="listitem"> -<p>HP Modular Smart Array 20 (MSA20)</p> -</li> -<li class="listitem"> -<p>HP Modular Smart Array 500 (MSA500)</p> -</li> -</ul> -</div> -<p>[pc98] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ct&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ct</span>(4)</span></a> driver supports -the following adapters:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>ELECOM bus-master SCSI adapters</p> -</li> -<li class="listitem"> -<p>I-O DATA SC-98II</p> -</li> -<li class="listitem"> -<p>ICM IF-2660, IF-2766, IF-2766ET, IF-2767 and IF-2769</p> -</li> -<li class="listitem"> -<p>Logitec LHA-N151 and LHA-20x series</p> -</li> -<li class="listitem"> -<p>Midori-Denshi MDC-554NA and MDC-926R</p> -</li> -<li class="listitem"> -<p>NEC PC-9801-55, 92 and compatibles</p> -</li> -<li class="listitem"> -<p>SMIT transfer type SCSI host adapters</p> -</li> -<li class="listitem"> -<p>TEXA HA-55BS2 and its later models</p> -</li> -</ul> -</div> -<p>[i386,ia64,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=dpt&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">dpt</span>(4)</span></a> driver -provides support for the following RAID adapters:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>DPT Smart Cache Plus</p> -</li> -<li class="listitem"> -<p>Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) -(Gen2)</p> -</li> -<li class="listitem"> -<p>Smart RAID II (PM3?2?, PM3021, PM3222)</p> -</li> -<li class="listitem"> -<p>Smart Cache III (PM2?3?)</p> -</li> -<li class="listitem"> -<p>Smart RAID III (PM3?3?, PM3332 [EISA], PM3334UW [PCI]) -(Gen3)</p> -</li> -<li class="listitem"> -<p>Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) -(Gen4)</p> -</li> -<li class="listitem"> -<p>Smart RAID IV</p> -</li> -</ul> -</div> -<div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="note" -title="Note"> -<h3 class="admontitle">Note:</h3> -<p xmlns="http://www.w3.org/1999/xhtml">[amd64, i386] Booting from -these controllers is supported. EISA adapters are not -supported.</p> -</div> -<p>[sparc64] Controllers supported by the <a class="citerefentry" -href= -"http://www.FreeBSD.org/cgi/man.cgi?query=esp&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">esp</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>MELCO IFC-DP (PC-98)</p> -</li> -<li class="listitem"> -<p>Sun ESP family</p> -</li> -<li class="listitem"> -<p>Sun FAS family</p> -</li> -<li class="listitem"> -<p>Tekram DC390</p> -</li> -<li class="listitem"> -<p>Tekram DC390T</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=hpt27xx&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">hpt27xx</span>(4)</span></a> driver supports the -following SAS controllers:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>HighPoint's RocketRAID 271x series</p> -</li> -<li class="listitem"> -<p>HighPoint's RocketRAID 272x series</p> -</li> -<li class="listitem"> -<p>HighPoint's RocketRAID 274x series</p> -</li> -<li class="listitem"> -<p>HighPoint's RocketRAID 276x series</p> -</li> -<li class="listitem"> -<p>HighPoint's RocketRAID 278x series</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">hptiop</span>(4)</span></a> driver supports the -following SAS and SATA RAID controllers:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>HighPoint RocketRAID 4522</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 4521</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 4520</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 4322</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 4321</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 4320</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 4311</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 4310</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 3640</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 3622</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 3620</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">hptiop</span>(4)</span></a> driver also supports -the following SAS and SATA RAID controllers that are already -End-of-Life:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>HighPoint RocketRAID 4211</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 4210</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 3560</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 3540</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 3530</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 3522</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 3521</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 3520</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 3511</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 3510</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 3410</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 3320</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 3220</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 3122</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 3120</p> -</li> -<li class="listitem"> -<p>HighPoint RocketRAID 3020</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=hptmv&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">hptmv</span>(4)</span></a> driver -supports the following ATA RAID controllers:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>HighPoint's RocketRAID 182x series</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=hptrr&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">hptrr</span>(4)</span></a> driver -supports the following RAID controllers:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>RocketRAID 172x series</p> -</li> -<li class="listitem"> -<p>RocketRAID 174x series</p> -</li> -<li class="listitem"> -<p>RocketRAID 2210</p> -</li> -<li class="listitem"> -<p>RocketRAID 222x series</p> -</li> -<li class="listitem"> -<p>RocketRAID 2240</p> -</li> -<li class="listitem"> -<p>RocketRAID 230x series</p> -</li> -<li class="listitem"> -<p>RocketRAID 231x series</p> -</li> -<li class="listitem"> -<p>RocketRAID 232x series</p> -</li> -<li class="listitem"> -<p>RocketRAID 2340</p> -</li> -<li class="listitem"> -<p>RocketRAID 2522</p> -</li> -</ul> -</div> -<p>[i386] The following controllers are supported by the <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ida&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ida</span>(4)</span></a> driver:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Compaq SMART Array 221</p> -</li> -<li class="listitem"> -<p>Compaq Integrated SMART Array Controller</p> -</li> -<li class="listitem"> -<p>Compaq SMART Array 4200</p> -</li> -<li class="listitem"> -<p>Compaq SMART Array 4250ES</p> -</li> -<li class="listitem"> -<p>Compaq SMART 3200 Controller</p> -</li> -<li class="listitem"> -<p>Compaq SMART 3100ES Controller</p> -</li> -<li class="listitem"> -<p>Compaq SMART-2/DH Controller</p> -</li> -<li class="listitem"> -<p>Compaq SMART-2/SL Controller</p> -</li> -<li class="listitem"> -<p>Compaq SMART-2/P Controller</p> -</li> -<li class="listitem"> -<p>Compaq SMART-2/E Controller</p> -</li> -<li class="listitem"> -<p>Compaq SMART Controller</p> -</li> -</ul> -</div> -<p>[i386,ia64,amd64] Controllers supported by the <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=iir&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">iir</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Intel RAID Controller SRCMR</p> -</li> -<li class="listitem"> -<p>Intel Server RAID Controller U3-l (SRCU31a)</p> -</li> -<li class="listitem"> -<p>Intel Server RAID Controller U3-1L (SRCU31La)</p> -</li> -<li class="listitem"> -<p>Intel Server RAID Controller U3-2 (SRCU32)</p> -</li> -<li class="listitem"> -<p>All past and future releases of Intel and ICP RAID -Controllers.</p> -</li> -</ul> -</div> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Intel RAID Controller SRCU21 (discontinued)</p> -</li> -<li class="listitem"> -<p>Intel RAID Controller SRCU31 (older revision, not -compatible)</p> -</li> -<li class="listitem"> -<p>Intel RAID Controller SRCU31L (older revision, not -compatible)</p> -</li> -</ul> -</div> -<p>The SRCU31 and SRCU31L can be updated via a firmware update -available from Intel.</p> -<p>[i386,amd64] Controllers supported by the <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ips&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ips</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>IBM ServeRAID 3H</p> -</li> -<li class="listitem"> -<p>ServeRAID 4L/4M/4H</p> -</li> -<li class="listitem"> -<p>ServeRAID Series 5</p> -</li> -<li class="listitem"> -<p>ServeRAID 6i/6M</p> -</li> -<li class="listitem"> -<p>ServeRAID 7t/7k/7M</p> -</li> -</ul> -</div> -<p>Newer ServeRAID controllers are supported by the aac(4) or -mfi(4) driver.</p> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=isci&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">isci</span>(4)</span></a> driver -provides support for Intel C600 SAS controllers.</p> -<p>Cards supported by the <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=isp&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">isp</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>ISP1000</p> -</li> -<li class="listitem"> -<p>ISP1020</p> -</li> -<li class="listitem"> -<p>ISP1040</p> -</li> -<li class="listitem"> -<p>Qlogic 1240</p> -</li> -<li class="listitem"> -<p>Qlogic 1020</p> -</li> -<li class="listitem"> -<p>Qlogic 1040</p> -</li> -<li class="listitem"> -<p>Qlogic 1080</p> -</li> -<li class="listitem"> -<p>Qlogic 1280</p> -</li> -<li class="listitem"> -<p>Qlogic 12160</p> -</li> -<li class="listitem"> -<p>Qlogic 210X</p> -</li> -<li class="listitem"> -<p>Qlogic 220X</p> -</li> -<li class="listitem"> -<p>Qlogic 2300</p> -</li> -<li class="listitem"> -<p>Qlogic 2312</p> -</li> -<li class="listitem"> -<p>Qlogic 234X</p> -</li> -<li class="listitem"> -<p>Qlogic 2322</p> -</li> -<li class="listitem"> -<p>Qlogic 200</p> -</li> -<li class="listitem"> -<p>Qlogic 2422</p> -</li> -<li class="listitem"> -<p>Qlogic 2432</p> -</li> -</ul> -</div> -<p>[i386,ia64,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=mfi&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">mfi</span>(4)</span></a> driver -supports the following hardware:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>LSI MegaRAID SAS 1078</p> -</li> -<li class="listitem"> -<p>LSI MegaRAID SAS 8408E</p> -</li> -<li class="listitem"> -<p>LSI MegaRAID SAS 8480E</p> -</li> -<li class="listitem"> -<p>LSI MegaRAID SAS 9260</p> -</li> -<li class="listitem"> -<p>Dell PERC5</p> -</li> -<li class="listitem"> -<p>Dell PERC6</p> -</li> -<li class="listitem"> -<p>IBM ServeRAID M5015 SAS/SATA</p> -</li> -<li class="listitem"> -<p>IBM ServeRAID-MR10i</p> -</li> -<li class="listitem"> -<p>Intel RAID Controller SROMBSAS18E</p> -</li> -</ul> -</div> -<p>[i386,ia64,amd64] Controllers supported by the <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=mlx&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">mlx</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Mylex DAC960P</p> -</li> -<li class="listitem"> -<p>Mylex DAC960PD / DEC KZPSC (Fast Wide)</p> -</li> -<li class="listitem"> -<p>Mylex DAC960PDU</p> -</li> -<li class="listitem"> -<p>Mylex DAC960PL</p> -</li> -<li class="listitem"> -<p>Mylex DAC960PJ</p> -</li> -<li class="listitem"> -<p>Mylex DAC960PG</p> -</li> -<li class="listitem"> -<p>Mylex DAC960PU / DEC PZPAC (Ultra Wide)</p> -</li> -<li class="listitem"> -<p>Mylex AcceleRAID 150 (DAC960PRL)</p> -</li> -<li class="listitem"> -<p>Mylex AcceleRAID 250 (DAC960PTL1)</p> -</li> -<li class="listitem"> -<p>Mylex eXtremeRAID 1100 (DAC1164P)</p> -</li> -<li class="listitem"> -<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> -</div> -<p>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.</p> -<p>Compatible Mylex controllers not listed should work, but have -not been verified.</p> -<div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="note" -title="Note"> -<h3 class="admontitle">Note:</h3> -<p xmlns="http://www.w3.org/1999/xhtml">[amd64, i386] Booting from -these controllers is supported. EISA adapters are not -supported.</p> -</div> -<p>[i386,ia64,amd64] Controllers supported by the <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=mly&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">mly</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Mylex AcceleRAID 160</p> -</li> -<li class="listitem"> -<p>Mylex AcceleRAID 170</p> -</li> -<li class="listitem"> -<p>Mylex AcceleRAID 352</p> -</li> -<li class="listitem"> -<p>Mylex eXtremeRAID 2000</p> -</li> -<li class="listitem"> -<p>Mylex eXtremeRAID 3000</p> -</li> -</ul> -</div> -<p>Compatible Mylex controllers not listed should work, but have -not been verified.</p> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=mps&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">mps</span>(4)</span></a> driver -supports the following hardware:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>LSI Logic SAS2004 (4 Port SAS)</p> -</li> -<li class="listitem"> -<p>LSI Logic SAS2008 (8 Port SAS)</p> -</li> -<li class="listitem"> -<p>LSI Logic SAS2108 (8 Port SAS)</p> -</li> -<li class="listitem"> -<p>LSI Logic SAS2116 (16 Port SAS)</p> -</li> -<li class="listitem"> -<p>LSI Logic SAS2208 (8 Port SAS)</p> -</li> -<li class="listitem"> -<p>LSI Logic SAS2308 (8 Port SAS)</p> -</li> -<li class="listitem"> -<p>LSI Logic SSS6200 Solid State Storage</p> -</li> -<li class="listitem"> -<p>Intel Integrated RAID Module RMS25JB040</p> -</li> -<li class="listitem"> -<p>Intel Integrated RAID Module RMS25JB080</p> -</li> -<li class="listitem"> -<p>Intel Integrated RAID Module RMS25KB040</p> -</li> -<li class="listitem"> -<p>Intel Integrated RAID Module RMS25KB080</p> -</li> -</ul> -</div> -<p>The following controllers are supported by the <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=mpt&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">mpt</span>(4)</span></a> driver:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual -Ultra320 SCSI)</p> -</li> -<li class="listitem"> -<p>LSI Logic AS1064, LSI Logic AS1068</p> -</li> -<li class="listitem"> -<p>LSI Logic FC909 (1Gb/s Fibre Channel)</p> -</li> -<li class="listitem"> -<p>LSI Logic FC909A (Dual 1Gb/s Fibre Channel)</p> -</li> -<li class="listitem"> -<p>LSI Logic FC919, LSI Logic 7102XP-LC (Single 2Gb/s Fibre -Channel)</p> -</li> -<li class="listitem"> -<p>LSI Logic FC929, LSI Logic FC929X, LSI Logic 7202XP-LC (Dual -2Gb/s Fibre Channel)</p> -</li> -<li class="listitem"> -<p>LSI Logic FC949X (Dual 4Gb/s Fibre Channel)</p> -</li> -<li class="listitem"> -<p>LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel -PCI-Express)</p> -</li> -</ul> -</div> -<p>The Ultra 320 SCSI controller chips supported by the <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=mpt&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">mpt</span>(4)</span></a> driver can be -found onboard on many systems including:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Dell PowerEdge 1750 thru 2850</p> -</li> -<li class="listitem"> -<p>IBM eServer xSeries 335</p> -</li> -</ul> -</div> -<p>These systems also contain Integrated RAID Mirroring and -Integrated RAID Mirroring Enhanced which this driver also -supports.</p> -<p>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.</p> -<p>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.</p> -<p>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>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=mvs&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">mvs</span>(4)</span></a> driver -supports the following controllers:</p> -<p>Gen-I (SATA 1.5Gbps):</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>88SX5040</p> -</li> -<li class="listitem"> -<p>88SX5041</p> -</li> -<li class="listitem"> -<p>88SX5080</p> -</li> -<li class="listitem"> -<p>88SX5081</p> -</li> -</ul> -</div> -<p>Gen-II (SATA 3Gbps, NCQ, PMP):</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>88SX6040</p> -</li> -<li class="listitem"> -<p>88SX6041 (including Adaptec 1420SA)</p> -</li> -<li class="listitem"> -<p>88SX6080</p> -</li> -<li class="listitem"> -<p>88SX6081</p> -</li> -</ul> -</div> -<p>Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS):</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>88SX6042</p> -</li> -<li class="listitem"> -<p>88SX7042 (including Adaptec 1430SA)</p> -</li> -<li class="listitem"> -<p>88F5182 SoC</p> -</li> -<li class="listitem"> -<p>88F6281 SoC</p> -</li> -<li class="listitem"> -<p>MV78100 SoC</p> -</li> -</ul> -</div> -<p>Note, that this hardware supports command queueing and FIS-based -switching only for ATA DMA commands. ATAPI and non-DMA ATA commands -executed one by one for each port.</p> -<p>[i386,pc98,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ncr&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ncr</span>(4)</span></a> driver -provides support for the following NCR/Symbios SCSI controller -chips:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>53C810</p> -</li> -<li class="listitem"> -<p>53C810A</p> -</li> -<li class="listitem"> -<p>53C815</p> -</li> -<li class="listitem"> -<p>53C820</p> -</li> -<li class="listitem"> -<p>53C825A</p> -</li> -<li class="listitem"> -<p>53C860</p> -</li> -<li class="listitem"> -<p>53C875</p> -</li> -<li class="listitem"> -<p>53C875J</p> -</li> -<li class="listitem"> -<p>53C885</p> -</li> -<li class="listitem"> -<p>53C895</p> -</li> -<li class="listitem"> -<p>53C895A</p> -</li> -<li class="listitem"> -<p>53C896</p> -</li> -<li class="listitem"> -<p>53C1510D</p> -</li> -</ul> -</div> -<p>The following add-on boards are known to be supported:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>I-O DATA SC-98/PCI (PC-98)</p> -</li> -<li class="listitem"> -<p>I-O DATA SC-PCI (PC-98)</p> -</li> -</ul> -</div> -<p>[i386,pc98] The following devices are currently supported by the -<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ncv&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ncv</span>(4)</span></a> driver:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>I-O DATA PCSC-DV</p> -</li> -<li class="listitem"> -<p>KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450</p> -</li> -<li class="listitem"> -<p>Macnica Miracle SCSI-II mPS110</p> -</li> -<li class="listitem"> -<p>Media Intelligent MSC-110, MSC-200</p> -</li> -<li class="listitem"> -<p>NEC PC-9801N-J03R</p> -</li> -<li class="listitem"> -<p>New Media Corporation BASICS SCSI</p> -</li> -<li class="listitem"> -<p>Qlogic Fast SCSI</p> -</li> -<li class="listitem"> -<p>RATOC REX-9530, REX-5572 (SCSI only)</p> -</li> -</ul> -</div> -<p>[i386,pc98] Controllers supported by the <a class="citerefentry" -href= -"http://www.FreeBSD.org/cgi/man.cgi?query=nsp&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">nsp</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Alpha-Data AD-PCS201</p> -</li> -<li class="listitem"> -<p>I-O DATA CBSC16</p> -</li> -</ul> -</div> -<p>[i386] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=pst&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">pst</span>(4)</span></a> driver -supports the Promise Supertrak SX6000 ATA hardware RAID -controller.</p> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=siis&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">siis</span>(4)</span></a> driver -supports the following controller chips:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>SiI3124 (PCI-X 133MHz/64bit, 4 ports)</p> -</li> -<li class="listitem"> -<p>SiI3131 (PCIe 1.0 x1, 1 port)</p> -</li> -<li class="listitem"> -<p>SiI3132 (PCIe 1.0 x1, 2 ports)</p> -</li> -<li class="listitem"> -<p>SiI3531 (PCIe 1.0 x1, 1 port)</p> -</li> -</ul> -</div> -<p>[i386,pc98] Controllers supported by the <a class="citerefentry" -href= -"http://www.FreeBSD.org/cgi/man.cgi?query=stg&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">stg</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Adaptec 2920/A</p> -</li> -<li class="listitem"> -<p>Future Domain SCSI2GO</p> -</li> -<li class="listitem"> -<p>Future Domain TMC-18XX/3260</p> -</li> -<li class="listitem"> -<p>IBM SCSI PCMCIA Card</p> -</li> -<li class="listitem"> -<p>ICM PSC-2401 SCSI</p> -</li> -<li class="listitem"> -<p>MELCO IFC-SC</p> -</li> -<li class="listitem"> -<p>RATOC REX-5536, REX-5536AM, REX-5536M, REX-9836A</p> -</li> -</ul> -</div> -<p>Note that the Adaptec 2920C is supported by the ahc(4) -driver.</p> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sym&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">sym</span>(4)</span></a> driver -provides support for the following Symbios/LSI Logic PCI SCSI -controllers:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>53C810</p> -</li> -<li class="listitem"> -<p>53C810A</p> -</li> -<li class="listitem"> -<p>53C815</p> -</li> -<li class="listitem"> -<p>53C825</p> -</li> -<li class="listitem"> -<p>53C825A</p> -</li> -<li class="listitem"> -<p>53C860</p> -</li> -<li class="listitem"> -<p>53C875</p> -</li> -<li class="listitem"> -<p>53C876</p> -</li> -<li class="listitem"> -<p>53C895</p> -</li> -<li class="listitem"> -<p>53C895A</p> -</li> -<li class="listitem"> -<p>53C896</p> -</li> -<li class="listitem"> -<p>53C897</p> -</li> -<li class="listitem"> -<p>53C1000</p> -</li> -<li class="listitem"> -<p>53C1000R</p> -</li> -<li class="listitem"> -<p>53C1010-33</p> -</li> -<li class="listitem"> -<p>53C1010-66</p> -</li> -<li class="listitem"> -<p>53C1510D</p> -</li> -</ul> -</div> -<p>The SCSI controllers supported by <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sym&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>ASUS SC-200, SC-896</p> -</li> -<li class="listitem"> -<p>Data Technology DTC3130 (all variants)</p> -</li> -<li class="listitem"> -<p>DawiControl DC2976UW</p> -</li> -<li class="listitem"> -<p>Diamond FirePort (all)</p> -</li> -<li class="listitem"> -<p>I-O DATA SC-UPCI (PC-98)</p> -</li> -<li class="listitem"> -<p>Logitec LHA-521UA (PC-98)</p> -</li> -<li class="listitem"> -<p>NCR cards (all)</p> -</li> -<li class="listitem"> -<p>Symbios cards (all)</p> -</li> -<li class="listitem"> -<p>Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D, and -390U3W</p> -</li> -<li class="listitem"> -<p>Tyan S1365</p> -</li> -</ul> -</div> -<p>[i386,amd64] SCSI controllers supported by the <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=trm&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">trm</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal -SCSI connector</p> -</li> -<li class="listitem"> -<p>Tekram DC-315U PCI Ultra SCSI adapter without BIOS</p> -</li> -<li class="listitem"> -<p>Tekram DC-395F PCI Ultra-Wide SCSI adapter with flash BIOS and -68-pin external SCSI connector</p> -</li> -<li class="listitem"> -<p>Tekram DC-395U PCI Ultra SCSI adapter with flash BIOS</p> -</li> -<li class="listitem"> -<p>Tekram DC-395UW PCI Ultra-Wide SCSI adapter with flash BIOS</p> -</li> -<li class="listitem"> -<p>Tekram DC-395U2W PCI Ultra2-Wide SCSI adapter with flash -BIOS</p> -</li> -</ul> -</div> -<p>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 class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=twa&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">twa</span>(4)</span></a> driver -supports the following SATA RAID controllers:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>AMCC's 3ware 9500S-4LP</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 9500S-8</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 9500S-8MI</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 9500S-12</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 9500S-12MI</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 9500SX-4LP</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 9500SX-8LP</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 9500SX-12</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 9500SX-12MI</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 9500SX-16ML</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 9550SX-4LP</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 9550SX-8LP</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 9550SX-12</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 9550SX-12MI</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 9550SX-16ML</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 9650SE-2LP</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 9650SE-4LPML</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 9650SE-8LPML</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 9650SE-12ML</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 9650SE-16ML</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 9650SE-24M8</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=twe&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">twe</span>(4)</span></a> driver -supports the following PATA/SATA RAID controllers:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>AMCC's 3ware 5000 series</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 6000 series</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 7000-2</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 7006-2</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 7500-4LP</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 7500-8</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 7500-12</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 7506-4LP</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 7506-8</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 7506-12</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 8006-2LP</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 8500-4LP</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 8500-8</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 8500-12</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 8506-4LP</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 8506-8</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 8506-8MI</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 8506-12</p> -</li> -<li class="listitem"> -<p>AMCC's 3ware 8506-12MI</p> -</li> -</ul> -</div> -<p>[i386] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=vpo&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">vpo</span>(4)</span></a> driver -supports the following parallel to SCSI interfaces:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega -ZIP drives)</p> -</li> -<li class="listitem"> -<p>Iomega Jaz Traveller interface</p> -</li> -<li class="listitem"> -<p>Iomega MatchMaker SCSI interface (built-in to Iomega ZIP+ -drives)</p> -</li> -</ul> -</div> -<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 class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=cd&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">cd</span>(4)</span></a>). -WORM/CD-R/CD-RW writing support is provided by <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=cdrecord&amp;sektion=1"> -<span class="citerefentry"><span class= -"refentrytitle">cdrecord</span>(1)</span></a>, which is a part of -the <code class="filename">sysutils/cdrtools</code> port in the -Ports Collection.</p> -<p>The following CD-ROM type systems are supported at this -time:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>SCSI interface (also includes ProAudio Spectrum and SoundBlaster -SCSI) (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=cd&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">cd</span>(4)</span></a>)</p> -</li> -<li class="listitem"> -<p>[i386] Sony proprietary interface (all models) (<a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=scd&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">scd</span>(4)</span></a>)</p> -</li> -<li class="listitem"> -<p>ATAPI IDE interface (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=acd&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">acd</span>(4)</span></a>)</p> -</li> -</ul> -</div> -<p>[i386] The following device is unmaintained:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Mitsumi proprietary CD-ROM interface (all models) (<a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=mcd&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">mcd</span>(4)</span></a>)</p> -</li> -</ul> -</div> -</div> -<div class="sect2" title="3.2. Ethernet Interfaces"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"ethernet"></a>3.2. Ethernet Interfaces</h3> -</div> -</div> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ae&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ae</span>(4)</span></a> driver supports -Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to -support the following hardware:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>ASUS EeePC 701</p> -</li> -<li class="listitem"> -<p>ASUS EeePC 900</p> -</li> -</ul> -</div> -<p>Other hardware may or may not work with this driver.</p> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=age&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">age</span>(4)</span></a> driver -provides support for LOMs based on Attansic/Atheros L1 Gigabit -Ethernet controller chips, including:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>ASUS M2N8-VMX</p> -</li> -<li class="listitem"> -<p>ASUS M2V</p> -</li> -<li class="listitem"> -<p>ASUS M3A</p> -</li> -<li class="listitem"> -<p>ASUS P2-M2A590G</p> -</li> -<li class="listitem"> -<p>ASUS P5B-E</p> -</li> -<li class="listitem"> -<p>ASUS P5B-MX/WIFI-AP</p> -</li> -<li class="listitem"> -<p>ASUS P5B-VMSE</p> -</li> -<li class="listitem"> -<p>ASUS P5K</p> -</li> -<li class="listitem"> -<p>ASUS P5KC</p> -</li> -<li class="listitem"> -<p>ASUS P5KPL-C</p> -</li> -<li class="listitem"> -<p>ASUS P5KPL-VM</p> -</li> -<li class="listitem"> -<p>ASUS P5K-SE</p> -</li> -<li class="listitem"> -<p>ASUS P5K-V</p> -</li> -<li class="listitem"> -<p>ASUS P5L-MX</p> -</li> -<li class="listitem"> -<p>ASUS P5DL2-VM</p> -</li> -<li class="listitem"> -<p>ASUS P5L-VM 1394</p> -</li> -<li class="listitem"> -<p>ASUS G2S</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ale&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ale</span>(4)</span></a> device driver -provides support for the following Ethernet controllers:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Atheros AR8113 PCI Express Fast Ethernet controller</p> -</li> -<li class="listitem"> -<p>Atheros AR8114 PCI Express Fast Ethernet controller</p> -</li> -<li class="listitem"> -<p>Atheros AR8121 PCI Express Gigabit Ethernet controller</p> -</li> -</ul> -</div> -<p>[i386,pc98,ia64,amd64,powerpc] Adapters supported by the -<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=aue&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">aue</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Abocom UFE1000, DSB650TX_NA</p> -</li> -<li class="listitem"> -<p>Accton USB320-EC, SpeedStream</p> -</li> -<li class="listitem"> -<p>ADMtek AN986, AN8511</p> -</li> -<li class="listitem"> -<p>Billionton USB100, USB100LP, USB100EL, USBE100</p> -</li> -<li class="listitem"> -<p>Corega Ether FEther USB-T, FEther USB-TX, FEther USB-TXS</p> -</li> -<li class="listitem"> -<p>D-Link DSB-650, DSB-650TX, DSB-650TX-PNA</p> -</li> -<li class="listitem"> -<p>Elecom LD-USBL/TX</p> -</li> -<li class="listitem"> -<p>Elsa Microlink USB2Ethernet</p> -</li> -<li class="listitem"> -<p>HP hn210e</p> -</li> -<li class="listitem"> -<p>I-O Data USB ETTX</p> -</li> -<li class="listitem"> -<p>Kingston KNU101TX</p> -</li> -<li class="listitem"> -<p>LinkSys USB10T adapters that contain the AN986 Pegasus chipset, -USB10TA, USB10TX, USB100TX, USB100H1</p> -</li> -<li class="listitem"> -<p>MELCO LUA-TX, LUA2-TX</p> -</li> -<li class="listitem"> -<p>Netgear FA101</p> -</li> -<li class="listitem"> -<p>Planex UE-200TX</p> -</li> -<li class="listitem"> -<p>Sandberg USB to Network Link (model number 133-06)</p> -</li> -<li class="listitem"> -<p>Siemens Speedstream</p> -</li> -<li class="listitem"> -<p>SmartBridges smartNIC</p> -</li> -<li class="listitem"> -<p>SMC 2202USB</p> -</li> -<li class="listitem"> -<p>SOHOware NUB100</p> -</li> -</ul> -</div> -<p>[i386,pc98,amd64,powerpc] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=axe&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">axe</span>(4)</span></a> driver -supports ASIX Electronics -AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB -Ethernet adapters including:</p> -<p>AX88172:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>AboCom UF200</p> -</li> -<li class="listitem"> -<p>Acer Communications EP1427X2</p> -</li> -<li class="listitem"> -<p>ASIX AX88172</p> -</li> -<li class="listitem"> -<p>ATen UC210T</p> -</li> -<li class="listitem"> -<p>Billionton SnapPort</p> -</li> -<li class="listitem"> -<p>Billionton USB2AR</p> -</li> -<li class="listitem"> -<p>Buffalo (Melco Inc.) LUA-U2-KTX</p> -</li> -<li class="listitem"> -<p>Corega USB2_TX</p> -</li> -<li class="listitem"> -<p>D-Link DUBE100</p> -</li> -<li class="listitem"> -<p>Goodway GWUSB2E</p> -</li> -<li class="listitem"> -<p>JVC MP_PRX1</p> -</li> -<li class="listitem"> -<p>LinkSys USB200M</p> -</li> -<li class="listitem"> -<p>Netgear FA120</p> -</li> -<li class="listitem"> -<p>Sitecom LN-029</p> -</li> -<li class="listitem"> -<p>System TALKS Inc. SGC-X2UL</p> -</li> -</ul> -</div> -<p>AX88178:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>ASIX AX88178</p> -</li> -<li class="listitem"> -<p>Belkin F5D5055</p> -</li> -<li class="listitem"> -<p>Logitec LAN-GTJ/U2A</p> -</li> -<li class="listitem"> -<p>Buffalo (Melco Inc.) LUA3-U2-AGT</p> -</li> -<li class="listitem"> -<p>Planex Communications GU1000T</p> -</li> -<li class="listitem"> -<p>Sitecom Europe LN-028</p> -</li> -</ul> -</div> -<p>AX88772:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>ASIX AX88772</p> -</li> -<li class="listitem"> -<p>Buffalo (Melco Inc.) LUA3-U2-ATX</p> -</li> -<li class="listitem"> -<p>D-Link DUBE100B1</p> -</li> -<li class="listitem"> -<p>Planex UE-200TX-G</p> -</li> -<li class="listitem"> -<p>Planex UE-200TX-G2</p> -</li> -</ul> -</div> -<p>AX88772A:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>ASIX AX88772A</p> -</li> -<li class="listitem"> -<p>Cisco-Linksys USB200Mv2</p> -</li> -</ul> -</div> -<p>AX88772B:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>ASIX AX88772B</p> -</li> -<li class="listitem"> -<p>Lenovo USB 2.0 Ethernet</p> -</li> -</ul> -</div> -<p>AX88760:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>ASIX AX88760</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=bce&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Broadcom NetXtreme II BCM5706 1000Base-SX</p> -</li> -<li class="listitem"> -<p>Broadcom NetXtreme II BCM5706 1000Base-T</p> -</li> -<li class="listitem"> -<p>Broadcom NetXtreme II BCM5708 1000Base-SX</p> -</li> -<li class="listitem"> -<p>Broadcom NetXtreme II BCM5708 1000Base-T</p> -</li> -<li class="listitem"> -<p>Broadcom NetXtreme II BCM5709 1000Base-SX</p> -</li> -<li class="listitem"> -<p>Broadcom NetXtreme II BCM5709 1000Base-T</p> -</li> -<li class="listitem"> -<p>Broadcom NetXtreme II BCM5716 1000Base-T</p> -</li> -<li class="listitem"> -<p>Dell PowerEdge 1950 integrated BCM5708 NIC</p> -</li> -<li class="listitem"> -<p>Dell PowerEdge 2950 integrated BCM5708 NIC</p> -</li> -<li class="listitem"> -<p>Dell PowerEdge R710 integrated BCM5709 NIC</p> -</li> -<li class="listitem"> -<p>HP NC370F Multifunction Gigabit Server Adapter</p> -</li> -<li class="listitem"> -<p>HP NC370T Multifunction Gigabit Server Adapter</p> -</li> -<li class="listitem"> -<p>HP NC370i Multifunction Gigabit Server Adapter</p> -</li> -<li class="listitem"> -<p>HP NC371i Multifunction Gigabit Server Adapter</p> -</li> -<li class="listitem"> -<p>HP NC373F PCIe Multifunc Giga Server Adapter</p> -</li> -<li class="listitem"> -<p>HP NC373T PCIe Multifunction Gig Server Adapter</p> -</li> -<li class="listitem"> -<p>HP NC373i Multifunction Gigabit Server Adapter</p> -</li> -<li class="listitem"> -<p>HP NC373m Multifunction Gigabit Server Adapter</p> -</li> -<li class="listitem"> -<p>HP NC374m PCIe Multifunction Adapter</p> -</li> -<li class="listitem"> -<p>HP NC380T PCIe DP Multifunc Gig Server Adapter</p> -</li> -<li class="listitem"> -<p>HP NC382T PCIe DP Multifunction Gigabit Server Adapter</p> -</li> -<li class="listitem"> -<p>HP NC382i DP Multifunction Gigabit Server Adapter</p> -</li> -<li class="listitem"> -<p>HP NC382m DP 1GbE Multifunction BL-c Adapter</p> -</li> -</ul> -</div> -<p>[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters -(<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=bfe&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">bfe</span>(4)</span></a> -driver)</p> -<p>[i386,pc98,sparc64,ia64,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=bge&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>3Com 3c996-SX (1000baseSX)</p> -</li> -<li class="listitem"> -<p>3Com 3c996-T (10/100/1000baseTX)</p> -</li> -<li class="listitem"> -<p>Dell PowerEdge 1750 integrated BCM5704C NIC -(10/100/1000baseTX)</p> -</li> -<li class="listitem"> -<p>Dell PowerEdge 2550 integrated BCM5700 NIC -(10/100/1000baseTX)</p> -</li> -<li class="listitem"> -<p>Dell PowerEdge 2650 integrated BCM5703 NIC -(10/100/1000baseTX)</p> -</li> -<li class="listitem"> -<p>Dell PowerEdge R200 integrated BCM5750 NIC -(10/100/1000baseTX)</p> -</li> -<li class="listitem"> -<p>Dell PowerEdge R300 integrated BCM5722 NIC -(10/100/1000baseTX)</p> -</li> -<li class="listitem"> -<p>IBM x235 server integrated BCM5703x NIC (10/100/1000baseTX)</p> -</li> -<li class="listitem"> -<p>HP Compaq dc7600 integrated BCM5752 NIC (10/100/1000baseTX)</p> -</li> -<li class="listitem"> -<p>HP ProLiant NC7760 embedded Gigabit NIC (10/100/1000baseTX)</p> -</li> -<li class="listitem"> -<p>HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseTX)</p> -</li> -<li class="listitem"> -<p>HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseTX)</p> -</li> -<li class="listitem"> -<p>HP ProLiant NC7781 embedded PCI-X Gigabit NIC -(10/100/1000baseTX)</p> -</li> -<li class="listitem"> -<p>Netgear GA302T (10/100/1000baseTX)</p> -</li> -<li class="listitem"> -<p>SysKonnect SK-9D21 (10/100/1000baseTX)</p> -</li> -<li class="listitem"> -<p>SysKonnect SK-9D41 (1000baseSX)</p> -</li> -</ul> -</div> -<p>The chips supported by the <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=cas&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">cas</span>(4)</span></a> driver -are:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>National Semiconductor DP83065 Saturn Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Sun Cassini Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Sun Cassini+ Gigabit Ethernet</p> -</li> -</ul> -</div> -<p>The following add-on cards are known to work with the <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=cas&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">cas</span>(4)</span></a> driver at this -time:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. -501-5524)</p> -</li> -<li class="listitem"> -<p>Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902)</p> -</li> -<li class="listitem"> -<p>Sun GigaSwift Ethernet UTP (GCS) (part no. 501-6719)</p> -</li> -<li class="listitem"> -<p>Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522)</p> -</li> -<li class="listitem"> -<p>Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. -501-6738)</p> -</li> -</ul> -</div> -<p>[i386,pc98,ia64,amd64,powerpc] The following devices are -supported by the <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=cdce&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">cdce</span>(4)</span></a> driver:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Prolific PL-2501 Host-to-Host Bridge Controller</p> -</li> -<li class="listitem"> -<p>Sharp Zaurus PDA</p> -</li> -<li class="listitem"> -<p>Terayon TJ-715 DOCSIS Cable Modem</p> -</li> -</ul> -</div> -<p>[amd64, i386] Crystal Semiconductor CS89x0-based NICs (<a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=cs&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">cs</span>(4)</span></a> -driver)</p> -<p>[i386,pc98,ia64,amd64,powerpc] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=cue&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">cue</span>(4)</span></a> driver -supports CATC USB-EL1210A based USB Ethernet adapters -including:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Belkin F5U011/F5U111</p> -</li> -<li class="listitem"> -<p>CATC Netmate</p> -</li> -<li class="listitem"> -<p>CATC Netmate II</p> -</li> -<li class="listitem"> -<p>SmartBridges SmartLink</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Chelsio 10GBase-CX4</p> -</li> -<li class="listitem"> -<p>Chelsio 10GBase-LR</p> -</li> -<li class="listitem"> -<p>Chelsio 10GBase-SR</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=dc&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">dc</span>(4)</span></a> driver provides -support for the following chipsets:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>DEC/Intel 21143</p> -</li> -<li class="listitem"> -<p>ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II and -ADM9513 Centaur II</p> -</li> -<li class="listitem"> -<p>ALi/ULi M5261 and M5263</p> -</li> -<li class="listitem"> -<p>ASIX Electronics AX88140A and AX88141</p> -</li> -<li class="listitem"> -<p>Conexant LANfinity RS7112 (miniPCI)</p> -</li> -<li class="listitem"> -<p>Davicom DM9009, DM9100, DM9102 and DM9102A</p> -</li> -<li class="listitem"> -<p>Lite-On 82c168 and 82c169 PNIC</p> -</li> -<li class="listitem"> -<p>Lite-On/Macronix 82c115 PNIC II</p> -</li> -<li class="listitem"> -<p>Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 -and 98732</p> -</li> -<li class="listitem"> -<p>Xircom X3201 (cardbus only)</p> -</li> -</ul> -</div> -<p>The following NICs are known to work with the <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=dc&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">dc</span>(4)</span></a> driver at this -time:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>3Com OfficeConnect 10/100B (ADMtek AN985 Centaur-P)</p> -</li> -<li class="listitem"> -<p>Abocom FE2500</p> -</li> -<li class="listitem"> -<p>Accton EN1217 (98715A)</p> -</li> -<li class="listitem"> -<p>Accton EN2242 MiniPCI</p> -</li> -<li class="listitem"> -<p>Adico AE310TX (98715A)</p> -</li> -<li class="listitem"> -<p>Alfa Inc GFC2204 (ASIX AX88140A)</p> -</li> -<li class="listitem"> -<p>Built in 10Mbps only Ethernet on Compaq Presario 7900 series -desktops (21143, non-MII)</p> -</li> -<li class="listitem"> -<p>Built in Sun DMFE 10/100 Mbps Ethernet on Sun Netra X1 and Sun -Fire V100 (DM9102A, MII)</p> -</li> -<li class="listitem"> -<p>Built in Ethernet on LinkSys EtherFast 10/100 Instant GigaDrive -(DM9102, MII)</p> -</li> -<li class="listitem"> -<p>CNet Pro110B (ASIX AX88140A)</p> -</li> -<li class="listitem"> -<p>CNet Pro120A (98715A or 98713A) and CNet Pro120B (98715)</p> -</li> -<li class="listitem"> -<p>Compex RL100-TX (98713 or 98713A)</p> -</li> -<li class="listitem"> -<p>D-Link DFE-570TX (21143, MII, quad port)</p> -</li> -<li class="listitem"> -<p>Digital DE500-BA 10/100 (21143, non-MII)</p> -</li> -<li class="listitem"> -<p>ELECOM Laneed LD-CBL/TXA (ADMtek AN985)</p> -</li> -<li class="listitem"> -<p>Hawking CB102 CardBus</p> -</li> -<li class="listitem"> -<p>IBM EtherJet Cardbus Adapter</p> -</li> -<li class="listitem"> -<p>Intel PRO/100 Mobile Cardbus (versions that use the X3201 -chipset)</p> -</li> -<li class="listitem"> -<p>Jaton XpressNet (Davicom DM9102)</p> -</li> -<li class="listitem"> -<p>Kingston KNE100TX (21143, MII)</p> -</li> -<li class="listitem"> -<p>Kingston KNE110TX (PNIC 82c169)</p> -</li> -<li class="listitem"> -<p>LinkSys LNE100TX (PNIC 82c168, 82c169)</p> -</li> -<li class="listitem"> -<p>LinkSys LNE100TX v2.0 (PNIC II 82c115)</p> -</li> -<li class="listitem"> -<p>LinkSys LNE100TX v4.0/4.1 (ADMtek AN985 Centaur-P)</p> -</li> -<li class="listitem"> -<p>Matrox FastNIC 10/100 (PNIC 82c168, 82c169)</p> -</li> -<li class="listitem"> -<p>Melco LGY-PCI-TXL</p> -</li> -<li class="listitem"> -<p>Microsoft MN-120 10/100 CardBus (ADMTek Centaur-C)</p> -</li> -<li class="listitem"> -<p>Microsoft MN-130 10/100 PCI (ADMTek Centaur-P)</p> -</li> -<li class="listitem"> -<p>NDC SOHOware SFA110A (98713A)</p> -</li> -<li class="listitem"> -<p>NDC SOHOware SFA110A Rev B4 (98715AEC-C)</p> -</li> -<li class="listitem"> -<p>NetGear FA310-TX Rev. D1, D2 or D3 (PNIC 82c169)</p> -</li> -<li class="listitem"> -<p>Netgear FA511</p> -</li> -<li class="listitem"> -<p>PlaneX FNW-3602-T (ADMtek AN985)</p> -</li> -<li class="listitem"> -<p>SMC EZ Card 10/100 1233A-TX (ADMtek AN985)</p> -</li> -<li class="listitem"> -<p>SVEC PN102-TX (98713)</p> -</li> -<li class="listitem"> -<p>Xircom Cardbus Realport</p> -</li> -<li class="listitem"> -<p>Xircom Cardbus Ethernet 10/100</p> -</li> -<li class="listitem"> -<p>Xircom Cardbus Ethernet II 10/100</p> -</li> -</ul> -</div> -<p>[i386,pc98,ia64,amd64] Adapters supported by the <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=de&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">de</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Adaptec ANA-6944/TX</p> -</li> -<li class="listitem"> -<p>Cogent EM100FX and EM440TX</p> -</li> -<li class="listitem"> -<p>Corega FastEther PCI-TX</p> -</li> -<li class="listitem"> -<p>D-Link DFE-500TX</p> -</li> -<li class="listitem"> -<p>DEC DE435, DEC DE450, and DEC DE500</p> -</li> -<li class="listitem"> -<p>ELECOM LD-PCI2T, LD-PCITS</p> -</li> -<li class="listitem"> -<p>I-O DATA LA2/T-PCI</p> -</li> -<li class="listitem"> -<p>SMC Etherpower 8432, 9332 and 9334</p> -</li> -<li class="listitem"> -<p>ZNYX ZX3xx</p> -</li> -</ul> -</div> -<p>[i386,pc98] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ed&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ed</span>(4)</span></a> driver supports -the following Ethernet NICs:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>3Com 3c503 Etherlink II</p> -</li> -<li class="listitem"> -<p>AR-P500 Ethernet</p> -</li> -<li class="listitem"> -<p>Accton EN1644 (old model), EN1646 (old model), EN2203 (old -model) (110pin) (flags 0xd00000)</p> -</li> -<li class="listitem"> -<p>Accton EN2212/EN2216/UE2216</p> -</li> -<li class="listitem"> -<p>Allied Telesis CentreCOM LA100-PCM_V2</p> -</li> -<li class="listitem"> -<p>Allied Telesis LA-98 (flags 0x000000) (PC-98)</p> -</li> -<li class="listitem"> -<p>Allied Telesis SIC-98, SIC-98NOTE (110pin), SIU-98 (flags -0x600000) (PC-98)</p> -</li> -<li class="listitem"> -<p>Allied Telesis SIU-98-D (flags 0x610000) (PC-98)</p> -</li> -<li class="listitem"> -<p>AmbiCom 10BaseT card</p> -</li> -<li class="listitem"> -<p>Bay Networks NETGEAR FA410TXC Fast Ethernet</p> -</li> -<li class="listitem"> -<p>Belkin F5D5020 PC Card Fast Ethernet</p> -</li> -<li class="listitem"> -<p>Billionton LM5LT-10B Ethernet/Modem PC Card</p> -</li> -<li class="listitem"> -<p>Bromax iPort 10/100 Ethernet PC Card</p> -</li> -<li class="listitem"> -<p>Bromax iPort 10 Ethernet PC Card</p> -</li> -<li class="listitem"> -<p>Buffalo LPC2-CLT, LPC3-CLT, LPC3-CLX, LPC4-TX PC Card</p> -</li> -<li class="listitem"> -<p>CNet BC40 adapter</p> -</li> -<li class="listitem"> -<p>Compex Net-A adapter</p> -</li> -<li class="listitem"> -<p>Compex RL2000</p> -</li> -<li class="listitem"> -<p>Contec C-NET(98), RT-1007(98), C-NET(9N) (110pin) (flags -0xa00000) (PC-98)</p> -</li> -<li class="listitem"> -<p>Contec C-NET(98)E-A, C-NET(98)L-A, C-NET(98)P (flags 0x300000) -(PC-98)</p> -</li> -<li class="listitem"> -<p>Corega Ether98-T (flags 0x000000) (PC-98)</p> -</li> -<li class="listitem"> -<p>Corega Ether PCC-T/EtherII PCC-T/FEther PCC-TXF/PCC-TXD -PCC-T/Fether II TXD</p> -</li> -<li class="listitem"> -<p>Corega LAPCCTXD (TC5299J)</p> -</li> -<li class="listitem"> -<p>CyQ've ELA-010</p> -</li> -<li class="listitem"> -<p>DEC EtherWorks DE305</p> -</li> -<li class="listitem"> -<p>Danpex EN-6200P2</p> -</li> -<li class="listitem"> -<p>D-Link DE-298, DE-298P (flags 0x500000) (PC-98)</p> -</li> -<li class="listitem"> -<p>D-Link DE-660, DE-660+</p> -</li> -<li class="listitem"> -<p>D-Link IC-CARD/IC-CARD+ Ethernet</p> -</li> -<li class="listitem"> -<p>ELECOM LD-98P (flags 0x500000) (PC-98)</p> -</li> -<li class="listitem"> -<p>ELECOM LD-BDN, LD-NW801G (flags 0x200000) (PC-98)</p> -</li> -<li class="listitem"> -<p>ELECOM Laneed LD-CDL/TX, LD-CDF, LD-CDS, LD-10/100CD, LD-CDWA -(DP83902A)</p> -</li> -<li class="listitem"> -<p>Hawking PN652TX PC Card (AX88790)</p> -</li> -<li class="listitem"> -<p>HP PC Lan+ 27247B and 27252A</p> -</li> -<li class="listitem"> -<p>IBM Creditcard Ethernet I/II</p> -</li> -<li class="listitem"> -<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 class="listitem"> -<p>I-O DATA LA/T-98, LA/T-98SB, LA2/T-98, ET/T-98 (flags 0x900000) -(PC-98)</p> -</li> -<li class="listitem"> -<p>I-O DATA ET2/T-PCI</p> -</li> -<li class="listitem"> -<p>I-O DATA PCLATE</p> -</li> -<li class="listitem"> -<p>Kansai KLA-98C/T (flags 0x900000) (PC-98)</p> -</li> -<li class="listitem"> -<p>Kingston KNE-PC2, CIO10T, KNE-PCM/x Ethernet</p> -</li> -<li class="listitem"> -<p>KTI ET32P2 PCI</p> -</li> -<li class="listitem"> -<p>Linksys EC2T/PCMPC100/PCM100, PCMLM56</p> -</li> -<li class="listitem"> -<p>Linksys EtherFast 10/100 PC Card, Combo PCMCIA Ethernet Card -(PCMPC100 V2)</p> -</li> -<li class="listitem"> -<p>Logitec LAN-98T (flags 0xb00000) (PC-98)</p> -</li> -<li class="listitem"> -<p>MACNICA Ethernet ME1 for JEIDA</p> -</li> -<li class="listitem"> -<p>MACNICA ME98 (flags 0x900000) (PC-98)</p> -</li> -<li class="listitem"> -<p>MACNICA NE2098 (flags 0x400000) (PC-98)</p> -</li> -<li class="listitem"> -<p>MELCO EGY-98 (flags 0x300000) (PC-98)</p> -</li> -<li class="listitem"> -<p>MELCO LGH-98, LGY-98, LGY-98-N (110pin), IND-SP, IND-SS (flags -0x400000) (PC-98)</p> -</li> -<li class="listitem"> -<p>MELCO LGY-PCI-TR</p> -</li> -<li class="listitem"> -<p>MELCO LPC-T/LPC2-T/LPC2-CLT/LPC2-TX/LPC3-TX/LPC3-CLX</p> -</li> -<li class="listitem"> -<p>NDC Ethernet Instant-Link</p> -</li> -<li class="listitem"> -<p>NEC PC-9801-77, PC-9801-78 (flags 0x910000) (PC-98)</p> -</li> -<li class="listitem"> -<p>NEC PC-9801-107, PC-9801-108 (flags 0x800000) (PC-98)</p> -</li> -<li class="listitem"> -<p>National Semiconductor InfoMover NE4100</p> -</li> -<li class="listitem"> -<p>NetGear FA-410TX</p> -</li> -<li class="listitem"> -<p>NetVin NV5000SC</p> -</li> -<li class="listitem"> -<p>Network Everywhere Ethernet 10BaseT PC Card</p> -</li> -<li class="listitem"> -<p>Networld 98X3 (flags 0xd00000) (PC-98)</p> -</li> -<li class="listitem"> -<p>Networld EC-98X, EP-98X (flags 0xd10000) (PC-98)</p> -</li> -<li class="listitem"> -<p>New Media LANSurfer 10+56 Ethernet/Modem</p> -</li> -<li class="listitem"> -<p>New Media LANSurfer</p> -</li> -<li class="listitem"> -<p>Novell NE1000/NE2000/NE2100</p> -</li> -<li class="listitem"> -<p>PLANEX ENW-8300-T</p> -</li> -<li class="listitem"> -<p>PLANEX EN-2298-C (flags 0x200000) (PC-98)</p> -</li> -<li class="listitem"> -<p>PLANEX EN-2298P-T, EN-2298-T (flags 0x500000) (PC-98)</p> -</li> -<li class="listitem"> -<p>PLANEX FNW-3600-T</p> -</li> -<li class="listitem"> -<p>Psion 10/100 LANGLOBAL Combine iT</p> -</li> -<li class="listitem"> -<p>RealTek 8019</p> -</li> -<li class="listitem"> -<p>RealTek 8029</p> -</li> -<li class="listitem"> -<p>Relia Combo-L/M-56k PC Card</p> -</li> -<li class="listitem"> -<p>SMC Elite 16 WD8013</p> -</li> -<li class="listitem"> -<p>SMC Elite Ultra</p> -</li> -<li class="listitem"> -<p>SMC EtherEZ98 (flags 0x000000) (PC-98)</p> -</li> -<li class="listitem"> -<p>SMC -WD8003E/WD8003EBT/WD8003S/WD8003SBT/WD8003W/WD8013EBT/WD8013W and -clones</p> -</li> -<li class="listitem"> -<p>SMC EZCard PC Card, 8040-TX, 8041-TX (AX88x90), 8041-TX V.2 -(TC5299J)</p> -</li> -<li class="listitem"> -<p>Socket LP-E, ES-1000 Ethernet/Serial, LP-E CF, LP-FE CF</p> -</li> -<li class="listitem"> -<p>Surecom EtherPerfect EP-427</p> -</li> -<li class="listitem"> -<p>Surecom NE-34</p> -</li> -<li class="listitem"> -<p>TDK 3000/3400/5670 Fast Ethernet/Modem</p> -</li> -<li class="listitem"> -<p>TDK LAK-CD031, Grey Cell GCS2000 Ethernet Card</p> -</li> -<li class="listitem"> -<p>TDK DFL5610WS Ethernet/Modem PC Card</p> -</li> -<li class="listitem"> -<p>Telecom Device SuperSocket RE450T</p> -</li> -<li class="listitem"> -<p>Toshiba LANCT00A PC Card</p> -</li> -<li class="listitem"> -<p>VIA VT86C926</p> -</li> -<li class="listitem"> -<p>Winbond W89C940</p> -</li> -<li class="listitem"> -<p>Winbond W89C940F</p> -</li> -</ul> -</div> -<p>C-Bus, ISA, PCI and PC Card devices are supported.</p> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ed&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ed</span>(4)</span></a> driver does not -support the following Ethernet NICs:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Mitsubishi LAN Adapter B8895</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=em&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Intel PRO/1000 CT Network Connection (82547)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 F Server Adapter (82543)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 Gigabit Server Adapter (82542)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 GT Desktop Adapter (82541PI)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 MF Dual Port Server Adapter (82546)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 MF Server Adapter (82545)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 MF Server Adapter (LX) (82545)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 MT Desktop Adapter (82540)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 MT Desktop Adapter (82541)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 MT Dual Port Server Adapter (82546)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 MT Quad Port Server Adapter (82546EB)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 MT Server Adapter (82545)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 PF Dual Port Server Adapter (82571)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 PF Quad Port Server Adapter (82571)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 PF Server Adapter (82572)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 PT Desktop Adapter (82572)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 PT Dual Port Server Adapter (82571)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 PT Quad Port Server Adapter (82571)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 PT Server Adapter (82572)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 T Desktop Adapter (82544)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 T Server Adapter (82543)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 XF Server Adapter (82544)</p> -</li> -<li class="listitem"> -<p>Intel PRO/1000 XT Server Adapter (82544)</p> -</li> -</ul> -</div> -<p>[i386,pc98,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ep&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>3Com 3C1 CF</p> -</li> -<li class="listitem"> -<p>3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC -ISA</p> -</li> -<li class="listitem"> -<p>3Com 3C509B-TP, 3C509B-BNC, 3C509B-Combo, 3C509B-TPO, 3C509B-TPC -ISA</p> -</li> -<li class="listitem"> -<p>3Com 3C529, 3C529-TP MCA</p> -</li> -<li class="listitem"> -<p>3Com 3C562/3C563 PCMCIA</p> -</li> -<li class="listitem"> -<p>3Com 3C569B-J-TPO, 3C569B-J-COMBO CBUS</p> -</li> -<li class="listitem"> -<p>3Com 3C574, 3C574TX, 3C574-TX, 3CCFE574BT, 3CXFE574BT, -3C3FE574BT PCMCIA</p> -</li> -<li class="listitem"> -<p>3Com 3C579-TP, 3C579-BNC EISA</p> -</li> -<li class="listitem"> -<p>3Com 3C589, 3C589B, 3C589C, 3C589D, 3CXE589DT PCMCIA</p> -</li> -<li class="listitem"> -<p>3Com 3CCFEM556B, 3CCFEM556BI PCMCIA</p> -</li> -<li class="listitem"> -<p>3Com 3CXE589EC, 3CCE589EC, 3CXE589ET, 3CCE589ET PCMCIA</p> -</li> -<li class="listitem"> -<p>3Com Megahertz 3CCEM556, 3CXEM556, 3CCEM556B, 3CXEM556B, -3C3FEM556C PCMCIA</p> -</li> -<li class="listitem"> -<p>3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA</p> -</li> -<li class="listitem"> -<p>Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE -arrow)</p> -</li> -</ul> -</div> -<p>Agere ET1310 Gigabit Ethernet adapters (<a class="citerefentry" -href= -"http://www.FreeBSD.org/cgi/man.cgi?query=et&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">et</span>(4)</span></a> -driver)</p> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ex&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ex</span>(4)</span></a> driver supports -the following Ethernet adapters:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Intel EtherExpress Pro/10 ISA</p> -</li> -<li class="listitem"> -<p>Intel EtherExpress Pro/10+ ISA</p> -</li> -<li class="listitem"> -<p>Olicom OC2220 Ethernet PC Card</p> -</li> -<li class="listitem"> -<p>Olicom OC2232 Ethernet/Modem PC Card</p> -</li> -<li class="listitem"> -<p>Silicom Ethernet LAN PC Card</p> -</li> -<li class="listitem"> -<p>Silicom EtherSerial LAN PC Card</p> -</li> -</ul> -</div> -<p>[i386,pc98,amd64] Controllers and cards supported by the -<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=fe&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">fe</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin)</p> -</li> -<li class="listitem"> -<p>CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C -(ExtCard)</p> -</li> -<li class="listitem"> -<p>CONTEC C-NET(PC)C PC Card Ethernet</p> -</li> -<li class="listitem"> -<p>Eagle Tech NE200T</p> -</li> -<li class="listitem"> -<p>Eiger Labs EPX-10BT</p> -</li> -<li class="listitem"> -<p>Fujitsu FMV-J182, FMV-J182A</p> -</li> -<li class="listitem"> -<p>Fujitsu MB86960A, MB86965A</p> -</li> -<li class="listitem"> -<p>Fujitsu MBH10303, MBH10302 PC Card Ethernet</p> -</li> -<li class="listitem"> -<p>Fujitsu Towa LA501 Ethernet</p> -</li> -<li class="listitem"> -<p>HITACHI HT-4840-11 PC Card Ethernet</p> -</li> -<li class="listitem"> -<p>NextCom J Link NC5310</p> -</li> -<li class="listitem"> -<p>RATOC REX-5588, REX-9822, REX-4886, and REX-R280</p> -</li> -<li class="listitem"> -<p>RATOC REX-9880/9881/9882/9883</p> -</li> -<li class="listitem"> -<p>TDK LAC-98012, LAC-98013, LAC-98025, LAC-9N011 (110-pin)</p> -</li> -<li class="listitem"> -<p>TDK LAK-CD011, LAK-CD021, LAK-CD021A, LAK-CD021BX</p> -</li> -<li class="listitem"> -<p>Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE -N98(PC86132) (110-pin)</p> -</li> -</ul> -</div> -<p>Adapters supported by the <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=fxp&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">fxp</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Intel EtherExpress PRO/10</p> -</li> -<li class="listitem"> -<p>Intel InBusiness 10/100</p> -</li> -<li class="listitem"> -<p>Intel PRO/100B / EtherExpressPRO/100 B PCI Adapter</p> -</li> -<li class="listitem"> -<p>Intel PRO/100+ Management Adapter</p> -</li> -<li class="listitem"> -<p>Intel PRO/100 VE Desktop Adapter</p> -</li> -<li class="listitem"> -<p>Intel PRO/100 VM Network Connection</p> -</li> -<li class="listitem"> -<p>Intel PRO/100 M Desktop Adapter</p> -</li> -<li class="listitem"> -<p>Intel PRO/100 S Desktop, Server and Dual-Port Server -Adapters</p> -</li> -<li class="listitem"> -<p>Contec C-NET(PI)-100TX (PC-98)</p> -</li> -<li class="listitem"> -<p>NEC PC-9821Ra20, Rv20, Xv13, Xv20 internal 100Base-TX -(PC-98)</p> -</li> -<li class="listitem"> -<p>NEC PC-9821X-B06 (PC-98)</p> -</li> -<li class="listitem"> -<p>Many on-board network interfaces on Intel motherboards</p> -</li> -</ul> -</div> -<p>Chips supported by the <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=gem&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">gem</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Apple GMAC</p> -</li> -<li class="listitem"> -<p>Sun ERI 10/100 Mbps Ethernet</p> -</li> -<li class="listitem"> -<p>Sun GEM Gigabit Ethernet</p> -</li> -</ul> -</div> -<p>The following add-on cards are known to work with the <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=gem&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">gem</span>(4)</span></a> driver at this -time:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373)</p> -</li> -<li class="listitem"> -<p>Sun Gigabit Ethernet SBus 2.0/3.0 (GBE/S) (part no. -501-4375)</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=hme&amp;sektion=4"><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.</p> -<p>Cards supported by the <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=hme&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">hme</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Sun PCI SunSwift Adapter</p> -</li> -<li class="listitem"> -<p>Sun SBus SunSwift Adapter <span class="quote">“<span class= -"quote">( hme</span>”</span> and <span class="quote">“<span class= -"quote">SUNW,hme</span>”</span>)</p> -</li> -<li class="listitem"> -<p>Sun PCI Sun100BaseT Adapter 2.0</p> -</li> -<li class="listitem"> -<p>Sun SBus Sun100BaseT 2.0</p> -</li> -<li class="listitem"> -<p>Sun PCI Quad FastEthernet Controller</p> -</li> -<li class="listitem"> -<p>Sun SBus Quad FastEthernet Controller</p> -</li> -</ul> -</div> -<p>[i386] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ie&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>3COM 3C507</p> -</li> -<li class="listitem"> -<p>AT&T EN100</p> -</li> -<li class="listitem"> -<p>AT&T Starlan 10</p> -</li> -<li class="listitem"> -<p>AT&T Starlan Fiber</p> -</li> -<li class="listitem"> -<p>Intel EtherExpress 16</p> -</li> -<li class="listitem"> -<p>RACAL Interlan NI5210</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=igb&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Intel Gigabit ET Dual Port Server Adapter (82576)</p> -</li> -<li class="listitem"> -<p>Intel Gigabit VT Quad Port Server Adapter (82575)</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ixgb&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ixgb</span>(4)</span></a> driver -supports the following cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Intel PRO/10GbE LR Server Adapter</p> -</li> -<li class="listitem"> -<p>Intel PRO/10GbE SR Server Adapter</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ixgbe&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ixgbe</span>(4)</span></a> driver -supports the following cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter</p> -</li> -<li class="listitem"> -<p>Intel(R) 10 Gigabit XF SR/LR Server Adapter</p> -</li> -<li class="listitem"> -<p>Intel(R) 82598EB 10 Gigabit AF Network Connection</p> -</li> -<li class="listitem"> -<p>Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=jme&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">jme</span>(4)</span></a> device driver -provides support for the following Ethernet controllers:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>JMicron JMC250 PCI Express Gigabit Ethernet controller</p> -</li> -<li class="listitem"> -<p>JMicron JMC251 PCI Express Gigabit Ethernet with Card Read Host -controller</p> -</li> -<li class="listitem"> -<p>JMicron JMC260 PCI Express Fast Ethernet controller</p> -</li> -<li class="listitem"> -<p>JMicron JMC261 PCI Express Gigabit Ethernet with Card Read Host -controller</p> -</li> -</ul> -</div> -<p>[i386,pc98,ia64,amd64,powerpc] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=kue&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">kue</span>(4)</span></a> driver -supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters -including:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>3Com 3c19250</p> -</li> -<li class="listitem"> -<p>3Com 3c460 HomeConnect Ethernet USB Adapter</p> -</li> -<li class="listitem"> -<p>ADS Technologies USB-10BT</p> -</li> -<li class="listitem"> -<p>AOX USB101</p> -</li> -<li class="listitem"> -<p>ATen UC10T</p> -</li> -<li class="listitem"> -<p>Abocom URE 450</p> -</li> -<li class="listitem"> -<p>Corega USB-T</p> -</li> -<li class="listitem"> -<p>D-Link DSB-650C</p> -</li> -<li class="listitem"> -<p>Entrega NET-USB-E45, NET-HUB-3U1E</p> -</li> -<li class="listitem"> -<p>I/O Data USB ETT</p> -</li> -<li class="listitem"> -<p>Kawasaki DU-H3E</p> -</li> -<li class="listitem"> -<p>LinkSys USB10T</p> -</li> -<li class="listitem"> -<p>Netgear EA101</p> -</li> -<li class="listitem"> -<p>Peracom USB Ethernet Adapter</p> -</li> -<li class="listitem"> -<p>Psion Gold Port USB Ethernet adapter</p> -</li> -<li class="listitem"> -<p>SMC 2102USB, 2104USB</p> -</li> -</ul> -</div> -<p>[i386,pc98,amd64] Adapters supported by the <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=lge&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">lge</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>SMC TigerCard 1000 (SMC9462SX)</p> -</li> -<li class="listitem"> -<p>D-Link DGE-500SX</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=msk&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>D-Link 550SX Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>D-Link 560SX Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>D-Link 560T Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8021CU Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8021 SX/LX Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8022CU Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8022 SX/LX Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8061CU Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8061 SX/LX Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8062CU Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8062 SX/LX Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8035 Fast Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8036 Fast Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8038 Fast Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8039 Fast Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8040 Fast Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8040T Fast Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8042 Fast Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8048 Fast Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8050 Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8052 Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8053 Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8055 Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8056 Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8057 Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8058 Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8059 Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8070 Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8071 Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8072 Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Marvell Yukon 88E8075 Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>SysKonnect SK-9Sxx Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>SysKonnect SK-9Exx Gigabit Ethernet</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=mxge&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Myricom 10GBase-CX4 (10G-PCIE-8A-C, 10G-PCIE-8AL-C)</p> -</li> -<li class="listitem"> -<p>Myricom 10GBase-R (10G-PCIE-8A-R, 10G-PCIE-8AL-R)</p> -</li> -<li class="listitem"> -<p>Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, -10G-PCIE-8AL-Q)</p> -</li> -</ul> -</div> -<p>[i386,pc98] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=my&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Myson MTD800 PCI Fast Ethernet chip</p> -</li> -<li class="listitem"> -<p>Myson MTD803 PCI Fast Ethernet chip</p> -</li> -<li class="listitem"> -<p>Myson MTD89X PCI Gigabit Ethernet chip</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=nfe&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">nfe</span>(4)</span></a> driver -supports the following NVIDIA MCP onboard adapters:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>NVIDIA nForce MCP Networking Adapter</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce MCP04 Networking Adapter</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce 430 MCP12 Networking Adapter</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce 430 MCP13 Networking Adapter</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce MCP51 Networking Adapter</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce MCP55 Networking Adapter</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce MCP61 Networking Adapter</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce MCP65 Networking Adapter</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce MCP67 Networking Adapter</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce MCP73 Networking Adapter</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce MCP77 Networking Adapter</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce MCP79 Networking Adapter</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce2 MCP2 Networking Adapter</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce2 400 MCP4 Networking Adapter</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce2 400 MCP5 Networking Adapter</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce3 MCP3 Networking Adapter</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce3 250 MCP6 Networking Adapter</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce3 MCP7 Networking Adapter</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce4 CK804 MCP8 Networking Adapter</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce4 CK804 MCP9 Networking Adapter</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=nge&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">nge</span>(4)</span></a> driver -supports National Semiconductor DP83820 and DP83821 based Gigabit -Ethernet adapters including:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Addtron AEG320T</p> -</li> -<li class="listitem"> -<p>Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit -PCI)</p> -</li> -<li class="listitem"> -<p>Asante FriendlyNet GigaNIX 1000TA and 1000TPC</p> -</li> -<li class="listitem"> -<p>D-Link DGE-500T</p> -</li> -<li class="listitem"> -<p>Linksys EG1032, revision 1</p> -</li> -<li class="listitem"> -<p>Netgear GA621</p> -</li> -<li class="listitem"> -<p>Netgear GA622T</p> -</li> -<li class="listitem"> -<p>SMC EZ Card 1000 (SMC9462TX)</p> -</li> -<li class="listitem"> -<p>Surecom Technology EP-320G-TX</p> -</li> -<li class="listitem"> -<p>Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI)</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=nve&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>nForce</p> -</li> -<li class="listitem"> -<p>nForce2</p> -</li> -<li class="listitem"> -<p>nForce3</p> -</li> -<li class="listitem"> -<p>nForce4</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=nxge&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">nxge</span>(4)</span></a> driver -supports Neterion Xframe 10 Gigabit Ethernet adapters listed in -<a class="ulink" href="http://www.neterion.com/how/pricing.html" -target="_top">http://www.neterion.com/how/pricing.html</a>.</p> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=oce&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">oce</span>(4)</span></a> driver -supports the following network adapters:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Emulex BladeEngine 2</p> -</li> -<li class="listitem"> -<p>Emulex BladeEngine 3</p> -</li> -<li class="listitem"> -<p>Emulex Lancer</p> -</li> -</ul> -</div> -<p>[i386,pc98,ia64,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=pcn&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>AMD Am79C971 PCnet-FAST</p> -</li> -<li class="listitem"> -<p>AMD Am79C972 PCnet-FAST+</p> -</li> -<li class="listitem"> -<p>AMD Am79C973/Am79C975 PCnet-FAST III</p> -</li> -<li class="listitem"> -<p>AMD Am79C976 PCnet-PRO</p> -</li> -<li class="listitem"> -<p>AMD Am79C978 PCnet-Home</p> -</li> -<li class="listitem"> -<p>Allied-Telesis LA-PCI</p> -</li> -</ul> -</div> -<p>[amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=qlxgb&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">qlxgb</span>(4)</span></a> driver -supports 10 Gigabit Ethernet & CNA Adapter based on the -following chipsets:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>QLogic 3200 series</p> -</li> -<li class="listitem"> -<p>QLogic 8200 series</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=re&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">re</span>(4)</span></a> driver supports -RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE -and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters -including:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+)</p> -</li> -<li class="listitem"> -<p>Compaq Evo N1015v Integrated Ethernet (8139C+)</p> -</li> -<li class="listitem"> -<p>Corega CG-LAPCIGT Gigabit Ethernet (8169S)</p> -</li> -<li class="listitem"> -<p>D-Link DGE-528(T) Gigabit Ethernet (8169S)</p> -</li> -<li class="listitem"> -<p>Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)</p> -</li> -<li class="listitem"> -<p>LevelOne GNC-0105T (8169S)</p> -</li> -<li class="listitem"> -<p>LinkSys EG1032 (32-bit PCI)</p> -</li> -<li class="listitem"> -<p>PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)</p> -</li> -<li class="listitem"> -<p>USRobotics USR997902 Gigabit Ethernet (8169S)</p> -</li> -<li class="listitem"> -<p>Xterasys XN-152 10/100/1000 NIC (8169)</p> -</li> -</ul> -</div> -<p>Adapters supported by the <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=rl&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">rl</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Accton <span class="quote">“<span class= -"quote">Cheetah</span>”</span> EN1207D (MPX 5030/5038; RealTek 8139 -clone)</p> -</li> -<li class="listitem"> -<p>Allied Telesyn AT2550</p> -</li> -<li class="listitem"> -<p>Allied Telesyn AT2500TX</p> -</li> -<li class="listitem"> -<p>Belkin F5D5000</p> -</li> -<li class="listitem"> -<p>BUFFALO (Melco INC.) LPC-CB-CLX (CardBus)</p> -</li> -<li class="listitem"> -<p>Compaq HNE-300</p> -</li> -<li class="listitem"> -<p>CompUSA no-name 10/100 PCI Ethernet NIC</p> -</li> -<li class="listitem"> -<p>Corega FEther CB-TXD</p> -</li> -<li class="listitem"> -<p>Corega FEtherII CB-TXD</p> -</li> -<li class="listitem"> -<p>D-Link DFE-520TX (rev. C1)</p> -</li> -<li class="listitem"> -<p>D-Link DFE-528TX</p> -</li> -<li class="listitem"> -<p>D-Link DFE-530TX+</p> -</li> -<li class="listitem"> -<p>D-Link DFE-538TX</p> -</li> -<li class="listitem"> -<p>D-Link DFE-690TXD</p> -</li> -<li class="listitem"> -<p>Edimax EP-4103DL CardBus</p> -</li> -<li class="listitem"> -<p>Encore ENL832-TX 10/100 M PCI</p> -</li> -<li class="listitem"> -<p>Farallon NetLINE 10/100 PCI</p> -</li> -<li class="listitem"> -<p>Genius GF100TXR</p> -</li> -<li class="listitem"> -<p>GigaFast Ethernet EE100-AXP</p> -</li> -<li class="listitem"> -<p>KTX-9130TX 10/100 Fast Ethernet</p> -</li> -<li class="listitem"> -<p>LevelOne FPC-0106TX</p> -</li> -<li class="listitem"> -<p>Longshine LCS-8038TX-R</p> -</li> -<li class="listitem"> -<p>NDC Communications NE100TX-E</p> -</li> -<li class="listitem"> -<p>Netronix Inc. EA-1210 NetEther 10/100</p> -</li> -<li class="listitem"> -<p>Nortel Networks 10/100BaseTX</p> -</li> -<li class="listitem"> -<p>OvisLink LEF-8129TX</p> -</li> -<li class="listitem"> -<p>OvisLink LEF-8139TX</p> -</li> -<li class="listitem"> -<p>Peppercon AG ROL-F</p> -</li> -<li class="listitem"> -<p>Planex FNW-3603-TX</p> -</li> -<li class="listitem"> -<p>Planex FNW-3800-TX</p> -</li> -<li class="listitem"> -<p>SMC EZ Card 10/100 PCI 1211-TX</p> -</li> -<li class="listitem"> -<p>SOHO (PRAGMATIC) UE-1211C</p> -</li> -</ul> -</div> -<p>[i386,pc98,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=rue&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">rue</span>(4)</span></a> driver -supports RealTek RTL8150 based USB Ethernet adapters including:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Buffalo (Melco Inc.) LUA-KTX</p> -</li> -<li class="listitem"> -<p>Green House GH-USB100B</p> -</li> -<li class="listitem"> -<p>LinkSys USB100M</p> -</li> -<li class="listitem"> -<p>Billionton 10/100 FastEthernet USBKR2</p> -</li> -</ul> -</div> -<p>Adapters supported by the <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sf&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">sf</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>ANA-62011 64-bit single port 10/100baseTX adapter</p> -</li> -<li class="listitem"> -<p>ANA-62022 64-bit dual port 10/100baseTX adapter</p> -</li> -<li class="listitem"> -<p>ANA-62044 64-bit quad port 10/100baseTX adapter</p> -</li> -<li class="listitem"> -<p>ANA-69011 32-bit single port 10/100baseTX adapter</p> -</li> -<li class="listitem"> -<p>ANA-62020 64-bit single port 100baseFX adapter</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sfxge&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">sfxge</span>(4)</span></a> driver -supports all 10Gb Ethernet adapters based on Solarflare SFC9000 -family controllers.</p> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sge&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">sge</span>(4)</span></a> device driver -provides support for the following Ethernet controllers:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>SiS190 Fast Ethernet controller</p> -</li> -<li class="listitem"> -<p>SiS191 Fast/Gigabit Ethernet controller</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sis&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>@Nifty FNECHARD IFC USUP-TX</p> -</li> -<li class="listitem"> -<p>MELCO LGY-PCI-TXC</p> -</li> -<li class="listitem"> -<p>Netgear FA311-TX (DP83815)</p> -</li> -<li class="listitem"> -<p>Netgear FA312-TX (DP83815)</p> -</li> -<li class="listitem"> -<p>SiS 630, 635, and 735 motherboard chipsets</p> -</li> -<li class="listitem"> -<p>Soekris Engineering net45xx, net48xx, lan1621, and lan1641</p> -</li> -</ul> -</div> -<p>Adapters supported by the <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sk&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">sk</span>(4)</span></a> driver -include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>3Com 3C940 single port, 1000baseT adapter</p> -</li> -<li class="listitem"> -<p>3Com 3C2000-T single port, 1000baseT adapter</p> -</li> -<li class="listitem"> -<p>Belkin F5D5005 single port, 1000baseT adapter</p> -</li> -<li class="listitem"> -<p>D-Link DGE-530T single port, 1000baseT adapter</p> -</li> -<li class="listitem"> -<p>Linksys (revision 2) single port, 1000baseT adapter</p> -</li> -<li class="listitem"> -<p>SK-9521 SK-NET GE-T single port, 1000baseT adapter</p> -</li> -<li class="listitem"> -<p>SK-9821 SK-NET GE-T single port, 1000baseT adapter</p> -</li> -<li class="listitem"> -<p>SK-9822 SK-NET GE-T dual port, 1000baseT adapter</p> -</li> -<li class="listitem"> -<p>SK-9841 SK-NET GE-LX single port, single mode fiber adapter</p> -</li> -<li class="listitem"> -<p>SK-9842 SK-NET GE-LX dual port, single mode fiber adapter</p> -</li> -<li class="listitem"> -<p>SK-9843 SK-NET GE-SX single port, multimode fiber adapter</p> -</li> -<li class="listitem"> -<p>SK-9844 SK-NET GE-SX dual port, multimode fiber adapter</p> -</li> -<li class="listitem"> -<p>SMC 9452TX single port, 1000baseT adapter</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sn&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">sn</span>(4)</span></a> driver supports -SMC91Cxx based ISA and PCMCIA cards including:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC</p> -</li> -<li class="listitem"> -<p>3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, -CCEM3336, CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, -XJEM3288T, XJEM3336</p> -</li> -<li class="listitem"> -<p>Farallon EtherMac PC Card 595a</p> -</li> -<li class="listitem"> -<p>Motorola Mariner Ethernet/Modem PC Card</p> -</li> -<li class="listitem"> -<p>Ositech Seven of Diamonds Ethernet PC Card</p> -</li> -<li class="listitem"> -<p>Ositech Jack of Hearts Ethernet/Modem PC Card</p> -</li> -<li class="listitem"> -<p>Psion Gold Card Netglobal Ethernet PC Card</p> -</li> -<li class="listitem"> -<p>Psion Gold Card Netglobal 10/100 Fast Ethernet PC Card</p> -</li> -<li class="listitem"> -<p>Psion Gold Card Netglobal 56k+10Mb Ethernet PC Card</p> -</li> -<li class="listitem"> -<p>SMC EZEther PC Card (8020BT)</p> -</li> -<li class="listitem"> -<p>SMC EZEther PC Card (8020T)</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sn&amp;sektion=4"><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.</p> -<p>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 class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sn&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">sn</span>(4)</span></a> driver.</p> -<p>[pc98] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snc&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">snc</span>(4)</span></a> driver -supports the following cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>National Semiconductor DP83934AVQB</p> -</li> -<li class="listitem"> -<p>NEC PC-9801-83</p> -</li> -<li class="listitem"> -<p>NEC PC-9801-84</p> -</li> -<li class="listitem"> -<p>NEC PC-9801-103</p> -</li> -<li class="listitem"> -<p>NEC PC-9801-104</p> -</li> -<li class="listitem"> -<p>NEC PC-9801N-15</p> -</li> -<li class="listitem"> -<p>NEC PC-9801N-25</p> -</li> -<li class="listitem"> -<p>NEC PC-9801N-J02 PCMCIA</p> -</li> -<li class="listitem"> -<p>NEC PC-9801N-J02R PCMCIA</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snc&amp;sektion=4"><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>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ste&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>D-Link DFE-530TXS</p> -</li> -<li class="listitem"> -<p>D-Link DFE-550TX</p> -</li> -<li class="listitem"> -<p>D-Link DFE-580TX</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=stge&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Antares Microsystems Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>ASUS NX1101 Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>D-Link DL-4000 Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>IC Plus IP1000A Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Sundance ST-2021 Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Sundance ST-2023 Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Sundance TC9021 Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Tamarack TC9021 Gigabit Ethernet</p> -</li> -</ul> -</div> -<p>[i386,pc98,amd64,sparc64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ti&amp;sektion=4"><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 class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ti&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ti</span>(4)</span></a> driver has been -tested with the following adapters:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>3Com 3c985-SX Gigabit Ethernet adapter (Tigon 1)</p> -</li> -<li class="listitem"> -<p>3Com 3c985B-SX Gigabit Ethernet adapter (Tigon 2)</p> -</li> -<li class="listitem"> -<p>Alteon AceNIC V Gigabit Ethernet adapter (1000baseSX)</p> -</li> -<li class="listitem"> -<p>Alteon AceNIC V Gigabit Ethernet adapter (1000baseT)</p> -</li> -<li class="listitem"> -<p>Digital EtherWORKS 1000SX PCI Gigabit adapter</p> -</li> -<li class="listitem"> -<p>Netgear GA620 Gigabit Ethernet adapter (1000baseSX)</p> -</li> -<li class="listitem"> -<p>Netgear GA620T Gigabit Ethernet adapter (1000baseT)</p> -</li> -</ul> -</div> -<p>The following adapters should also be supported but have not yet -been tested:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Asante GigaNIX1000T Gigabit Ethernet adapter</p> -</li> -<li class="listitem"> -<p>Asante PCI 1000BASE-SX Gigabit Ethernet adapter</p> -</li> -<li class="listitem"> -<p>Farallon PN9000SX Gigabit Ethernet adapter</p> -</li> -<li class="listitem"> -<p>NEC Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>Silicon Graphics PCI Gigabit Ethernet adapter</p> -</li> -</ul> -</div> -<p>[i386,pc98,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=tl&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Olicom OC-2135/2138 10/100 TX UTP adapter</p> -</li> -<li class="listitem"> -<p>Olicom OC-2325/OC-2326 10/100 TX UTP adapter</p> -</li> -<li class="listitem"> -<p>Racore 8148 10baseT/100baseTX/100baseFX adapter</p> -</li> -<li class="listitem"> -<p>Racore 8165 10/100baseTX adapter</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=tl&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Compaq Netelligent 10</p> -</li> -<li class="listitem"> -<p>Compaq Netelligent 10 T PCI UTP/Coax</p> -</li> -<li class="listitem"> -<p>Compaq Netelligent 10/100</p> -</li> -<li class="listitem"> -<p>Compaq Netelligent 10/100 Dual-Port</p> -</li> -<li class="listitem"> -<p>Compaq Netelligent 10/100 Proliant</p> -</li> -<li class="listitem"> -<p>Compaq Netelligent 10/100 TX Embedded UTP</p> -</li> -<li class="listitem"> -<p>Compaq Netelligent 10/100 TX UTP</p> -</li> -<li class="listitem"> -<p>Compaq NetFlex 3P</p> -</li> -<li class="listitem"> -<p>Compaq NetFlex 3P Integrated</p> -</li> -<li class="listitem"> -<p>Compaq NetFlex 3P w/BNC</p> -</li> -</ul> -</div> -<p>[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs -(<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=tx&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">tx</span>(4)</span></a> -driver)</p> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=txp&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">txp</span>(4)</span></a> driver -supports the following cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>3Com 3CR990-TX-95</p> -</li> -<li class="listitem"> -<p>3Com 3CR990-TX-97</p> -</li> -<li class="listitem"> -<p>3Com 3cR990B-TXM</p> -</li> -<li class="listitem"> -<p>3Com 3CR990SVR95</p> -</li> -<li class="listitem"> -<p>3Com 3CR990SVR97</p> -</li> -<li class="listitem"> -<p>3Com 3cR990B-SRV</p> -</li> -</ul> -</div> -<p>[i386,pc98,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=udav&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">udav</span>(4)</span></a> driver -supports the following adapters:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Corega FEther USB-TXC</p> -</li> -<li class="listitem"> -<p>ShanTou ST268 USB NIC</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=vge&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">vge</span>(4)</span></a> driver -supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based -Gigabit Ethernet adapters including:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>VIA Networking LAN-on-motherboard Gigabit Ethernet</p> -</li> -<li class="listitem"> -<p>ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701)</p> -</li> -<li class="listitem"> -<p>ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702)</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=vr&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>AOpen/Acer ALN-320</p> -</li> -<li class="listitem"> -<p>D-Link DFE520-TX</p> -</li> -<li class="listitem"> -<p>D-Link DFE530-TX</p> -</li> -<li class="listitem"> -<p>Hawking Technologies PN102TX</p> -</li> -<li class="listitem"> -<p>Soekris Engineering net5501</p> -</li> -</ul> -</div> -<p>[i386,pc98,ia64,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=vx&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">vx</span>(4)</span></a> driver supports -the following cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>3Com 3c590 EtherLink III PCI</p> -</li> -<li class="listitem"> -<p>3Com 3c592 EtherLink III EISA</p> -</li> -<li class="listitem"> -<p>3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode</p> -</li> -<li class="listitem"> -<p>3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=vxge&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">vxge</span>(4)</span></a> driver -supports Neterion X3100 10 Gigabit Ethernet adapters listed in -<a class="ulink" href="http://www.neterion.com" target= -"_top">http://www.neterion.com</a>.</p> -<p>[i386,pc98,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=wb&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">wb</span>(4)</span></a> driver supports -Winbond W89C840F based Fast Ethernet adapters and embedded -controllers including:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Trendware TE100-PCIE</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=xe&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">xe</span>(4)</span></a> driver supports -the following cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Xircom CreditCard Ethernet (PS-CE2-10)</p> -</li> -<li class="listitem"> -<p>Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28)</p> -</li> -<li class="listitem"> -<p>Xircom CreditCard Ethernet + Modem 33 (CEM33)</p> -</li> -<li class="listitem"> -<p>Xircom CreditCard 10/100 (CE3, CE3B)</p> -</li> -<li class="listitem"> -<p>Xircom CreditCard Ethernet 10/100 + Modem 56 (CEM56)</p> -</li> -<li class="listitem"> -<p>Xircom RealPort Ethernet 10 (RE10)</p> -</li> -<li class="listitem"> -<p>Xircom RealPort Ethernet 10/100 (RE100)</p> -</li> -<li class="listitem"> -<p>Xircom RealPort Ethernet 10/100 + Modem 56 (REM56, REM56G)</p> -</li> -<li class="listitem"> -<p>Accton Fast EtherCard-16 (EN2226)</p> -</li> -<li class="listitem"> -<p>Compaq Microcom CPQ550 Ethernet/Modem PC Card</p> -</li> -<li class="listitem"> -<p>Compaq Netelligent 10/100 PC Card (CPQ-10/100)</p> -</li> -<li class="listitem"> -<p>Intel EtherExpress Pro/100 PC Card Mobile Adapter 16 (Pro/100 -M16A)</p> -</li> -<li class="listitem"> -<p>Intel EtherExpress Pro/100 LAN/Modem PC Card Adapter (Pro/100 -M16B)</p> -</li> -</ul> -</div> -<p>Other similar devices using the same hardware may also be -supported.</p> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=xl&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">xl</span>(4)</span></a> driver supports -the following hardware:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>3Com 3c900-TPO</p> -</li> -<li class="listitem"> -<p>3Com 3c900-COMBO</p> -</li> -<li class="listitem"> -<p>3Com 3c905-TX</p> -</li> -<li class="listitem"> -<p>3Com 3c905-T4</p> -</li> -<li class="listitem"> -<p>3Com 3c900B-TPO</p> -</li> -<li class="listitem"> -<p>3Com 3c900B-TPC</p> -</li> -<li class="listitem"> -<p>3Com 3c900B-FL</p> -</li> -<li class="listitem"> -<p>3Com 3c900B-COMBO</p> -</li> -<li class="listitem"> -<p>3Com 3c905B-T4</p> -</li> -<li class="listitem"> -<p>3Com 3c905B-TX</p> -</li> -<li class="listitem"> -<p>3Com 3c905B-FX</p> -</li> -<li class="listitem"> -<p>3Com 3c905B-COMBO</p> -</li> -<li class="listitem"> -<p>3Com 3c905C-TX</p> -</li> -<li class="listitem"> -<p>3Com 3c980, 3c980B, and 3c980C server adapters</p> -</li> -<li class="listitem"> -<p>3Com 3cSOHO100-TX OfficeConnect adapters</p> -</li> -<li class="listitem"> -<p>3Com 3c450 HomeConnect adapters</p> -</li> -<li class="listitem"> -<p>3Com 3c555, 3c556 and 3c556B mini-PCI adapters</p> -</li> -<li class="listitem"> -<p>3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, -3CXFE575CT, 3CCFEM656, 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, -3CXFEM656B, and 3CXFEM656C CardBus adapters</p> -</li> -<li class="listitem"> -<p>3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB, and -3c920B-EMB-WNM embedded adapters</p> -</li> -</ul> -</div> -<p>Both the 3C656 family of CardBus cards and the 3C556 family of -MiniPCI cards have a built-in proprietary modem. Neither the -<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=xl&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">xl</span>(4)</span></a> driver nor any -other FreeBSD driver supports this modem.</p> -</div> -<div class="sect2" title="3.3. FDDI Interfaces"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"fddi"></a>3.3. FDDI Interfaces</h3> -</div> -</div> -</div> -<p>[i386, pc98] DEC DEFPA PCI (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=fpa&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">fpa</span>(4)</span></a> -driver)</p> -<p>[i386] DEC DEFEA EISA (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=fpa&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">fpa</span>(4)</span></a> -driver)</p> -</div> -<div class="sect2" title="3.4. ATM Interfaces"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"atm"></a>3.4. ATM Interfaces</h3> -</div> -</div> -</div> -<p>[i386, pc98] Midway-based ATM interfaces (<a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=en&amp;sektion=4"><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 class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=fatm&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">fatm</span>(4)</span></a> drivers)</p> -<p>[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (<a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=idt&amp;sektion=4"><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 class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=hatm&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">hatm</span>(4)</span></a> -driver)</p> -<p>[i386, pc98] IDT77252-based ATM cards (<a class="citerefentry" -href= -"http://www.FreeBSD.org/cgi/man.cgi?query=patm&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">patm</span>(4)</span></a> -driver)</p> -</div> -<div class="sect2" title="3.5. Wireless Network Interfaces"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"wlan"></a>3.5. Wireless Network Interfaces</h3> -</div> -</div> -</div> -<p>[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters -(<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=an&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">an</span>(4)</span></a> -driver)</p> -<p>[i386,pc98,amd64,sparc64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ath&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ath</span>(4)</span></a> driver -supports all Atheros Cardbus and PCI cards, except those that are -based on the AR5005VL chipset.</p> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=bwi&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">bwi</span>(4)</span></a> driver -supports Broadcom BCM43xx based wireless devices, including:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Apple Airport Extreme</p> -</li> -<li class="listitem"> -<p>Apple Airport Extreme</p> -</li> -<li class="listitem"> -<p>ASUS WL-138g</p> -</li> -<li class="listitem"> -<p>Buffalo WLI-CB-G54S</p> -</li> -<li class="listitem"> -<p>Buffalo WLI-PCI-G54S</p> -</li> -<li class="listitem"> -<p>Compaq R4035 onboard</p> -</li> -<li class="listitem"> -<p>Dell Wireless 1390 BCM4311 Mini PCI</p> -</li> -<li class="listitem"> -<p>Dell Wireless 1470</p> -</li> -<li class="listitem"> -<p>Dell Truemobile 1300 r2</p> -</li> -<li class="listitem"> -<p>Dell Truemobile 1400</p> -</li> -<li class="listitem"> -<p>HP nx6125</p> -</li> -<li class="listitem"> -<p>Linksys WPC54G Ver 3</p> -</li> -<li class="listitem"> -<p>Linksys WPC54GS Ver 2</p> -</li> -<li class="listitem"> -<p>TRENDnet TEW-401PCplus</p> -</li> -<li class="listitem"> -<p>US Robotics 5411</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=bwi&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">bwi</span>(4)</span></a> driver uses -the older v3 version of Broadcom's firmware. While this older -firmware does support most BCM43xx parts, the bwn(4) driver works -better for the newer chips it supports. You must use the <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=bwi&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">bwi</span>(4)</span></a> driver if you -are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev -2). The v4 version of the firmware that bwn(4) uses does not -support these chips.</p> -<p>[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter -(<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ipw&amp;sektion=4"><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 class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=iwi&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">iwi</span>(4)</span></a> -driver)</p> -<p>[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI -network adapters (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=iwn&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">iwn</span>(4)</span></a> -driver)</p> -<p>[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network -adapters (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=malo&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">malo</span>(4)</span></a> -driver)</p> -<p>Marvell 88W8363 IEEE 802.11n wireless network adapters -(<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=mwl&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">mwl</span>(4)</span></a> -driver)</p> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ral&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ral</span>(4)</span></a> driver -supports PCI/PCIe/CardBus wireless adapters based on Ralink -Technology chipsets, including:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>A-Link WL54H</p> -</li> -<li class="listitem"> -<p>A-Link WL54PC</p> -</li> -<li class="listitem"> -<p>AirLink101 AWLC5025</p> -</li> -<li class="listitem"> -<p>AirLink101 AWLH5025</p> -</li> -<li class="listitem"> -<p>Amigo AWI-914W</p> -</li> -<li class="listitem"> -<p>Amigo AWI-922W</p> -</li> -<li class="listitem"> -<p>Amigo AWI-926W</p> -</li> -<li class="listitem"> -<p>AMIT WL531C</p> -</li> -<li class="listitem"> -<p>AMIT WL531P</p> -</li> -<li class="listitem"> -<p>AOpen AOI-831</p> -</li> -<li class="listitem"> -<p>ASUS WL-107G</p> -</li> -<li class="listitem"> -<p>ASUS WL-130g</p> -</li> -<li class="listitem"> -<p>Atlantis Land A02-PCI-W54</p> -</li> -<li class="listitem"> -<p>Atlantis Land A02-PCM-W54</p> -</li> -<li class="listitem"> -<p>Belkin F5D7000 v3</p> -</li> -<li class="listitem"> -<p>Belkin F5D7010 v2</p> -</li> -<li class="listitem"> -<p>Billionton MIWLGRL</p> -</li> -<li class="listitem"> -<p>Canyon CN-WF511</p> -</li> -<li class="listitem"> -<p>Canyon CN-WF513</p> -</li> -<li class="listitem"> -<p>CC&C WL-2102</p> -</li> -<li class="listitem"> -<p>CNet CWC-854</p> -</li> -<li class="listitem"> -<p>CNet CWP-854</p> -</li> -<li class="listitem"> -<p>Compex WL54G</p> -</li> -<li class="listitem"> -<p>Compex WLP54G</p> -</li> -<li class="listitem"> -<p>Conceptronic C54RC</p> -</li> -<li class="listitem"> -<p>Conceptronic C54Ri</p> -</li> -<li class="listitem"> -<p>Digitus DN-7001G-RA</p> -</li> -<li class="listitem"> -<p>Digitus DN-7006G-RA</p> -</li> -<li class="listitem"> -<p>E-Tech WGPC02</p> -</li> -<li class="listitem"> -<p>E-Tech WGPI02</p> -</li> -<li class="listitem"> -<p>Edimax EW-7108PCg</p> -</li> -<li class="listitem"> -<p>Edimax EW-7128g</p> -</li> -<li class="listitem"> -<p>Eminent EM3036</p> -</li> -<li class="listitem"> -<p>Eminent EM3037</p> -</li> -<li class="listitem"> -<p>Encore ENLWI-G-RLAM</p> -</li> -<li class="listitem"> -<p>Encore ENPWI-G-RLAM</p> -</li> -<li class="listitem"> -<p>Fiberline WL-400P</p> -</li> -<li class="listitem"> -<p>Fibreline WL-400X</p> -</li> -<li class="listitem"> -<p>Gigabyte GN-WI01GS</p> -</li> -<li class="listitem"> -<p>Gigabyte GN-WIKG</p> -</li> -<li class="listitem"> -<p>Gigabyte GN-WMKG</p> -</li> -<li class="listitem"> -<p>Gigabyte GN-WP01GS</p> -</li> -<li class="listitem"> -<p>Gigabyte GN-WPKG</p> -</li> -<li class="listitem"> -<p>Hawking HWC54GR</p> -</li> -<li class="listitem"> -<p>Hawking HWP54GR</p> -</li> -<li class="listitem"> -<p>iNexQ CR054g-009 (R03)</p> -</li> -<li class="listitem"> -<p>JAHT WN-4054P</p> -</li> -<li class="listitem"> -<p>JAHT WN-4054PCI</p> -</li> -<li class="listitem"> -<p>LevelOne WNC-0301 v2</p> -</li> -<li class="listitem"> -<p>LevelOne WPC-0301 v2</p> -</li> -<li class="listitem"> -<p>Linksys WMP54G v4</p> -</li> -<li class="listitem"> -<p>Micronet SP906GK</p> -</li> -<li class="listitem"> -<p>Micronet SP908GK V3</p> -</li> -<li class="listitem"> -<p>Minitar MN54GCB-R</p> -</li> -<li class="listitem"> -<p>Minitar MN54GPC-R</p> -</li> -<li class="listitem"> -<p>MSI CB54G2</p> -</li> -<li class="listitem"> -<p>MSI MP54G2</p> -</li> -<li class="listitem"> -<p>MSI PC54G2</p> -</li> -<li class="listitem"> -<p>OvisLink EVO-W54PCI</p> -</li> -<li class="listitem"> -<p>PheeNet HWL-PCIG/RA</p> -</li> -<li class="listitem"> -<p>Pro-Nets CB80211G</p> -</li> -<li class="listitem"> -<p>Pro-Nets PC80211G</p> -</li> -<li class="listitem"> -<p>Repotec RP-WB7108</p> -</li> -<li class="listitem"> -<p>Repotec RP-WP0854</p> -</li> -<li class="listitem"> -<p>SATech SN-54C</p> -</li> -<li class="listitem"> -<p>SATech SN-54P</p> -</li> -<li class="listitem"> -<p>Sitecom WL-112</p> -</li> -<li class="listitem"> -<p>Sitecom WL-115</p> -</li> -<li class="listitem"> -<p>SMC SMCWCB-GM</p> -</li> -<li class="listitem"> -<p>SMC SMCWPCI-GM</p> -</li> -<li class="listitem"> -<p>SparkLAN WL-685R</p> -</li> -<li class="listitem"> -<p>Surecom EP-9321-g</p> -</li> -<li class="listitem"> -<p>Surecom EP-9321-g1</p> -</li> -<li class="listitem"> -<p>Surecom EP-9428-g</p> -</li> -<li class="listitem"> -<p>Sweex LC500050</p> -</li> -<li class="listitem"> -<p>Sweex LC700030</p> -</li> -<li class="listitem"> -<p>TekComm NE-9321-g</p> -</li> -<li class="listitem"> -<p>TekComm NE-9428-g</p> -</li> -<li class="listitem"> -<p>Unex CR054g-R02</p> -</li> -<li class="listitem"> -<p>Unex MR054g-R02</p> -</li> -<li class="listitem"> -<p>Zinwell ZWX-G160</p> -</li> -<li class="listitem"> -<p>Zinwell ZWX-G360</p> -</li> -<li class="listitem"> -<p>Zinwell ZWX-G361</p> -</li> -<li class="listitem"> -<p>Zonet ZEW1500</p> -</li> -<li class="listitem"> -<p>Zonet ZEW1600</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=rum&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">rum</span>(4)</span></a> driver -supports USB 2.0 wireless adapters based on the Ralink RT2501USB -and RT2601USB chipsets, including:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>3Com Aolynk WUB320g</p> -</li> -<li class="listitem"> -<p>Abocom WUG2700</p> -</li> -<li class="listitem"> -<p>Airlink101 AWLL5025</p> -</li> -<li class="listitem"> -<p>ASUS WL-167g ver 2</p> -</li> -<li class="listitem"> -<p>Belkin F5D7050 ver 3</p> -</li> -<li class="listitem"> -<p>Belkin F5D9050 ver 3</p> -</li> -<li class="listitem"> -<p>Buffalo WLI-U2-SG54HP</p> -</li> -<li class="listitem"> -<p>Buffalo WLI-U2-SG54HG</p> -</li> -<li class="listitem"> -<p>Buffalo WLI-U2-G54HP</p> -</li> -<li class="listitem"> -<p>Buffalo WLI-UC-G</p> -</li> -<li class="listitem"> -<p>CNet CWD-854 ver F</p> -</li> -<li class="listitem"> -<p>Conceptronic C54RU ver 2</p> -</li> -<li class="listitem"> -<p>Corega CG-WLUSB2GO</p> -</li> -<li class="listitem"> -<p>D-Link DWA-110</p> -</li> -<li class="listitem"> -<p>D-Link DWA-111</p> -</li> -<li class="listitem"> -<p>D-Link DWL-G122 rev C1</p> -</li> -<li class="listitem"> -<p>D-Link WUA-1340</p> -</li> -<li class="listitem"> -<p>Digitus DN-7003GR</p> -</li> -<li class="listitem"> -<p>Edimax EW-7318USG</p> -</li> -<li class="listitem"> -<p>Gigabyte GN-WB01GS</p> -</li> -<li class="listitem"> -<p>Gigabyte GN-WI05GS</p> -</li> -<li class="listitem"> -<p>Hawking HWUG1</p> -</li> -<li class="listitem"> -<p>Hawking HWU54DM</p> -</li> -<li class="listitem"> -<p>Hercules HWGUSB2-54-LB</p> -</li> -<li class="listitem"> -<p>Hercules HWGUSB2-54V2-AP</p> -</li> -<li class="listitem"> -<p>LevelOne WNC-0301USB v3</p> -</li> -<li class="listitem"> -<p>Linksys WUSB54G rev C</p> -</li> -<li class="listitem"> -<p>Linksys WUSB54GR</p> -</li> -<li class="listitem"> -<p>Planex GW-US54HP</p> -</li> -<li class="listitem"> -<p>Planex GW-US54Mini2</p> -</li> -<li class="listitem"> -<p>Planex GW-USMM</p> -</li> -<li class="listitem"> -<p>Senao NUB-3701</p> -</li> -<li class="listitem"> -<p>Sitecom WL-113 ver 2</p> -</li> -<li class="listitem"> -<p>Sitecom WL-172</p> -</li> -<li class="listitem"> -<p>Sweex LW053</p> -</li> -<li class="listitem"> -<p>TP-LINK TL-WN321G</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=run&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">run</span>(4)</span></a> driver -supports the following wireless adapters:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Airlink101 AWLL6090</p> -</li> -<li class="listitem"> -<p>ASUS USB-N11</p> -</li> -<li class="listitem"> -<p>ASUS USB-N13 ver. A1</p> -</li> -<li class="listitem"> -<p>ASUS WL-160N</p> -</li> -<li class="listitem"> -<p>Belkin F5D8051 ver 3000</p> -</li> -<li class="listitem"> -<p>Belkin F5D8053</p> -</li> -<li class="listitem"> -<p>Belkin F5D8055</p> -</li> -<li class="listitem"> -<p>Belkin F6D4050 ver 1</p> -</li> -<li class="listitem"> -<p>Buffalo WLI-UC-AG300N</p> -</li> -<li class="listitem"> -<p>Buffalo WLI-UC-G300N</p> -</li> -<li class="listitem"> -<p>Buffalo WLI-UC-G301N</p> -</li> -<li class="listitem"> -<p>Buffalo WLI-UC-GN</p> -</li> -<li class="listitem"> -<p>Corega CG-WLUSB2GNL</p> -</li> -<li class="listitem"> -<p>Corega CG-WLUSB2GNR</p> -</li> -<li class="listitem"> -<p>Corega CG-WLUSB300AGN</p> -</li> -<li class="listitem"> -<p>Corega CG-WLUSB300GNM</p> -</li> -<li class="listitem"> -<p>D-Link DWA-130 rev B1</p> -</li> -<li class="listitem"> -<p>D-Link DWA-140</p> -</li> -<li class="listitem"> -<p>DrayTek Vigor N61</p> -</li> -<li class="listitem"> -<p>Edimax EW-7711UAn</p> -</li> -<li class="listitem"> -<p>Edimax EW-7711UTn</p> -</li> -<li class="listitem"> -<p>Edimax EW-7717Un</p> -</li> -<li class="listitem"> -<p>Edimax EW-7718Un</p> -</li> -<li class="listitem"> -<p>Gigabyte GN-WB30N</p> -</li> -<li class="listitem"> -<p>Gigabyte GN-WB31N</p> -</li> -<li class="listitem"> -<p>Gigabyte GN-WB32L</p> -</li> -<li class="listitem"> -<p>Hawking HWDN1</p> -</li> -<li class="listitem"> -<p>Hawking HWUN1</p> -</li> -<li class="listitem"> -<p>Hawking HWUN2</p> -</li> -<li class="listitem"> -<p>Hercules HWNU-300</p> -</li> -<li class="listitem"> -<p>Linksys WUSB54GC v3</p> -</li> -<li class="listitem"> -<p>Linksys WUSB600N</p> -</li> -<li class="listitem"> -<p>Mvix Nubbin MS-811N</p> -</li> -<li class="listitem"> -<p>Planex GW-USMicroN</p> -</li> -<li class="listitem"> -<p>Planex GW-US300MiniS</p> -</li> -<li class="listitem"> -<p>Sitecom WL-182</p> -</li> -<li class="listitem"> -<p>Sitecom WL-188</p> -</li> -<li class="listitem"> -<p>Sitecom WL-301</p> -</li> -<li class="listitem"> -<p>Sitecom WL-302</p> -</li> -<li class="listitem"> -<p>Sitecom WL-315</p> -</li> -<li class="listitem"> -<p>SMC SMCWUSBS-N2</p> -</li> -<li class="listitem"> -<p>Sweex LW303</p> -</li> -<li class="listitem"> -<p>Sweex LW313</p> -</li> -<li class="listitem"> -<p>Unex DNUR-81</p> -</li> -<li class="listitem"> -<p>Unex DNUR-82</p> -</li> -<li class="listitem"> -<p>ZyXEL NWD210N</p> -</li> -<li class="listitem"> -<p>ZyXEL NWD270N</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=uath&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">uath</span>(4)</span></a> driver should -work with the following adapters:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Compex WLU108AG</p> -</li> -<li class="listitem"> -<p>Compex WLU108G</p> -</li> -<li class="listitem"> -<p>D-Link DWL-G132</p> -</li> -<li class="listitem"> -<p>IODATA WN-G54/US</p> -</li> -<li class="listitem"> -<p>MELCO WLI-U2-KAMG54</p> -</li> -<li class="listitem"> -<p>Netgear WG111T</p> -</li> -<li class="listitem"> -<p>Netgear WG111U</p> -</li> -<li class="listitem"> -<p>Netgear WPN111</p> -</li> -<li class="listitem"> -<p>Olitec 000544</p> -</li> -<li class="listitem"> -<p>PLANET WDL-U357</p> -</li> -<li class="listitem"> -<p>Siemens Gigaset 108</p> -</li> -<li class="listitem"> -<p>SMC SMCWUSBT-G</p> -</li> -<li class="listitem"> -<p>SMC SMCWUSBT-G2</p> -</li> -<li class="listitem"> -<p>SparkLAN WL-785A</p> -</li> -<li class="listitem"> -<p>TP-Link TL-WN620G</p> -</li> -<li class="listitem"> -<p>TRENDware International TEW-444UB</p> -</li> -<li class="listitem"> -<p>TRENDware International TEW-504UB</p> -</li> -<li class="listitem"> -<p>Unex Technology UR054ag</p> -</li> -<li class="listitem"> -<p>ZyXEL XtremeMIMO M-202</p> -</li> -</ul> -</div> -<p>An up to date list can be found at <a class="ulink" href= -"http://customerproducts.atheros.com/customerproducts/default.asp" -target= -"_top">http://customerproducts.atheros.com/customerproducts/default.asp</a>.</p> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=upgt&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">upgt</span>(4)</span></a> driver -supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters -based on the GW3887 chipset, among them:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Belkin F5D7050 (version 1000)</p> -</li> -<li class="listitem"> -<p>Cohiba Proto Board</p> -</li> -<li class="listitem"> -<p>D-Link DWL-G120 Cohiba</p> -</li> -<li class="listitem"> -<p>FSC Connect2Air E-5400 USB D1700</p> -</li> -<li class="listitem"> -<p>Gigaset USB Adapter 54</p> -</li> -<li class="listitem"> -<p>Inventel UR045G</p> -</li> -<li class="listitem"> -<p>SMC EZ ConnectG SMC2862W-G</p> -</li> -<li class="listitem"> -<p>Sagem XG703A</p> -</li> -<li class="listitem"> -<p>Spinnaker DUT</p> -</li> -<li class="listitem"> -<p>Spinnaker Proto Board</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ural&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>AMIT WL532U</p> -</li> -<li class="listitem"> -<p>ASUS WL-167g</p> -</li> -<li class="listitem"> -<p>Belkin F5D7050 v2000</p> -</li> -<li class="listitem"> -<p>Buffalo WLI-U2-KG54-AI</p> -</li> -<li class="listitem"> -<p>CNet CWD-854</p> -</li> -<li class="listitem"> -<p>Compex WLU54G 2A1100</p> -</li> -<li class="listitem"> -<p>Conceptronic C54RU</p> -</li> -<li class="listitem"> -<p>D-Link DWL-G122 b1</p> -</li> -<li class="listitem"> -<p>Dynalink WLG25USB</p> -</li> -<li class="listitem"> -<p>E-Tech WGUS02</p> -</li> -<li class="listitem"> -<p>Gigabyte GN-WBKG</p> -</li> -<li class="listitem"> -<p>Hercules HWGUSB2-54</p> -</li> -<li class="listitem"> -<p>KCORP LifeStyle KLS-685</p> -</li> -<li class="listitem"> -<p>Linksys WUSB54G v4</p> -</li> -<li class="listitem"> -<p>Linksys WUSB54GP v4</p> -</li> -<li class="listitem"> -<p>MSI MS-6861</p> -</li> -<li class="listitem"> -<p>MSI MS-6865</p> -</li> -<li class="listitem"> -<p>MSI MS-6869</p> -</li> -<li class="listitem"> -<p>NovaTech NV-902</p> -</li> -<li class="listitem"> -<p>OvisLink Evo-W54USB</p> -</li> -<li class="listitem"> -<p>SerComm UB801R</p> -</li> -<li class="listitem"> -<p>SparkLAN WL-685R</p> -</li> -<li class="listitem"> -<p>Surecom EP-9001-g</p> -</li> -<li class="listitem"> -<p>Sweex LC100060</p> -</li> -<li class="listitem"> -<p>Tonze UW-6200C</p> -</li> -<li class="listitem"> -<p>Zinwell ZWX-G261</p> -</li> -<li class="listitem"> -<p>Zonet ZEW2500P</p> -</li> -</ul> -</div> -<p>An up to date list can be found at <a class="ulink" href= -"http://ralink.rapla.net/" target= -"_top">http://ralink.rapla.net/</a>.</p> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=urtw&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">urtw</span>(4)</span></a> driver -supports Realtek RTL8187B/L based wireless network devices, -including:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Belkin F5D7050E</p> -</li> -<li class="listitem"> -<p>Linksys WUSB54GCv2</p> -</li> -<li class="listitem"> -<p>Netgear WG111v2</p> -</li> -<li class="listitem"> -<p>Netgear WG111v3</p> -</li> -<li class="listitem"> -<p>Safehome WLG-1500SMA5</p> -</li> -<li class="listitem"> -<p>Shuttle XPC Accessory PN20</p> -</li> -<li class="listitem"> -<p>Sitecom WL168v1</p> -</li> -<li class="listitem"> -<p>Sitecom WL168v4</p> -</li> -<li class="listitem"> -<p>SureCom EP-9001-g(2A)</p> -</li> -<li class="listitem"> -<p>TRENDnet TEW-424UB V3.xR</p> -</li> -</ul> -</div> -<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 class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=wi&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">wi</span>(4)</span></a> -driver)</p> -<p>[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed -ISA/radio LAN cards (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=wl&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">wl</span>(4)</span></a> -driver)</p> -<p>[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network -adapters (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=wpi&amp;sektion=4"><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 class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=zyd&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">zyd</span>(4)</span></a> driver:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>3COM 3CRUSB10075</p> -</li> -<li class="listitem"> -<p>Acer WLAN-G-US1</p> -</li> -<li class="listitem"> -<p>Airlink+ AWLL3025</p> -</li> -<li class="listitem"> -<p>Airlink 101 AWLL3026</p> -</li> -<li class="listitem"> -<p>AOpen 802.11g WL54</p> -</li> -<li class="listitem"> -<p>Asus A9T integrated wireless</p> -</li> -<li class="listitem"> -<p>Asus WL-159g</p> -</li> -<li class="listitem"> -<p>Belkin F5D7050 v.4000</p> -</li> -<li class="listitem"> -<p>Billion BiPAC 3011G</p> -</li> -<li class="listitem"> -<p>Buffalo WLI-U2-KG54L</p> -</li> -<li class="listitem"> -<p>CC&C WL-2203B</p> -</li> -<li class="listitem"> -<p>DrayTek Vigor 550</p> -</li> -<li class="listitem"> -<p>Edimax EW-7317UG</p> -</li> -<li class="listitem"> -<p>Edimax EW-7317LDG</p> -</li> -<li class="listitem"> -<p>Fiberline Networks WL-43OU</p> -</li> -<li class="listitem"> -<p>iNexQ UR055g</p> -</li> -<li class="listitem"> -<p>Linksys WUSBF54G</p> -</li> -<li class="listitem"> -<p>Longshine LCS-8131G3</p> -</li> -<li class="listitem"> -<p>MSI US54SE</p> -</li> -<li class="listitem"> -<p>MyTek MWU-201 USB adapter</p> -</li> -<li class="listitem"> -<p>Philips SNU5600</p> -</li> -<li class="listitem"> -<p>Planet WL-U356</p> -</li> -<li class="listitem"> -<p>Planex GW-US54GZ</p> -</li> -<li class="listitem"> -<p>Planex GW-US54GZL</p> -</li> -<li class="listitem"> -<p>Planex GW-US54Mini</p> -</li> -<li class="listitem"> -<p>Safecom SWMULZ-5400</p> -</li> -<li class="listitem"> -<p>Sagem XG 760A</p> -</li> -<li class="listitem"> -<p>Sagem XG 76NA</p> -</li> -<li class="listitem"> -<p>Sandberg Wireless G54 USB</p> -</li> -<li class="listitem"> -<p>Sitecom WL-113</p> -</li> -<li class="listitem"> -<p>SMC SMCWUSB-G</p> -</li> -<li class="listitem"> -<p>Sweex wireless USB 54 Mbps</p> -</li> -<li class="listitem"> -<p>Tekram/Siemens USB adapter</p> -</li> -<li class="listitem"> -<p>Telegent TG54USB</p> -</li> -<li class="listitem"> -<p>Trendnet TEW-424UB rev A</p> -</li> -<li class="listitem"> -<p>Trendnet TEW-429UB</p> -</li> -<li class="listitem"> -<p>TwinMOS G240</p> -</li> -<li class="listitem"> -<p>Unicorn WL-54G</p> -</li> -<li class="listitem"> -<p>US Robotics 5423</p> -</li> -<li class="listitem"> -<p>X-Micro XWL-11GUZX</p> -</li> -<li class="listitem"> -<p>Yakumo QuickWLAN USB</p> -</li> -<li class="listitem"> -<p>Zonet ZEW2501</p> -</li> -<li class="listitem"> -<p>ZyXEL ZyAIR G-202</p> -</li> -<li class="listitem"> -<p>ZyXEL ZyAIR G-220</p> -</li> -</ul> -</div> -</div> -<div class="sect2" title="3.6. Miscellaneous Networks"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"misc-network"></a>3.6. Miscellaneous Networks</h3> -</div> -</div> -</div> -<p>[i386,pc98] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ce&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ce</span>(4)</span></a> driver supports -the following models of Tau-PCI/32 WAN adapters:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Cronyx Tau-PCI/32</p> -</li> -<li class="listitem"> -<p>Cronyx Tau-PCI/32-Lite</p> -</li> -</ul> -</div> -<p>[i386] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=cx&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">cx</span>(4)</span></a> driver supports -the following cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Cronyx Sigma-22, Sigma-24</p> -</li> -<li class="listitem"> -<p>Cronyx Sigma-100</p> -</li> -<li class="listitem"> -<p>Cronyx Sigma-400, Sigma-401, Sigma-404, Sigma-410, Sigma-440</p> -</li> -<li class="listitem"> -<p>Cronyx Sigma-500</p> -</li> -<li class="listitem"> -<p>Cronyx Sigma-703</p> -</li> -<li class="listitem"> -<p>Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840</p> -</li> -</ul> -</div> -<p>[i386,pc98] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=cp&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">cp</span>(4)</span></a> driver supports -the following models of Tau-PCI WAN adapters:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Cronyx Tau-PCI</p> -</li> -<li class="listitem"> -<p>Cronyx Tau-PCI/R</p> -</li> -<li class="listitem"> -<p>Cronyx Tau-PCI-L</p> -</li> -<li class="listitem"> -<p>Cronyx Tau-PCI-L/R</p> -</li> -<li class="listitem"> -<p>Cronyx Tau-PCI-E1</p> -</li> -<li class="listitem"> -<p>Cronyx Tau-PCI-G703</p> -</li> -<li class="listitem"> -<p>Cronyx Tau-PCI-2E1</p> -</li> -<li class="listitem"> -<p>Cronyx Tau-PCI-4E1</p> -</li> -<li class="listitem"> -<p>Cronyx Tau-PCI-E3</p> -</li> -<li class="listitem"> -<p>Cronyx Tau-PCI-T3</p> -</li> -<li class="listitem"> -<p>Cronyx Tau-PCI-STS1</p> -</li> -</ul> -</div> -<p>[i386] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ctau&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ctau</span>(4)</span></a> driver -supports the following cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Cronyx Tau (RS-232/V.35)</p> -</li> -<li class="listitem"> -<p>Cronyx Tau/R (RS-530/RS-449)</p> -</li> -<li class="listitem"> -<p>Cronyx Tau/E1 (fractional E1)</p> -</li> -<li class="listitem"> -<p>Cronyx Tau/G703 (unframed E1)</p> -</li> -</ul> -</div> -<p>[i386] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=cm&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">cm</span>(4)</span></a> driver supports -the following card models:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>SMC90c26</p> -</li> -<li class="listitem"> -<p>SMC90c56</p> -</li> -<li class="listitem"> -<p>SMC90c66 in '56 compatibility mode.</p> -</li> -</ul> -</div> -</div> -<div class="sect2" title="3.7. Serial Interfaces"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"serial"></a>3.7. Serial Interfaces</h3> -</div> -</div> -</div> -<p>[amd64, i386] <span class="quote">“<span class="quote">PC -standard</span>”</span> 8250, 16450, and 16550-based serial ports -(<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sio&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">sio</span>(4)</span></a> -driver)</p> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=uart&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">uart</span>(4)</span></a> driver -supports the following classes of UARTs:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>NS8250: standard hardware based on the 8250, 16450, 16550, -16650, 16750 or the 16950 UARTs.</p> -</li> -<li class="listitem"> -<p>SCC: serial communications controllers supported by the scc(4) -device driver.</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=scc&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">scc</span>(4)</span></a> driver -supports the following classes of SCCs:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>SAB82532: Siemens SAB 82532 based serial communications -controllers.</p> -</li> -<li class="listitem"> -<p>Z8530: Zilog 8530 based serial communications controllers.</p> -</li> -</ul> -</div> -<p>[amd64, i386] AST 4 port serial card using shared IRQ</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>ARNET 8 port serial card using shared IRQ</p> -</li> -<li class="listitem"> -<p>ARNET (now Digiboard) Sync 570/i high-speed serial</p> -</li> -</ul> -</div> -<p>[i386] Boca multi-port serial cards</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Boca BB1004 4-Port serial card (Modems <span class= -"emphasis"><em>not</em></span> supported)</p> -</li> -<li class="listitem"> -<p>Boca IOAT66 6-Port serial card (Modems supported)</p> -</li> -<li class="listitem"> -<p>Boca BB1008 8-Port serial card (Modems <span class= -"emphasis"><em>not</em></span> supported)</p> -</li> -<li class="listitem"> -<p>Boca BB2016 16-Port serial card (Modems supported)</p> -</li> -</ul> -</div> -<p>[i386] Comtrol Rocketport card (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=rp&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">rp</span>(4)</span></a> -driver)</p> -<p>[i386] Cyclades Cyclom-Y serial board (<a class="citerefentry" -href= -"http://www.FreeBSD.org/cgi/man.cgi?query=cy&amp;sektion=4"><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 class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=puc&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">puc</span>(4)</span></a> -driver)</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>[amd64, i386] Actiontech 56K PCI</p> -</li> -<li class="listitem"> -<p>[amd64, i386] Avlab Technology, PCI IO 2S and PCI IO 4S</p> -</li> -<li class="listitem"> -<p>[amd64, i386] Comtrol RocketPort 550</p> -</li> -<li class="listitem"> -<p>[amd64, i386] Decision Computers PCCOM 4-port serial and dual -port RS232/422/485</p> -</li> -<li class="listitem"> -<p>[ia64] Diva Serial (GSP) Multiport UART</p> -</li> -<li class="listitem"> -<p>[amd64, i386] Dolphin Peripherals 4025/4035/4036</p> -</li> -<li class="listitem"> -<p>[amd64, i386] IC Book Labs Dreadnought 16x Lite and Pro</p> -</li> -<li class="listitem"> -<p>[amd64, i386] Lava Computers -2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550</p> -</li> -<li class="listitem"> -<p>[amd64, i386] Middle Digital, Weasle serial port</p> -</li> -<li class="listitem"> -<p>[amd64, i386] Moxa Industio CP-114, Smartio C104H-PCI and -C168H/PCI</p> -</li> -<li class="listitem"> -<p>[amd64, i386] NEC PK-UG-X001 and PK-UG-X008</p> -</li> -<li class="listitem"> -<p>[amd64, i386] Netmos NM9835 PCI-2S-550</p> -</li> -<li class="listitem"> -<p>[amd64, i386] Oxford Semiconductor OX16PCI954 PCI UART</p> -</li> -<li class="listitem"> -<p>[amd64, i386] Syba Tech SD-LAB PCI-4S2P-550-ECP</p> -</li> -<li class="listitem"> -<p>[amd64, i386] SIIG Cyber I/O PCI 16C550/16C650/16C850</p> -</li> -<li class="listitem"> -<p>[amd64, i386] SIIG Cyber 2P1S PCI 16C550/16C650/16C850</p> -</li> -<li class="listitem"> -<p>[amd64, i386] SIIG Cyber 2S1P PCI 16C550/16C650/16C850</p> -</li> -<li class="listitem"> -<p>[amd64, i386] SIIG Cyber 4S PCI 16C550/16C650/16C850</p> -</li> -<li class="listitem"> -<p>[amd64, i386] SIIG Cyber Serial (Single and Dual) PCI -16C550/16C650/16C850</p> -</li> -<li class="listitem"> -<p>[amd64, i386] Syba Tech Ltd. PCI-4S2P-550-ECP</p> -</li> -<li class="listitem"> -<p>[amd64, i386] Titan PCI-200H and PCI-800H</p> -</li> -<li class="listitem"> -<p>[amd64, i386] US Robotics (3Com) 3CP5609 modem</p> -</li> -<li class="listitem"> -<p>[amd64, i386] VScom PCI-400 and PCI-800</p> -</li> -</ul> -</div> -<p>[i386] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=rc&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">rc</span>(4)</span></a> driver provides -support for the SDL Communications RISCom/8 boards.</p> -<p>[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with -both the older SIHOST2.x and the <span class="quote">“<span class= -"quote">enhanced</span>”</span> (transputer based, aka JET) host -cards (ISA, EISA and PCI) are supported. Note that the newer SX+ -PCI cards are not currently supported. (<a class="citerefentry" -href= -"http://www.FreeBSD.org/cgi/man.cgi?query=si&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">si</span>(4)</span></a> -driver)</p> -<p>[pc98] Internel serial interfaces (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sio&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">sio</span>(4)</span></a> -driver)</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>PC-9801 on-board</p> -</li> -<li class="listitem"> -<p>PC-9821 2'nd CCU (flags 0x12000000)</p> -</li> -</ul> -</div> -<p>[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs -(<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sio&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">sio</span>(4)</span></a> -driver)</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>COM2 (flags 0x01000000)</p> -</li> -<li class="listitem"> -<p>COM3 (flags 0x02000000)</p> -</li> -</ul> -</div> -<p>[pc98] NEC PC-9801-120 (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sio&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">sio</span>(4)</span></a> -driver)</p> -<div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="note" -title="Note"> -<h3 class="admontitle">Note:</h3> -<p xmlns="http://www.w3.org/1999/xhtml">"flags 0x11000000" is -necessary in kernel configuration.</p> -</div> -<p>[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (<a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sio&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">sio</span>(4)</span></a> -driver)</p> -<div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="note" -title="Note"> -<h3 class="admontitle">Note:</h3> -<p xmlns="http://www.w3.org/1999/xhtml">"flags 0x14000?01" is -necessary in kernel configuration.</p> -</div> -<p>[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 -(<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sio&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">sio</span>(4)</span></a> -driver)</p> -<div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="note" -title="Note"> -<h3 class="admontitle">Note:</h3> -<p xmlns="http://www.w3.org/1999/xhtml">"flags 0x15000?01" is -necessary in kernel configuration.</p> -</div> -<p>[pc98] Media Intelligent RSB-384 (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sio&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">sio</span>(4)</span></a> -driver)</p> -<div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="note" -title="Note"> -<h3 class="admontitle">Note:</h3> -<p xmlns="http://www.w3.org/1999/xhtml">"flags 0x16000001" is -necessary in kernel configuration.</p> -</div> -<p>[pc98] I-O DATA RSA-98III (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sio&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">sio</span>(4)</span></a> -driver)</p> -<div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="note" -title="Note"> -<h3 class="admontitle">Note:</h3> -<p xmlns="http://www.w3.org/1999/xhtml">"flags 0x18000?01" is -necessary in kernel configuration.</p> -</div> -<p>[pc98] Hayes ESP98 (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sio&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">sio</span>(4)</span></a> -driver)</p> -<div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="note" -title="Note"> -<h3 class="admontitle">Note:</h3> -<p xmlns="http://www.w3.org/1999/xhtml">"options COM_ESP" and -"flags 0x19000000" are necessary in kernel configuration.</p> -</div> -</div> -<div class="sect2" title="3.8. Sound Devices"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"sound"></a>3.8. Sound Devices</h3> -</div> -</div> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_ad1816&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_ad1816</span>(4)</span></a> driver supports the -following sound cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Analog Devices AD1816</p> -</li> -</ul> -</div> -<p>[i386] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_als4000&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_als4000</span>(4)</span></a> driver supports -the following sound cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Avance Logic ALS4000</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_atiixp&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_atiixp</span>(4)</span></a> driver supports the -following audio chipsets:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>ATI IXP 200</p> -</li> -<li class="listitem"> -<p>ATI IXP 300</p> -</li> -<li class="listitem"> -<p>ATI IXP 400</p> -</li> -</ul> -</div> -<p>[sparc64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_audiocs&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_audiocs</span>(4)</span></a> driver supports -the following audio devices:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>CS4231 on SBus based UltraSPARC</p> -</li> -<li class="listitem"> -<p>CS4231 on PCI/EBus based UltraSPARC</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_cmi&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_cmi</span>(4)</span></a> driver supports the -following sound cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>CMedia CMI8338A</p> -</li> -<li class="listitem"> -<p>CMedia CMI8338B</p> -</li> -<li class="listitem"> -<p>CMedia CMI8738</p> -</li> -<li class="listitem"> -<p>CMedia CMI8738B</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_cs4281&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_cs4281</span>(4)</span></a> driver supports the -following sound cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Crystal Semiconductor CS4281</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_csa</span>(4)</span></a> driver supports the -following sound cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Crystal Semiconductor CS4280</p> -</li> -<li class="listitem"> -<p>Crystal Semiconductor CS4610</p> -</li> -<li class="listitem"> -<p>Crystal Semiconductor CS4611</p> -</li> -<li class="listitem"> -<p>Crystal Semiconductor CS4614</p> -</li> -<li class="listitem"> -<p>Crystal Semiconductor CS4615</p> -</li> -<li class="listitem"> -<p>Crystal Semiconductor CS4622</p> -</li> -<li class="listitem"> -<p>Crystal Semiconductor CS4624</p> -</li> -<li class="listitem"> -<p>Crystal Semiconductor CS4630</p> -</li> -<li class="listitem"> -<p>Genius Soundmaker 128 Value</p> -</li> -<li class="listitem"> -<p>Hercules Game Theatre XP</p> -</li> -<li class="listitem"> -<p>Turtle Beach Santa Cruz</p> -</li> -</ul> -</div> -<p>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 class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_csa</span>(4)</span></a> driver yet.</p> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_ds1&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_ds1</span>(4)</span></a> driver supports the -following sound cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Yamaha DS-1</p> -</li> -<li class="listitem"> -<p>Yamaha DS-1E</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10k1&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_emu10k1</span>(4)</span></a> driver supports -the following sound cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Creative SoundBlaster Live! (EMU10K1 Chipset)</p> -</li> -<li class="listitem"> -<p>Creative SoundBlaster Audigy (EMU10K2 Chipset)</p> -</li> -<li class="listitem"> -<p>Creative SoundBlaster Audigy 2 (EMU10K2 Chipset)</p> -</li> -<li class="listitem"> -<p>Creative SoundBlaster Audigy 2 (EMU10K3 Chipset)</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_emu10kx</span>(4)</span></a> driver supports -the following sound cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Creative Sound Blaster Live! (EMU10K1 Chipset). Both PCM and -MIDI interfaces are available.</p> -</li> -<li class="listitem"> -<p>Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM -and two MIDI interfaces available.</p> -</li> -<li class="listitem"> -<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 class="listitem"> -<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> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_emu10kx</span>(4)</span></a> driver does -<span class="emphasis"><em>not</em></span> support the following -sound cards (although they have names similar to some supported -ones):</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Creative Sound Blaster Live! 24-Bit, identified by FreeBSD -as</p> -</li> -<li class="listitem"> -<p>Creative Sound Blaster Audigy LS / ES, identified by FreeBSD -as</p> -</li> -<li class="listitem"> -<p>All other Creative sound cards with -DAT chipsets.</p> -</li> -<li class="listitem"> -<p>All Creative X-Fi series sound cards.</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_envy24</span>(4)</span></a> driver supports the -following audio devices:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>M-Audio Audiophile 2496</p> -</li> -<li class="listitem"> -<p>M-Audio Delta Dio 2496</p> -</li> -<li class="listitem"> -<p>Terratec DMX 6fire</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24ht&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_envy24ht</span>(4)</span></a> driver supports -the following audio devices:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Audiotrak Prodigy 7.1</p> -</li> -<li class="listitem"> -<p>Audiotrak Prodigy 7.1 LT</p> -</li> -<li class="listitem"> -<p>Audiotrak Prodigy 7.1 XT</p> -</li> -<li class="listitem"> -<p>Audiotrak Prodigy HD2</p> -</li> -<li class="listitem"> -<p>ESI Juli@</p> -</li> -<li class="listitem"> -<p>M-Audio Audiophile 192</p> -</li> -<li class="listitem"> -<p>M-Audio Revolution 5.1</p> -</li> -<li class="listitem"> -<p>M-Audio Revolution 7.1</p> -</li> -<li class="listitem"> -<p>Terratec Aureon 5.1 Sky</p> -</li> -<li class="listitem"> -<p>Terratec Aureon 7.1 Space</p> -</li> -<li class="listitem"> -<p>Terratec Aureon 7.1 Universe</p> -</li> -<li class="listitem"> -<p>Terratec PHASE 22</p> -</li> -<li class="listitem"> -<p>Terratec PHASE 28</p> -</li> -</ul> -</div> -<p>[i386,sparc64,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_es137x&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_es137x</span>(4)</span></a> driver supports the -following sound cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Creative CT5880-A</p> -</li> -<li class="listitem"> -<p>Creative CT5880-C</p> -</li> -<li class="listitem"> -<p>Creative CT5880-D</p> -</li> -<li class="listitem"> -<p>Creative CT5880-E</p> -</li> -<li class="listitem"> -<p>Creative SB AudioPCI CT4730</p> -</li> -<li class="listitem"> -<p>Ensoniq AudioPCI ES1370</p> -</li> -<li class="listitem"> -<p>Ensoniq AudioPCI ES1371-A</p> -</li> -<li class="listitem"> -<p>Ensoniq AudioPCI ES1371-B</p> -</li> -<li class="listitem"> -<p>Ensoniq AudioPCI ES1373-A</p> -</li> -<li class="listitem"> -<p>Ensoniq AudioPCI ES1373-B</p> -</li> -<li class="listitem"> -<p>Ensoniq AudioPCI ES1373-8</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_ess&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_ess</span>(4)</span></a> driver supports the -following sound cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Ensoniq ESS ISA PnP/non-PnP</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_fm801&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_fm801</span>(4)</span></a> driver supports -audio devices based on the following chipset:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Forte Media FM801</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_gusc&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_gusc</span>(4)</span></a> driver supports the -following sound cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Gravis UltraSound MAX</p> -</li> -<li class="listitem"> -<p>Gravis UltraSound PnP</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_hda</span>(4)</span></a> driver supports -controllers having PCI class 4 (multimedia) and subclass 3 (HDA), -compatible with Intel HDA specification.</p> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_hda</span>(4)</span></a> driver supports more -than two hundred different controllers and CODECs. There is no -sense to list all of them here, as in most cases specific CODEC -configuration and wiring are more important then type of the CODEC -itself.</p> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_hdspe&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_hdspe</span>(4)</span></a> driver supports the -following audio devices:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>RME HDSPe AIO</p> -</li> -<li class="listitem"> -<p>RME HDSPe RayDAT</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_ich&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_ich</span>(4)</span></a> driver supports the -following audio devices:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>AMD 768</p> -</li> -<li class="listitem"> -<p>AMD 8111</p> -</li> -<li class="listitem"> -<p>Intel 443MX</p> -</li> -<li class="listitem"> -<p>Intel ICH</p> -</li> -<li class="listitem"> -<p>Intel ICH revision 1</p> -</li> -<li class="listitem"> -<p>Intel ICH2</p> -</li> -<li class="listitem"> -<p>Intel ICH3</p> -</li> -<li class="listitem"> -<p>Intel ICH4</p> -</li> -<li class="listitem"> -<p>Intel ICH5</p> -</li> -<li class="listitem"> -<p>Intel ICH6</p> -</li> -<li class="listitem"> -<p>Intel ICH7</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce2</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce2 400</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce3</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce3 250</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce4</p> -</li> -<li class="listitem"> -<p>SiS 7012</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_maestro</span>(4)</span></a> driver supports -the following PCI sound cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>ESS Technology Maestro-1</p> -</li> -<li class="listitem"> -<p>ESS Technology Maestro-2</p> -</li> -<li class="listitem"> -<p>ESS Technology Maestro-2E</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro3&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_maestro3</span>(4)</span></a> driver supports -the following audio devices:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>ESS Technology Allegro-1</p> -</li> -<li class="listitem"> -<p>ESS Technology Maestro3</p> -</li> -</ul> -</div> -<p>[i386] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_mss&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_mss</span>(4)</span></a> driver supports the -following audio devices:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>AD1845</p> -</li> -<li class="listitem"> -<p>AD1848</p> -</li> -<li class="listitem"> -<p>Aztech 2320</p> -</li> -<li class="listitem"> -<p>CMedia CMI8330</p> -</li> -<li class="listitem"> -<p>Crystal Semiconductor CS4231</p> -</li> -<li class="listitem"> -<p>Crystal Semiconductor CS4232</p> -</li> -<li class="listitem"> -<p>Crystal Semiconductor CS4234</p> -</li> -<li class="listitem"> -<p>Crystal Semiconductor CS4235</p> -</li> -<li class="listitem"> -<p>Crystal Semiconductor CS4236</p> -</li> -<li class="listitem"> -<p>Crystal Semiconductor CS4237</p> -</li> -<li class="listitem"> -<p>ENSONIQ SoundscapeVIVO ENS4081</p> -</li> -<li class="listitem"> -<p>NeoMagic 256AV (non-AC97)</p> -</li> -<li class="listitem"> -<p>OPTi 924</p> -</li> -<li class="listitem"> -<p>OPTi 925</p> -</li> -<li class="listitem"> -<p>OPTi 930</p> -</li> -<li class="listitem"> -<p>OPTi 931</p> -</li> -<li class="listitem"> -<p>OPTi 933</p> -</li> -<li class="listitem"> -<p>Yamaha OPL-SA2</p> -</li> -<li class="listitem"> -<p>Yamaha OPL-SA3</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_neomagic&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_neomagic</span>(4)</span></a> driver supports -the following audio devices:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>NeoMagic 256AV</p> -</li> -<li class="listitem"> -<p>NeoMagic 256ZX</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_sbc&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_sbc</span>(4)</span></a> driver supports the -following sound cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Avance Asound 110</p> -</li> -<li class="listitem"> -<p>Avance Logic ALS100+</p> -</li> -<li class="listitem"> -<p>Avance Logic ALS120</p> -</li> -<li class="listitem"> -<p>Creative SB16</p> -</li> -<li class="listitem"> -<p>Creative SB32</p> -</li> -<li class="listitem"> -<p>Creative AWE64</p> -</li> -<li class="listitem"> -<p>Creative AWE64 Gold</p> -</li> -<li class="listitem"> -<p>Creative ViBRA16C</p> -</li> -<li class="listitem"> -<p>Creative ViBRA16X</p> -</li> -<li class="listitem"> -<p>ESS ES1681</p> -</li> -<li class="listitem"> -<p>ESS ES1688</p> -</li> -<li class="listitem"> -<p>ESS ES1868</p> -</li> -<li class="listitem"> -<p>ESS ES1869</p> -</li> -<li class="listitem"> -<p>ESS ES1878</p> -</li> -<li class="listitem"> -<p>ESS ES1879</p> -</li> -<li class="listitem"> -<p>ESS ES1888</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_solo&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_solo</span>(4)</span></a> driver supports the -following sound cards:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>ESS Solo-1 (ES1938 Chipset)</p> -</li> -<li class="listitem"> -<p>ESS Solo-1E (ES1946 Chipset)</p> -</li> -</ul> -</div> -<p>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 class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_spicds&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_spicds</span>(4)</span></a> driver supports the -following codecs:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>AK4358</p> -</li> -<li class="listitem"> -<p>AK4381</p> -</li> -<li class="listitem"> -<p>AK4396</p> -</li> -<li class="listitem"> -<p>AK4524</p> -</li> -<li class="listitem"> -<p>AK4528</p> -</li> -<li class="listitem"> -<p>WM8770</p> -</li> -</ul> -</div> -<p>[i386,amd64,sparc64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_t4dwave&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_t4dwave</span>(4)</span></a> driver supports -the following audio devices:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Acer Labs M5451</p> -</li> -<li class="listitem"> -<p>SIS 7018</p> -</li> -<li class="listitem"> -<p>Trident 4DWave DX</p> -</li> -<li class="listitem"> -<p>Trident 4DWave NX</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_via8233&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_via8233</span>(4)</span></a> driver supports -the following audio chipsets:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>VIA VT8233</p> -</li> -<li class="listitem"> -<p>VIA VT8233A</p> -</li> -<li class="listitem"> -<p>VIA VT8233C</p> -</li> -<li class="listitem"> -<p>VIA VT8235</p> -</li> -<li class="listitem"> -<p>VIA VT8237</p> -</li> -<li class="listitem"> -<p>VIA VT8251</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_via82c686&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_via82c686</span>(4)</span></a> driver supports -audio devices based on the following chipset:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>VIA 82C686A</p> -</li> -</ul> -</div> -<p>[i386,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=snd_vibes&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">snd_vibes</span>(4)</span></a> driver supports -audio devices based on the following chipset:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>S3 SonicVibes</p> -</li> -</ul> -</div> -<p>[pc98] NEC PC-9801-73, 86 and compatibles (nss driver)</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>NEC A-MATE internal sound</p> -</li> -<li class="listitem"> -<p>Q-Vision WaveStar, WaveMaster</p> -</li> -</ul> -</div> -<p>[pc98] NEC X-MATE, CanBe, ValueStar internal (mss driver)</p> -<p>[pc98] Creative Technologies SoundBlaster(98) (<a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sb&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">sb</span>(4)</span></a> -driver)</p> -<p>[pc98] I-O DATA CD-BOX (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sb&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">sb</span>(4)</span></a> -driver)</p> -<p>[pc98] MPU-401 and compatible interfaces (mpu driver)</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Q-Vision WaveStar</p> -</li> -</ul> -</div> -</div> -<div class="sect2" title= -"3.9. Camera and Video Capture Devices"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"camera"></a>3.9. Camera and Video Capture Devices</h3> -</div> -</div> -</div> -<p>[i386,pc98] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=bktr&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>AOpen VA1000</p> -</li> -<li class="listitem"> -<p>AVerMedia AVerTV Studio</p> -</li> -<li class="listitem"> -<p>AVerMedia TF/FM-98</p> -</li> -<li class="listitem"> -<p>ATI TV Wonder VE</p> -</li> -<li class="listitem"> -<p>Hauppauge WinCast/TV</p> -</li> -<li class="listitem"> -<p>Hauppauge WinTV-Go-FM</p> -</li> -<li class="listitem"> -<p>Hauppauge WinTV-pci</p> -</li> -<li class="listitem"> -<p>Hauppauge WinTV-radio</p> -</li> -<li class="listitem"> -<p>Intel Smart Video Recorder III</p> -</li> -<li class="listitem"> -<p>KWORLD PCI TV Tuner</p> -</li> -<li class="listitem"> -<p>Miro PC TV</p> -</li> -<li class="listitem"> -<p>Pinnacle PCTV Pro</p> -</li> -<li class="listitem"> -<p>Pinnacle PCTV Rave</p> -</li> -<li class="listitem"> -<p>PixelView PlayTV PAK</p> -</li> -<li class="listitem"> -<p>PixelView PlayTV Pro (rev 4C, 9D)</p> -</li> -<li class="listitem"> -<p>SIGMA TV II</p> -</li> -<li class="listitem"> -<p>STB TV PCI Television Tuner</p> -</li> -<li class="listitem"> -<p>Super TV Tuner</p> -</li> -<li class="listitem"> -<p>TerraTec TValue</p> -</li> -<li class="listitem"> -<p>V-Stream XPERT TV-PVR 878</p> -</li> -<li class="listitem"> -<p>Video Highway XTreme</p> -</li> -<li class="listitem"> -<p>VideoLogic Captivator PCI</p> -</li> -</ul> -</div> -<p>[i386] Connectix QuickCam</p> -</div> -<div class="sect2" title="3.10. USB Devices"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"usb"></a>3.10. USB Devices</h3> -</div> -</div> -</div> -<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 xmlns="http://www.w3.org/TR/xhtml1/transitional" class="note" -title="Note"> -<h3 class="admontitle">Note:</h3> -<p xmlns="http://www.w3.org/1999/xhtml">[amd64, i386, ia64, pc98] -USB Ethernet adapters can be found in the section listing <a class= -"link" href="#ethernet" title= -"3.2. Ethernet Interfaces">Ethernet interfaces</a>.</p> -</div> -<div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="note" -title="Note"> -<h3 class="admontitle">Note:</h3> -<p xmlns="http://www.w3.org/1999/xhtml">[amd64, i386, ia64, pc98] -USB Bluetooth adapters can be found in <a class="link" href= -"#bluetooth" title="3.12. Bluetooth Devices">Bluetooth</a> -section.</p> -</div> -<p>[i386,pc98,ia64,amd64,powerpc] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ohci&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ohci</span>(4)</span></a> driver -supports all OHCI v1.0 compliant controllers including:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>AcerLabs M5237 (Aladdin-V)</p> -</li> -<li class="listitem"> -<p>AMD-756</p> -</li> -<li class="listitem"> -<p>OPTi 82C861 (FireLink)</p> -</li> -<li class="listitem"> -<p>NEC uPD 9210</p> -</li> -<li class="listitem"> -<p>CMD Tech 670 (USB0670)</p> -</li> -<li class="listitem"> -<p>CMD Tech 673 (USB0673)</p> -</li> -<li class="listitem"> -<p>NVIDIA nForce3</p> -</li> -<li class="listitem"> -<p>Sun PCIO-2 (RIO USB)</p> -</li> -</ul> -</div> -<p>[i386,pc98,ia64,amd64,powerpc] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=uhci&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">uhci</span>(4)</span></a> driver -supports all UHCI v1.1 compliant controllers including:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Intel 82371AB/EB (PIIX4)</p> -</li> -<li class="listitem"> -<p>Intel 82371SB (PIIX3)</p> -</li> -<li class="listitem"> -<p>VIA 83C572</p> -</li> -</ul> -</div> -<p>[amd64, i386, ia64, pc98] USB 2.0 controllers using the EHCI -interface (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ehci&amp;sektion=4"><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 class="citerefentry" -href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">ukbd</span>(4)</span></a> -driver)</p> -<p>[amd64, i386, pc98] Miscellaneous</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Assist Computer Systems PC Camera C-M1</p> -</li> -<li class="listitem"> -<p>ActiveWire I/O Board</p> -</li> -<li class="listitem"> -<p>Creative Technology Video Blaster WebCam Plus</p> -</li> -<li class="listitem"> -<p>D-Link DSB-R100 USB Radio (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ufm&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">ufm</span>(4)</span></a> -driver)</p> -</li> -<li class="listitem"> -<p>Mirunet AlphaCam Plus</p> -</li> -</ul> -</div> -<p>[i386,pc98,amd64,powerpc] The following devices are supported by -the <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=urio&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">urio</span>(4)</span></a> driver:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Diamond MultiMedia Rio 500</p> -</li> -<li class="listitem"> -<p>Diamond MultiMedia Rio 600</p> -</li> -<li class="listitem"> -<p>Diamond MultiMedia Rio 800</p> -</li> -</ul> -</div> -<p>[i386,pc98,amd64] Devices supported by the <a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=umodem&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">umodem</span>(4)</span></a> driver include:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>3Com 5605</p> -</li> -<li class="listitem"> -<p>Curitel PC5740 Wireless Modem</p> -</li> -<li class="listitem"> -<p>Kyocera AH-K3001V Mobile Phone(WILLCOM)</p> -</li> -<li class="listitem"> -<p>Kyocera WX320K Mobile Phone(WILLCOM)</p> -</li> -<li class="listitem"> -<p>Metricom Ricochet GS USB wireless modem</p> -</li> -<li class="listitem"> -<p>Sierra MC5720 Wireless Modem</p> -</li> -<li class="listitem"> -<p>Yamaha Broadband Wireless Router RTW65b</p> -</li> -<li class="listitem"> -<p>ELSA MicroLink 56k USB modem</p> -</li> -<li class="listitem"> -<p>Sony Ericsson W810i phone</p> -</li> -<li class="listitem"> -<p>Sonim XP5300 Force</p> -</li> -</ul> -</div> -<p>[amd64, i386, ia64, pc98] Mice (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ums&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">ums</span>(4)</span></a> -driver)</p> -<p>[i386,pc98,amd64,powerpc] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ulpt&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>ATen parallel printer adapter</p> -</li> -<li class="listitem"> -<p>Belkin F5U002 parallel printer adapter</p> -</li> -<li class="listitem"> -<p>Canon BJ F850, S600</p> -</li> -<li class="listitem"> -<p>Canon LBP-1310, 350</p> -</li> -<li class="listitem"> -<p>Entrega USB-to-parallel printer adapter</p> -</li> -<li class="listitem"> -<p>Hewlett-Packard HP Deskjet 3420 (P/N: C8947A #ABJ)</p> -</li> -<li class="listitem"> -<p>Oki Data MICROLINE ML660PS</p> -</li> -<li class="listitem"> -<p>Seiko Epson PM-900C, 880C, 820C, 730C</p> -</li> -</ul> -</div> -<p>[i386,pc98,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ubsa&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ubsa</span>(4)</span></a> driver -supports the following adapters:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>AnyData ADU-500A EV-DO modem</p> -</li> -<li class="listitem"> -<p>AnyData ADU-E100A (no EV-DO mode support)</p> -</li> -<li class="listitem"> -<p>Belkin F5U103</p> -</li> -<li class="listitem"> -<p>Belkin F5U120</p> -</li> -<li class="listitem"> -<p>e-Tek Labs Kwik232</p> -</li> -<li class="listitem"> -<p>GoHubs GoCOM232</p> -</li> -<li class="listitem"> -<p>Peracom single port serial adapter</p> -</li> -</ul> -</div> -<p>[i386,pc98,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ubser&amp;sektion=4"><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 class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=uftdi&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">uftdi</span>(4)</span></a> driver -supports the following adapters:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>B&B Electronics USB->RS422/485 adapter</p> -</li> -<li class="listitem"> -<p>Elexol USB MOD1 and USB MOD3</p> -</li> -<li class="listitem"> -<p>HP USB-Serial adapter shipped with some HP laptops</p> -</li> -<li class="listitem"> -<p>Inland UAS111</p> -</li> -<li class="listitem"> -<p>QVS USC-1000</p> -</li> -<li class="listitem"> -<p>Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote</p> -</li> -<li class="listitem"> -<p>Prologix GPIB-USB Controller</p> -</li> -</ul> -</div> -<p>[i386,pc98,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=uplcom&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">uplcom</span>(4)</span></a> driver supports the -following devices and adapters:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>ADLINK ND-6530 USB-Serial Adapter</p> -</li> -<li class="listitem"> -<p>Alcatel One Touch 535/735 Phone</p> -</li> -<li class="listitem"> -<p>Alcor AU9720 USB-RS232 Serial Adapter</p> -</li> -<li class="listitem"> -<p>AlDiga AL-11U Modem</p> -</li> -<li class="listitem"> -<p>Alltronix ACM003U00 Modem</p> -</li> -<li class="listitem"> -<p>Anchor Serial adapter</p> -</li> -<li class="listitem"> -<p>ATEN UC-232A</p> -</li> -<li class="listitem"> -<p>BAFO BF-800 and BF-810</p> -</li> -<li class="listitem"> -<p>Belkin F5U257</p> -</li> -<li class="listitem"> -<p>BenQ S81 Phone</p> -</li> -<li class="listitem"> -<p>Corega CG-USBRS232R Serial Adapter</p> -</li> -<li class="listitem"> -<p>Cressi Edy (Seiko) Diving Computer</p> -</li> -<li class="listitem"> -<p>ELECOM UC-SGT Serial Adapter</p> -</li> -<li class="listitem"> -<p>HAL Corporation Crossam2+USB IR commander</p> -</li> -<li class="listitem"> -<p>Hama USB RS-232 Serial Adapter</p> -</li> -<li class="listitem"> -<p>Hamlet exagerate XURS232</p> -</li> -<li class="listitem"> -<p>HP LD220 Point-Of-Sale (POS) Display</p> -</li> -<li class="listitem"> -<p>IOGEAR UC-232A</p> -</li> -<li class="listitem"> -<p>I/O DATA USB-RSAQ, USB-RSAQ2, USB-RSAQ3 and USB-RSAQ5</p> -</li> -<li class="listitem"> -<p>iTegno WM1080A GSM/GFPRS Modem</p> -</li> -<li class="listitem"> -<p>iTegno WM2080A CDMA Modem</p> -</li> -<li class="listitem"> -<p>Leadtek 9531 GPS</p> -</li> -<li class="listitem"> -<p>Micromax 610U Modem</p> -</li> -<li class="listitem"> -<p>Microsoft Palm 700WX</p> -</li> -<li class="listitem"> -<p>Mobile Action MA-620 Infrared Adapter</p> -</li> -<li class="listitem"> -<p>Motorola Cables</p> -</li> -<li class="listitem"> -<p>Nokia CA-42 Cable</p> -</li> -<li class="listitem"> -<p>OTI DKU-5 cable</p> -</li> -<li class="listitem"> -<p>Panasonic TY-TP50P6-S flat screen</p> -</li> -<li class="listitem"> -<p>PLX CA-42 Phone Cable</p> -</li> -<li class="listitem"> -<p>PLANEX USB-RS232 URS-03</p> -</li> -<li class="listitem"> -<p>Prolific Generic USB-Serial Adapters</p> -</li> -<li class="listitem"> -<p>Prolific Pharos USB-Serial Adapter</p> -</li> -<li class="listitem"> -<p>RATOC REX-USB60</p> -</li> -<li class="listitem"> -<p>Radio Shack USB Serial Cable</p> -</li> -<li class="listitem"> -<p>Sagem USB-Serial Adapter</p> -</li> -<li class="listitem"> -<p>Samsung I330 Phone Cradle</p> -</li> -<li class="listitem"> -<p>Sandberg USB to Serial Link (model number 133-08)</p> -</li> -<li class="listitem"> -<p>Sanwa KB-USB2 Multimeter cable</p> -</li> -<li class="listitem"> -<p>Siemens/BenQ EF81, SX1, X65 and X75 Mobile Phones</p> -</li> -<li class="listitem"> -<p>Sitecom USB-Serial Adapter</p> -</li> -<li class="listitem"> -<p>SMART Technologies USB-Serial Adapter</p> -</li> -<li class="listitem"> -<p>Sony QN3 Phone Cable</p> -</li> -<li class="listitem"> -<p>Sony Ericsson Datapilot</p> -</li> -<li class="listitem"> -<p>Sony Ericsson DCU-10 and DCU-11 (Susteen) USB Cables</p> -</li> -<li class="listitem"> -<p>SOURCENEXT KeikaiDenwa 8 (with and without charger)</p> -</li> -<li class="listitem"> -<p>Speed Dragon USB-Serial Cable</p> -</li> -<li class="listitem"> -<p>Syntech CPT-8001C Barcode Scanner</p> -</li> -<li class="listitem"> -<p>TDK UHA6400 and UPA9664 USB-PHS Adapters</p> -</li> -<li class="listitem"> -<p>TRENDnet USB to Serial Converter (TU-S9)</p> -</li> -<li class="listitem"> -<p>Tripp-Lite U209-000-R USB-Serial Adapter</p> -</li> -<li class="listitem"> -<p>UIC HCR331 Magnetic Stripe Card Reader</p> -</li> -<li class="listitem"> -<p>UIC MSR206 Magnetic Stripe Card Reader</p> -</li> -<li class="listitem"> -<p>Willcom W-SIM DD PHS terminal.(WS002IN)</p> -</li> -<li class="listitem"> -<p>YC-Cable USB-Serial Adapter</p> -</li> -<li class="listitem"> -<p>Zeagle N2iTion3 Diving Computer</p> -</li> -</ul> -</div> -<p>The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=umct&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">umct</span>(4)</span></a> driver -supports the following adapters:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Belkin F5U109</p> -</li> -<li class="listitem"> -<p>Belkin F5U409</p> -</li> -<li class="listitem"> -<p>D-Link DU-H3SP USB BAY Hub</p> -</li> -<li class="listitem"> -<p>Magic Control Technology USB-232</p> -</li> -<li class="listitem"> -<p>Sitecom USB-232</p> -</li> -</ul> -</div> -<p>[i386,pc98,amd64,powerpc] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=umass&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">umass</span>(4)</span></a> driver -supports USB Mass Storage devices, including:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M</p> -</li> -<li class="listitem"> -<p>Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20</p> -</li> -<li class="listitem"> -<p>FujiFilm Zip USB Drive ZDR100 USB A</p> -</li> -<li class="listitem"> -<p>GREEN HOUSE USB Flash Memory "PicoDrive" GH-UFD32M, 64M, -128M</p> -</li> -<li class="listitem"> -<p>Huawei Mobile (SD slot)</p> -</li> -<li class="listitem"> -<p>IBM 32MB USB Memory Key (P/N 22P5296)</p> -</li> -<li class="listitem"> -<p>IBM 256MB USB Drive (MSYSTEM DiskOnKey2)</p> -</li> -<li class="listitem"> -<p>IBM ThinkPad USB Portable CD-ROM Drive (P/N 33L5151)</p> -</li> -<li class="listitem"> -<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 class="listitem"> -<p>I-O DATA USB x6 CD-RW Drive CDRW-i64/USB (CDROM only)</p> -</li> -<li class="listitem"> -<p>I-O DATA USB/IEEE1394 Portable HD Drive HDP-i30P/CI, -HDP-i40P/CI</p> -</li> -<li class="listitem"> -<p>Iomega USB Zip 100/250 drive</p> -</li> -<li class="listitem"> -<p>Iomega Zip750 USB2.0 drive</p> -</li> -<li class="listitem"> -<p>Keian USB1.1/2.0 3.5-inch HDD Case KU350A</p> -</li> -<li class="listitem"> -<p>Kurouto Shikou USB 2.5-inch HDD Case GAWAP2.5PS-USB2.0</p> -</li> -<li class="listitem"> -<p>LaCie P3 HardDrive USB 200GB</p> -</li> -<li class="listitem"> -<p>Logitec LDR-H443U2 DVD-RAM/-R/+R/-RW/+RW drive</p> -</li> -<li class="listitem"> -<p>Logitec Mobile USB Memory LMC-256UD</p> -</li> -<li class="listitem"> -<p>Logitec USB1.1/2.0 HDD Unit SHD-E60U2</p> -</li> -<li class="listitem"> -<p>Logitec USB Double-Speed Floppy Drive LFD-31U2</p> -</li> -<li class="listitem"> -<p>Logitec USB/IEEE1394 DVD-RAM/R/RW Unit LDR-N21FU2 (CDROM -only)</p> -</li> -<li class="listitem"> -<p>MELCO USB Flash Disk "ClipDrive", RUF-C32M, -C64M, -C128M, --C256M, -C512M</p> -</li> -<li class="listitem"> -<p>MELCO USB Flash Disk "PetitDrive", RUF-32M, -64M, -128M, --256Mm</p> -</li> -<li class="listitem"> -<p>MELCO USB2.0 Flash Disk "PetitDrive2", RUF-256M/U2, -512M/U2</p> -</li> -<li class="listitem"> -<p>MELCO USB2.0 MO Drive MO-CH640U2</p> -</li> -<li class="listitem"> -<p>Matshita CF-VFDU03 floppy drive</p> -</li> -<li class="listitem"> -<p>Merlin SM300 MP3/WMA Player (256Mb)</p> -</li> -<li class="listitem"> -<p>Microtech International, Inc. USB-SCSI-HD 50 USB to SCSI -cable</p> -</li> -<li class="listitem"> -<p>Motorola E398 Mobile Phone (TransFlash memory card)</p> -</li> -<li class="listitem"> -<p>NOVAC USB2.0 2.5/3.5-inch HDD Case NV-HD351U</p> -</li> -<li class="listitem"> -<p>PNY Attache Flash Drive</p> -</li> -<li class="listitem"> -<p>Panasonic ("Matshita FDD CF-VFDU03")</p> -</li> -<li class="listitem"> -<p>Panasonic KXL-CB20AN Portable DVD-ROM/CD-R/RW</p> -</li> -<li class="listitem"> -<p>Panasonic KXL-CB35AN (DVD-ROM & CD-R/RW)</p> -</li> -<li class="listitem"> -<p>Panasonic USB2.0 Portable CD-RW Drive KXL-RW40AN (CDROM -only)</p> -</li> -<li class="listitem"> -<p>Panasonic floppy drive</p> -</li> -<li class="listitem"> -<p>Qware BeatZkey! Pro</p> -</li> -<li class="listitem"> -<p>RATOC Systems USB2.0 Removable HDD Case U2-MDK1, U2-MDK1B</p> -</li> -<li class="listitem"> -<p>SanDisk SDDR-31 (Compact Flash)</p> -</li> -<li class="listitem"> -<p>SanDisk SDDR-75 (only Compact Flash port works)</p> -</li> -<li class="listitem"> -<p>Sitecom CN-300 MultiFlash (MMC/SD, SmartMedia, CF, -MemoryStick)</p> -</li> -<li class="listitem"> -<p>Sony Portable CD-R/RW Drive CRX10U (CDROM only)</p> -</li> -<li class="listitem"> -<p>TEAC Portable USB CD-ROM Unit CD-110PU/210PU</p> -</li> -<li class="listitem"> -<p>Time DPA20B MP3 Player (1Gb)</p> -</li> -<li class="listitem"> -<p>Trek Thumbdrive 8MB</p> -</li> -<li class="listitem"> -<p>VAIO floppy drive (includes Y-E Data Flashbuster-U)</p> -</li> -<li class="listitem"> -<p>Y-E Data floppy drive (720/1.44/2.88Mb)</p> -</li> -</ul> -</div> -<p>Among the supported digital cameras are:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Asahi Optical (PENTAX) Optio 230 & 330</p> -</li> -</ul> -</div> -<p>[amd64, i386, pc98] Audio Devices (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=uaudio&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">uaudio</span>(4)</span></a> -driver)</p> -<p>[i386,pc98,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=uvisor&amp;sektion=4"> -<span class="citerefentry"><span class= -"refentrytitle">uvisor</span>(4)</span></a> driver supports the -following devices:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Aceeca Mez1000 RDA</p> -</li> -<li class="listitem"> -<p>Handspring Treo</p> -</li> -<li class="listitem"> -<p>Handspring Treo 600</p> -</li> -<li class="listitem"> -<p>Handspring Visor</p> -</li> -<li class="listitem"> -<p>Palm I705</p> -</li> -<li class="listitem"> -<p>Palm M125</p> -</li> -<li class="listitem"> -<p>Palm M130</p> -</li> -<li class="listitem"> -<p>Palm M500</p> -</li> -<li class="listitem"> -<p>Palm M505</p> -</li> -<li class="listitem"> -<p>Palm M515</p> -</li> -<li class="listitem"> -<p>Palm Tungsten T</p> -</li> -<li class="listitem"> -<p>Palm Tungsten Z</p> -</li> -<li class="listitem"> -<p>Palm Zire</p> -</li> -<li class="listitem"> -<p>Palm Zire 31</p> -</li> -<li class="listitem"> -<p>Sony Clie 4.0</p> -</li> -<li class="listitem"> -<p>Sony Clie 4.1</p> -</li> -<li class="listitem"> -<p>Sony Clie 5.0</p> -</li> -<li class="listitem"> -<p>Sony Clie PEG-S500C</p> -</li> -<li class="listitem"> -<p>Sony Clie NX60</p> -</li> -<li class="listitem"> -<p>Sony Clie S360</p> -</li> -<li class="listitem"> -<p>Sony Clie TJ37</p> -</li> -</ul> -</div> -</div> -<div class="sect2" title="3.11. IEEE 1394 (Firewire) Devices"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"firewire"></a>3.11. IEEE 1394 (Firewire) Devices</h3> -</div> -</div> -</div> -<p>[i386,sparc64,ia64,amd64,powerpc] The <a class="citerefentry" -href= -"http://www.FreeBSD.org/cgi/man.cgi?query=fwohci&amp;sektion=4"> -<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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Adaptec AHA-894x/AIC-5800</p> -</li> -<li class="listitem"> -<p>Apple Pangea</p> -</li> -<li class="listitem"> -<p>Apple UniNorth</p> -</li> -<li class="listitem"> -<p>Intel 82372FB</p> -</li> -<li class="listitem"> -<p>IOGEAR GUF320</p> -</li> -<li class="listitem"> -<p>Lucent / Agere FW322/323</p> -</li> -<li class="listitem"> -<p>NEC uPD72861</p> -</li> -<li class="listitem"> -<p>NEC uPD72870</p> -</li> -<li class="listitem"> -<p>NEC uPD72871/2</p> -</li> -<li class="listitem"> -<p>NEC uPD72873</p> -</li> -<li class="listitem"> -<p>NEC uPD72874</p> -</li> -<li class="listitem"> -<p>National Semiconductor CS4210</p> -</li> -<li class="listitem"> -<p>Ricoh R5C551</p> -</li> -<li class="listitem"> -<p>Ricoh R5C552</p> -</li> -<li class="listitem"> -<p>Sony CX3022</p> -</li> -<li class="listitem"> -<p>Sony i.LINK (CXD3222)</p> -</li> -<li class="listitem"> -<p>Sun PCIO-2 (RIO 1394)</p> -</li> -<li class="listitem"> -<p>Texas Instruments PCI4410A</p> -</li> -<li class="listitem"> -<p>Texas Instruments PCI4450</p> -</li> -<li class="listitem"> -<p>Texas Instruments PCI4451</p> -</li> -<li class="listitem"> -<p>Texas Instruments TSB12LV22</p> -</li> -<li class="listitem"> -<p>Texas Instruments TSB12LV23</p> -</li> -<li class="listitem"> -<p>Texas Instruments TSB12LV26</p> -</li> -<li class="listitem"> -<p>Texas Instruments TSB43AA22</p> -</li> -<li class="listitem"> -<p>Texas Instruments TSB43AB21/A/AI/A-EP</p> -</li> -<li class="listitem"> -<p>Texas Instruments TSB43AB22/A</p> -</li> -<li class="listitem"> -<p>Texas Instruments TSB43AB23</p> -</li> -<li class="listitem"> -<p>Texas Instruments TSB82AA2</p> -</li> -<li class="listitem"> -<p>VIA Fire II (VT6306)</p> -</li> -</ul> -</div> -<p>[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage -devices (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=sbp&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">sbp</span>(4)</span></a> -driver)</p> -</div> -<div class="sect2" title="3.12. Bluetooth Devices"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"bluetooth"></a>3.12. Bluetooth Devices</h3> -</div> -</div> -</div> -<p>[i386,pc98,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ng_bt3c&amp;sektion=4"> -<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 class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ng_ubt&amp;sektion=4"> -<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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>3Com 3CREB96</p> -</li> -<li class="listitem"> -<p>AIPTEK BR0R02</p> -</li> -<li class="listitem"> -<p>EPoX BT-DG02</p> -</li> -<li class="listitem"> -<p>Mitsumi Bluetooth USB adapter</p> -</li> -<li class="listitem"> -<p>MSI MS-6967</p> -</li> -<li class="listitem"> -<p>TDK Bluetooth USB adapter</p> -</li> -<li class="listitem"> -<p>Broadcom Bluetooth USB adapter</p> -</li> -</ul> -</div> -</div> -<div class="sect2" title="3.13. Cryptographic Accelerators"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"crypto-accel"></a>3.13. Cryptographic Accelerators</h3> -</div> -</div> -</div> -<p>[i386,pc98,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=hifn&amp;sektion=4"><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> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Invertex AEON</p> -</li> -<li class="listitem"> -<p>Hifn 7751</p> -</li> -<li class="listitem"> -<p>PowerCrypt</p> -</li> -<li class="listitem"> -<p>XL-Crypt</p> -</li> -<li class="listitem"> -<p>NetSec 7751</p> -</li> -<li class="listitem"> -<p>Soekris Engineering vpn1201 and vpn1211</p> -</li> -<li class="listitem"> -<p>Soekris Engineering vpn1401 and vpn1411</p> -</li> -</ul> -</div> -<p>[i386,pc98,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=safe&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">safe</span>(4)</span></a> driver -supports cards containing any of the following chips:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>SafeNet 1141</p> -</li> -<li class="listitem"> -<p>SafeNet 1741</p> -</li> -</ul> -</div> -<p>[i386,pc98,amd64] The <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ubsec&amp;sektion=4"><span class="citerefentry"> -<span class="refentrytitle">ubsec</span>(4)</span></a> driver -supports cards containing any of the following chips:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>Bluesteel 5501</p> -</li> -<li class="listitem"> -<p>Bluesteel 5601</p> -</li> -<li class="listitem"> -<p>Broadcom BCM5801</p> -</li> -<li class="listitem"> -<p>Broadcom BCM5802</p> -</li> -<li class="listitem"> -<p>Broadcom BCM5805</p> -</li> -<li class="listitem"> -<p>Broadcom BCM5820</p> -</li> -<li class="listitem"> -<p>Broadcom BCM5821</p> -</li> -<li class="listitem"> -<p>Broadcom BCM5822</p> -</li> -<li class="listitem"> -<p>Broadcom BCM5823</p> -</li> -<li class="listitem"> -<p>Broadcom BCM5825</p> -</li> -</ul> -</div> -</div> -<div class="sect2" title="3.14. Miscellaneous"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"misc"></a>3.14. Miscellaneous</h3> -</div> -</div> -</div> -<p>[amd64, i386, pc98] FAX-Modem/PCCARD</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>MELCO IGM-PCM56K/IGM-PCM56KH</p> -</li> -<li class="listitem"> -<p>Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal)</p> -</li> -</ul> -</div> -<p>[amd64, i386, pc98] Floppy drives (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=fdc&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">fdc</span>(4)</span></a> -driver)</p> -<p>[amd64, i386] VGA-compatible video cards (<a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=vga&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">vga</span>(4)</span></a> -driver)</p> -<div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="note" -title="Note"> -<h3 class="admontitle">Note:</h3> -<p xmlns="http://www.w3.org/1999/xhtml">Information regarding -specific video cards and compatibility with <span class= -"application">Xorg</span> can be found at <a class="ulink" href= -"http://www.x.org/" target="_top">http://www.x.org/</a>.</p> -</div> -<p>[amd64, i386, ia64, pc98] Keyboards including:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>[i386] AT-style keyboards (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">atkbd</span>(4)</span></a> -driver)</p> -</li> -<li class="listitem"> -<p>[amd64, i386] PS/2 keyboards (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">atkbd</span>(4)</span></a> -driver)</p> -</li> -<li class="listitem"> -<p>[pc98] Standard keyboards</p> -</li> -<li class="listitem"> -<p>[amd64, i386, ia64, pc98] USB keyboards (<a class="citerefentry" -href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">ukbd</span>(4)</span></a> -driver)</p> -</li> -</ul> -</div> -<p>[amd64, i386, ia64, pc98] Pointing devices including:</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>[amd64, i386, pc98] Bus mice and compatible devices (<a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=mse&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">mse</span>(4)</span></a> -driver)</p> -</li> -<li class="listitem"> -<p>[amd64, i386] PS/2 mice and compatible devices, including many -laptop pointing devices (<a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=psm&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">psm</span>(4)</span></a> -driver)</p> -</li> -<li class="listitem"> -<p>Serial mice and compatible devices</p> -</li> -<li class="listitem"> -<p>[amd64, i386, ia64, pc98] USB mice (<a class="citerefentry" -href="http://www.FreeBSD.org/cgi/man.cgi?query=ums&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">ums</span>(4)</span></a> -driver)</p> -</li> -</ul> -</div> -<div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="note" -title="Note"> -<h3 class="admontitle">Note:</h3> -<p xmlns="http://www.w3.org/1999/xhtml"><a class="citerefentry" -href= -"http://www.FreeBSD.org/cgi/man.cgi?query=moused&amp;sektion=8"> -<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 <span class="application">Xorg</span> can be found at -<a class="ulink" href="http://www.x.org/" target= -"_top">http://www.x.org/</a>.</p> -</div> -<p>[amd64, i386] <span class="quote">“<span class="quote">PC -standard</span>”</span> parallel ports (<a class="citerefentry" -href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ppc&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">ppc</span>(4)</span></a> -driver)</p> -<p>[pc98] <span class="quote">“<span class="quote">PC-9821 -standard</span>”</span> parallel ports (<a class="citerefentry" -href= -"http://www.FreeBSD.org/cgi/man.cgi?query=ppc&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">ppc</span>(4)</span></a> -driver)</p> -<p>[i386, amd64] PC-compatible joysticks (<a class="citerefentry" -href= -"http://www.FreeBSD.org/cgi/man.cgi?query=joy&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">joy</span>(4)</span></a> -driver)</p> -<p>[pc98] Joystick port of SoundBlaster(98) (<a class= -"citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=joy&amp;sektion=4"><span class="citerefentry"><span class="refentrytitle">joy</span>(4)</span></a> -driver)</p> -<p>[i386, pc98] PHS Data Communication Card/PCCARD</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p>NTT DoCoMo P-in Comp@ct</p> -</li> -<li class="listitem"> -<p>Panasonic KX-PH405</p> -</li> -<li class="listitem"> -<p>SII MC-P200</p> -</li> -</ul> -</div> -<p>[i386] Xilinx XC6200-based reconfigurable hardware cards -compatible with the HOT1 from <a class="ulink" 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> -</body> -</html> diff --git a/website/content/en/releases/9.2R/installation.adoc b/website/content/en/releases/9.2R/installation.adoc new file mode 100644 index 0000000000..1c95722927 --- /dev/null +++ b/website/content/en/releases/9.2R/installation.adoc @@ -0,0 +1,91 @@ +--- +title: "FreeBSD 9.2-RELEASE Installation Instructions" +sidenav: download +--- + += FreeBSD 9.2-RELEASE Installation Instructions + +''''' +This article gives some brief instructions on installing FreeBSD 9.2-RELEASE and upgrading the systems running earlier releases. + +''''' + +[[INSTALL]] +== Installing FreeBSD + +The link:{handbook}#bsdinstall[“Installing FreeBSD”] chapter of the link:{handbook}[FreeBSD Handbook] provides more in-depth information about the installation program itself, including a guided walk-through with screenshots. + +''''' + +[[UPGRADE]] +== Upgrading FreeBSD + +''''' + +=== Upgrading from Source + +The procedure for doing a source code based update is described in link:{handbook}#synching[https://doc.FreeBSD.org/en/books/handbook/book/#synching] and link:{handbook}#makeworld[https://doc.FreeBSD.org/en/books/handbook/book/#makeworld]. + +For SVN use the `releng/9.2` branch which will be where any upcoming Security Advisories or Errata Notices will be applied. + +Note that CVS is *not* supported. + +''''' + +=== Upgrading Using "FreeBSD Update" + +The man:freebsd-update[8] utility supports binary upgrades of i386 and amd64 systems running earlier FreeBSD releases. Systems running `8.[34]-RELEASE`, `9.[01]-RELEASE`, `9.2-BETA[123]`, or `9.2-RC[1234]` can upgrade as follows: + +[source,SCREEN] +---- +# freebsd-update fetch +# freebsd-update install +---- + +Now the man:freebsd-update[8] utility can fetch bits belonging to 9.2-RELEASE. During this process man:freebsd-update[8] will ask for help in merging configuration files. + +[source,SCREEN] +---- +# freebsd-update upgrade -r 9.2-RELEASE +---- + +Due to changes in the way that FreeBSD is packaged on the release media, two complications may arise in this process if upgrading from FreeBSD 8.x: + +[arabic] +. The FreeBSD kernel, which previously could appear in either `/boot/kernel` or `/boot/GENERIC`, now only appears as `/boot/kernel`. As a result, any kernel appearing in `/boot/GENERIC` will be deleted. Please carefully read the output printed by man:freebsd-update[8] and confirm that an updated kernel will be placed into `/boot/kernel` before proceeding beyond this point. +. The FreeBSD source tree in `/usr/src` (if present) will be deleted. (Normally the man:freebsd-update[8] utility will update a source tree, but in this case the changes in release packaging result in the man:freebsd-update[8] utility not recognizing that the source tree from the old release and the source tree from the new release correspond to the same part of FreeBSD.) + +[source,SCREEN] +---- +# freebsd-update install +---- + +The system must now be rebooted with the newly installed kernel before the non-kernel components are updated. + +[source,SCREEN] +---- +# shutdown -r now +---- + +After rebooting, man:freebsd-update[8] needs to be run again to install the new userland components: + +[source,SCREEN] +---- +# freebsd-update install +---- + +At this point, users of systems being upgraded from FreeBSD 8.4-RELEASE or earlier will be prompted by man:freebsd-update[8] to rebuild all third-party applications (e.g., ports installed from the ports tree) due to updates in system libraries. + +After updating installed third-party applications (and again, only if man:freebsd-update[8] printed a message indicating that this was necessary), run man:freebsd-update[8] again so that it can delete the old (no longer used) system libraries: + +[source,SCREEN] +---- +# freebsd-update install +---- + +Finally, reboot into 9.2-RELEASE + +[source,SCREEN] +---- +# shutdown -r now +---- diff --git a/website/content/en/releases/9.2R/installation.html b/website/content/en/releases/9.2R/installation.html deleted file mode 100644 index 0e3d2a3a10..0000000000 --- a/website/content/en/releases/9.2R/installation.html +++ /dev/null @@ -1,226 +0,0 @@ -<!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 9.2-RELEASE Installation Instructions</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 9.2-RELEASE Installation -Instructions</a></h1> - -<h3 class="CORPAUTHOR">The FreeBSD Project</h3> - -<p class="COPYRIGHT">Copyright © 2013 The FreeBSD Documentation Project</p> - -<p class="PUBDATE">$FreeBSD: head/en_US.ISO8859-1/htdocs/releases/9.2R/installation.html 42790 2013-10-01 15:53:58Z gjb $<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. SPARC International, Inc owns all of the SPARC -trademarks and under licensing agreements allows the proper use of these trademarks by -its members.</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 “™” or the “®” symbol.</p> -</div> - -<hr /> -</div> - -<blockquote class="ABSTRACT"> -<div class="ABSTRACT"><a id="AEN16" name="AEN16"></a> -<p>This article gives some brief instructions on installing FreeBSD 9.2-RELEASE and -upgrading the systems running earlier releases.</p> -</div> -</blockquote> - -<div class="SECT1"> -<hr /> -<h2 class="SECT1"><a id="INSTALL" name="INSTALL">1 Installing FreeBSD</a></h2> - -<p>The <a -href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall.html" -target="_top">“Installing 	 FreeBSD”</a> chapter of the <a -href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/" target="_top">FreeBSD -	Handbook</a> provides more in-depth information about the installation program -itself, including a guided walk-through with screenshots.</p> -</div> - -<div class="SECT1"> -<hr /> -<h2 class="SECT1"><a id="UPGRADE" name="UPGRADE">2 Upgrading FreeBSD</a></h2> - -<!-- -<p>If you are upgrading from a previous release of FreeBSD, please read <a -href="http://www.FreeBSD.org/releases/9.2R/relnotes-detailed.html#UPGRADE" -target="_top">upgrading section in the Release Notes</a> for notable incompatibilities -carefully.</p> ---> - -<div class="SECT2"> -<hr /> -<h3 class="SECT2"><a id="AEN28" name="AEN28">2.1 Upgrading from Source</a></h3> - -<p>The procedure for doing a source code based update is 	described in 	<a -href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/synching.html" -target="_top">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/synching.html</a> -and 	<a -href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook//makeworld.html" -target="_top">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook//makeworld.html</a>.</p> - -<p>For SVN use the <tt class="FILENAME">releng/9.2</tt> branch 	which will be where -any upcoming Security Advisories or Errata 	Notices will be applied.</p> - -<p>Note that CVS is <b>not</b> supported.</p> -</div> - -<div class="SECT2"> -<hr /> -<h3 class="SECT2"><a id="AEN36" name="AEN36">2.2 Upgrading Using “FreeBSD -Update”</a></h3> - -<p>The <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.2-RELEASE"> -<span class="CITEREFENTRY"><span -class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> utility supports binary -	upgrades of i386 and amd64 systems running 	earlier FreeBSD releases. Systems -running 	<tt class="LITERAL">8.[34]-RELEASE</tt>, 	<tt -class="LITERAL">9.[01]-RELEASE</tt>, 	<tt class="LITERAL">9.2-BETA[123]</tt>, or -	<tt class="LITERAL">9.2-RC[1234]</tt> can upgrade as follows:</p> - -<pre class="SCREEN"> -<samp class="PROMPT">#</samp> freebsd-update fetch -<samp class="PROMPT">#</samp> freebsd-update install -</pre> - -<p>Now the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.2-RELEASE"> -<span class="CITEREFENTRY"><span -class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> utility can fetch bits -	belonging to 9.2-RELEASE. During this process 	<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.2-RELEASE"> -<span class="CITEREFENTRY"><span -class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> will ask for help in merging -	configuration files.</p> - -<pre class="SCREEN"> -<samp class="PROMPT">#</samp> freebsd-update upgrade -r 9.2-RELEASE -</pre> - -<p>Due to changes in the way that FreeBSD is packaged on the 	release media, two -complications may arise in this process if 	upgrading from FreeBSD 8.x:</p> - -<ol type="1"> -<li> -<p>The FreeBSD kernel, which previously could appear in either 	 <tt -class="FILENAME">/boot/kernel</tt> or 	 <tt class="FILENAME">/boot/GENERIC</tt>, now -only appears as 	 <tt class="FILENAME">/boot/kernel</tt>. As a result, any 	 -kernel appearing in <tt class="FILENAME">/boot/GENERIC</tt> 	 will be deleted. Please -carefully read the output printed 	 by <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.2-RELEASE"> -<span class="CITEREFENTRY"><span -class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> and confirm that an updated -	 kernel will be placed into 	 <tt class="FILENAME">/boot/kernel</tt> before -proceeding beyond 	 this point.</p> -</li> - -<li> -<p>The FreeBSD source tree in <tt class="FILENAME">/usr/src</tt> 	 (if present) will -be deleted. (Normally the 	 <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.2-RELEASE"> -<span class="CITEREFENTRY"><span -class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> utility will update a source -tree, 	 but in this case the changes in release packaging result 	 in the <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.2-RELEASE"> -<span class="CITEREFENTRY"><span -class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> utility not recognizing that -	 the source tree from the old release and the source tree 	 from the new release -correspond to the same part of 	 FreeBSD.)</p> -</li> -</ol> - -<pre class="SCREEN"> -<samp class="PROMPT">#</samp> freebsd-update install -</pre> - -<p>The system must now be rebooted with the newly installed 	kernel before the -non-kernel components are updated.</p> - -<pre class="SCREEN"> -<samp class="PROMPT">#</samp> shutdown -r now -</pre> - -<p>After rebooting, <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.2-RELEASE"> -<span class="CITEREFENTRY"><span -class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> needs to be run 	again to -install the new userland components:</p> - -<pre class="SCREEN"> -<samp class="PROMPT">#</samp> freebsd-update install -</pre> - -<p>At this point, users of systems being upgraded from FreeBSD 	8.4-RELEASE or -earlier will be prompted by 	<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.2-RELEASE"> -<span class="CITEREFENTRY"><span -class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> to rebuild all third-party -applications 	(e.g., ports installed from the ports tree) due to updates in -	system libraries.</p> - -<p>After updating installed third-party applications (and 	again, only if <a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.2-RELEASE"> -<span class="CITEREFENTRY"><span -class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> printed a message -	indicating that this was necessary), run 	<a -href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.2-RELEASE"> -<span class="CITEREFENTRY"><span -class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> again so that it can delete the -old (no 	longer used) system libraries:</p> - -<pre class="SCREEN"> -<samp class="PROMPT">#</samp> freebsd-update install -</pre> - -<p>Finally, reboot into 9.2-RELEASE</p> - -<pre class="SCREEN"> -<samp class="PROMPT">#</samp> shutdown -r now -</pre> -</div> -</div> -</div> - -<hr /> -<p align="center"><small>This file, and other release-related documents, can be -downloaded from <a -href="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</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 <<a -href="mailto:[email protected]">[email protected]</a>>.</small></p> - -<p align="center"><small>All users of FreeBSD 9.2-STABLE should subscribe to the <<a -href="mailto:[email protected]">[email protected]</a>> mailing list.</small></p> - -<p align="center"><small>For questions about this documentation, e-mail <<a -href="mailto:[email protected]">[email protected]</a>>.</small></p> -</body> -</html> - diff --git a/website/content/en/releases/9.2R/readme.adoc b/website/content/en/releases/9.2R/readme.adoc new file mode 100644 index 0000000000..b547ef9851 --- /dev/null +++ b/website/content/en/releases/9.2R/readme.adoc @@ -0,0 +1,131 @@ +--- +title: "FreeBSD 9.2-RELEASE README" +sidenav: download +--- + +include::shared/en/urls.adoc[] + += FreeBSD 9.2-RELEASE README + +''''' + +Table of Contents + +* <<intro, Introduction>> +* <<obtain, Obtaining FreeBSD>> +* <<contacting, Contacting the FreeBSD Project>> +* <<seealso, Further Reading>> +* <<acknowledgements, Acknowledgments>> + +This document gives a brief introduction to FreeBSD 9.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. + +[[intro]] +== Introduction + +This distribution is a snapshot of FreeBSD 9.2-RELEASE, the latest point along the 9.2-STABLE branch. + +== About FreeBSD + +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 "x86" based PC hardware (i386), Intel Itanium Processor based computers (ia64), NEC PC-9801/9821 series PCs and compatibles (pc98), and UltraSPARC(R) machines (sparc64). Versions for the ARM(R) (arm), MIPS(R) (mips), and PowerPC(R) (powerpc) 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. + +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. + +A large collection of third-party ported software (the "Ports Collection") is also provided to make it easy to obtain and install all your favorite traditional UNIX(R) utilities for FreeBSD. Each "port" consists of a set of scripts to retrieve, configure, build, and install a piece of software, with a single command. Over 24,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 UNIX(R). Most ports are also available as pre-compiled "packages", which can be quickly installed from the installation program. + +== Target Audience + +This snapshot is aimed primarily at early adopters and various other users who want to get involved with the ongoing development of FreeBSD. While the FreeBSD development team tries its best to ensure that each snapshot works as advertised, 9.2-STABLE is very much a work-in-progress. + +The basic requirements for using this snapshot are technical proficiency with FreeBSD and an understanding of the ongoing development process of FreeBSD 9.2-STABLE (as discussed on the http://lists.FreeBSD.org/mailman/listinfo/freebsd-current[FreeBSD-CURRENT mailing list]). + +For those more interested in doing business with FreeBSD than in experimenting with new FreeBSD technology, formal releases (such as 9.1-RELEASE) are frequently more appropriate. Releases undergo a period of testing and quality assurance checking to ensure high reliability and dependability. + +[[obtain]] +== Obtaining FreeBSD + +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. + +== CDROM and DVD + +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 "packages" from the FreeBSD Ports Collection, or other extra material. + +A list of the CDROM and DVD publishers known to the project are listed in the link:{handbook}#mirrors["Obtaining FreeBSD"] appendix to the Handbook. + +== FTP + +You can use FTP to retrieve FreeBSD and any or all of its optional packages from ftp://ftp.FreeBSD.org/, which is the official FreeBSD release site, or any of its "mirrors". + +Lists of locations that mirror FreeBSD can be found in the link:{handbook}#mirrors-ftp[FTP Sites] section of the Handbook. Finding a close (in networking terms) mirror from which to download the distribution is highly recommended. + +Additional mirror sites are always welcome. Contact `<[email protected]>` for more details on becoming an official mirror site. You can also find useful information for mirror sites at the link:{hubs[Mirroring FreeBSD] article. + +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. + +[[contacting]] +== Contacting the FreeBSD Project + +== Email and Mailing Lists + +For any questions or general technical support issues, please send mail to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions[FreeBSD general questions mailing list]. + +If you're tracking the 9.2-STABLE development efforts, you _must_ join the http://lists.FreeBSD.org/mailman/listinfo/freebsd-current[FreeBSD-CURRENT mailing list], in order to keep abreast of recent developments and changes that may affect the way you use and maintain the system. + +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 http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers[FreeBSD technical discussions mailing list]. + +Please note that these mailing lists can experience _significant_ 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 http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce[FreeBSD announcements mailing list]. + +All of the mailing lists can be freely joined by anyone wishing to do so. Visit the http://www.FreeBSD.org/mailman/listinfo[FreeBSD Mailman Info Page]. 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 http://www.FreeBSD.org/support/#mailing-list[mailing lists section] of the FreeBSD Web site. + +== Important: + +Do _not_ send email to the lists asking to be subscribed. Use the Mailman interface instead. + +== Submitting Problem Reports + +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. + +The preferred method to submit bug reports from a machine with Internet mail connectivity is to use the man:send-pr[1] command. "Problem Reports" (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. http://www.FreeBSD.org/cgi/query-pr-summary.cgi[A list of all active PRs] is available on the FreeBSD Web site; this list is useful to see what potential problems other users have encountered. + +Note that man:send-pr[1] 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 man:send-pr[1] to submit a bug report, you can try to send it to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs[FreeBSD problem reports mailing list]. + +For more information, link:{problem-reports}["Writing FreeBSD Problem Reports"], available on the FreeBSD Web site, has a number of helpful hints on writing and submitting effective problem reports. + +[[seealso]] +== Further Reading + +There are many sources of information about FreeBSD; some are included with this distribution, while others are available on-line or in print versions. + +[[release-docs]] +== Release Documentation + +A number of other files provide more specific information about this snapshot distribution. These files are provided in various formats. Most distributions will include both ASCII text (`.TXT`) and HTML (`.HTM`) renditions. Some distributions may also include other formats such as Portable Document Format (`.PDF`). + +* `README.TXT`: This file, which gives some general information about FreeBSD as well as some cursory notes about obtaining a distribution. +* `RELNOTES.TXT`: The release notes, showing what's new and different in FreeBSD 9.2-RELEASE compared to the previous release (FreeBSD 9.1-RELEASE). +* `HARDWARE.TXT`: The hardware compatibility list, showing devices with which FreeBSD has been tested and is known to work. +* `ERRATA.TXT`: 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. + +== Note: + +It is extremely important to read the errata for any given release before installing it, to learn about any "late-breaking news" 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 "current errata" for this release. These other copies of the errata are located at http://www.FreeBSD.org/releases/ (as well as any sites which keep up-to-date mirrors of this location). + +== Manual Pages + +As with almost all UNIX(R) like operating systems, FreeBSD comes with a set of on-line manual pages, accessed through the man:man[1] command or through the http://www.FreeBSD.org/cgi/man.cgi[hypertext manual pages gateway] on the FreeBSD Web site. In general, the manual pages provide information on the different commands and APIs available to the FreeBSD user. + +In some cases, manual pages are written to give information on particular topics. Notable examples of such manual pages are man:tuning[7] (a guide to performance tuning), man:security[7] (an introduction to FreeBSD security), and man:style[9] (a style guide to kernel coding). + +== Books and Articles + +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 link:{handbook}[Handbook] and link:{faq}[FAQ] are always available from the http://www.FreeBSD.org/docs/[FreeBSD Documentation page] or its mirrors. If you install the `doc` 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. + +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 `doc` distribution set. + +A listing of other books and documents about FreeBSD can be found in the link:{handbook}#bibliography[bibliography] of the FreeBSD Handbook. Because of FreeBSD's strong UNIX(R) heritage, many other articles and books written for UNIX(R) systems are applicable as well, some of which are also listed in the bibliography. + +[[acknowledgements]] +== Acknowledgments + +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 snapshot. For a complete list of FreeBSD developers and contributors, please see link:{contributors}["Contributors to FreeBSD"] on the FreeBSD Web site or any of its mirrors. + +Special thanks also go to the many thousands of FreeBSD users and testers all over the world, without whom this snapshot simply would not have been possible. diff --git a/website/content/en/releases/9.2R/readme.html b/website/content/en/releases/9.2R/readme.html deleted file mode 100644 index 6e4072985b..0000000000 --- a/website/content/en/releases/9.2R/readme.html +++ /dev/null @@ -1,515 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<meta name="generator" content= -"HTML Tidy for FreeBSD (vers 7 December 2008), see www.w3.org" /> -<meta http-equiv="Content-Type" content= -"text/html; charset=utf-8" /> -<title>FreeBSD 9.2-RELEASE README</title> -<link rel="stylesheet" type="text/css" href="docbook.css" /> -<link rev="made" href="[email protected]" /> -<meta name="generator" content="DocBook XSL Stylesheets V1.76.1" /> -</head> -<body> -<div class="article" title="FreeBSD 9.2-RELEASE README"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h2 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"idp58648112"></a>FreeBSD 9.2-RELEASE README</h2> -</div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="corpauthor">The -FreeBSD Project</h3> -</div> -<div> -<p xmlns="http://www.w3.org/1999/xhtml" class="copyright">Copyright -© 2013 The FreeBSD Documentation Project</p> -</div> -<div> -<div xmlns="http://www.w3.org/1999/xhtml" class="legalnotice" -title="Legal Notice"><a id="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. -SPARC International, Inc owns all of the SPARC trademarks and under -licensing agreements allows the proper use of these trademarks by -its members.</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 <span class="quote">“<span class="quote">™</span>”</span> or -the <span class="quote">“<span class="quote">®</span>”</span> -symbol.</p> -</div> -</div> -<div>Last modified on 2013-09-26 by gjb.</div> -</div> -<hr /></div> -<div class="toc"> -<div class="toc-title">Table of Contents</div> -<dl> -<dt><span class="sect1"><a href="#intro">1. -Introduction</a></span></dt> -<dt><span class="sect1"><a href="#obtain">2. Obtaining -FreeBSD</a></span></dt> -<dt><span class="sect1"><a href="#contacting">3. Contacting the -FreeBSD Project</a></span></dt> -<dt><span class="sect1"><a href="#seealso">4. Further -Reading</a></span></dt> -<dt><span class="sect1"><a href="#acknowledgements">5. -Acknowledgments</a></span></dt> -</dl> -</div> -<div class="abstract" title="Abstract"> -<div xmlns="" class="titlepage"></div> -<p>This document gives a brief introduction to FreeBSD 9.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> -<div class="sect1" title="1. Introduction"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style= -"clear: both"><a id="intro"></a>1. Introduction</h2> -</div> -</div> -</div> -<p>This distribution is a snapshot of FreeBSD 9.2-RELEASE, the -latest point along the 9.2-STABLE branch.</p> -<div class="sect2" title="1.1. About FreeBSD"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"idp59318960"></a>1.1. About FreeBSD</h3> -</div> -</div> -</div> -<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 <span class="quote">“<span class="quote">x86</span>”</span> -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>® machines (sparc64). -Versions for the <span class="trademark">ARM</span>® (arm), -<span class="trademark">MIPS</span>® (mips), and <span class= -"trademark">PowerPC</span>® (powerpc) 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 -<span class="quote">“<span class="quote">Ports -Collection</span>”</span>) is also provided to make it easy to -obtain and install all your favorite traditional <span class= -"trademark">UNIX</span>® utilities for FreeBSD. Each <span class= -"quote">“<span class="quote">port</span>”</span> consists of a set -of scripts to retrieve, configure, build, and install a piece of -software, with a single command. Over 24,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 <span class="quote">“<span class= -"quote">packages</span>”</span>, which can be quickly installed -from the installation program.</p> -</div> -<div class="sect2" title="1.2. Target Audience"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"idp59346864"></a>1.2. Target Audience</h3> -</div> -</div> -</div> -<p>This snapshot is aimed primarily at early adopters and various -other users who want to get involved with the ongoing development -of FreeBSD. While the FreeBSD development team tries its best to -ensure that each snapshot works as advertised, 9.2-STABLE is very -much a work-in-progress.</p> -<p>The basic requirements for using this snapshot are technical -proficiency with FreeBSD and an understanding of the ongoing -development process of FreeBSD 9.2-STABLE (as discussed on the -<a class="ulink" href= -"http://lists.FreeBSD.org/mailman/listinfo/freebsd-current" target= -"_top">FreeBSD-CURRENT mailing list</a>).</p> -<p>For those more interested in doing business with FreeBSD than in -experimenting with new FreeBSD technology, formal releases (such as -9.1-RELEASE) are frequently more appropriate. Releases undergo a -period of testing and quality assurance checking to ensure high -reliability and dependability.</p> -</div> -</div> -<div class="sect1" title="2. Obtaining FreeBSD"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style= -"clear: both"><a id="obtain"></a>2. Obtaining FreeBSD</h2> -</div> -</div> -</div> -<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" title="2.1. CDROM and DVD"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"idp59356976"></a>2.1. CDROM and DVD</h3> -</div> -</div> -</div> -<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 -<span class="quote">“<span class="quote">packages</span>”</span> -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 class="ulink" href= -"http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html" -target="_top"><span class="quote">“<span class="quote">Obtaining -FreeBSD</span>”</span></a> appendix to the Handbook.</p> -</div> -<div class="sect2" title="2.2. FTP"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"idp59362736"></a>2.2. FTP</h3> -</div> -</div> -</div> -<p>You can use FTP to retrieve FreeBSD and any or all of its -optional packages from <a class="ulink" href= -"ftp://ftp.FreeBSD.org/" target="_top">ftp://ftp.FreeBSD.org/</a>, -which is the official FreeBSD release site, or any of its -<span class="quote">“<span class= -"quote">mirrors</span>”</span>.</p> -<p>Lists of locations that mirror FreeBSD can be found in the -<a class="ulink" href= -"http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html" -target="_top">FTP Sites</a> section of the Handbook. 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"><<a xmlns="http://www.w3.org/TR/xhtml1/transitional" -class="email" href= -"mailto:[email protected]">[email protected]</a>></code> -for more details on becoming an official mirror site. You can also -find useful information for mirror sites at the <a class="ulink" -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" title="3. Contacting the FreeBSD Project"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style= -"clear: both"><a id="contacting"></a>3. Contacting the FreeBSD -Project</h2> -</div> -</div> -</div> -<div class="sect2" title="3.1. Email and Mailing Lists"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"idp59383856"></a>3.1. Email and Mailing Lists</h3> -</div> -</div> -</div> -<p>For any questions or general technical support issues, please -send mail to the <a class="ulink" href= -"http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions" -target="_top">FreeBSD general questions mailing list</a>.</p> -<p>If you're tracking the 9.2-STABLE development efforts, you -<span class="emphasis"><em>must</em></span> join the <a class= -"ulink" 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 class="ulink" 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"><em>significant</em></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 class="ulink" 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 class="ulink" 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 class="ulink" href= -"http://www.FreeBSD.org/support.html#mailing-list" target= -"_top">mailing lists section</a> of the FreeBSD Web site.</p> -<div xmlns="http://www.w3.org/TR/xhtml1/transitional" class= -"important" title="Important"> -<h3 class="admontitle">Important:</h3> -<p xmlns="http://www.w3.org/1999/xhtml">Do <span class= -"emphasis"><em>not</em></span> send email to the lists asking to be -subscribed. Use the Mailman interface instead.</p> -</div> -</div> -<div class="sect2" title="3.2. Submitting Problem Reports"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"idp59407152"></a>3.2. Submitting Problem Reports</h3> -</div> -</div> -</div> -<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 class="citerefentry" -href= -"http://www.FreeBSD.org/cgi/man.cgi?query=send-pr&amp;sektion=1"> -<span class="citerefentry"><span class= -"refentrytitle">send-pr</span>(1)</span></a> command. <span class= -"quote">“<span class="quote">Problem Reports</span>”</span> (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 class="ulink" 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 class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=send-pr&amp;sektion=1"> -<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 class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=send-pr&amp;sektion=1"> -<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 class="ulink" href= -"http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs" target= -"_top">FreeBSD problem reports mailing list</a>.</p> -<p>For more information, <a class="ulink" href= -"http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/problem-reports/" -target="_top"><span class="quote">“<span class="quote">Writing -FreeBSD Problem Reports</span>”</span></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" title="4. Further Reading"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style= -"clear: both"><a id="seealso"></a>4. Further Reading</h2> -</div> -</div> -</div> -<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" title="4.1. Release Documentation"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"release-docs"></a>4.1. Release Documentation</h3> -</div> -</div> -</div> -<p>A number of other files provide more specific information about -this snapshot distribution. These files are provided in various -formats. Most distributions will include both ASCII text -(<code class="filename">.TXT</code>) and HTML (<code class= -"filename">.HTM</code>) renditions. Some distributions may also -include other formats such as Portable Document Format -(<code class="filename">.PDF</code>).</p> -<div class="itemizedlist"> -<ul class="itemizedlist" type="disc"> -<li class="listitem"> -<p><code class="filename">README.TXT</code>: This file, which gives -some general information about FreeBSD as well as some cursory -notes about obtaining a distribution.</p> -</li> -<li class="listitem"> -<p><code class="filename">RELNOTES.TXT</code>: The release notes, -showing what's new and different in FreeBSD 9.2-RELEASE compared to -the previous release (FreeBSD 9.1-RELEASE).</p> -</li> -<li class="listitem"> -<p><code class="filename">HARDWARE.TXT</code>: The hardware -compatibility list, showing devices with which FreeBSD has been -tested and is known to work.</p> -</li> -<li class="listitem"> -<p><code class="filename">ERRATA.TXT</code>: 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> -</div> -<div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="note" -title="Note"> -<h3 class="admontitle">Note:</h3> -<p xmlns="http://www.w3.org/1999/xhtml">It is extremely important -to read the errata for any given release before installing it, to -learn about any <span class="quote">“<span class= -"quote">late-breaking news</span>”</span> 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 <span class="quote">“<span class="quote">current -errata</span>”</span> for this release. These other copies of the -errata are located at <a class="ulink" 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> -</div> -</div> -<div class="sect2" title="4.2. Manual Pages"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"idp59462320"></a>4.2. Manual Pages</h3> -</div> -</div> -</div> -<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 class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=man&amp;sektion=1"><span class="citerefentry"> -<span class="refentrytitle">man</span>(1)</span></a> command or -through the <a class="ulink" 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 class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=tuning&amp;sektion=7"> -<span class="citerefentry"><span class= -"refentrytitle">tuning</span>(7)</span></a> (a guide to performance -tuning), <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=security&amp;sektion=7"> -<span class="citerefentry"><span class= -"refentrytitle">security</span>(7)</span></a> (an introduction to -FreeBSD security), and <a class="citerefentry" href= -"http://www.FreeBSD.org/cgi/man.cgi?query=style&amp;sektion=9"><span class="citerefentry"> -<span class="refentrytitle">style</span>(9)</span></a> (a style -guide to kernel coding).</p> -</div> -<div class="sect2" title="4.3. Books and Articles"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id= -"idp59494960"></a>4.3. Books and Articles</h3> -</div> -</div> -</div> -<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 class="ulink" href= -"http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/" -target="_top">Handbook</a> and <a class="ulink" href= -"http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/faq/" target= -"_top">FAQ</a> are always available from the <a class="ulink" href= -"http://www.FreeBSD.org/docs.html" target="_top">FreeBSD -Documentation page</a> or its mirrors. If you install the -<code class="filename">doc</code> 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 <code class="filename">doc</code> distribution -set.</p> -<p>A listing of other books and documents about FreeBSD can be -found in the <a class="ulink" 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" title="5. Acknowledgments"> -<div xmlns="" class="titlepage"> -<div> -<div> -<h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style= -"clear: both"><a id= -"acknowledgements"></a>5. Acknowledgments</h2> -</div> -</div> -</div> -<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 snapshot. For a complete list -of FreeBSD developers and contributors, please see <a class="ulink" -href= -"http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/contributors/" -target="_top"><span class="quote">“<span class="quote">Contributors -to FreeBSD</span>”</span></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 snapshot simply -would not have been possible.</p> -</div> -</div> -</body> -</html> diff --git a/website/content/en/releases/9.2R/relnotes.adoc b/website/content/en/releases/9.2R/relnotes.adoc new file mode 100644 index 0000000000..4ed0c57fb1 --- /dev/null +++ b/website/content/en/releases/9.2R/relnotes.adoc @@ -0,0 +1,44 @@ +--- +title: "FreeBSD 9.2-RELEASE Release Notes" +sidenav: download +--- + +include::shared/en/urls.adoc[] + += FreeBSD 9.2-RELEASE Release Notes + +== Release Highlights + +The highlights in the 9.2-RELEASE include the following. + +* Support for man:rarpd[8] added to man:vlan[4]. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=245076[r245076]] +* man:xz[1] updated to version 5.0.4. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=245128[r245128]] +* The ZFS filesystem now supports TRIM when used on solid state drives. ZFS TRIM support is enabled by default. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251419[r251419]] The following tunables have been added: +** `vfs.zfs.trim.enabled`: Enable ZFS TRIM +** `vfs.zfs.trim.max_interval`: Maximum interval in seconds between TRIM queue processing +** `vfs.zfs.trim.timeout`: Delay TRIMs by up to this many seconds +** `vfs.zfs.trim.txg_delay`: Delay TRIMs by up to this many TXGs +* The man:firewire[4] drivers have been removed from the GENERIC kernel configuration for all architectures. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=246321[r246321]] +* man:awk[1] has been updated to version 20121220. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=246373[r246373]] +* The man:virtio[4] drivers have been added to the GENERIC kernel configuration for amd64 and i386 architectures. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=247306[r247306]] +* The ZFS filesystem now supports lz4 compression. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=247309[r247309]] +* The man:oce[4] has been updated to version 4.6.95.0. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=248062[r248062]] +* *OpenSSL* has been updated to version 0.9.8y. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=248272[r248272]] +* The man:bsdinstall[8] installer now supports installation over HTTP. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=248313[r248313]] +* *DTrace* hooks have been enabled by default in the GENERIC kernel. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=249549[r249549]] +* *DTrace* has been updated to version 1.9.0. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=249856[r249856]] +* *Sendmail* has been updated to version 8.14.7. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=r249865[r249865], http://svn.FreeBSD.org/viewvc/base?view=revision&revision=r249866[r249866], http://svn.FreeBSD.org/viewvc/base?view=revision&revision=r249867[r249867], http://svn.FreeBSD.org/viewvc/base?view=revision&revision=r249875[r249875]] +* *OpenSSH* has been updated to version 6.2p2. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251135[r251135]] +* man:less[1] has been updated to version 458. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251154[r251154]] +* Add ATA pass-through support to man:cam[4]. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251302[r251302]] +* Implement new man:rc.conf[5] syntax for man:hostapd[8]. The new format is: `ifconfig_wlanX="HOSTAP"`, where `X` represents the man:wlan[4] interface. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252748[r252748]] +* Import unmapped I/O support from `head/`. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251897[r251897]] +* Merge man:nvme[4] from `head/`. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252222[r252222]] +* Add support for the Chelsio 40G T5. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252495[r252495]] +* Add a tunable to increase the initial TCP congestion window from 4 segments to 10 segments. This tunable can be enabled by adding `net.inet.tcp.experimental.initcwnd10=1` to man:sysctl.conf[5]. This tunable is turned off by default in FreeBSD 9.2-RELEASE. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252789[r252789]] +* Update the man:ixgbe[4] driver. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252898[r252898]] +* Update the Intel e1000 driver. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252899[r252899]] +* Add support for the HighPoint DC Series Data Center HBA (DC7280 and R750). [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252903[r252903]] +* Add service-specific man:setfib[1] support. This is enabled by setting: `<name>_fib` in man:rc.conf[5].[http://svn.FreeBSD.org/viewvc/base?view=revision&revision=253233[r253233]] +* Update devices supported by man:cxgbe[4]. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=253776[r253776]] +* Remove man:ctl[4] from the GENERIC kernel configuration. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=253860[r253860]] diff --git a/website/content/en/releases/9.2R/relnotes.html b/website/content/en/releases/9.2R/relnotes.html deleted file mode 100644 index 0cd01bb09d..0000000000 --- a/website/content/en/releases/9.2R/relnotes.html +++ /dev/null @@ -1,397 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<!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" xmlns:db="http://docbook.org/ns/docbook"> - <head> - <title>FreeBSD 9.2-RELEASE Release Notes</title> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <link rel="shortcut icon" href="https://www.FreeBSD.org/favicon.ico" type="image/x-icon" /> - <link rel="stylesheet" media="screen,print" href="https://www.FreeBSD.org/css/fixed.css" type="text/css" /> - <script type="text/javascript" src="../../layout/js/google.js"></script> - </head> - <body> - <div id="containerwrap"> - <div id="container"> - <span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1) - <a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2) -</span> - <div id="headercontainer"> - <div id="header"> - <h2 class="blockhide">Header And Logo</h2> - <div id="headerlogoleft"> - <a href="../.." title="FreeBSD"> - <img src="../../layout/images/logo-red.png" width="457" height="75" alt="FreeBSD" /> - </a> - </div> - <div id="headerlogoright"> - <div class="frontdonateroundbox"> - <div class="frontdonatetop"> - <div> - <b style="display: none;">.</b> - </div> - </div> - <div class="frontdonatecontent"> - <a href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a> - </div> - <div class="frontdonatebot"> - <div> - <b style="display: none;">.</b> - </div> - </div> - </div> - <h2 class="blockhide">Peripheral Links</h2> - <div id="searchnav"> - <ul id="searchnavlist"></ul> - </div> - <div id="search"> - <form method="get" id="search-form" action="https://duckduckgo.com/"> - <h2 class="blockhide"> - <label for="words">Search</label> - </h2> - <input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" /> - <input type="hidden" name="ka" value="v" /> - <input type="hidden" name="kt" value="v" /> - <input type="hidden" name="kh" value="1" /> - <input type="hidden" name="kj" value="r2" /> - <input id="words" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" /> - <span>�</span> - <input id="submit" name="submit" type="submit" value="Search" /> - </form> - </div> - </div> - </div> - <h2 class="blockhide">Site Navigation</h2> - <div id="menu"> - <ul class="first"> - <li> - <a href="../../">Home</a> - </li> - </ul> - <ul> - <li> - <a href="../../about.html">About</a> - <ul> - <li> - <a href="../../projects/newbies.html">Introduction</a> - </li> - <li> - <a href="../../features.html">Features</a> - </li> - <li> - <a href="../../advocacy/">Advocacy</a> - </li> - <li> - <a href="../../marketing/">Marketing</a> - </li> - <li> - <a href="../../privacy.html">Privacy Policy</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../where.html">Get FreeBSD</a> - <ul> - <li> - <a href="../../releases/">Release Information</a> - </li> - <li> - <a href="../../releng/">Release Engineering</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../docs.html">Documentation</a> - <ul> - <li> - <a href="../../doc/en_US.ISO8859-1/books/faq/">FAQ</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/handbook/">Handbook</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a> - </li> - <li> - <a href="//www.FreeBSD.org/cgi/man.cgi">Manual Pages</a> - </li> - <li> - <a href="https://papers.FreeBSD.org">Presentations and Papers</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/fdp-primer">Documentation Project Primer</a> - </li> - <li> - <a href="../../docs/books.html">All Books and Articles</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../community.html">Community</a> - <ul> - <li> - <a href="../../community/mailinglists.html">Mailing Lists</a> - </li> - <li> - <a href="https://forums.FreeBSD.org">Forums</a> - </li> - <li> - <a href="../../usergroups.html">User Groups</a> - </li> - <li> - <a href="../../events/events.html">Events</a> - </li> - <li> - <a href="http://freebsdjournal.com">FreeBSD Journal</a> - </li> - <li> - <a href="http://serverfault.com/questions/tagged/freebsd">Q&A (external)</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../projects/index.html">Developers</a> - <ul> - <li> - <a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a> - </li> - <li> - <a href="https://svnweb.FreeBSD.org">Subversion Repository</a> - </li> - <li> - <a href="https://github.com/freebsd">Git Mirror</a> - </li> - <li> - <a href="https://reviews.FreeBSD.org">Code Review (Phabricator)</a> - </li> - <li> - <a href="https://wiki.FreeBSD.org">Wiki</a> - </li> - <li> - <a href="https://ci.FreeBSD.org">Continuous Integration Service</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../support.html">Support</a> - <ul> - <li> - <a href="../../commercial/commercial.html">Vendors</a> - </li> - <li> - <a href="../../security/">Security Information</a> - </li> - <li> - <a href="https://bugs.FreeBSD.org/search/">Bug Reports</a> - </li> - <li> - <a href="https://www.FreeBSD.org/support.html">Submitting Bug Reports</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="https://www.freebsdfoundation.org/">Foundation</a> - <ul> - <li> - <a href="https://www.freebsdfoundation.org/donate/">Monetary Donations</a> - </li> - <li> - <a href="../../donations/index.html#systems">Hardware Donations</a> - </li> - </ul> - </li> - </ul> - </div> - </div> - <div id="content"> - <div id="sidewrap"> - <div id="sidenav"> - <h2 class="blockhide">Section Navigation</h2> - <ul> - <li> - <a href="../../where.html">Get FreeBSD</a> - </li> - <li> - <a href="../../releases/">Release Information</a> - <ul> - <li>Production Release: <br /><a href="../../releases/12.1R/announce.html">12.1</a></li> - <li>Production Release: <br /><a href="../../releases/11.3R/announce.html">11.3</a></li> - </ul> - </li> - <li> - <a href="../../snapshots/">Snapshot Releases</a> - <ul> - <li>Upcoming Release:<br /><a href="../../releases/11.4R/schedule.html">11.4</a></li> - <li>Upcoming Release:<br /><a href="../../releases/12.2R/schedule.html">12.2</a></li> - </ul> - </li> - <li> - <a href="../../ports/">Ported Applications</a> - </li> - </ul> - </div> - </div> - <div id="contentwrap"><h1>FreeBSD 9.2-RELEASE Release Notes</h1> - - - - - - <h2>Release Highlights</h2> - - <p>The highlights in the 9.2-RELEASE include the - following.</p> - - <ul> - <li> - <p>Support for <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=rarpd&sektion=8" shape="rect">rarpd(8)</a> added to <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=vlan&sektion=4" shape="rect">vlan(4)</a>. - [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=245076" shape="rect">r245076</a>]</p></li> - - <li> - <p><a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=xz&sektion=1" shape="rect">xz(1)</a> updated to version 5.0.4. - [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=245128" shape="rect">r245128</a>]</p></li> - - <li> - <p>The ZFS filesystem now supports TRIM when used on solid - state drives. ZFS TRIM support is enabled by default. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251419" shape="rect">r251419</a>] The following - tunables have been added:</p> - <ul> - <li> - <p><code class="varname">vfs.zfs.trim.enabled</code>: - Enable ZFS TRIM</p></li> - - <li> - <p><code class="varname">vfs.zfs.trim.max_interval</code>: - Maximum interval in seconds between TRIM queue - processing</p></li> - - <li> - <p><code class="varname">vfs.zfs.trim.timeout</code>: - Delay TRIMs by up to this many seconds</p></li> - - <li> - <p><code class="varname">vfs.zfs.trim.txg_delay</code>: - Delay TRIMs by up to this many TXGs</p></li> - </ul> - </li> - - <li> - <p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=firewire&sektion=4" shape="rect">firewire(4)</a> drivers have been removed from the - GENERIC kernel configuration for all architectures. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=246321" shape="rect">r246321</a>]</p></li> - - <li> - <p><a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=awk&sektion=1" shape="rect">awk(1)</a> has been updated to version 20121220. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=246373" shape="rect">r246373</a>]</p></li> - - <li> - <p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=virtio&sektion=4" shape="rect">virtio(4)</a> drivers have been added to the GENERIC - kernel configuration for amd64 and i386 architectures. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=247306" shape="rect">r247306</a>]</p></li> - - <li> - <p>The ZFS filesystem now supports lz4 compression. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=247309" shape="rect">r247309</a>]</p></li> - - <li> - <p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=oce&sektion=4" shape="rect">oce(4)</a> has been updated to version 4.6.95.0. - [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=248062" shape="rect">r248062</a>]</p></li> - - <li> - <p><b class="application">OpenSSL</b> has been updated to - version 0.9.8y. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=248272" shape="rect">r248272</a>]</p></li> - - <li> - <p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=bsdinstall&sektion=8" shape="rect">bsdinstall(8)</a> installer now supports installation - over HTTP. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=248313" shape="rect">r248313</a>]</p></li> - - <li> - <p><b class="application">DTrace</b> hooks have been enabled - by default in the GENERIC kernel. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=249549" shape="rect">r249549</a>]</p></li> - - <li> - <p><b class="application">DTrace</b> has been updated to - version 1.9.0. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=249856" shape="rect">r249856</a>]</p></li> - - <li> - <p><b class="application">Sendmail</b> has been updated to - version 8.14.7. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=r249865" shape="rect">r249865</a>, <a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=r249866" shape="rect">r249866</a>, <a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=r249867" shape="rect">r249867</a>, <a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=r249875" shape="rect">r249875</a>]</p></li> - - <li> - <p><b class="application">OpenSSH</b> has been updated to - version 6.2p2. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251135" shape="rect">r251135</a>]</p></li> - - <li> - <p><a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=less&sektion=1" shape="rect">less(1)</a> has been updated to version 458. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251154" shape="rect">r251154</a>]</p></li> - - <li> - <p>Add ATA pass-through support to <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=cam&sektion=4" shape="rect">cam(4)</a>. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251302" shape="rect">r251302</a>]</p></li> - - <li> - <p>Implement new <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=rc.conf&sektion=5" shape="rect">rc.conf(5)</a> syntax for <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=hostapd&sektion=8" shape="rect">hostapd(8)</a>. - The new format is: <code>ifconfig_wlanX="HOSTAP"</code>, - where <code>X</code> represents the <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=wlan&sektion=4" shape="rect">wlan(4)</a> interface. - [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252748" shape="rect">r252748</a>]</p></li> - - <li> - <p>Import unmapped I/O support from <code>head/</code>. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251897" shape="rect">r251897</a>]</p></li> - - <li> - <p>Merge <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=nvme&sektion=4" shape="rect">nvme(4)</a> from <code>head/</code>. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252222" shape="rect">r252222</a>]</p></li> - - <li> - <p>Add support for the Chelsio 40G T5. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252495" shape="rect">r252495</a>]</p></li> - - <li> - <p>Add a tunable to increase the initial TCP congestion - window from 4 segments to 10 segments. This tunable - can be enabled by adding - <code>net.inet.tcp.experimental.initcwnd10=1</code> to - <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=sysctl.conf&sektion=5" shape="rect">sysctl.conf(5)</a>. This tunable is turned off by default - in FreeBSD�9.2-RELEASE. - [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252789" shape="rect">r252789</a>]</p></li> - - <li> - <p>Update the <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=ixgbe&sektion=4" shape="rect">ixgbe(4)</a> driver. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252898" shape="rect">r252898</a>]</p></li> - - <li> - <p>Update the Intel e1000 driver. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252899" shape="rect">r252899</a>]</p></li> - - <li> - <p>Add support for the HighPoint DC Series Data Center HBA - (DC7280 and R750). [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252903" shape="rect">r252903</a>]</p></li> - - <li> - <p>Add service-specific <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=setfib&sektion=1" shape="rect">setfib(1)</a> support. - This is enabled by setting: - <code><name>_fib</code> in <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=rc.conf&sektion=5" shape="rect">rc.conf(5)</a>.[<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=253233" shape="rect">r253233</a>]</p></li> - - <li> - <p>Update devices supported by <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=cxgbe&sektion=4" shape="rect">cxgbe(4)</a>. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=253776" shape="rect">r253776</a>]</p></li> - - <li> - <p>Remove <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=ctl&sektion=4" shape="rect">ctl(4)</a> from the GENERIC kernel configuration. - [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=253860" shape="rect">r253860</a>]</p></li> - - </ul> - - </div> - <br class="clearboth" /> - </div> - <div id="footer"><span><a href="../../search/index-site.html">Site Map</a> | - <a href="../../copyright/">Legal Notices</a> | � 1995–2020 The FreeBSD Project. - All rights reserved.</span><br /> - Last modified: 2013-11-13</div> - </div> - </div> - </body> -</html> diff --git a/website/content/en/releases/9.2R/schedule.adoc b/website/content/en/releases/9.2R/schedule.adoc new file mode 100644 index 0000000000..2517f4f1c7 --- /dev/null +++ b/website/content/en/releases/9.2R/schedule.adoc @@ -0,0 +1,40 @@ +--- +title: "FreeBSD 9.2 Release Process" +sidenav: download +--- + += FreeBSD 9.2 Release Process + +== Introduction + +This is the release schedule for FreeBSD 9.2. For more information about the release engineering process, please see the link:../../../releng/[Release Engineering] section of the web site. + +General discussions about the pending release and known issues should be sent to the public mailto:[email protected][freebsd-stable] mailing list. link:{handbook}#mfc-glossary[MFC] requests should be sent to [email protected]. + +== Schedule + +[.tblbasic] +[width="100%",cols="25%,25%,25%,25%",] +|=== +|Action |Expected |Actual |Description +|Initial release schedule announcement |- |23 June 2013 |Release Engineers send announcement email to developers with a rough schedule. +|Release schedule reminder |1 July 2013 |4 July 2013 |Release Engineers send reminder announcement e-mail to developers with updated schedule. +|Code slush begins |6 July 2013 |6 July 2013 |Release Engineers announce that all further commits to the stable/9 branch will not require explicit approval, however new features should be avoided. +|Code freeze begins |12 July 2013 |12 July 2013 |Release Engineers announce that all further commits to the stable/9 branch will require explicit approval. Certain blanket approvals will be granted for narrow areas of development, documentation improvements, etc. +|BETA1 builds begin |19 July 2013 |19 July 2013 |First beta test snapshot. +|BETA2 builds begin |26 July 2013 |26 July 2013 |Second beta test snapshot. +|releng/9.2 branch |1 August 2013 |3 August 2013 |Subversion branch created; future release engineering proceeds on this branch. +|RC1 builds begin |2 August 2013 |3 August 2013 |First release candidate. +|RC2 builds begin |9 August 2013 |15 August 2013 |Second release candidate. +|RC3 builds begin |16 August 2013 |24 August 2013 |Third release candidate. +|RC4 builds begin |31 August 2013 |11 September 2013 |Fourth release candidate. +|RELEASE builds begin |[line-through]*23 August 2013* + +6 September 2013 |26 September 2013 |9.2-RELEASE built. +|RELEASE announcement |[line-through]*31 August 2013* + +14 September 2013 |30 September 2013 |9.2-RELEASE press release. +|Turn over to the secteam |- |15 October 2013 |releng/9.2 branch is handed over to the FreeBSD Security Officer Team in one or two weeks after the announcement. +|=== + +== Additional Information + +* link:../../../releng/[FreeBSD Release Engineering website] diff --git a/website/content/en/releases/9.2R/schedule.html b/website/content/en/releases/9.2R/schedule.html deleted file mode 100644 index b8c896962a..0000000000 --- a/website/content/en/releases/9.2R/schedule.html +++ /dev/null @@ -1,403 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<!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" xmlns:db="http://docbook.org/ns/docbook"> - <head> - <title>FreeBSD 9.2 Release Process</title> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <link rel="shortcut icon" href="https://www.FreeBSD.org/favicon.ico" type="image/x-icon" /> - <link rel="stylesheet" media="screen,print" href="https://www.FreeBSD.org/css/fixed.css" type="text/css" /> - <script type="text/javascript" src="../../layout/js/google.js"></script> - </head> - <body> - <div id="containerwrap"> - <div id="container"> - <span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1) - <a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2) -</span> - <div id="headercontainer"> - <div id="header"> - <h2 class="blockhide">Header And Logo</h2> - <div id="headerlogoleft"> - <a href="../.." title="FreeBSD"> - <img src="../../layout/images/logo-red.png" width="457" height="75" alt="FreeBSD" /> - </a> - </div> - <div id="headerlogoright"> - <div class="frontdonateroundbox"> - <div class="frontdonatetop"> - <div> - <b style="display: none;">.</b> - </div> - </div> - <div class="frontdonatecontent"> - <a href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a> - </div> - <div class="frontdonatebot"> - <div> - <b style="display: none;">.</b> - </div> - </div> - </div> - <h2 class="blockhide">Peripheral Links</h2> - <div id="searchnav"> - <ul id="searchnavlist"></ul> - </div> - <div id="search"> - <form method="get" id="search-form" action="https://duckduckgo.com/"> - <h2 class="blockhide"> - <label for="words">Search</label> - </h2> - <input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" /> - <input type="hidden" name="ka" value="v" /> - <input type="hidden" name="kt" value="v" /> - <input type="hidden" name="kh" value="1" /> - <input type="hidden" name="kj" value="r2" /> - <input id="words" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" /> - <span>�</span> - <input id="submit" name="submit" type="submit" value="Search" /> - </form> - </div> - </div> - </div> - <h2 class="blockhide">Site Navigation</h2> - <div id="menu"> - <ul class="first"> - <li> - <a href="../../">Home</a> - </li> - </ul> - <ul> - <li> - <a href="../../about.html">About</a> - <ul> - <li> - <a href="../../projects/newbies.html">Introduction</a> - </li> - <li> - <a href="../../features.html">Features</a> - </li> - <li> - <a href="../../advocacy/">Advocacy</a> - </li> - <li> - <a href="../../marketing/">Marketing</a> - </li> - <li> - <a href="../../privacy.html">Privacy Policy</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../where.html">Get FreeBSD</a> - <ul> - <li> - <a href="../../releases/">Release Information</a> - </li> - <li> - <a href="../../releng/">Release Engineering</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../docs.html">Documentation</a> - <ul> - <li> - <a href="../../doc/en_US.ISO8859-1/books/faq/">FAQ</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/handbook/">Handbook</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a> - </li> - <li> - <a href="//www.FreeBSD.org/cgi/man.cgi">Manual Pages</a> - </li> - <li> - <a href="https://papers.FreeBSD.org">Presentations and Papers</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/fdp-primer">Documentation Project Primer</a> - </li> - <li> - <a href="../../docs/books.html">All Books and Articles</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../community.html">Community</a> - <ul> - <li> - <a href="../../community/mailinglists.html">Mailing Lists</a> - </li> - <li> - <a href="https://forums.FreeBSD.org">Forums</a> - </li> - <li> - <a href="../../usergroups.html">User Groups</a> - </li> - <li> - <a href="../../events/events.html">Events</a> - </li> - <li> - <a href="http://freebsdjournal.com">FreeBSD Journal</a> - </li> - <li> - <a href="http://serverfault.com/questions/tagged/freebsd">Q&A (external)</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../projects/index.html">Developers</a> - <ul> - <li> - <a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a> - </li> - <li> - <a href="https://svnweb.FreeBSD.org">Subversion Repository</a> - </li> - <li> - <a href="https://github.com/freebsd">Git Mirror</a> - </li> - <li> - <a href="https://reviews.FreeBSD.org">Code Review (Phabricator)</a> - </li> - <li> - <a href="https://wiki.FreeBSD.org">Wiki</a> - </li> - <li> - <a href="https://ci.FreeBSD.org">Continuous Integration Service</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../support.html">Support</a> - <ul> - <li> - <a href="../../commercial/commercial.html">Vendors</a> - </li> - <li> - <a href="../../security/">Security Information</a> - </li> - <li> - <a href="https://bugs.FreeBSD.org/search/">Bug Reports</a> - </li> - <li> - <a href="https://www.FreeBSD.org/support.html">Submitting Bug Reports</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="https://www.freebsdfoundation.org/">Foundation</a> - <ul> - <li> - <a href="https://www.freebsdfoundation.org/donate/">Monetary Donations</a> - </li> - <li> - <a href="../../donations/index.html#systems">Hardware Donations</a> - </li> - </ul> - </li> - </ul> - </div> - </div> - <div id="content"> - <div id="sidewrap"> - <div id="sidenav"> - <h2 class="blockhide">Section Navigation</h2> - <ul> - <li> - <a href="../../where.html">Get FreeBSD</a> - </li> - <li> - <a href="../../releases/">Release Information</a> - <ul> - <li>Production Release: <br /><a href="../../releases/12.1R/announce.html">12.1</a></li> - <li>Production Release: <br /><a href="../../releases/11.3R/announce.html">11.3</a></li> - </ul> - </li> - <li> - <a href="../../snapshots/">Snapshot Releases</a> - <ul> - <li>Upcoming Release:<br /><a href="../../releases/11.4R/schedule.html">11.4</a></li> - <li>Upcoming Release:<br /><a href="../../releases/12.2R/schedule.html">12.2</a></li> - </ul> - </li> - <li> - <a href="../../ports/">Ported Applications</a> - </li> - </ul> - </div> - </div> - <div id="contentwrap"><h1>FreeBSD 9.2 Release Process</h1> - - <h1>Introduction</h1> - - <p>This is the release schedule for FreeBSD 9.2. For more - information about the release engineering process, please see the <a href="../../releng/index.html" shape="rect">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:[email protected]" shape="rect">freebsd-stable</a> mailing list. - <a href="../../doc/en_US.ISO8859-1/books/handbook/freebsd-glossary.html#mfc-glossary" shape="rect">MFC</a> - requests should be sent to - <a href="mailto:[email protected]" shape="rect">[email protected]</a>.</p> - - <h1>Schedule</h1> - - <table class="tblbasic"> - <tr class="heading"> - <td rowspan="1" colspan="1">Action</td> - <td rowspan="1" colspan="1">Expected</td> - <td rowspan="1" colspan="1">Actual</td> - <td rowspan="1" colspan="1">Description</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Initial release schedule announcement</td> - <td rowspan="1" colspan="1">-</td> - <td rowspan="1" colspan="1">23�June�2013</td> - <td rowspan="1" colspan="1">Release Engineers send announcement email to developers with a - rough schedule.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Release schedule reminder</td> - <td rowspan="1" colspan="1">1�July�2013</td> - <td rowspan="1" colspan="1">4�July�2013</td> - <td rowspan="1" colspan="1">Release Engineers send reminder announcement e-mail to developers - with updated schedule.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Code slush begins</td> - <td rowspan="1" colspan="1">6�July�2013</td> - <td rowspan="1" colspan="1">6�July�2013</td> - <td rowspan="1" colspan="1">Release Engineers announce that all further commits to the - stable/9 branch will not require explicit approval, - however new features should be avoided.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Code freeze begins</td> - <td rowspan="1" colspan="1">12�July�2013</td> - <td rowspan="1" colspan="1">12�July�2013</td> - <td rowspan="1" colspan="1">Release Engineers announce that all further commits to the - stable/9 branch will require explicit approval. - Certain blanket approvals will be granted for narrow areas of - development, documentation improvements, etc.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">BETA1 builds begin</td> - <td rowspan="1" colspan="1">19�July�2013</td> - <td rowspan="1" colspan="1">19�July�2013</td> - <td rowspan="1" colspan="1">First beta test snapshot.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">BETA2 builds begin</td> - <td rowspan="1" colspan="1">26�July�2013</td> - <td rowspan="1" colspan="1">26�July�2013</td> - <td rowspan="1" colspan="1">Second beta test snapshot.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">releng/9.2 branch</td> - <td rowspan="1" colspan="1">1�August�2013</td> - <td rowspan="1" colspan="1">3�August�2013</td> - <td rowspan="1" colspan="1">Subversion branch created; future release engineering - proceeds on this branch.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">RC1 builds begin</td> - <td rowspan="1" colspan="1">2�August�2013</td> - <td rowspan="1" colspan="1">3�August�2013</td> - <td rowspan="1" colspan="1">First release candidate.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">RC2 builds begin</td> - <td rowspan="1" colspan="1">9�August�2013</td> - <td rowspan="1" colspan="1">15�August�2013</td> - <td rowspan="1" colspan="1">Second release candidate.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">RC3 builds begin</td> - <td rowspan="1" colspan="1">16�August�2013</td> - <td rowspan="1" colspan="1">24�August�2013</td> - <td rowspan="1" colspan="1">Third release candidate.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">RC4 builds begin</td> - <td rowspan="1" colspan="1">31�August�2013</td> - <td rowspan="1" colspan="1">11�September�2013</td> - <td rowspan="1" colspan="1">Fourth release candidate.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">RELEASE builds begin</td> - <td rowspan="1" colspan="1"><s>23�August�2013</s><br clear="none" /> - 6�September�2013</td> - <td rowspan="1" colspan="1">26�September�2013</td> - <td rowspan="1" colspan="1">9.2-RELEASE built.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">RELEASE announcement</td> - <td rowspan="1" colspan="1"><s>31�August�2013</s><br clear="none" /> - 14�September�2013</td> - <td rowspan="1" colspan="1">30�September�2013</td> - <td rowspan="1" colspan="1">9.2-RELEASE press release.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Turn over to the secteam</td> - <td rowspan="1" colspan="1">-</td> - <td rowspan="1" colspan="1">15�October�2013</td> - <td rowspan="1" colspan="1">releng/9.2 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="../../releng/index.html" shape="rect">FreeBSD Release Engineering website</a></li> - </ul> - - - </div> - <br class="clearboth" /> - </div> - <div id="footer"><span><a href="../../search/index-site.html">Site Map</a> | - <a href="../../copyright/">Legal Notices</a> | � 1995–2020 The FreeBSD Project. - All rights reserved.</span><br /> - Last modified: 2014-02-03</div> - </div> - </div> - </body> -</html> diff --git a/website/content/en/releases/9.3R/announce.adoc b/website/content/en/releases/9.3R/announce.adoc new file mode 100644 index 0000000000..118cccd2bc --- /dev/null +++ b/website/content/en/releases/9.3R/announce.adoc @@ -0,0 +1,293 @@ +--- +title: "FreeBSD 9.3-RELEASE Announcement" +sidenav: download +--- + += FreeBSD 9.3-RELEASE Announcement + +include::shared/en/urls.adoc[] + +The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD 9.3-RELEASE. This is the fourth release of the stable/9 branch, which improves on the stability of FreeBSD 9.2-RELEASE and introduces some new features. + +Some of the highlights: + +* The zfs(8) filesystem has been updated to support the bookmarks feature. +* The uname(1) utility has been updated to include the -U and -K flags, which print the __FreeBSD_version for the running userland and kernel, respectively. +* The fetch(3) library has been updated to support SNI (Server Name Identification), allowing to use virtual hosts on HTTPS. +* Several updates to gcc(1) have been imported from Google. +* The hastctl(8) utility has been updated to output the current queue sizes. +* The protect(1) command has been added, which allows exempting processes from being killed when swap is exhausted. +* The etcupdate(8) utility, a tool for managing updates to files in /etc, has been merged from head/. +* A new shared library directory, /usr/lib/private, has been added for internal-use shared libraries. +* OpenPAM has been updated to Nummularia (20130907). +* A new flag, "onifconsole" has been added to /etc/ttys. This allows the system to provide a login prompt via serial console if the device is an active kernel console, otherwise it is equivalent to off. +* Sendmail has been updated to version 8.14.9. +* BIND has been updated to version 9.9.5. +* The xz(1) utility has been updated to a post-5.0.5 snapshot. +* OpenSSH has been updated to version 6.6p1. +* OpenSSL has been updated to version 0.9.8za. + +For a complete list of new features and known problems, please see the online release notes and errata list, available at: + +* `https://www.FreeBSD.org/releases/9.3R/relnotes/` +* `https://www.FreeBSD.org/releases/9.3R/errata/` + +For more information about FreeBSD release engineering activities, please see: + +* `https://www.FreeBSD.org/releng/` + +== Availability + +FreeBSD 9.3-RELEASE is now available for the amd64, i386, ia64, powerpc, powerpc64, and sparc64 architectures. + +FreeBSD 9.3-RELEASE can be installed from bootable ISO images or over the network. Some architectures also support installing from a USB memory stick. The required files can be downloaded via FTP as described in the section below. While some of the smaller FTP mirrors may not carry all architectures, they will all generally contain the more common ones such as amd64 and i386. + +SHA256 and MD5 hashes for the release ISO and memory stick images are included at the bottom of this message. + +A PGP-signed version of this announcement is available at: + +* https://www.FreeBSD.org/releases/9.3R/announce.asc + +The purpose of the images provided as part of the release are as follows: + +dvd1:: +This contains everything necessary to install the base FreeBSD operating system, the documentation, and a small set of pre-built packages aimed at getting a graphical workstation up and running. 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. +disc1:: +This contains the base FreeBSD operating system. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages. +bootonly:: +This supports booting a machine using the CDROM drive but does not contain the installation distribution sets 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. +memstick:: +This can be written to an USB memory stick (flash drive) and used to do an install on machines capable of booting off USB drives. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages. ++ +As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: ++ +.... +# dd if=FreeBSD-9.3-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync +.... ++ +Be careful to make sure you get the target (of=) correct. +mini-memstick:: +This can be written to an USB memory stick (flash drive) and used to boot a machine, but does not contain the installation distribution sets on the medium itself, similar to the bootonly image. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages. ++ +As one example of how to use the mini-memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: ++ +.... +# dd if=FreeBSD-9.3-RELEASE-amd64-mini-memstick.img of=/dev/da0 bs=10240 conv=sync +.... ++ +Be careful to make sure you get the target (of=) correct. + +FreeBSD 9.3-RELEASE can also be purchased on CD-ROM or DVD from several vendors. One of the vendors that will be offering FreeBSD 9.3-based products is: + +* FreeBSD Mall, Inc.`https://www.freebsdmall.com` + +== FTP + +FreeBSD 9.3-RELEASE may be downloaded via ftp from the following site: + +* `ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.3/` + +However before trying this site, please check your regional mirror(s) first by going to: + +* `ftp://ftp.<your_country_code>.FreeBSD.org/pub/FreeBSD` + +Any additional mirror sites will be labeled ftp2, ftp3 and so on. + +More information about FreeBSD mirror sites can be found at: + +* `https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html` + +For instructions on installing FreeBSD or updating an existing machine to 9.3-RELEASE please see: + +* `https://www.FreeBSD.org/releases/9.3R/installation/` + +== Support + +FreeBSD 9.3-RELEASE will be supported until January 1, 2017. The End-of-Life dates can be found at: + +* `https://www.FreeBSD.org/security/` + +== Other Projects Based on FreeBSD + +There are many "third party" Projects based on FreeBSD. The Projects range from re-packaging FreeBSD into a more "novice friendly" distribution to making FreeBSD available on Amazon's EC2 infrastructure. For more information about these Third Party Projects see: + +* `https://wiki.FreeBSD.org/3rdPartyProjects` + +== Acknowledgments + +Many companies donated equipment, network access, or man-hours to support the release engineering activities for FreeBSD 9.3 including The FreeBSD Foundation, Yahoo!, NetApp, Internet Systems Consortium, ByteMark Hosting, Sentex Communications, New York Internet, Juniper Networks, NLNet Labs, iXsystems, and Yandex. + +The release engineering team for 9.3-RELEASE includes: + +[cols=",",] +|=== +|Glen Barber <[email protected]> |Release Engineering Lead, 9.3-RELEASE Release Engineer +|Konstantin Belousov <[email protected]> |Release Engineering +|Joel Dahl <[email protected]> |Release Engineering +|Baptiste Daroussin <[email protected]> |Package Building +|Bryan Drewery <[email protected]> |Package Building +|Marc Fonvieille <[email protected]> |Release Engineering, Documentation +|Steven Kreuzer <[email protected]> |Release Engineering +|Xin Li <[email protected]> |Release Engineering, Security Officer +|Josh Paetzel <[email protected]> |Release Engineering +|Colin Percival <[email protected]> |Security Officer Emeritus +|Craig Rodrigues <[email protected]> |Release Engineering +|Hiroki Sato <[email protected]> |Release Engineering, Documentation +|Gleb Smirnoff <[email protected]> |Release Engineering +|Ken Smith <[email protected]> |Release Engineering +|Dag-Erling Smørgrav <[email protected]> |Security Officer +|Marius Strobl <[email protected]> |Release Engineering +|Robert Watson <[email protected]> |Release Engineering, Security +|=== + +=== Trademark + +FreeBSD is a registered trademark of The FreeBSD Foundation. + +=== ISO Image Checksums + +amd64 (x86_64): + +.... +SHA256 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso) = e6962c2605c6a191a9c238545576eff3a5a2c2c96b5058c26c8c54b6cf701914 +SHA256 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso.xz) = bcb5d5c8bbc1aa06baf769a6a57908e6cbf820a02c6f6f57a902db564bff4a1f +SHA256 (FreeBSD-9.3-RELEASE-amd64-disc1.iso) = 5a3c82653d77bba7d7ded8bd7efbedc09d52cf4045d98ce52a82c9e0f8fa9b0e +SHA256 (FreeBSD-9.3-RELEASE-amd64-disc1.iso.xz) = daf255ccb9694f0a82e34e71be1e6d0bbcf332bf74f1c6f92343f00dad579d99 +SHA256 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso) = 30c0baa7d51a4b3130108c862bbc9439f60a3a6362b13183c1ae0be959ae9a95 +SHA256 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso.xz) = 292cac57dea0ad7723798842a2ddf582661c41c428bc78a951535d69ae92aceb +SHA256 (FreeBSD-9.3-RELEASE-amd64-memstick.img) = 04c2c98c9bcf188bb2df988ebc2c1c02ea7350c77e1711904fc368db62709634 +SHA256 (FreeBSD-9.3-RELEASE-amd64-memstick.img.xz) = 56deb31212c19c18852baee6097bebd048658d464e14a14e125840a24c939e63 +SHA256 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img) = d5a0379caa5ebb9f8252a44417d10d2b3ab0ce424d275d546689fcf9c4dd6dbe +SHA256 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img.xz) = 0e6fe54a2fcd3173f27fafc62f0d67cff44cdf5a9f133adba7aedff804cbb087 +.... + +.... +MD5 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso) = b53878805ea89633aaa59351d706081f +MD5 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso.xz) = f3b2bfdce28af6ce3fe2fecb0838ae86 +MD5 (FreeBSD-9.3-RELEASE-amd64-disc1.iso) = 1fc7f8bace8dc861258af9042c9918d6 +MD5 (FreeBSD-9.3-RELEASE-amd64-disc1.iso.xz) = 69701074a505b78c998807e0bb20dae6 +MD5 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso) = 14c176c236c27a0fa276ffb554768d38 +MD5 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso.xz) = da4f382733c63260877184ef33dbfec6 +MD5 (FreeBSD-9.3-RELEASE-amd64-memstick.img) = ebcf069c96aeb59279af0c480b5717ca +MD5 (FreeBSD-9.3-RELEASE-amd64-memstick.img.xz) = d52f0909d7e4ea3c9080f7ac5358edd5 +MD5 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img) = 6077f2f90b09b4926dbf0e59df6528bf +MD5 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img.xz) = 0c342b43053375a48bea2e7413a3c3e8 +.... + +i386 (x86): + +.... +SHA256 (FreeBSD-9.3-RELEASE-i386-bootonly.iso) = 84a26479e690caaa428b361f2f96c0723a5f1b09a342bd58e5eee345fc5f7406 +SHA256 (FreeBSD-9.3-RELEASE-i386-bootonly.iso.xz) = 66bad7f519bb6f504932c3ba701c4d83709699a785258aba6b3ee11c651d868a +SHA256 (FreeBSD-9.3-RELEASE-i386-disc1.iso) = cab6aad9c3d5ea6a3fb4059f808225c67f1edaea730c555a86a9707ac41ba75d +SHA256 (FreeBSD-9.3-RELEASE-i386-disc1.iso.xz) = f248e0c16a2a03a5c8a39ee41b99e0ff656f75035ccf5e720c83587d9733ca39 +SHA256 (FreeBSD-9.3-RELEASE-i386-dvd1.iso) = 6c47c17ec1e0e0ccca2c24bec0f880334d5a52847bdc092a3ff4cdd7be7a85f3 +SHA256 (FreeBSD-9.3-RELEASE-i386-dvd1.iso.xz) = 76830e50357aec289daeb9eb01416dcb42414bf57126b4875e7352e976a7451b +SHA256 (FreeBSD-9.3-RELEASE-i386-memstick.img) = 3465923d625d07ef40448e2c03bfe5c61bf89ac56cbe34fb358500860e9524aa +SHA256 (FreeBSD-9.3-RELEASE-i386-memstick.img.xz) = 30480eb3ed73e2c8d45ff7928e5edcb7f69704f0c459bbaf943907ec69adcc10 +SHA256 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img) = 17c6a518b000bb9ba81229658a71a7d47f71a4e46a3846e82887d43b1d73bf81 +SHA256 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img.xz) = 44b4d7d1cf1c6c59d440df84731efb110dd062c2226a25adef168bc24d55dcbe +.... + +.... +MD5 (FreeBSD-9.3-RELEASE-i386-bootonly.iso) = c9abbb89fa43eed6efefb2b7926d7fa7 +MD5 (FreeBSD-9.3-RELEASE-i386-bootonly.iso.xz) = 9a797ff03c3eade54654120fdbc23ccb +MD5 (FreeBSD-9.3-RELEASE-i386-disc1.iso) = 752fa8cd15f0f1e240042c342a161eb4 +MD5 (FreeBSD-9.3-RELEASE-i386-disc1.iso.xz) = f4ace2617eea05e2898d8d0b70249bf4 +MD5 (FreeBSD-9.3-RELEASE-i386-dvd1.iso) = fb598013bf363c44e248054106c33829 +MD5 (FreeBSD-9.3-RELEASE-i386-dvd1.iso.xz) = 2024f7f2aaa73353e225ef7a1ec5aeea +MD5 (FreeBSD-9.3-RELEASE-i386-memstick.img) = c8a833fffc40a8eee2bb6a9a36595ac4 +MD5 (FreeBSD-9.3-RELEASE-i386-memstick.img.xz) = 4189b56c90e7a40e1bb69ff6f26f37e2 +MD5 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img) = a2b0c1085db9424ea25b594e32230a3a +MD5 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img.xz) = a95d50f326868c739f06aa1a3a76d636 +.... + +ia64: + +.... +SHA256 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso) = 8d9236f55b1467f4e882a751d5e040ea6538da88f4d319746679874a8dc9caba +SHA256 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso.xz) = eceb7125b8a8711969d7c3997044f9043ec938fc3518dd8a197fd94f4d7076c6 +SHA256 (FreeBSD-9.3-RELEASE-ia64-disc1.iso) = 953b7c847f21e6316c22c0741a5de76865b521b594b593d67fe60bf5e348452d +SHA256 (FreeBSD-9.3-RELEASE-ia64-disc1.iso.xz) = 3fef900ad1ef288202701e04ce3c9ef1ab6c870e5e7ec97b9ab6a6a5e5dccf59 +SHA256 (FreeBSD-9.3-RELEASE-ia64-memstick.img) = c4d5d921443c993e294fe9e9ca9ae60409c5c663ad895f6e582ba955c9155e86 +SHA256 (FreeBSD-9.3-RELEASE-ia64-memstick.img.xz) = ccd354b7571ebd5c3763158b49b1aa51c2bed63d0ce36eb49a6cf1e227bc133e +SHA256 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img) = 7475bfafd661600de2516d9ce0ed6c5621699d3ebda59f672d1e7cfc8efeb504 +SHA256 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img.xz) = 1ed6d2ea23e320b6708958989aaf90788cd56371a4c25e9145911dc4f890dbfa +.... + +.... +MD5 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso) = 6d2210defeb17219a600d02917fa3f79 +MD5 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso.xz) = f17b43d7fbec6dab1d05bb0d2f0bfb15 +MD5 (FreeBSD-9.3-RELEASE-ia64-disc1.iso) = 1bdf7afa83a7494e9569888cb162752c +MD5 (FreeBSD-9.3-RELEASE-ia64-disc1.iso.xz) = 81c6d02da1645bda86a2c1fec716e622 +MD5 (FreeBSD-9.3-RELEASE-ia64-memstick.img) = b5003d7260190a5123ae478a1980b526 +MD5 (FreeBSD-9.3-RELEASE-ia64-memstick.img.xz) = d53ba4fc4748ca0953067f3c4c31b4f0 +MD5 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img) = 1946ba71adecc220d66f70d0aee6606e +MD5 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img.xz) = d891966f184e6264203bf964404a4530 +.... + +powerpc: + +.... +SHA256 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso) = 6a2d0ac953ead098e7dbee736e4e19b28b8d914baa5947083d494c150d257381 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso.xz) = a68b22d933ef03894da5eee16c8f1fd8bdc05003d2ee40f34f0e0f165eb97715 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso) = dd30aa9491b14410dd520f2cb8c231be701debbc36c5b023a427e3e28bcba3c4 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso.xz) = a609d8d641d7839707d8caf9796434deee0e3f4218c79d7cadaa7787d3975c33 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-memstick.img) = 0e0c449026084f8431bc7852dcdaeaa3101301c2c73151204e9ce4d4ccdbfb38 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-memstick.img.xz) = f5d3b880fa1d737b708e96584c52804c33af9e7de4c7e2ee744584c08c8d8b84 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img) = c8fb345384558215eb7d5126684c827e73104eabe36309a3de275c7ea9512822 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img.xz) = 931706a17b708c1db6337cf0fbf8bad877a8dfce64c2e5079fe890e5e85339e3 +.... + +.... +MD5 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso) = e80fd4c1278db39e3f8740612dff0da9 +MD5 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso.xz) = 7690229bf847dbf377a5086652dfc1aa +MD5 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso) = a308f49d59c6553cfcb625ec3c2a278d +MD5 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso.xz) = 8d5783474fdf5463ab5aa06d7d09509e +MD5 (FreeBSD-9.3-RELEASE-powerpc-memstick.img) = ec112f1085ab363b27931c25c451fb2c +MD5 (FreeBSD-9.3-RELEASE-powerpc-memstick.img.xz) = 1c9d741dd889b1461812fce34fb48e93 +MD5 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img) = 0b3c655654d8def1eeb96b478a0572f0 +MD5 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img.xz) = f7913ffa1eebb43e875ba81c5bd8e992 +.... + +powerpc64: + +.... +SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso) = c8bb1f3105f2a2d9dd4a76536d8d44d8ae0aa7742230d549ea280f04e41f81b2 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso.xz) = f5327d0c665cf7f286e3daca382e04abb0aee9d125cc70a41a2d96ad13ffe531 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso) = f89d13f3c292381549b8c9b70e81cd152491f34e0e889d78e439d63884a346c6 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso.xz) = 5047b76a8c4299d3f2a56271a9798a7088717356792c91bea96ca61f871f087a +SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img) = b94b05b0999aae0d197ad45b19d4d2b2678d322109da43bd10b2556b441b207c +SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img.xz) = 9da446da2dfb73f24195b70c873317c4dd7578dc339dd051e082e2351b3bcac3 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img) = 21874e49e3c7685c098c90100717f28975db2dbc9043e810fef554f08a6bc940 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img.xz) = a6cc4f340802bd936acb4b7920aa4fced54a2e265b60ffecf0b7b1c2f71fa644 +.... + +.... +MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso) = 674ed0a922e0f662c2f8118d8424473f +MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso.xz) = 5836f439da4dc8372da0e20d1a78ec97 +MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso) = 0c5cf50f3bbf1263708ca3f9da0465bb +MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso.xz) = d2788b12c02134da11ba72238081e4cc +MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img) = 5e5123677e21a53b463a3cceb2ad324d +MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img.xz) = d6fd35a61aed2d529432e9c9df425be5 +MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img) = a850121bc10455c3b835fd161237e8b2 +MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img.xz) = 3bcf3571a3815ea78fbed61094745437 +.... + +sparc64: + +.... +SHA256 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso) = d9f9089c7f992744bb9675206042224bdabcfd924e72d322195acb207fe96294 +SHA256 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso.xz) = 67830e9f64ee617acf2fff79770ea47aa3e98c7e2901068b413d41d2282d4372 +SHA256 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso) = 989a2d8181b889ec0c1ee08e3afabfdcaf23c75b4157c9463c9ab7496e82a949 +SHA256 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso.xz) = 2f2b94f379ae3df05762e2618e573b19ae83756dfde11d6628236c3c6a0052bc +.... + +.... +MD5 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso) = 8b97d45e204dcfa8515f227189a35b1c +MD5 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso.xz) = fae6c32e0f9dd2f909b729ba6f4bfeb6 +MD5 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso) = 838b0211322dd19f1285b9b94e6ac17e +MD5 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso.xz) = c8a8ab9f3b6eddca77623e5bc3f6718b +.... + +Love FreeBSD? Support this and future releases with a https://www.freebsdfoundation.org/donate/[donation] to The FreeBSD Foundation! diff --git a/website/content/en/releases/9.3R/announce.html b/website/content/en/releases/9.3R/announce.html deleted file mode 100644 index e53065d89b..0000000000 --- a/website/content/en/releases/9.3R/announce.html +++ /dev/null @@ -1,774 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<!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" xmlns:db="http://docbook.org/ns/docbook"> - <head> - <title>FreeBSD 9.3-RELEASE Announcement</title> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <link rel="shortcut icon" href="https://www.FreeBSD.org/favicon.ico" type="image/x-icon" /> - <link rel="stylesheet" media="screen,print" href="https://www.FreeBSD.org/css/fixed.css" type="text/css" /> - <script type="text/javascript" src="../../layout/js/google.js"></script> - </head> - <body> - <div id="containerwrap"> - <div id="container"> - <span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1) - <a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2) -</span> - <div id="headercontainer"> - <div id="header"> - <h2 class="blockhide">Header And Logo</h2> - <div id="headerlogoleft"> - <a href="../.." title="FreeBSD"> - <img src="../../layout/images/logo-red.png" width="457" height="75" alt="FreeBSD" /> - </a> - </div> - <div id="headerlogoright"> - <div class="frontdonateroundbox"> - <div class="frontdonatetop"> - <div> - <b style="display: none;">.</b> - </div> - </div> - <div class="frontdonatecontent"> - <a href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a> - </div> - <div class="frontdonatebot"> - <div> - <b style="display: none;">.</b> - </div> - </div> - </div> - <h2 class="blockhide">Peripheral Links</h2> - <div id="searchnav"> - <ul id="searchnavlist"></ul> - </div> - <div id="search"> - <form method="get" id="search-form" action="https://duckduckgo.com/"> - <h2 class="blockhide"> - <label for="words">Search</label> - </h2> - <input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" /> - <input type="hidden" name="ka" value="v" /> - <input type="hidden" name="kt" value="v" /> - <input type="hidden" name="kh" value="1" /> - <input type="hidden" name="kj" value="r2" /> - <input id="words" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" /> - <span>�</span> - <input id="submit" name="submit" type="submit" value="Search" /> - </form> - </div> - </div> - </div> - <h2 class="blockhide">Site Navigation</h2> - <div id="menu"> - <ul class="first"> - <li> - <a href="../../">Home</a> - </li> - </ul> - <ul> - <li> - <a href="../../about.html">About</a> - <ul> - <li> - <a href="../../projects/newbies.html">Introduction</a> - </li> - <li> - <a href="../../features.html">Features</a> - </li> - <li> - <a href="../../advocacy/">Advocacy</a> - </li> - <li> - <a href="../../marketing/">Marketing</a> - </li> - <li> - <a href="../../privacy.html">Privacy Policy</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../where.html">Get FreeBSD</a> - <ul> - <li> - <a href="../../releases/">Release Information</a> - </li> - <li> - <a href="../../releng/">Release Engineering</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../docs.html">Documentation</a> - <ul> - <li> - <a href="../../doc/en_US.ISO8859-1/books/faq/">FAQ</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/handbook/">Handbook</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a> - </li> - <li> - <a href="//www.FreeBSD.org/cgi/man.cgi">Manual Pages</a> - </li> - <li> - <a href="https://papers.FreeBSD.org">Presentations and Papers</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/fdp-primer">Documentation Project Primer</a> - </li> - <li> - <a href="../../docs/books.html">All Books and Articles</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../community.html">Community</a> - <ul> - <li> - <a href="../../community/mailinglists.html">Mailing Lists</a> - </li> - <li> - <a href="https://forums.FreeBSD.org">Forums</a> - </li> - <li> - <a href="../../usergroups.html">User Groups</a> - </li> - <li> - <a href="../../events/events.html">Events</a> - </li> - <li> - <a href="http://freebsdjournal.com">FreeBSD Journal</a> - </li> - <li> - <a href="http://serverfault.com/questions/tagged/freebsd">Q&A (external)</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../projects/index.html">Developers</a> - <ul> - <li> - <a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a> - </li> - <li> - <a href="https://svnweb.FreeBSD.org">Subversion Repository</a> - </li> - <li> - <a href="https://github.com/freebsd">Git Mirror</a> - </li> - <li> - <a href="https://reviews.FreeBSD.org">Code Review (Phabricator)</a> - </li> - <li> - <a href="https://wiki.FreeBSD.org">Wiki</a> - </li> - <li> - <a href="https://ci.FreeBSD.org">Continuous Integration Service</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../support.html">Support</a> - <ul> - <li> - <a href="../../commercial/commercial.html">Vendors</a> - </li> - <li> - <a href="../../security/">Security Information</a> - </li> - <li> - <a href="https://bugs.FreeBSD.org/search/">Bug Reports</a> - </li> - <li> - <a href="https://www.FreeBSD.org/support.html">Submitting Bug Reports</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="https://www.freebsdfoundation.org/">Foundation</a> - <ul> - <li> - <a href="https://www.freebsdfoundation.org/donate/">Monetary Donations</a> - </li> - <li> - <a href="../../donations/index.html#systems">Hardware Donations</a> - </li> - </ul> - </li> - </ul> - </div> - </div> - <div id="content"> - <div id="sidewrap"> - <div id="sidenav"> - <h2 class="blockhide">Section Navigation</h2> - <ul> - <li> - <a href="../../where.html">Get FreeBSD</a> - </li> - <li> - <a href="../../releases/">Release Information</a> - <ul> - <li>Production Release: <br /><a href="../../releases/12.1R/announce.html">12.1</a></li> - <li>Production Release: <br /><a href="../../releases/11.3R/announce.html">11.3</a></li> - </ul> - </li> - <li> - <a href="../../snapshots/">Snapshot Releases</a> - <ul> - <li>Upcoming Release:<br /><a href="../../releases/11.4R/schedule.html">11.4</a></li> - <li>Upcoming Release:<br /><a href="../../releases/12.2R/schedule.html">12.2</a></li> - </ul> - </li> - <li> - <a href="../../ports/">Ported Applications</a> - </li> - </ul> - </div> - </div> - <div id="contentwrap"><h1>FreeBSD 9.3-RELEASE Announcement</h1> - - <p>The FreeBSD Release Engineering Team is pleased to announce the - availability of FreeBSD�9.3-RELEASE. This is the fourth - release of the stable/9 branch, which improves on the - stability of FreeBSD�9.2-RELEASE and introduces some new - features.</p> - - <p>Some of the highlights:</p> - - <ul> - <li> - <p>The zfs(8) filesystem has been updated to support the - bookmarks feature.</p> - </li> - - <li> - <p>The uname(1) utility has been updated to include the -U and - -K flags, which print the __FreeBSD_version for the running - userland and kernel, respectively.</p> - </li> - - <li> - <p>The fetch(3) library has been updated to support SNI - (Server Name Identification), allowing to use virtual hosts - on HTTPS.</p> - </li> - - <li> - <p>Several updates to gcc(1) have been imported from - Google.</p> - </li> - - <li> - <p>The hastctl(8) utility has been updated to output the - current queue sizes.</p> - </li> - - <li> - <p>The protect(1) command has been added, which allows - exempting processes from being killed when swap is - exhausted.</p> - </li> - - <li> - <p>The etcupdate(8) utility, a tool for managing updates to - files in /etc, has been merged from head/.</p> - </li> - - <li> - <p>A new shared library directory, /usr/lib/private, has been - added for internal-use shared libraries.</p> - </li> - - <li> - <p>OpenPAM has been updated to Nummularia (20130907).</p> - </li> - - <li> - <p>A new flag, "onifconsole" has been added to /etc/ttys. This - allows the system to provide a login prompt via serial - console if the device is an active kernel console, otherwise - it is equivalent to off.</p> - </li> - - <li> - <p>Sendmail has been updated to version 8.14.9.</p> - </li> - - <li> - <p>BIND has been updated to version 9.9.5.</p> - </li> - - <li> - <p>The xz(1) utility has been updated to a post-5.0.5 - snapshot.</p> - </li> - - <li> - <p>OpenSSH has been updated to version 6.6p1.</p> - </li> - - <li> - <p>OpenSSL has been updated to version 0.9.8za.</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="https://www.FreeBSD.org/releases/9.3R/relnotes.html" shape="rect">https://www.FreeBSD.org/releases/9.3R/relnotes.html</a></tt></p></li> - <li><p><tt><a href="https://www.FreeBSD.org/releases/9.3R/errata.html" shape="rect">https://www.FreeBSD.org/releases/9.3R/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="https://www.FreeBSD.org/releng/" shape="rect">https://www.FreeBSD.org/releng/</a></tt></p></li> - </ul> - - <h2 id="availability">Availability</h2> - - <p>FreeBSD�9.3-RELEASE is now available for the amd64, i386, - ia64, powerpc, powerpc64, and sparc64 architectures.</p> - - <p>FreeBSD�9.3-RELEASE can be installed from bootable - ISO images or over the network. Some architectures also support - installing from a USB memory stick. The required files can be - downloaded via FTP as described in the section below. While - some of the smaller FTP mirrors may not carry all architectures, - they will all generally contain the more common ones such as - amd64 and i386.</p> - - <p>SHA256 and MD5 hashes for the release ISO and memory stick - images are included at the bottom of this message.</p> - - <p>A PGP-signed version of this announcement is available at:</p> - - <ul> - <li> - <a href="https://www.FreeBSD.org/releases/9.3R/announce.asc" shape="rect">https://www.FreeBSD.org/releases/9.3R/announce.asc</a> - </li> - </ul> - - <p>The purpose of the 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, the documentation, and a small set of - pre-built packages aimed at getting a graphical workstation - up and running. 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</dt> - - <dd> - <p>This contains the base FreeBSD operating system. It also - supports booting into a "livefs" based rescue mode. There - are no pre-built packages.</p> - </dd> - - <dt>bootonly</dt> - - <dd> - <p>This supports booting a machine using the CDROM drive but - does not contain the installation distribution sets 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> - - <dt>memstick</dt> - - <dd> - <p>This can be written to an USB memory stick (flash drive) - and used to do an install on machines capable of booting off - USB drives. It also supports booting into a "livefs" based - rescue mode. There are no pre-built packages.</p> - - <p>As one example of how to use the memstick image, assuming - the USB drive appears as /dev/da0 on your machine something - like this should work:</p> - - <pre xml:space="preserve"> - # dd if=FreeBSD-9.3-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync - </pre> - - <p>Be careful to make sure you get the target (of=) - correct.</p> - </dd> - - <dt>mini-memstick</dt> - - <dd> - <p>This can be written to an USB memory stick (flash drive) - and used to boot a machine, but does not contain the - installation distribution sets on the medium itself, similar - to the bootonly image. It also supports booting into - a "livefs" based rescue mode. There are no pre-built - packages.</p> - - <p>As one example of how to use the mini-memstick image, - assuming the USB drive appears as /dev/da0 on your machine - something like this should work:</p> - - <pre xml:space="preserve"> - # dd if=FreeBSD-9.3-RELEASE-amd64-mini-memstick.img of=/dev/da0 bs=10240 conv=sync - </pre> - - <p>Be careful to make sure you get the target (of=) - correct.</p> - </dd> - </dl> - - <p>FreeBSD�9.3-RELEASE can also be purchased on CD-ROM - or DVD from several vendors. One of the vendors that will be - offering FreeBSD�9.3-based products is:</p> - - <ul> - <li> - <p>FreeBSD Mall, Inc.<tt><a href="https://www.freebsdmall.com/" shape="rect">https://www.freebsdmall.com</a></tt></p></li> - </ul> - - <h2>FTP</h2> - - <p>FreeBSD�9.3-RELEASE may be downloaded via ftp from - the following site:</p> - - <ul> - <li><p><tt><a href="ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.3/" shape="rect">ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.3/</a></tt></p></li> - </ul> - - <p>However before trying this site, please check your regional - mirror(s) first by going to:</p> - - <ul> - <li><p><tt><a shape="rect">ftp://ftp.<your_country_code>.FreeBSD.org/pub/FreeBSD</a></tt></p></li> - </ul> - - <p>Any additional mirror sites will be labeled ftp2, ftp3 and so - on.</p> - - <p>More information about FreeBSD mirror sites can be found - at:</p> - - <ul> - <li><p><tt><a href="https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html" shape="rect">https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html</a></tt></p></li> - </ul> - - <p>For instructions on installing FreeBSD or updating an existing - machine to 9.3-RELEASE please see:</p> - - <ul> - <li><p><tt><a href="https://www.FreeBSD.org/releases/9.3R/installation.html" shape="rect">https://www.FreeBSD.org/releases/9.3R/installation.html</a></tt></p></li> - </ul> - - <h2>Support</h2> - - <p>FreeBSD�9.3-RELEASE will be supported until - January 1, 2017. The End-of-Life dates can be found at:</p> - - <ul> - <li><p><tt><a href="https://www.FreeBSD.org/security/" shape="rect">https://www.FreeBSD.org/security/</a></tt></p></li> - </ul> - - <h2>Other Projects Based on FreeBSD</h2> - - <p>There are many "third party" Projects based on - FreeBSD. The Projects range from re-packaging FreeBSD into a more - "novice friendly" distribution to making FreeBSD - available on Amazon's EC2 infrastructure. For more information - about these Third Party Projects see:</p> - - <ul> - <li><p><tt><a href="https://wiki.FreeBSD.org/3rdPartyProjects" shape="rect">https://wiki.FreeBSD.org/3rdPartyProjects</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�9.3 - including The FreeBSD�Foundation, Yahoo!, NetApp, Internet Systems - Consortium, ByteMark Hosting, Sentex Communications, New York - Internet, Juniper Networks, NLNet Labs, iXsystems, and Yandex.</p> - - <p>The release engineering team for 9.3-RELEASE includes:</p> - - <table border="0"> - <tbody> - <tr> - <td rowspan="1" colspan="1">Glen�Barber�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering Lead, 9.3-RELEASE Release Engineer</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Konstantin�Belousov�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Joel�Dahl�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Baptiste�Daroussin�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Package Building</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Bryan�Drewery�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Package Building</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Marc�Fonvieille�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering, Documentation</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Steven�Kreuzer�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Xin�Li�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering, Security Officer</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Josh�Paetzel�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Colin�Percival�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Security Officer Emeritus</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Craig�Rodrigues�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Hiroki�Sato�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering, Documentation</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Gleb�Smirnoff�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Ken�Smith�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Dag-Erling�Sm�rgrav�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Security Officer</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Marius�Strobl�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Robert�Watson�<<a href="mailto:[email protected]" shape="rect">[email protected]</a>></td> - <td rowspan="1" colspan="1">Release Engineering, Security</td> - </tr> - </tbody> - </table> - - <h2>Trademark</h2> - - <p>FreeBSD is a registered trademark of The FreeBSD�Foundation.</p> - - <h2>ISO Image Checksums</h2> - - <p>amd64 (x86_64):</p> - - <pre xml:space="preserve"> - SHA256 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso) = e6962c2605c6a191a9c238545576eff3a5a2c2c96b5058c26c8c54b6cf701914 - SHA256 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso.xz) = bcb5d5c8bbc1aa06baf769a6a57908e6cbf820a02c6f6f57a902db564bff4a1f - SHA256 (FreeBSD-9.3-RELEASE-amd64-disc1.iso) = 5a3c82653d77bba7d7ded8bd7efbedc09d52cf4045d98ce52a82c9e0f8fa9b0e - SHA256 (FreeBSD-9.3-RELEASE-amd64-disc1.iso.xz) = daf255ccb9694f0a82e34e71be1e6d0bbcf332bf74f1c6f92343f00dad579d99 - SHA256 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso) = 30c0baa7d51a4b3130108c862bbc9439f60a3a6362b13183c1ae0be959ae9a95 - SHA256 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso.xz) = 292cac57dea0ad7723798842a2ddf582661c41c428bc78a951535d69ae92aceb - SHA256 (FreeBSD-9.3-RELEASE-amd64-memstick.img) = 04c2c98c9bcf188bb2df988ebc2c1c02ea7350c77e1711904fc368db62709634 - SHA256 (FreeBSD-9.3-RELEASE-amd64-memstick.img.xz) = 56deb31212c19c18852baee6097bebd048658d464e14a14e125840a24c939e63 - SHA256 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img) = d5a0379caa5ebb9f8252a44417d10d2b3ab0ce424d275d546689fcf9c4dd6dbe - SHA256 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img.xz) = 0e6fe54a2fcd3173f27fafc62f0d67cff44cdf5a9f133adba7aedff804cbb087 - </pre> - - <pre xml:space="preserve"> - MD5 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso) = b53878805ea89633aaa59351d706081f - MD5 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso.xz) = f3b2bfdce28af6ce3fe2fecb0838ae86 - MD5 (FreeBSD-9.3-RELEASE-amd64-disc1.iso) = 1fc7f8bace8dc861258af9042c9918d6 - MD5 (FreeBSD-9.3-RELEASE-amd64-disc1.iso.xz) = 69701074a505b78c998807e0bb20dae6 - MD5 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso) = 14c176c236c27a0fa276ffb554768d38 - MD5 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso.xz) = da4f382733c63260877184ef33dbfec6 - MD5 (FreeBSD-9.3-RELEASE-amd64-memstick.img) = ebcf069c96aeb59279af0c480b5717ca - MD5 (FreeBSD-9.3-RELEASE-amd64-memstick.img.xz) = d52f0909d7e4ea3c9080f7ac5358edd5 - MD5 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img) = 6077f2f90b09b4926dbf0e59df6528bf - MD5 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img.xz) = 0c342b43053375a48bea2e7413a3c3e8 - </pre> - - <p>i386 (x86):</p> - - <pre xml:space="preserve"> - SHA256 (FreeBSD-9.3-RELEASE-i386-bootonly.iso) = 84a26479e690caaa428b361f2f96c0723a5f1b09a342bd58e5eee345fc5f7406 - SHA256 (FreeBSD-9.3-RELEASE-i386-bootonly.iso.xz) = 66bad7f519bb6f504932c3ba701c4d83709699a785258aba6b3ee11c651d868a - SHA256 (FreeBSD-9.3-RELEASE-i386-disc1.iso) = cab6aad9c3d5ea6a3fb4059f808225c67f1edaea730c555a86a9707ac41ba75d - SHA256 (FreeBSD-9.3-RELEASE-i386-disc1.iso.xz) = f248e0c16a2a03a5c8a39ee41b99e0ff656f75035ccf5e720c83587d9733ca39 - SHA256 (FreeBSD-9.3-RELEASE-i386-dvd1.iso) = 6c47c17ec1e0e0ccca2c24bec0f880334d5a52847bdc092a3ff4cdd7be7a85f3 - SHA256 (FreeBSD-9.3-RELEASE-i386-dvd1.iso.xz) = 76830e50357aec289daeb9eb01416dcb42414bf57126b4875e7352e976a7451b - SHA256 (FreeBSD-9.3-RELEASE-i386-memstick.img) = 3465923d625d07ef40448e2c03bfe5c61bf89ac56cbe34fb358500860e9524aa - SHA256 (FreeBSD-9.3-RELEASE-i386-memstick.img.xz) = 30480eb3ed73e2c8d45ff7928e5edcb7f69704f0c459bbaf943907ec69adcc10 - SHA256 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img) = 17c6a518b000bb9ba81229658a71a7d47f71a4e46a3846e82887d43b1d73bf81 - SHA256 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img.xz) = 44b4d7d1cf1c6c59d440df84731efb110dd062c2226a25adef168bc24d55dcbe - </pre> - - <pre xml:space="preserve"> - MD5 (FreeBSD-9.3-RELEASE-i386-bootonly.iso) = c9abbb89fa43eed6efefb2b7926d7fa7 - MD5 (FreeBSD-9.3-RELEASE-i386-bootonly.iso.xz) = 9a797ff03c3eade54654120fdbc23ccb - MD5 (FreeBSD-9.3-RELEASE-i386-disc1.iso) = 752fa8cd15f0f1e240042c342a161eb4 - MD5 (FreeBSD-9.3-RELEASE-i386-disc1.iso.xz) = f4ace2617eea05e2898d8d0b70249bf4 - MD5 (FreeBSD-9.3-RELEASE-i386-dvd1.iso) = fb598013bf363c44e248054106c33829 - MD5 (FreeBSD-9.3-RELEASE-i386-dvd1.iso.xz) = 2024f7f2aaa73353e225ef7a1ec5aeea - MD5 (FreeBSD-9.3-RELEASE-i386-memstick.img) = c8a833fffc40a8eee2bb6a9a36595ac4 - MD5 (FreeBSD-9.3-RELEASE-i386-memstick.img.xz) = 4189b56c90e7a40e1bb69ff6f26f37e2 - MD5 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img) = a2b0c1085db9424ea25b594e32230a3a - MD5 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img.xz) = a95d50f326868c739f06aa1a3a76d636 - </pre> - - <p>ia64:</p> - - <pre xml:space="preserve"> - SHA256 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso) = 8d9236f55b1467f4e882a751d5e040ea6538da88f4d319746679874a8dc9caba - SHA256 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso.xz) = eceb7125b8a8711969d7c3997044f9043ec938fc3518dd8a197fd94f4d7076c6 - SHA256 (FreeBSD-9.3-RELEASE-ia64-disc1.iso) = 953b7c847f21e6316c22c0741a5de76865b521b594b593d67fe60bf5e348452d - SHA256 (FreeBSD-9.3-RELEASE-ia64-disc1.iso.xz) = 3fef900ad1ef288202701e04ce3c9ef1ab6c870e5e7ec97b9ab6a6a5e5dccf59 - SHA256 (FreeBSD-9.3-RELEASE-ia64-memstick.img) = c4d5d921443c993e294fe9e9ca9ae60409c5c663ad895f6e582ba955c9155e86 - SHA256 (FreeBSD-9.3-RELEASE-ia64-memstick.img.xz) = ccd354b7571ebd5c3763158b49b1aa51c2bed63d0ce36eb49a6cf1e227bc133e - SHA256 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img) = 7475bfafd661600de2516d9ce0ed6c5621699d3ebda59f672d1e7cfc8efeb504 - SHA256 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img.xz) = 1ed6d2ea23e320b6708958989aaf90788cd56371a4c25e9145911dc4f890dbfa - </pre> - - <pre xml:space="preserve"> - MD5 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso) = 6d2210defeb17219a600d02917fa3f79 - MD5 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso.xz) = f17b43d7fbec6dab1d05bb0d2f0bfb15 - MD5 (FreeBSD-9.3-RELEASE-ia64-disc1.iso) = 1bdf7afa83a7494e9569888cb162752c - MD5 (FreeBSD-9.3-RELEASE-ia64-disc1.iso.xz) = 81c6d02da1645bda86a2c1fec716e622 - MD5 (FreeBSD-9.3-RELEASE-ia64-memstick.img) = b5003d7260190a5123ae478a1980b526 - MD5 (FreeBSD-9.3-RELEASE-ia64-memstick.img.xz) = d53ba4fc4748ca0953067f3c4c31b4f0 - MD5 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img) = 1946ba71adecc220d66f70d0aee6606e - MD5 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img.xz) = d891966f184e6264203bf964404a4530 - </pre> - - <p>powerpc:</p> - - <pre xml:space="preserve"> - SHA256 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso) = 6a2d0ac953ead098e7dbee736e4e19b28b8d914baa5947083d494c150d257381 - SHA256 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso.xz) = a68b22d933ef03894da5eee16c8f1fd8bdc05003d2ee40f34f0e0f165eb97715 - SHA256 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso) = dd30aa9491b14410dd520f2cb8c231be701debbc36c5b023a427e3e28bcba3c4 - SHA256 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso.xz) = a609d8d641d7839707d8caf9796434deee0e3f4218c79d7cadaa7787d3975c33 - SHA256 (FreeBSD-9.3-RELEASE-powerpc-memstick.img) = 0e0c449026084f8431bc7852dcdaeaa3101301c2c73151204e9ce4d4ccdbfb38 - SHA256 (FreeBSD-9.3-RELEASE-powerpc-memstick.img.xz) = f5d3b880fa1d737b708e96584c52804c33af9e7de4c7e2ee744584c08c8d8b84 - SHA256 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img) = c8fb345384558215eb7d5126684c827e73104eabe36309a3de275c7ea9512822 - SHA256 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img.xz) = 931706a17b708c1db6337cf0fbf8bad877a8dfce64c2e5079fe890e5e85339e3 - </pre> - - <pre xml:space="preserve"> - MD5 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso) = e80fd4c1278db39e3f8740612dff0da9 - MD5 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso.xz) = 7690229bf847dbf377a5086652dfc1aa - MD5 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso) = a308f49d59c6553cfcb625ec3c2a278d - MD5 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso.xz) = 8d5783474fdf5463ab5aa06d7d09509e - MD5 (FreeBSD-9.3-RELEASE-powerpc-memstick.img) = ec112f1085ab363b27931c25c451fb2c - MD5 (FreeBSD-9.3-RELEASE-powerpc-memstick.img.xz) = 1c9d741dd889b1461812fce34fb48e93 - MD5 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img) = 0b3c655654d8def1eeb96b478a0572f0 - MD5 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img.xz) = f7913ffa1eebb43e875ba81c5bd8e992 - </pre> - - <p>powerpc64:</p> - - <pre xml:space="preserve"> - SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso) = c8bb1f3105f2a2d9dd4a76536d8d44d8ae0aa7742230d549ea280f04e41f81b2 - SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso.xz) = f5327d0c665cf7f286e3daca382e04abb0aee9d125cc70a41a2d96ad13ffe531 - SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso) = f89d13f3c292381549b8c9b70e81cd152491f34e0e889d78e439d63884a346c6 - SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso.xz) = 5047b76a8c4299d3f2a56271a9798a7088717356792c91bea96ca61f871f087a - SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img) = b94b05b0999aae0d197ad45b19d4d2b2678d322109da43bd10b2556b441b207c - SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img.xz) = 9da446da2dfb73f24195b70c873317c4dd7578dc339dd051e082e2351b3bcac3 - SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img) = 21874e49e3c7685c098c90100717f28975db2dbc9043e810fef554f08a6bc940 - SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img.xz) = a6cc4f340802bd936acb4b7920aa4fced54a2e265b60ffecf0b7b1c2f71fa644 - </pre> - - <pre xml:space="preserve"> - MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso) = 674ed0a922e0f662c2f8118d8424473f - MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso.xz) = 5836f439da4dc8372da0e20d1a78ec97 - MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso) = 0c5cf50f3bbf1263708ca3f9da0465bb - MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso.xz) = d2788b12c02134da11ba72238081e4cc - MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img) = 5e5123677e21a53b463a3cceb2ad324d - MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img.xz) = d6fd35a61aed2d529432e9c9df425be5 - MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img) = a850121bc10455c3b835fd161237e8b2 - MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img.xz) = 3bcf3571a3815ea78fbed61094745437 - </pre> - - <p>sparc64:</p> - - <pre xml:space="preserve"> - SHA256 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso) = d9f9089c7f992744bb9675206042224bdabcfd924e72d322195acb207fe96294 - SHA256 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso.xz) = 67830e9f64ee617acf2fff79770ea47aa3e98c7e2901068b413d41d2282d4372 - SHA256 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso) = 989a2d8181b889ec0c1ee08e3afabfdcaf23c75b4157c9463c9ab7496e82a949 - SHA256 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso.xz) = 2f2b94f379ae3df05762e2618e573b19ae83756dfde11d6628236c3c6a0052bc - </pre> - - <pre xml:space="preserve"> - MD5 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso) = 8b97d45e204dcfa8515f227189a35b1c - MD5 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso.xz) = fae6c32e0f9dd2f909b729ba6f4bfeb6 - MD5 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso) = 838b0211322dd19f1285b9b94e6ac17e - MD5 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso.xz) = c8a8ab9f3b6eddca77623e5bc3f6718b - </pre> - - <p>Love FreeBSD? Support this and future releases with a <a href="https://www.freebsdfoundation.org/donate/" shape="rect">donation</a> - to The FreeBSD�Foundation!</p> - - </div> - <br class="clearboth" /> - </div> - <div id="footer"><span><a href="../../search/index-site.html">Site Map</a> | - <a href="../../copyright/">Legal Notices</a> | � 1995–2020 The FreeBSD Project. - All rights reserved.</span><br /> - Last modified: 2014-07-15</div> - </div> - </div> - </body> -</html> diff --git a/website/content/en/releases/9.3R/docbook.css b/website/content/en/releases/9.3R/docbook.css deleted file mode 100644 index d56f0e396e..0000000000 --- a/website/content/en/releases/9.3R/docbook.css +++ /dev/null @@ -1,403 +0,0 @@ -/* - * Copyright (c) 2001, 2003, 2010 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: head/en_US.ISO8859-1/htdocs/releases/9.3R/docbook.css 46253 2015-02-05 16:55:02Z gjb $ - */ - -/* - * General DocBook styles from the DocBook XSL distribution - */ - -.formalpara-title { - font-weight: bold; -} - -a:link { - color:#0645AD; - text-decoration: underline; -} - -a:visited, a:hover, a:active { - color:#663366; - text-decoration: underline; -} - -div.blockquote-title { - font-weight: bold; - margin-top: 1em; - margin-bottom: 1em; -} - -span.msgmain-title { - font-weight: bold; -} - -span.msgsub-title { - font-weight: bold; -} - -span.msgrel-title { - font-weight: bold; -} - -div.msglevel, div.msgorig, div.msgaud { - margin-top: 1em; - margin-bottom: 1em; -} - -span.msglevel-title, span.msgorig-title, span.msgaud-title { - font-weight: bold; -} - -div.msgexplan { - margin-top: 1em; - margin-bottom: 1em; -} - -span.msgexplan-title { - font-weight: bold; -} - -div.figure-title { - font-weight: bold; -} - -div.example-title { - font-weight: bold; -} - -div.equation-title { - font-weight: bold; -} - -div.table-title { - font-weight: bold; -} - -div.sidebar-title { - font-weight: bold; -} - -div.synopsis { - white-space: pre; - font-family: monospace; -} - -/* - * FreeBSD-specific formatting - */ - -body address { - line-height: 1.3; - margin: .6em 0; -} - -html body { - margin: 1em 8% 1em 10%; - line-height: 1.2; -} - -@media screen { - html body { font-family: sans-serif; } -} - -@media print { - html body { font-family: serif; } -} - -.legalnotice { - font-size: small; - font-variant: small-caps; -} - -body div { - margin: 0; -} - -dl { - margin: .4em 0 0 0; - line-height: 1.2; -} - -dt { - font-weight: bold; - margin: 0.4em 0 0 0; -} - -div.abstract div.abstract-title, -div.toc div.toc-title, -div.list-of-figures div.toc-title, -div.list-of-tables div.toc-title, -div.list-of-examples div.toc-title { - font-size: 115%; -} - -div.calloutlist dt { - float: left; - width: 1em;} - -div.calloutlist dd { - clear: right; - margin-bottom: 1ex; -} - -body .calloutlist td { - padding-right: 0.5em; - width: auto; -} - -body .calloutlist td p { - line-height: 1.2; - margin-top: 4px; - margin-bottom: 4px; -} - -body form { - margin: .6em 0; -} - -div.example p b, -.question, -div.table p b, -div.procedure p b { - color: #990000; -} - -h1.title, h2.title, h3.title, h4.title, h5.title, h6.title, -h3.author, .corpauthor, -div.abstract div.abstract-title, -div.toc div.toc-title, -div.list-of-figures div.toc-title, -div.list-of-tables div.toc-title, -div.list-of-examples div.toc-title { - font-weight: bold; - line-height: 1.3; - margin-top: 1em; - margin-left: 0; - color: #990000; -} - -h1.title, h2.title { - margin: .8em 0 0 -4%; -} - -h3.title, h4.title { - margin: .8em 0 0 -3%; -} - -h5.title { - margin: .8em 0 0 -2%; -} - -h6.title { - margin: .8em 0 0 -1%; -} - -body hr { - margin: .6em; - border-width: 0 0 1px 0; - border-style: solid; - border-color: #cecece; -} - -body img.navheader { - margin: 0 0 0 -4%; -} - -ol { - margin: 0 0 0 1em; - line-height: 1.2; -} - -body pre { - margin: .75em 0; - font-family: monospace; -} - -body td, body th { - line-height: 1.2; - padding-right: 1.5em; -} - -ul, body dir, body menu { - margin: 0 0 0 1em; - line-height: 1.2; -} - -html { - margin: 0; - padding: 0; -} - -.filename { - color: #007a00; -} - -.package, .port { - color: #007a00; - font-family: monospace; - font-style: italic; -} - -.svnref { - color: #007a00; -} - -.guimenu, .guimenuitem, .guisubmenu, -.guilabel, .interface, -.shortcut, .shortcut .keycap { - font-weight: bold; -} - -.guibutton { - background-color: #CFCFCF; - padding: 2px; -} - -.accel { - background-color: #F0F0F0; - text-decoration: underline; -} - -pre.screen { - white-space: pre; - overflow: auto; - font-family: monospace; - padding: 1ex; - background-color: #edc; - border: 1px solid #ccc; - border-radius: 4px; -} - -pre.programlisting { - white-space: pre; - overflow: auto; - font-family: monospace; - padding: 1ex; - background-color: #eee; - border: 1px solid #ccc; - border-radius: 4px; -} - -@media screen { /* hide from IE3 */ - a[href]:hover { background: #ffa } -} - -.informaltable, .table th { - padding-left: 0.2em; - text-align: left; -} - -.note, .tip, .important, .warning, .caution, .example, div.procedure { - border-radius: 4px; - padding: 2ex 2ex 0 2ex; - margin: .75em 3em .75em 1em; - line-height: 1.3; -} - -.note, div.procedure { - color: #222; - background: #eee; - border: 1px solid #ccc; - width: 90%; -} - -.tip { - color: #004F00; - background: #d8ecd6; - border: 1px solid green; - width: 90%; -} - -.important { - font-style:italic; - border: 1px solid #a00; - border-left: 12px solid #c00; - width: 90%; -} - -.warning { - color: #9F1313; - background: #f8e8e8; - border: 1px solid #e59595; - width: 90%; -} - -.caution { - color: #3E3535; - background: #FFC; - border: 1px solid #e59595; - width: 90%; -} - -.example { - background: #fefde6; - border: 1px solid #f1bb16; - width: 90%; -} - -.admontitle { - display: inline; - line-height: 1; - margin-right: 0; -} - -.procedure-title { - font-weight: bold; - line-height: 1; - margin-right: 0; -} - -.note p, .tip p, .important p, .warning p, .caution p, { - display: inline; -} - -.informaltable table.calstable tr td { - padding-left: 1em; - padding-right: 1em; -} - -.authorgroup { - font-style: italic; -} - -.userinput, -.userinput code { - font-weight: bold; -} - -pre.screen strong { - font-weight: normal; -} - -.procedure ol { - line-height: 1.2; - margin: 0 0 0 -1em; -} - -span.contrib { - font-size: small; - font-style: italic; -} diff --git a/website/content/en/releases/9.3R/errata.adoc b/website/content/en/releases/9.3R/errata.adoc new file mode 100644 index 0000000000..ef1f3bfc7d --- /dev/null +++ b/website/content/en/releases/9.3R/errata.adoc @@ -0,0 +1,145 @@ +--- +title: "FreeBSD 9.3-RELEASE Errata" +sidenav: download +--- + += FreeBSD 9.3-RELEASE Errata + +== Abstract + +This document lists errata items for FreeBSD 9.3-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. + +This errata document for FreeBSD 9.3-RELEASE will be maintained until the EoL of FreeBSD 9.3-STABLE. + +''''' + +Table of Contents + +* <<intro, Introduction>> +* <<security, Security Advisories>> +* <<errata, Errata Notices>> +* <<late-news, Late-Breaking News>> + +[[intro]] +== Introduction + +This errata document contains "late-breaking news" about FreeBSD 9.3-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. + +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 "current errata" for this release. These other copies of the errata are located at `https://www.FreeBSD.org/releases/`, plus any sites which keep up-to-date mirrors of this location. + +Source and binary snapshots of FreeBSD 9.3-STABLE also contain up-to-date copies of this document (as of the time of the snapshot). + +For a list of all FreeBSD CERT security advisories, see `https://www.FreeBSD.org/security/`. + +[[security]] +== Security Advisories + +Problems described in the following security advisories have been fixed in 9.3-RELEASE. For more information, consult the individual advisories available from `http://security.FreeBSD.org/`. + +[width="100%",cols="40%,30%,30%",options="header",] +|=== +|Advisory |Date |Topic +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:18.openssl.asc[FreeBSD-SA-14:18.openssl] |9 September 2014 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:19.tcp.asc[FreeBSD-SA-14:19.tcp] |16 September 2014 |Denial of Service in TCP packet processing. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:20.rtsold.asc[FreeBSD-SA-14:20.rtsold] |21 October 2014 |Remote buffer overflow vulnerability. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:21.routed.asc[FreeBSD-SA-14:21.routed] |21 October 2014 |Remote denial of service vulnerability. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:22.namei.asc[FreeBSD-SA-14:22.namei] |21 October 2014 |Memory leak in sandboxed namei lookup. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:23.openssl.asc[FreeBSD-SA-14:23.openssl] |21 October 2014 |Multiple vulerabilities. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:25.setlogin.asc[FreeBSD-SA-14:25.setlogin] |04 November 2014 |Kernel stack disclosure. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:26.ftp.asc[FreeBSD-SA-14:26.ftp] |04 November 2014 |Remote code execution. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:28.file.asc[FreeBSD-SA-14:28.file] |10 December 2014 |Multiple vulnerabilities in man:file[1] and man:libmagic[3] +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:29.bind.asc[FreeBSD-SA-14:29.bind] |10 December 2014 |Remote denial of service vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:31.ntp.asc[FreeBSD-SA-14:31.ntp] |23 December 2014 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:01.openssl.asc[FreeBSD-SA-15:01.openssl] |14 January 2015 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:02.kmem.asc[FreeBSD-SA-15:02.kmem] |27 January 2015 |SCTP kernel memory corruption and disclosure vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:03.sctp.asc[FreeBSD-SA-15:03.sctp] |27 January 2015 |SCTP stream reset vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:04.igmp.asc[FreeBSD-SA-15:04.igmp] |25 February 2015 |Integer overflow in IGMP protocol +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:05.bind.asc[FreeBSD-SA-15:05.igmp] |25 February 2015 |Remote denial of service vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:06.openssl.asc[FreeBSD-SA-15:06.openssl] |19 March 2015 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:07.ntp.asc[FreeBSD-SA-15:07.ntp] |7 April 2015 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:09.ipv6.asc[FreeBSD-SA-15:09.ipv6] |7 April 2015 |Router advertisement Denial of Service +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:10.openssl.asc[FreeBSD-SA-15:10.openssl] |16 June 2015 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:11.bind.asc[FreeBSD-SA-15:11.bind] |7 July 2015 |Resolver remote denial of service +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:13.tcp.asc[FreeBSD-SA-15:13.tcp] |21 July 2015 |resource exhaustion due to sessions stuck in `LAST_ACK` state. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:15.tcp.asc[FreeBSD-SA-15:15.tcp] |28 July 2015 |resource exhaustion in TCP reassembly +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:16.openssh.asc[FreeBSD-SA-15:16.openssh] |28 July 2015 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:17.bind.asc[FreeBSD-SA-15:17.bind] |28 July 2015 |Remote denial of service vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:19.routed.asc[FreeBSD-SA-15:19.routed] |5 August 2015 |Remote denial of service vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:20.expat.asc[FreeBSD-SA-15:20.expat] |18 August 2015 |Fix multiple integer overflows in man:libbsdxml[3]. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:21.amd64.asc[FreeBSD-SA-15:21.amd64] |25 August 2015 |Fix local privilege escalation in IRET handler. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:22.openssh.asc[FreeBSD-SA-15:22.openssh] |25 August 2015 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:23.bind.asc[FreeBSD-SA-15:23.bind] |2 September 2015 |Remote denial of service vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:24.rpcbind.asc[FreeBSD-SA-15:24.rpcbind] |29 September 2015 |Remote denial of service +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:25.ntp.asc[FreeBSD-SA-15:25.ntp] |26 October 2015 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:26.openssl.asc[FreeBSD-SA-15:26.openssl] |5 December 2015 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:27.bind.asc[FreeBSD-SA-15:27.bind] |16 December 2015 |Remote denial of service +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:01.sctp.asc[FreeBSD-SA-16:01.sctp] |14 January 2016 |ICMPv6 error message vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:02.ntp.asc[FreeBSD-SA-16:02.ntp] |14 January 2016 |Panic threshold bypass vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:03.linux.asc[FreeBSD-SA-16:03.linux] |14 January 2016 |Incorrect `futex` handling +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:04.linux.asc[FreeBSD-SA-16:04.linux] |14 January 2016 |man:setgroups[2] system call vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:05.tcp.asc[FreeBSD-SA-16:05.tcp] |14 January 2016 |MD5 signature denial of service +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:06.bsnmpd.asc[FreeBSD-SA-16:06.bsnmpd] |14 January 2016 |Insecure default configuration file permissions +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:07.openssh.asc[FreeBSD-SA-16:07.openssh] |14 January 2016 |OpenSSH client information leak +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:08.bind.asc[FreeBSD-SA-16:08.bind] |27 January 2016 |Remote denial of service vulnerability. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:09.ntp.asc[FreeBSD-SA-16:09.ntp] |27 January 2016 |Multiple vulnerabilities. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:10.linux.asc[FreeBSD-SA-16:10.linux] |27 January 2016 |man:issetugid[2] system call vulnerability. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:11.openssl.asc[FreeBSD-SA-16:11.openssl] |30 January 2016 |SSLv2 cipher suite downgrade vulnerability. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:12.openssl.asc[FreeBSD-SA-16:12.openssl] |7 March 2016 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:13.bind.asc[FreeBSD-SA-16:13.bind] |10 March 2016 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:14.openssh-xauth.asc[FreeBSD-SA-16:14.openssh-xauth] |16 March 2016 |OpenSSH xauth injection vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:15.sysarch.asc[FreeBSD-SA-16:15.sysarch] |16 March 2016 |Incorrect argument validation in man:sysarch[2] +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:09.ntp.asc[FreeBSD-SA-16:09.ntp] |29 April 2016 |Multiple ntp vulnerabilities. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:17.openssl.asc[FreeBSD-SA-16:17.openssl] |29 April 2016 |Multiple OpenSSL vulnerabilities. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:18.atkbd.asc[FreeBSD-SA-16:18.atkbd] |17 May 2016 |Keyboard driver buffer overflow +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:19.sendmsg.asc[FreeBSD-SA-16:19.sendmsg] |17 May 2016 |Incorrect argument handling in man:sendmsg[2] +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:20.linux.asc[FreeBSD-SA-16:20.linux] |31 May 2016 |Kernel stack disclosure in Linux compatibility layer +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:21.43bsd.asc[FreeBSD-SA-16:21.43bsd] |31 May 2016 |Kernel stack disclosure in 4.3BSD compatibility layer +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:22.libarchive.asc[FreeBSD-SA-16:22.libarchive] |31 May 2016 |Absolute path traversal vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:23.libarchive.asc[FreeBSD-SA-16:23.libarchive] |31 May 2016 |Absolute path traversal vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:24.ntp.asc[FreeBSD-SA-16:24.ntp] |3 June 2016 |Multiple ntp vulnerabilties +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:25.bspatch.asc[FreeBSD-SA-16:25.bspatch] |25 July 2016 |heap overflow vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:26.openssl.asc[FreeBSD-SA-16:26.openssl] |23 September 2016 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:27.openssl.asc[FreeBSD-SA-16:27.openssl] |26 September 2016 |Regression in OpenSSL suite +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:28.bind.asc[FreeBSD-SA-16:28.bind] |10 October 2016 |BIND denial of service +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:29.bspatch.asc[FreeBSD-SA-16:29.bspatch] |10 October 2016 |Heap overflow vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:30.portsnap.asc[FreeBSD-SA-16:30.portsnap] |10 October 2016 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:31.libarchive.asc[FreeBSD-SA-16:31.libarchive] |10 October 2016 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:34.bind.asc[FreeBSD-SA-16:34.bind] |2 November 2016 |Remote Denial of Service vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:35.openssl.asc[FreeBSD-SA-16:35.openssl] |2 November 2016 |Remote Denial of Service vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:36.telnetd.asc[FreeBSD-SA-16:36.telnetd] |6 December 2016 |Possible man:login[1] argument injection +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:37.libc.asc[FreeBSD-SA-16:37.libc] |6 December 2016 |man:link_ntoa[3] buffer overflow +|=== + +[[errata]] +== Errata Notices + +[width="100%",cols="40%,30%,30%",options="header",] +|=== +|Errata |Date |Topic +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-14:10.tzdata.asc[FreeBSD-EN-14:10.tzdata] |21 October 2014 |Time zone data file update +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-14:11.crypt.asc[FreeBSD-EN-14:11.crypt] |21 October 2014 |Change man:crypt[3] default hashing algorithm back to DES +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-14:12.zfs.asc[FreeBSD-EN-14:12.zfs] |11 November 2014 |Fix NFSv4 and ZFS cache consistency issue +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-14:13.freebsd-update.asc[FreeBSD-EN-14:13.freebsd-update] |23 December 2014 |Fixed directory deletion issue in man:freebsd-update[8] +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:01.vt.asc[FreeBSD-EN-15:01.vt] |25 February 2015 |man:vt[4] crash with improper ioctl parameters +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:02.openssl.asc[FreeBSD-EN-15:02.openssl] |25 February 2015 |OpenSSL update +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:03.freebsd-update.asc[FreeBSD-EN-15:03.freebsd-update] |25 February 2015 |man:freebsd-update[8] updates libraries in suboptimal order +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:04.freebsd-update.asc[FreeBSD-EN-15:04.freebsd-update] |13 May 2015 |man:freebsd-update[8] does not ensure the previous upgrade has completed +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:06.file.asc[FreeBSD-EN-15:06.file] |9 June 2015 |Multiple denial of service issues +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:08.sendmail.asc[FreeBSD-EN-15:08.sendmail] |30 June 2015 (revised) |Sendmail TLS/DH interoperability improvement +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:09.xlocale.asc[FreeBSD-EN-15:09.xlocale] |30 June 2015 |Fix inconsistency between locale and rune locale states +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:15.pkg.asc[FreeBSD-EN-15:15.pkg] |25 August 2015 |Insufficient check of supported man:pkg[7] signature methods. +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:18.pkg.asc[FreeBSD-EN-15:18.pkg] |16 September 2015 |Implement `pubkey` support for man:pkg[7] bootstrap. +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:19.kqueue.asc[FreeBSD-EN-15:19.kqueue] |4 November 2015 |man:kqueue[2] write events never fire for files larger than 2GB. +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:20.vm.asc[FreeBSD-EN-15:20.vm] |4 November 2015 |Applications exiting due to segmentation violation on a correct memory address. +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:02.pf.asc[FreeBSD-EN-16:02.pf] |14 January 2016 |Invalid TCP checksum issue. +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:03.yplib.asc[FreeBSD-EN-16:03.yplib] |14 January 2016 |YP/NIS library bug. +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:08.zfs.asc[FreeBSD-EN-16:08.zfs] |4 May 2016 |Memory leak in ZFS +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:09.freebsd-update.asc[FreeBSD-EN-16:09.freebsd-update] |25 July 2016 |Fix man:freebsd-update[8] support of FreeBSD 11.0-RELEASE +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:19.tzcode.asc[FreeBSD-EN-16:19.tzcode] |6 December 2016 |Fix warnings about invalid timezone abbreviations +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:20.tzdata.asc[FreeBSD-EN-16:20.tzdata] |6 December 2016 |Update timezone database information +|=== + +[[late-news]] +== Late-Breaking News + +No late-breaking news. diff --git a/website/content/en/releases/9.3R/errata.html b/website/content/en/releases/9.3R/errata.html deleted file mode 100644 index 4908f9e731..0000000000 --- a/website/content/en/releases/9.3R/errata.html +++ /dev/null @@ -1,101 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<!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 http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>FreeBSD 9.3-RELEASE Errata</title><link rel="stylesheet" type="text/css" href="docbook.css" /><link rev="made" href="mailto:[email protected]" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><meta name="description" content="This document lists errata items for FreeBSD 9.3-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. This errata document for FreeBSD 9.3-RELEASE will be maintained until the EoL of FreeBSD 9.3-STABLE." /><script xmlns="" type="text/javascript" src="/https/cgit.freebsd.org/layout/js/google.js"></script></head><body><div class="article"><div xmlns="" class="titlepage"><div><div><h1 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61013096"></a>FreeBSD 9.3-RELEASE Errata</h1></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="author"><h3 class="author"><span class="orgname"> - The FreeBSD Project - </span></h3></div></div><div><p xmlns="http://www.w3.org/1999/xhtml" class="copyright">Copyright � 2016 The FreeBSD Documentation Project</p></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="legalnotice"><a id="trademarks"></a><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FreeBSD is a registered trademark of - the FreeBSD Foundation. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel, Celeron, Centrino, Core, 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 xmlns="http://www.w3.org/TR/xhtml1/transitional">SPARC, SPARC64, and - UltraSPARC are trademarks of SPARC International, Inc in the United - States and other countries. SPARC International, Inc owns all of the - SPARC trademarks and under licensing agreements allows the proper use - of these trademarks by its members. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">™</span>”</span> or the - <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">�</span>”</span> symbol. </p></div></div><div>Last modified on 2016-01-14 11:11:46Z by gjb.</div><div><div xmlns="http://www.w3.org/1999/xhtml" class="abstract"><div class="abstract-title">Abstract</div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This document lists errata items for FreeBSD 9.3-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 xmlns="http://www.w3.org/TR/xhtml1/transitional">This errata document for FreeBSD 9.3-RELEASE - will be maintained until the EoL of FreeBSD 9.3-STABLE. </p></div></div></div><hr /></div><div class="toc"><div class="toc-title">Table of Contents</div><dl class="toc"><dt><span class="sect1"><a href="#intro">1. Introduction</a></span></dt><dt><span class="sect1"><a href="#security">2. Security Advisories</a></span></dt><dt><span class="sect1"><a href="#errata">3. Errata Notices</a></span></dt><dt><span class="sect1"><a href="#late-news">4. Late-Breaking News</a></span></dt></dl></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="intro"></a>1.�Introduction</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This errata document contains <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">late-breaking news</span>”</span> - about FreeBSD 9.3-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 xmlns="http://www.w3.org/TR/xhtml1/transitional">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 <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">current - errata</span>”</span> for this release. These other copies of the - errata are located at <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="https://www.FreeBSD.org/releases/" target="_top">https://www.FreeBSD.org/releases/</a></code>, plus any sites - which keep up-to-date mirrors of this location. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Source and binary snapshots of FreeBSD 9.3-STABLE also - contain up-to-date copies of this document (as of the time of - the snapshot). </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">For a list of all FreeBSD CERT security advisories, see <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="https://www.FreeBSD.org/security/" target="_top">https://www.FreeBSD.org/security/</a></code>. </p></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="security"></a>2.�Security Advisories</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Problems described in the following security advisories have - been fixed in 9.3-RELEASE. For more information, consult - the individual advisories available from - <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="http://security.FreeBSD.org/" target="_top">http://security.FreeBSD.org/</a></code>. </p><div class="informaltable"><table width="100%" border="0"><colgroup><col width="40%" /><col width="30%" /><col width="30%" /></colgroup><thead><tr><th>Advisory</th><th>Date</th><th>Topic</th></tr></thead><tbody><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:18.openssl.asc" target="_top">FreeBSD-SA-14:18.openssl</a></td><td>9�September�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:19.tcp.asc" target="_top">FreeBSD-SA-14:19.tcp</a></td><td>16�September�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Denial of Service in TCP packet - processing. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:20.rtsold.asc" target="_top">FreeBSD-SA-14:20.rtsold</a></td><td>21�October�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote buffer overflow - vulnerability. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:21.routed.asc" target="_top">FreeBSD-SA-14:21.routed</a></td><td>21�October�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote denial of service - vulnerability. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:22.namei.asc" target="_top">FreeBSD-SA-14:22.namei</a></td><td>21�October�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Memory leak in sandboxed namei - lookup. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:23.openssl.asc" target="_top">FreeBSD-SA-14:23.openssl</a></td><td>21�October�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulerabilities. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:25.setlogin.asc" target="_top">FreeBSD-SA-14:25.setlogin</a></td><td>04�November�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Kernel stack disclosure. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:26.ftp.asc" target="_top">FreeBSD-SA-14:26.ftp</a></td><td>04�November�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote code execution. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:28.file.asc" target="_top">FreeBSD-SA-14:28.file</a></td><td>10�December�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities in <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=file&sektion=1&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">file</span>(1)</span></a> and - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=libmagic&sektion=3&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">libmagic</span>(3)</span></a> </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:29.bind.asc" target="_top">FreeBSD-SA-14:29.bind</a></td><td>10�December�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote denial of service - vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:31.ntp.asc" target="_top">FreeBSD-SA-14:31.ntp</a></td><td>23�December�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:01.openssl.asc" target="_top">FreeBSD-SA-15:01.openssl</a></td><td>14�January�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:02.kmem.asc" target="_top">FreeBSD-SA-15:02.kmem</a></td><td>27�January�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SCTP kernel memory corruption and - disclosure vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:03.sctp.asc" target="_top">FreeBSD-SA-15:03.sctp</a></td><td>27�January�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SCTP stream reset - vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:04.igmp.asc" target="_top">FreeBSD-SA-15:04.igmp</a></td><td>25�February�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Integer overflow in IGMP protocol </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:05.bind.asc" target="_top">FreeBSD-SA-15:05.igmp</a></td><td>25�February�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote denial of service - vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:06.openssl.asc" target="_top">FreeBSD-SA-15:06.openssl</a></td><td>19�March�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:07.ntp.asc" target="_top">FreeBSD-SA-15:07.ntp</a></td><td>7�April�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:09.ipv6.asc" target="_top">FreeBSD-SA-15:09.ipv6</a></td><td>7�April�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Router advertisement Denial of - Service </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:10.openssl.asc" target="_top">FreeBSD-SA-15:10.openssl</a></td><td>16�June�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:11.bind.asc" target="_top">FreeBSD-SA-15:11.bind</a></td><td>7�July�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Resolver remote denial of service </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:13.tcp.asc" target="_top">FreeBSD-SA-15:13.tcp</a></td><td>21�July�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">resource exhaustion due to sessions stuck in - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">LAST_ACK</code> state. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:15.tcp.asc" target="_top">FreeBSD-SA-15:15.tcp</a></td><td>28�July�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">resource exhaustion in <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">TCP</acronym> - reassembly </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:16.openssh.asc" target="_top">FreeBSD-SA-15:16.openssh</a></td><td>28�July�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:17.bind.asc" target="_top">FreeBSD-SA-15:17.bind</a></td><td>28�July�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote denial of service - vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:19.routed.asc" target="_top">FreeBSD-SA-15:19.routed</a></td><td>5�August�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote denial of service - vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:20.expat.asc" target="_top">FreeBSD-SA-15:20.expat</a></td><td>18�August�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix multiple integer overflows in - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=libbsdxml&sektion=3&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">libbsdxml</span>(3)</span></a>. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:21.amd64.asc" target="_top">FreeBSD-SA-15:21.amd64</a></td><td>25�August�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix local privilege escalation in IRET - handler. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:22.openssh.asc" target="_top">FreeBSD-SA-15:22.openssh</a></td><td>25�August�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:23.bind.asc" target="_top">FreeBSD-SA-15:23.bind</a></td><td>2�September�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote denial of service - vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:24.rpcbind.asc" target="_top">FreeBSD-SA-15:24.rpcbind</a></td><td>29�September�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote denial of service </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:25.ntp.asc" target="_top">FreeBSD-SA-15:25.ntp</a></td><td>26�October�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:26.openssl.asc" target="_top">FreeBSD-SA-15:26.openssl</a></td><td>5�December�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:27.bind.asc" target="_top">FreeBSD-SA-15:27.bind</a></td><td>16�December�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote denial of service </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:01.sctp.asc" target="_top">FreeBSD-SA-16:01.sctp</a></td><td>14�January�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICMPv6 error message vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:02.ntp.asc" target="_top">FreeBSD-SA-16:02.ntp</a></td><td>14�January�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Panic threshold bypass - vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:03.linux.asc" target="_top">FreeBSD-SA-16:03.linux</a></td><td>14�January�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Incorrect <code xmlns="http://www.w3.org/1999/xhtml" class="literal">futex</code> - handling </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:04.linux.asc" target="_top">FreeBSD-SA-16:04.linux</a></td><td>14�January�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=setgroups&sektion=2&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">setgroups</span>(2)</span></a> system call - vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:05.tcp.asc" target="_top">FreeBSD-SA-16:05.tcp</a></td><td>14�January�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MD5 signature denial of service </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:06.bsnmpd.asc" target="_top">FreeBSD-SA-16:06.bsnmpd</a></td><td>14�January�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Insecure default configuration file - permissions </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:07.openssh.asc" target="_top">FreeBSD-SA-16:07.openssh</a></td><td>14�January�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="application">OpenSSH</span> client - information leak </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:08.bind.asc" target="_top">FreeBSD-SA-16:08.bind</a></td><td>27�January�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote denial of service - vulnerability. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:09.ntp.asc" target="_top">FreeBSD-SA-16:09.ntp</a></td><td>27�January�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:10.linux.asc" target="_top">FreeBSD-SA-16:10.linux</a></td><td>27�January�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=issetugid&sektion=2&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">issetugid</span>(2)</span></a> system call - vulnerability. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:11.openssl.asc" target="_top">FreeBSD-SA-16:11.openssl</a></td><td>30�January�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SSLv2 cipher suite downgrade - vulnerability. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:12.openssl.asc" target="_top">FreeBSD-SA-16:12.openssl</a></td><td>7�March�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:13.bind.asc" target="_top">FreeBSD-SA-16:13.bind</a></td><td>10�March�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:14.openssh-xauth.asc" target="_top">FreeBSD-SA-16:14.openssh-xauth</a></td><td>16�March�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">OpenSSH xauth injection - vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:15.sysarch.asc" target="_top">FreeBSD-SA-16:15.sysarch</a></td><td>16�March�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Incorrect argument validation in - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sysarch&sektion=2&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">sysarch</span>(2)</span></a> </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:09.ntp.asc" target="_top">FreeBSD-SA-16:09.ntp</a></td><td>29�April�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple <span xmlns="http://www.w3.org/1999/xhtml" class="application">ntp</span> - vulnerabilities. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:17.openssl.asc" target="_top">FreeBSD-SA-16:17.openssl</a></td><td>29�April�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple <span xmlns="http://www.w3.org/1999/xhtml" class="application">OpenSSL</span> - vulnerabilities. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:18.atkbd.asc" target="_top">FreeBSD-SA-16:18.atkbd</a></td><td>17�May�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Keyboard driver buffer overflow </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:19.sendmsg.asc" target="_top">FreeBSD-SA-16:19.sendmsg</a></td><td>17�May�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Incorrect argument handling in - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sendmsg&sektion=2&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">sendmsg</span>(2)</span></a> </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:20.linux.asc" target="_top">FreeBSD-SA-16:20.linux</a></td><td>31�May�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Kernel stack disclosure in Linux compatibility - layer </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:21.43bsd.asc" target="_top">FreeBSD-SA-16:21.43bsd</a></td><td>31�May�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Kernel stack disclosure in 4.3BSD compatibility - layer </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:22.libarchive.asc" target="_top">FreeBSD-SA-16:22.libarchive</a></td><td>31�May�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Absolute path traversal - vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:23.libarchive.asc" target="_top">FreeBSD-SA-16:23.libarchive</a></td><td>31�May�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Absolute path traversal - vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:24.ntp.asc" target="_top">FreeBSD-SA-16:24.ntp</a></td><td>3�June�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple <span xmlns="http://www.w3.org/1999/xhtml" class="application">ntp</span> - vulnerabilties </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:25.bspatch.asc" target="_top">FreeBSD-SA-16:25.bspatch</a></td><td>25�July�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">heap overflow vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:26.openssl.asc" target="_top">FreeBSD-SA-16:26.openssl</a></td><td>23�September�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:27.openssl.asc" target="_top">FreeBSD-SA-16:27.openssl</a></td><td>26�September�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Regression in <span xmlns="http://www.w3.org/1999/xhtml" class="application">OpenSSL</span> - suite </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:28.bind.asc" target="_top">FreeBSD-SA-16:28.bind</a></td><td>10�October�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="application">BIND</span> denial of - service </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:29.bspatch.asc" target="_top">FreeBSD-SA-16:29.bspatch</a></td><td>10�October�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Heap overflow vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:30.portsnap.asc" target="_top">FreeBSD-SA-16:30.portsnap</a></td><td>10�October�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:31.libarchive.asc" target="_top">FreeBSD-SA-16:31.libarchive</a></td><td>10�October�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:34.bind.asc" target="_top">FreeBSD-SA-16:34.bind</a></td><td>2�November�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote Denial of Service - vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:35.openssl.asc" target="_top">FreeBSD-SA-16:35.openssl</a></td><td>2�November�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote Denial of Service - vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:36.telnetd.asc" target="_top">FreeBSD-SA-16:36.telnetd</a></td><td>6�December�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Possible <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=login&sektion=1&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">login</span>(1)</span></a> argument - injection </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:37.libc.asc" target="_top">FreeBSD-SA-16:37.libc</a></td><td>6�December�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=link_ntoa&sektion=3&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">link_ntoa</span>(3)</span></a> buffer overflow </p></td></tr></tbody></table></div></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="errata"></a>3.�Errata Notices</h2></div></div></div><div class="informaltable"><table width="100%" border="0"><colgroup><col width="40%" /><col width="30%" /><col width="30%" /></colgroup><thead><tr><th>Errata</th><th>Date</th><th>Topic</th></tr></thead><tbody><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-14:10.tzdata.asc" target="_top">FreeBSD-EN-14:10.tzdata</a></td><td>21�October�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Time zone data file update </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-14:11.crypt.asc" target="_top">FreeBSD-EN-14:11.crypt</a></td><td>21�October�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Change <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=crypt&sektion=3&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">crypt</span>(3)</span></a> default hashing algorithm - back to DES </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-14:12.zfs.asc" target="_top">FreeBSD-EN-14:12.zfs</a></td><td>11�November�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix NFSv4 and ZFS cache consistency - issue </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-14:13.freebsd-update.asc" target="_top">FreeBSD-EN-14:13.freebsd-update</a></td><td>23�December�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fixed directory deletion issue in - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:01.vt.asc" target="_top">FreeBSD-EN-15:01.vt</a></td><td>25�February�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=vt&sektion=4&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">vt</span>(4)</span></a> crash with improper ioctl - parameters </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:02.openssl.asc" target="_top">FreeBSD-EN-15:02.openssl</a></td><td>25�February�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">OpenSSL update </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:03.freebsd-update.asc" target="_top">FreeBSD-EN-15:03.freebsd-update</a></td><td>25�February�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> updates libraries in - suboptimal order </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:04.freebsd-update.asc" target="_top">FreeBSD-EN-15:04.freebsd-update</a></td><td>13�May�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> does not ensure the - previous upgrade has completed </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:06.file.asc" target="_top">FreeBSD-EN-15:06.file</a></td><td>9�June�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple denial of service issues </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:08.sendmail.asc" target="_top">FreeBSD-EN-15:08.sendmail</a></td><td>30�June�2015 (revised)</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sendmail TLS/DH interoperability improvement </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:09.xlocale.asc" target="_top">FreeBSD-EN-15:09.xlocale</a></td><td>30�June�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix inconsistency between locale and rune locale states </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:15.pkg.asc" target="_top">FreeBSD-EN-15:15.pkg</a></td><td>25�August�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Insufficient check of supported <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pkg&sektion=7&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">pkg</span>(7)</span></a> - signature methods. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:18.pkg.asc" target="_top">FreeBSD-EN-15:18.pkg</a></td><td>16�September�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Implement <code xmlns="http://www.w3.org/1999/xhtml" class="literal">pubkey</code> support for - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pkg&sektion=7&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">pkg</span>(7)</span></a> bootstrap. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:19.kqueue.asc" target="_top">FreeBSD-EN-15:19.kqueue</a></td><td>4�November�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=kqueue&sektion=2&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">kqueue</span>(2)</span></a> write events never fire for files - larger than 2GB. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:20.vm.asc" target="_top">FreeBSD-EN-15:20.vm</a></td><td>4�November�2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Applications exiting due to segmentation - violation on a correct memory address. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:02.pf.asc" target="_top">FreeBSD-EN-16:02.pf</a></td><td>14�January�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Invalid TCP checksum issue. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:03.yplib.asc" target="_top">FreeBSD-EN-16:03.yplib</a></td><td>14�January�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="application">YP/NIS</span> library - bug. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:08.zfs.asc" target="_top">FreeBSD-EN-16:08.zfs</a></td><td>4�May�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Memory leak in ZFS </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:09.freebsd-update.asc" target="_top">FreeBSD-EN-16:09.freebsd-update</a></td><td>25�July�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> support of - FreeBSD�11.0-RELEASE </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:19.tzcode.asc" target="_top">FreeBSD-EN-16:19.tzcode</a></td><td>6�December�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix warnings about invalid timezone - abbreviations </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:20.tzdata.asc" target="_top">FreeBSD-EN-16:20.tzdata</a></td><td>6�December�2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Update timezone database - information </p></td></tr></tbody></table></div></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="late-news"></a>4.�Late-Breaking News</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">No late-breaking news. </p></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>This file, and other release-related documents, - can be downloaded from <a href="https://www.FreeBSD.org/releases/">https://www.FreeBSD.org/releases/</a>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about FreeBSD, read the - <a href="http://www.FreeBSD.org/docs.html">documentation</a> before - contacting <<a href="mailto:[email protected]">[email protected]</a>>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>All users of FreeBSD 9.3-STABLE should - subscribe to the <<a href="mailto:[email protected]">[email protected]</a>> - mailing list.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about this documentation, - e-mail <<a href="mailto:[email protected]">[email protected]</a>>.</small></p></body></html>
\ No newline at end of file diff --git a/website/content/en/releases/9.3R/hardware.adoc b/website/content/en/releases/9.3R/hardware.adoc new file mode 100644 index 0000000000..1609d0e0c9 --- /dev/null +++ b/website/content/en/releases/9.3R/hardware.adoc @@ -0,0 +1,3221 @@ +--- +title: "FreeBSD 9.3-RELEASE Hardware Notes" +sidenav: download +--- + += FreeBSD 9.3-RELEASE Hardware Notes + +== Table of Contents + +* <<intro,Introduction>> +* <<proc,Supported Processors and System Boards>> +* <<support,Supported Devices>> + +[[intro]] +== Introduction + +This document contains the hardware compatibility notes for FreeBSD 9.3-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. + +[[proc]] +== Supported Processors and System Boards + +This section provides some architecture-specific information about the specific processors and systems that are supported by each architecture. + +[[proc-amd64]] +== amd64 + +Since mid-2003 FreeBSD/amd64 has supported the AMD64 ("Hammer") and Intel(R) 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. + +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. + +As of this writing, the following processors are supported: + +* AMD Athlon(TM)64 ("Clawhammer"). +* AMD Opteron(TM) ("Sledgehammer"). +* All multi-core Intel(R) Xeon(TM) processors except Sossaman have EM64T support. +* The single-core Intel(R) Xeon(TM) processors "Nocona", "Irwindale", "Potomac", and "Cranford" have EM64T support. +* All Intel(R) Core 2 (not Core Duo) and later processors +* All Intel(R) Pentium(R) D processors +* Intel(R) Pentium(R) 4s and Celeron Ds using the "Cedar Mill" core have EM64T support. +* Some Intel(R) Pentium(R) 4s and Celeron Ds using the "Prescott" core have EM64T support. See the http://processorfinder.intel.com[Intel Processor Spec Finder] for the definitive answer about EM64T support in Intel processors. + +Intel(R) EM64T is an extended version of IA-32 (x86) and different from Intel(R) IA-64 (Itanium) architecture, which FreeBSD/ia64 supports. Some Intel(R)'s old documentation refers to Intel(R) EM64T as "64-bit extension technology" or "IA-32e". + +Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) configurations are supported. + +In many respects, FreeBSD/amd64 is similar to FreeBSD/i386, in terms of drivers supported. Generally, drivers that already function correctly on other 64-bit platforms should work. + +[[proc-i386]] +== i386 + +FreeBSD/i386 runs on a wide variety of "IBM PC compatible" 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. + +Almost all i386(TM)-compatible processors with a floating point unit are supported. All Intel(R) processors beginning with the 80486 are supported, including the 80486, Pentium(R), Pentium(R) Pro, Pentium(R) II, Pentium(R) III, Pentium(R) 4, and variants thereof, such as the Xeon(TM) and Celeron(R) processors. All i386(TM)-compatible AMD processors are also supported, including the Am486(R), Am5x86(R), K5, AMD-K6(R) (and variants), AMD Athlon(TM) (including Athlon-MP, Athlon-XP, Athlon-4, and Athlon Thunderbird), and AMD Duron(TM) processors. The AMD Élan SC520 embedded processor is supported. The Transmeta Crusoe is recognized and supported, as are i386(TM)-compatible processors from Cyrix and NexGen. + +There is a wide variety of motherboards available for this architecture. Motherboards using the ISA, VLB, EISA, AGP, and PCI expansion buses are well-supported. There is some limited support for the MCA ("MicroChannel") expansion bus used in the IBM PS/2 line of PCs. + +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 http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp[FreeBSD symmetric multiprocessing mailing list] may yield some clues. + +FreeBSD will take advantage of HyperThreading (HTT) support on Intel(R) CPUs that support this feature. A kernel with the `options SMP` 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 `machdep.hyperthreading_allowed` tunable. The man:smp[4] manual page has more details. + +FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` 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 man:pae[4] manual page for more details. + +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 http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile[FreeBSD laptop computer mailing list] may be useful. + +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 Intel(R), as described in the man:acpi[4] 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 `/boot/device.hints`: + +[source,programlisting] +---- +hint.acpi.0.disabled="1" +---- + +Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The man:acpi[4] manual page has more information on how to do this via loader tunables. + +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 http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the man:acpi[4] manual page for more information. + +[[proc-ia64]] +== ia64 + +Currently supported processors are the http://people.freebsd.org/~marcel/refs/ia64/itanium/24532003.pdf[Itanium(R)] and the http://people.freebsd.org/~marcel/refs/ia64/itanium2/25111003.pdf[Itanium(R) 2]. + +Supported chipsets include: + +* HP zx1 +* Intel(R) 460GX +* Intel(R) E8870 + +Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) configurations are supported. + +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 man:syscons[4] can not be enabled and the use of a serial console is required. + +[[proc-pc98]] +== pc98 + +NEC PC-9801/9821 series with almost all i386(TM)-compatible processors, including 80486, Pentium(R), Pentium(R) Pro, Pentium(R) II, and variants. All i386(TM)-compatible processors by AMD, Cyrix, IBM, and IDT are also supported. + +NEC FC-9801/9821 series, and NEC SV-98 series (both of them are compatible with PC-9801/9821 series) should be supported. + +EPSON PC-386/486/586 series, which are compatible with NEC PC-9801 series are supported. + +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. + +Although there are some multi-processor systems (such as Rs20/B20), SMP-related features of FreeBSD are not supported yet. + +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. + +[[proc-powerpc]] +== powerpc + +This section describes the systems currently known to be supported by FreeBSD on the PowerPC platform. This list is not exhaustive. + +In general, all New World architecture Apple hardware is supported, as well a limited selection of non-Apple machines. + +All systems listed below are fully supported, with the exception that software fan control is currently missing on some Power Macintosh G5 models. SMP is supported on all systems with more than 1 processor. + +* Apple iMac G3 +* Apple iMac G4 +* Apple iMac G5 +* Apple Power Macintosh G3 (Blue & White) +* Apple Power Macintosh G4 +* Apple Power Macintosh G5 +* Apple iBook G3 +* Apple iBook G4 +* Apple PowerBook G3 (Lombard and Pismo) +* Apple PowerBook G4 +* Apple XServe G4 +* Apple XServe G5 +* Apple Mac Mini +* Embedded boards based on MPC85XX + +[[proc-sparc64]] +== sparc64 + +This section describes the systems currently known to be supported by FreeBSD on the Fujitsu SPARC64(R) and Sun UltraSPARC(R) platforms. For background information on the various hardware designs see the http://sunsolve.sun.com/handbook_pub/[Sun System Handbook]. + +SMP is supported on all systems with more than 1 processor. + +When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the man:creator[4] (Sun Creator, Sun Creator3D and Sun Elite3D) or man:machfb[4] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. + +If you have a system that is not listed here, it may not have been tested with FreeBSD 9.3-RELEASE. We encourage you to try it and send a note to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64[FreeBSD SPARC porting mailing list] with your results, including which devices work and which do not. + +The following systems are fully supported by FreeBSD: + +* Naturetech GENIALstation 777S +* Sun Blade(TM) 100 +* Sun Blade(TM) 150 +* Sun Enterprise(TM) 150 +* Sun Enterprise(TM) 220R +* Sun Enterprise(TM) 250 +* Sun Enterprise(TM) 420R +* Sun Enterprise(TM) 450 +* Sun Fire(TM) B100s (support for the on-board NICs first appeared in 8.1-RELEASE) +* Sun Fire(TM) V100 +* Sun Fire(TM) V120 +* Sun Netra(TM) t1 100/105 +* Sun Netra(TM) T1 AC200/DC200 +* Sun Netra(TM) t 1100 +* Sun Netra(TM) t 1120 +* Sun Netra(TM) t 1125 +* Sun Netra(TM) t 1400/1405 +* Sun Netra(TM) 120 +* Sun Netra(TM) X1 +* Sun SPARCEngine(R) Ultra AX1105 +* Sun SPARCEngine(R) Ultra AXe +* Sun SPARCEngine(R) Ultra AXi +* Sun SPARCEngine(R) Ultra AXmp +* Sun SPARCEngine(R) CP1500 +* Sun Ultra(TM) 1 +* Sun Ultra(TM) 1E +* Sun Ultra(TM) 2 +* Sun Ultra(TM) 5 +* Sun Ultra(TM) 10 +* Sun Ultra(TM) 30 +* Sun Ultra(TM) 60 +* Sun Ultra(TM) 80 +* Sun Ultra(TM) 450 + +The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the man:esp[4] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). + +* Sun Enterprise(TM) 3500 +* Sun Enterprise(TM) 4500 + +Starting with 7.2-RELEASE, sparc64 systems based on Sun UltraSPARC(R) III and beyond are also supported by FreeBSD, which includes the following known working systems: + +* Sun Blade(TM) 1000 +* Sun Blade(TM) 1500 +* Sun Blade(TM) 2000 +* Sun Blade(TM) 2500 +* Sun Fire(TM) 280R +* Sun Fire(TM) V210 +* Sun Fire(TM) V215 (support first appeared in 7.3-RELEASE and 8.1-RELEASE) +* Sun Fire(TM) V240 +* Sun Fire(TM) V245 (support first appeared in 7.3-RELEASE and 8.1-RELEASE) +* Sun Fire(TM) V250 +* Sun Fire(TM) V440 (support for the on-board NICs first appeared in 7.3-RELEASE and 8.0-RELEASE) +* Sun Fire(TM) V480 (501-6780 and 501-6790 centerplanes only, for which support first appeared in 7.3-RELEASE and 8.1-RELEASE, other centerplanes might work beginning with 8.3-RELEASE and 9.0-RELEASE) +* Sun Fire(TM) V880 +* Sun Fire(TM) V890 (support first appeared in 7.4-RELEASE and 8.1-RELEASE, non-mixed UltraSPARC(R) IV/IV+ CPU-configurations only) +* Netra(TM) 20/Netra(TM) T4 + +The following Sun UltraSPARC(R) systems are not tested but believed to be also supported by FreeBSD: + +* Sun Fire(TM) V125 +* Sun Fire(TM) V490 (support first appeared in 7.4-RELEASE and 8.1-RELEASE, non-mixed UltraSPARC(R) IV/IV+ CPU-configurations only) + +Starting with 7.4-RELEASE and 8.1-RELEASE, sparc64 systems based on Fujitsu SPARC64(R) V are also supported by FreeBSD, which includes the following known working systems: + +* Fujitsu PRIMEPOWER(R) 250 + +The following Fujitsu PRIMEPOWER(R) systems are not tested but believed to be also supported by FreeBSD: + +* Fujitsu PRIMEPOWER(R) 450 +* Fujitsu PRIMEPOWER(R) 650 +* Fujitsu PRIMEPOWER(R) 850 + +[[support]] +== Supported Devices + +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. + +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. + +== Note: + +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. + +[[disk]] +== Disk Controllers + +[amd64, i386, ia64, pc98, sparc64] IDE/ATA controllers (man:ata[4] driver) + +[pc98] IDE/ATA controllers (wdc driver) + +* On-board IDE controller + +[i386,ia64,amd64] Controllers supported by the man:aac[4] driver include: + +* Adaptec AAC-364 +* Adaptec RAID 2045 +* Adaptec RAID 2405 +* Adaptec RAID 2445 +* Adaptec RAID 2805 +* Adaptec RAID 3085 +* Adaptec RAID 31205 +* Adaptec RAID 31605 +* Adaptec RAID 5085 +* Adaptec RAID 51205 +* Adaptec RAID 51245 +* Adaptec RAID 51605 +* Adaptec RAID 51645 +* Adaptec RAID 52445 +* Adaptec RAID 5405 +* Adaptec RAID 5445 +* Adaptec RAID 5805 +* Adaptec SAS RAID 3405 +* Adaptec SAS RAID 3805 +* Adaptec SAS RAID 4000SAS +* Adaptec SAS RAID 4005SAS +* Adaptec SAS RAID 4800SAS +* Adaptec SAS RAID 4805SAS +* Adaptec SATA RAID 2020SA ZCR +* Adaptec SATA RAID 2025SA ZCR +* Adaptec SATA RAID 2026ZCR +* Adaptec SATA RAID 2410SA +* Adaptec SATA RAID 2420SA +* Adaptec SATA RAID 2610SA +* Adaptec SATA RAID 2620SA +* Adaptec SATA RAID 2810SA +* Adaptec SATA RAID 2820SA +* Adaptec SATA RAID 21610SA +* Adaptec SCSI RAID 2020ZCR +* Adaptec SCSI RAID 2025ZCR +* Adaptec SCSI RAID 2120S +* Adaptec SCSI RAID 2130S +* Adaptec SCSI RAID 2130SLP +* Adaptec SCSI RAID 2230SLP +* Adaptec SCSI RAID 2200S +* Adaptec SCSI RAID 2240S +* Adaptec SCSI RAID 3230S +* Adaptec SCSI RAID 3240S +* Adaptec SCSI RAID 5400S +* Dell CERC SATA RAID 2 +* Dell PERC 2/Si +* Dell PERC 2/QC +* Dell PERC 3/Si +* Dell PERC 3/Di +* Dell PERC 320/DC +* HP ML110 G2 (Adaptec SATA RAID 2610SA) +* HP NetRAID 4M +* IBM ServeRAID 8i +* IBM ServeRAID 8k +* IBM ServeRAID 8s +* ICP RAID ICP5045BL +* ICP RAID ICP5085BL +* ICP RAID ICP5085SL +* ICP RAID ICP5125BR +* ICP RAID ICP5125SL +* ICP RAID ICP5165BR +* ICP RAID ICP5165SL +* ICP RAID ICP5445SL +* ICP RAID ICP5805BL +* ICP RAID ICP5805SL +* ICP ICP5085BR SAS RAID +* ICP ICP9085LI SAS RAID +* ICP ICP9047MA SATA RAID +* ICP ICP9067MA SATA RAID +* ICP ICP9087MA SATA RAID +* ICP ICP9014RO SCSI RAID +* ICP ICP9024RO SCSI RAID +* Legend S220 +* Legend S230 +* Sun STK RAID REM +* Sun STK RAID EM +* SG-XPCIESAS-R-IN +* SG-XPCIESAS-R-EX +* AOC-USAS-S4i +* AOC-USAS-S8i +* AOC-USAS-S4iR +* AOC-USAS-S8iR +* AOC-USAS-S8i-LP +* AOC-USAS-S8iR-LP + +[i386,pc98,amd64] The man:adv[4] driver supports the following SCSI controllers: + +* AdvanSys ABP510/5150 +* AdvanSys ABP5140 +* AdvanSys ABP5142 +* AdvanSys ABP902/3902 +* AdvanSys ABP3905 +* AdvanSys ABP915 +* AdvanSys ABP920 +* AdvanSys ABP3922 +* AdvanSys ABP3925 +* AdvanSys ABP930, ABP930U, ABP930UA +* AdvanSys ABP960, ABP960U +* AdvanSys ABP542 +* AdvanSys ABP742 +* AdvanSys ABP842 +* AdvanSys ABP940 +* AdvanSys ABP940UA/3940UA +* AdvanSys ABP940U +* AdvanSys ABP3960UA +* AdvanSys ABP970, ABP970U +* AdvanSys ABP752 +* AdvanSys ABP852 +* AdvanSys ABP950 +* AdvanSys ABP980, ABP980U +* AdvanSys ABP980UA/3980UA +* MELCO IFC-USP (PC-98) +* RATOC REX-PCI30 (PC-98) +* @Nifty FNECHARD IFC-USUP-TX (PC-98) + +[i386,pc98,amd64] The man:adw[4] driver supports SCSI controllers including: + +* AdvanSys ABP940UW/ABP3940UW +* AdvanSys ABP950UW +* AdvanSys ABP970UW +* AdvanSys ABP3940U2W +* AdvanSys ABP3950U2W + +[i386] The man:aha[4] driver supports the following SCSI host adapters: + +* Adaptec AHA-154xB +* Adaptec AHA-154xC +* Adaptec AHA-154xCF +* Adaptec AHA-154xCP +* Adaptec AHA-1640 +* Adaptec AHA-174x in 154x emulation mode +* DTC 3290 SCSI controller in 1542 emulation mode +* Tekram SCSI controllers in 154x emulation mode + +[i386] The man:ahb[4] driver supports the following SCSI host adapters: + +* Adaptec AHA-1740 +* Adaptec AHA-1742 +* Adaptec AHA-1740A +* Adaptec AHA-1742A + +The man:ahc[4] driver supports the following SCSI host adapter chips and SCSI controller cards: + +* Adaptec AIC7770 host adapter chip +* Adaptec AIC7850 host adapter chip +* Adaptec AIC7860 host adapter chip +* Adaptec AIC7870 host adapter chip +* Adaptec AIC7880 host adapter chip +* Adaptec AIC7890 host adapter chip +* Adaptec AIC7891 host adapter chip +* Adaptec AIC7892 host adapter chip +* Adaptec AIC7895 host adapter chip +* Adaptec AIC7896 host adapter chip +* Adaptec AIC7897 host adapter chip +* Adaptec AIC7899 host adapter chip +* Adaptec 274X(W) +* Adaptec 274X(T) +* Adaptec 284X +* Adaptec 2910 +* Adaptec 2915 +* Adaptec 2920C +* Adaptec 2930C +* Adaptec 2930U2 +* Adaptec 2940 +* Adaptec 2940J +* Adaptec 2940N +* Adaptec 2940U +* Adaptec 2940AU +* Adaptec 2940UW +* Adaptec 2940UW Dual +* Adaptec 2940UW Pro +* Adaptec 2940U2W +* Adaptec 2940U2B +* Adaptec 2950U2W +* Adaptec 2950U2B +* Adaptec 19160B +* Adaptec 29160B +* Adaptec 29160N +* Adaptec 3940 +* Adaptec 3940U +* Adaptec 3940AU +* Adaptec 3940UW +* Adaptec 3940AUW +* Adaptec 3940U2W +* Adaptec 3950U2 +* Adaptec 3960 +* Adaptec 39160 +* Adaptec 3985 +* Adaptec 4944UW +* NEC PC-9821Xt13 (PC-98) +* NEC RvII26 (PC-98) +* NEC PC-9821X-B02L/B09 (PC-98) +* NEC SV-98/2-B03 (PC-98) +* Many motherboards with on-board SCSI support + +The man:ahci[4] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). + +Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it supports AHCI part of legacy-PATA + AHCI-SATA combined controllers, such as JMicron JMB36x and Marvell 88SE61xx. + +[i386,sparc64,ia64,amd64] The man:ahd[4] driver supports the following: + +* Adaptec AIC7901 host adapter chip +* Adaptec AIC7901A host adapter chip +* Adaptec AIC7902 host adapter chip +* Adaptec 29320 host adapter +* Adaptec 39320 host adapter +* Many motherboards with on-board SCSI support + +[i386,pc98,amd64] The adapters supported by the man:aic[4] driver include: + +* Adaptec AHA-1505 (ISA) +* Adaptec AHA-1510A, AHA-1510B (ISA) +* Adaptec AHA-1520A, AHA-1520B (ISA) +* Adaptec AHA-1522A, AHA-1522B (ISA) +* Adaptec AHA-1535 (ISA) +* Creative Labs SoundBlaster SCSI host adapter (ISA) +* Adaptec AHA-1460, AHA-1460B, AHA-1460C, AHA-1460D (PC Card) +* Adaptec AHA-1030B, AHA-1030P (PC98) +* NEC PC-9801-100 (PC98) + +[i386,pc98,amd64] Controllers supported by the man:amd[4] driver include: + +* MELCO IFC-DP (PC-98) +* Tekram DC390 +* Tekram DC390T + +Controllers supported by the man:amr[4] driver include: + +* MegaRAID SATA 150-4 +* MegaRAID SATA 150-6 +* MegaRAID SATA 300-4X +* MegaRAID SATA 300-8X +* MegaRAID SCSI 320-1E +* MegaRAID SCSI 320-2E +* MegaRAID SCSI 320-4E +* MegaRAID SCSI 320-0X +* MegaRAID SCSI 320-2X +* MegaRAID SCSI 320-4X +* MegaRAID SCSI 320-0 +* MegaRAID SCSI 320-1 +* MegaRAID SCSI 320-2 +* MegaRAID SCSI 320-4 +* MegaRAID Series 418 +* MegaRAID i4 133 RAID +* MegaRAID Elite 1500 (Series 467) +* MegaRAID Elite 1600 (Series 493) +* MegaRAID Elite 1650 (Series 4xx) +* MegaRAID Enterprise 1200 (Series 428) +* MegaRAID Enterprise 1300 (Series 434) +* MegaRAID Enterprise 1400 (Series 438) +* MegaRAID Enterprise 1500 (Series 467) +* MegaRAID Enterprise 1600 (Series 471) +* MegaRAID Express 100 (Series 466WS) +* MegaRAID Express 200 (Series 466) +* MegaRAID Express 300 (Series 490) +* MegaRAID Express 500 (Series 475) +* Dell PERC +* Dell PERC 2/SC +* Dell PERC 2/DC +* Dell PERC 3/DCL +* Dell PERC 3/QC +* Dell PERC 4/DC +* Dell PERC 4/IM +* Dell PERC 4/SC +* Dell PERC 4/Di +* Dell PERC 4e/DC +* Dell PERC 4e/Di +* Dell PERC 4e/Si +* Dell PERC 4ei +* HP NetRAID-1/Si +* HP NetRAID-3/Si (D4943A) +* HP Embedded NetRAID +* Intel RAID Controller SRCS16 +* Intel RAID Controller SRCU42X + +[i386,amd64] The man:arcmsr[4] driver supports the following cards: + +* ARC-1110 +* ARC-1120 +* ARC-1130 +* ARC-1160 +* ARC-1170 +* ARC-1110ML +* ARC-1120ML +* ARC-1130ML +* ARC-1160ML +* ARC-1200 +* ARC-1201 +* ARC-1210 +* ARC-1212 +* ARC-1213 +* ARC-1214 +* ARC-1220 +* ARC-1222 +* ARC-1223 +* ARC-1224 +* ARC-1230 +* ARC-1231 +* ARC-1260 +* ARC-1261 +* ARC-1270 +* ARC-1280 +* ARC-1210ML +* ARC-1220ML +* ARC-1231ML +* ARC-1261ML +* ARC-1280ML +* ARC-1380 +* ARC-1381 +* ARC-1680 +* ARC-1681 +* ARC-1880 +* ARC-1882 + +[i386] The adapters currently supported by the man:asr[4] driver include the following: + +* Adaptec Zero-Channel SCSI RAID 2000S, 2005S, 2010S, 2015S +* Adaptec SCSI RAID 2100S, 2110S +* Adaptec ATA-100 RAID 2400A +* Adaptec SCSI RAID 3200S, 3210S +* Adaptec SCSI RAID 3400S, 3410S +* Adaptec SmartRAID PM1554 +* Adaptec SmartRAID PM1564 +* Adaptec SmartRAID PM2554 +* Adaptec SmartRAID PM2564 +* Adaptec SmartRAID PM2664 +* Adaptec SmartRAID PM2754 +* Adaptec SmartRAID PM2865 +* Adaptec SmartRAID PM3754 +* Adaptec SmartRAID PM3755U2B / SmartRAID V Millennium +* Adaptec SmartRAID PM3757 +* 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 + +[i386,amd64] The man:bt[4] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: + +* BusLogic BT-445C +* BusLogic BT-445S +* BusLogic BT-540CF +* BusLogic BT-542B +* BusLogic BT-542B +* BusLogic BT-542D +* BusLogic BT-545C +* BusLogic BT-545S +* BusLogic/BusTek BT-640 +* BusLogic BT-742A +* BusLogic BT-742A +* BusLogic BT-747C +* BusLogic BT-747D +* BusLogic BT-747S +* BusLogic BT-757C +* BusLogic BT-757CD +* BusLogic BT-757D +* BusLogic BT-757S +* BusLogic BT-946C +* BusLogic BT-948 +* BusLogic BT-956C +* BusLogic BT-956CD +* BusLogic BT-958 +* BusLogic BT-958D +* Storage Dimensions SDC3211B / SDC3211F + +AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the man:bt[4] driver. + +[i386,ia64,amd64] Controllers supported by the man:ciss[4] driver include: + +* Compaq Smart Array 5300 +* Compaq Smart Array 532 +* Compaq Smart Array 5i +* HP Smart Array 5312 +* HP Smart Array 6i +* HP Smart Array 641 +* HP Smart Array 642 +* HP Smart Array 6400 +* HP Smart Array 6400 EM +* HP Smart Array E200 +* HP Smart Array E200i +* HP Smart Array P212 +* HP Smart Array P220i +* HP Smart Array P222 +* HP Smart Array P230i +* HP Smart Array P400 +* HP Smart Array P400i +* HP Smart Array P410 +* HP Smart Array P410i +* HP Smart Array P411 +* HP Smart Array P420 +* HP Smart Array P420i +* HP Smart Array P421 +* HP Smart Array P430 +* HP Smart Array P430i +* HP Smart Array P431 +* HP Smart Array P530 +* HP Smart Array P531 +* HP Smart Array P600 +* HP Smart Array P721m +* HP Smart Array P731m +* HP Smart Array P800 +* HP Smart Array P812 +* HP Smart Array P830 +* HP Smart Array P830i +* HP Modular Smart Array 20 (MSA20) +* HP Modular Smart Array 500 (MSA500) + +[pc98] The man:ct[4] driver supports the following adapters: + +* ELECOM bus-master SCSI adapters +* I-O DATA SC-98II +* ICM IF-2660, IF-2766, IF-2766ET, IF-2767 and IF-2769 +* Logitec LHA-N151 and LHA-20x series +* Midori-Denshi MDC-554NA and MDC-926R +* NEC PC-9801-55, 92 and compatibles +* SMIT transfer type SCSI host adapters +* TEXA HA-55BS2 and its later models + +[i386,ia64,amd64] The man:dpt[4] driver provides support for the following RAID adapters: + +* DPT Smart Cache Plus +* Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) (Gen2) +* Smart RAID II (PM3?2?, PM3021, PM3222) +* Smart Cache III (PM2?3?) +* Smart RAID III (PM3?3?, PM3332 [EISA], PM3334UW [PCI]) (Gen3) +* Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) (Gen4) +* Smart RAID IV + +== Note: + +[amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. + +[sparc64] Controllers supported by the man:esp[4] driver include: + +* MELCO IFC-DP (PC-98) +* Sun ESP family +* Sun FAS family +* Tekram DC390 +* Tekram DC390T + +[i386,amd64] The man:hpt27xx[4] driver supports the following SAS controllers: + +* HighPoint's RocketRAID 271x series +* HighPoint's RocketRAID 272x series +* HighPoint's RocketRAID 274x series +* HighPoint's RocketRAID 276x series +* HighPoint's RocketRAID 278x series + +[i386,amd64] The man:hptiop[4] driver supports the following SAS and SATA RAID controllers: + +* HighPoint RocketRAID 4522 +* HighPoint RocketRAID 4521 +* HighPoint RocketRAID 4520 +* HighPoint RocketRAID 4322 +* HighPoint RocketRAID 4321 +* HighPoint RocketRAID 4320 +* HighPoint RocketRAID 4311 +* HighPoint RocketRAID 4310 +* HighPoint RocketRAID 3640 +* HighPoint RocketRAID 3622 +* HighPoint RocketRAID 3620 + +The man:hptiop[4] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: + +* HighPoint RocketRAID 4211 +* HighPoint RocketRAID 4210 +* HighPoint RocketRAID 3560 +* HighPoint RocketRAID 3540 +* HighPoint RocketRAID 3530 +* HighPoint RocketRAID 3522 +* HighPoint RocketRAID 3521 +* HighPoint RocketRAID 3520 +* HighPoint RocketRAID 3511 +* HighPoint RocketRAID 3510 +* HighPoint RocketRAID 3410 +* HighPoint RocketRAID 3320 +* HighPoint RocketRAID 3220 +* HighPoint RocketRAID 3122 +* HighPoint RocketRAID 3120 +* HighPoint RocketRAID 3020 + +[i386,amd64] The man:hptmv[4] driver supports the following ATA RAID controllers: + +* HighPoint's RocketRAID 182x series + +[i386,amd64] The man:hptrr[4] driver supports the following RAID controllers: + +* RocketRAID 172x series +* RocketRAID 174x series +* RocketRAID 2210 +* RocketRAID 222x series +* RocketRAID 2240 +* RocketRAID 230x series +* RocketRAID 231x series +* RocketRAID 232x series +* RocketRAID 2340 +* RocketRAID 2522 + +[i386] The following controllers are supported by the man:ida[4] driver: + +* Compaq SMART Array 221 +* Compaq Integrated SMART Array Controller +* Compaq SMART Array 4200 +* Compaq SMART Array 4250ES +* Compaq SMART 3200 Controller +* Compaq SMART 3100ES Controller +* Compaq SMART-2/DH Controller +* Compaq SMART-2/SL Controller +* Compaq SMART-2/P Controller +* Compaq SMART-2/E Controller +* Compaq SMART Controller + +[i386,ia64,amd64] Controllers supported by the man:iir[4] driver include: + +* Intel RAID Controller SRCMR +* Intel Server RAID Controller U3-l (SRCU31a) +* Intel Server RAID Controller U3-1L (SRCU31La) +* Intel Server RAID Controller U3-2 (SRCU32) +* All past and future releases of Intel and ICP RAID Controllers. + +* Intel RAID Controller SRCU21 (discontinued) +* Intel RAID Controller SRCU31 (older revision, not compatible) +* Intel RAID Controller SRCU31L (older revision, not compatible) + +The SRCU31 and SRCU31L can be updated via a firmware update available from Intel. + +[i386,amd64] Controllers supported by the man:ips[4] driver include: + +* IBM ServeRAID 3H +* ServeRAID 4L/4M/4H +* ServeRAID Series 5 +* ServeRAID 6i/6M +* ServeRAID 7t/7k/7M + +Newer ServeRAID controllers are supported by the aac(4) or mfi(4) driver. + +[i386,amd64] The man:isci[4] driver provides support for Intel C600 SAS controllers. + +Cards supported by the man:isp[4] driver include: + +* ISP1000 +* ISP1020 +* ISP1040 +* Qlogic 1240 +* Qlogic 1020 +* Qlogic 1040 +* Qlogic 1080 +* Qlogic 1280 +* Qlogic 12160 +* Qlogic 210X +* Qlogic 220X +* Qlogic 2300 +* Qlogic 2312 +* Qlogic 234X +* Qlogic 2322 +* Qlogic 200 +* Qlogic 2422 +* Qlogic 2432 + +[i386,ia64,amd64] The man:mfi[4] driver supports the following hardware: + +* LSI MegaRAID SAS 1078 +* LSI MegaRAID SAS 8408E +* LSI MegaRAID SAS 8480E +* LSI MegaRAID SAS 9260 +* Dell PERC5 +* Dell PERC6 +* IBM ServeRAID M5015 SAS/SATA +* IBM ServeRAID-MR10i +* Intel RAID Controller SROMBSAS18E + +[i386,ia64,amd64] Controllers supported by the man:mlx[4] driver include: + +* Mylex DAC960P +* Mylex DAC960PD / DEC KZPSC (Fast Wide) +* Mylex DAC960PDU +* Mylex DAC960PL +* Mylex DAC960PJ +* Mylex DAC960PG +* Mylex DAC960PU / DEC PZPAC (Ultra Wide) +* Mylex AcceleRAID 150 (DAC960PRL) +* Mylex AcceleRAID 250 (DAC960PTL1) +* Mylex eXtremeRAID 1100 (DAC1164P) +* 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) + +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. + +== Note: + +[amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. + +[i386,ia64,amd64] Controllers supported by the man:mly[4] driver include: + +* Mylex AcceleRAID 160 +* Mylex AcceleRAID 170 +* Mylex AcceleRAID 352 +* Mylex eXtremeRAID 2000 +* Mylex eXtremeRAID 3000 + +Compatible Mylex controllers not listed should work, but have not been verified. + +The man:mps[4] driver supports the following hardware: + +* LSI Logic SAS2004 (4 Port SAS) +* LSI Logic SAS2008 (8 Port SAS) +* LSI Logic SAS2108 (8 Port SAS) +* LSI Logic SAS2116 (16 Port SAS) +* LSI Logic SAS2208 (8 Port SAS) +* LSI Logic SAS2308 (8 Port SAS) +* LSI Logic SSS6200 Solid State Storage +* Intel Integrated RAID Module RMS25JB040 +* Intel Integrated RAID Module RMS25JB080 +* Intel Integrated RAID Module RMS25KB040 +* Intel Integrated RAID Module RMS25KB080 + +The following controllers are supported by the man:mpt[4] driver: + +* LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI) +* LSI Logic AS1064, LSI Logic AS1068 +* LSI Logic FC909 (1Gb/s Fibre Channel) +* LSI Logic FC909A (Dual 1Gb/s Fibre Channel) +* LSI Logic FC919, LSI Logic 7102XP-LC (Single 2Gb/s Fibre Channel) +* LSI Logic FC929, LSI Logic FC929X, LSI Logic 7202XP-LC (Dual 2Gb/s Fibre Channel) +* LSI Logic FC949X (Dual 4Gb/s Fibre Channel) +* LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express) + +The Ultra 320 SCSI controller chips supported by the man:mpt[4] driver can be found onboard on many systems including: + +* Dell PowerEdge 1750 thru 2850 +* IBM eServer xSeries 335 + +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. + +The man:mrsas[4] driver supports the following hardware: + +[ Thunderbolt 6Gb/s MR controller ] + +* LSI MegaRAID SAS 9265 +* LSI MegaRAID SAS 9266 +* LSI MegaRAID SAS 9267 +* LSI MegaRAID SAS 9270 +* LSI MegaRAID SAS 9271 +* LSI MegaRAID SAS 9272 +* LSI MegaRAID SAS 9285 +* LSI MegaRAID SAS 9286 +* DELL PERC H810 +* DELL PERC H710/P + +[ Invader/Fury 12Gb/s MR controller ] + +* LSI MegaRAID SAS 9380 +* LSI MegaRAID SAS 9361 +* LSI MegaRAID SAS 9341 +* DELL PERC H830 +* DELL PERC H730/P +* DELL PERC H330 + +The man:mvs[4] driver supports the following controllers: + +Gen-I (SATA 1.5Gbps): + +* 88SX5040 +* 88SX5041 +* 88SX5080 +* 88SX5081 + +Gen-II (SATA 3Gbps, NCQ, PMP): + +* 88SX6040 +* 88SX6041 (including Adaptec 1420SA) +* 88SX6080 +* 88SX6081 + +Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS): + +* 88SX6042 +* 88SX7042 (including Adaptec 1430SA) +* 88F5182 SoC +* 88F6281 SoC +* MV78100 SoC + +Note, that this hardware supports command queueing and FIS-based switching only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port. + +[i386,pc98,amd64] The man:ncr[4] driver provides support for the following NCR/Symbios SCSI controller chips: + +* 53C810 +* 53C810A +* 53C815 +* 53C820 +* 53C825A +* 53C860 +* 53C875 +* 53C875J +* 53C885 +* 53C895 +* 53C895A +* 53C896 +* 53C1510D + +The following add-on boards are known to be supported: + +* I-O DATA SC-98/PCI (PC-98) +* I-O DATA SC-PCI (PC-98) + +[i386,pc98] The following devices are currently supported by the man:ncv[4] driver: + +* I-O DATA PCSC-DV +* KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450 +* Macnica Miracle SCSI-II mPS110 +* Media Intelligent MSC-110, MSC-200 +* NEC PC-9801N-J03R +* New Media Corporation BASICS SCSI +* Qlogic Fast SCSI +* RATOC REX-9530, REX-5572 (SCSI only) + +[i386,pc98] Controllers supported by the man:nsp[4] driver include: + +* Alpha-Data AD-PCS201 +* I-O DATA CBSC16 + +[i386] The man:pst[4] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. + +The man:siis[4] driver supports the following controller chips: + +* SiI3124 (PCI-X 133MHz/64bit, 4 ports) +* SiI3131 (PCIe 1.0 x1, 1 port) +* SiI3132 (PCIe 1.0 x1, 2 ports) +* SiI3531 (PCIe 1.0 x1, 1 port) + +[i386,pc98] Controllers supported by the man:stg[4] driver include: + +* Adaptec 2920/A +* Future Domain SCSI2GO +* Future Domain TMC-18XX/3260 +* IBM SCSI PCMCIA Card +* ICM PSC-2401 SCSI +* MELCO IFC-SC +* RATOC REX-5536, REX-5536AM, REX-5536M, REX-9836A + +Note that the Adaptec 2920C is supported by the ahc(4) driver. + +The man:sym[4] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: + +* 53C810 +* 53C810A +* 53C815 +* 53C825 +* 53C825A +* 53C860 +* 53C875 +* 53C876 +* 53C895 +* 53C895A +* 53C896 +* 53C897 +* 53C1000 +* 53C1000R +* 53C1010-33 +* 53C1010-66 +* 53C1510D + +The SCSI controllers supported by man:sym[4] can be either embedded on a motherboard, or on one of the following add-on boards: + +* ASUS SC-200, SC-896 +* Data Technology DTC3130 (all variants) +* DawiControl DC2976UW +* Diamond FirePort (all) +* I-O DATA SC-UPCI (PC-98) +* Logitec LHA-521UA (PC-98) +* NCR cards (all) +* Symbios cards (all) +* Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D, and 390U3W +* Tyan S1365 + +[i386,amd64] SCSI controllers supported by the man:trm[4] driver include: + +* Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal SCSI connector +* Tekram DC-315U PCI Ultra SCSI adapter without BIOS +* Tekram DC-395F PCI Ultra-Wide SCSI adapter with flash BIOS and 68-pin external SCSI connector +* Tekram DC-395U PCI Ultra SCSI adapter with flash BIOS +* Tekram DC-395UW PCI Ultra-Wide SCSI adapter with flash BIOS +* Tekram DC-395U2W PCI Ultra2-Wide SCSI adapter with flash BIOS + +For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use the sym(4) driver. + +[i386,amd64] The man:twa[4] driver supports the following SATA RAID controllers: + +* AMCC's 3ware 9500S-4LP +* AMCC's 3ware 9500S-8 +* AMCC's 3ware 9500S-8MI +* AMCC's 3ware 9500S-12 +* AMCC's 3ware 9500S-12MI +* AMCC's 3ware 9500SX-4LP +* AMCC's 3ware 9500SX-8LP +* AMCC's 3ware 9500SX-12 +* AMCC's 3ware 9500SX-12MI +* AMCC's 3ware 9500SX-16ML +* AMCC's 3ware 9550SX-4LP +* AMCC's 3ware 9550SX-8LP +* AMCC's 3ware 9550SX-12 +* AMCC's 3ware 9550SX-12MI +* AMCC's 3ware 9550SX-16ML +* AMCC's 3ware 9650SE-2LP +* AMCC's 3ware 9650SE-4LPML +* AMCC's 3ware 9650SE-8LPML +* AMCC's 3ware 9650SE-12ML +* AMCC's 3ware 9650SE-16ML +* AMCC's 3ware 9650SE-24M8 + +[i386,amd64] The man:twe[4] driver supports the following PATA/SATA RAID controllers: + +* AMCC's 3ware 5000 series +* AMCC's 3ware 6000 series +* AMCC's 3ware 7000-2 +* AMCC's 3ware 7006-2 +* AMCC's 3ware 7500-4LP +* AMCC's 3ware 7500-8 +* AMCC's 3ware 7500-12 +* AMCC's 3ware 7506-4LP +* AMCC's 3ware 7506-8 +* AMCC's 3ware 7506-12 +* AMCC's 3ware 8006-2LP +* AMCC's 3ware 8500-4LP +* AMCC's 3ware 8500-8 +* AMCC's 3ware 8500-12 +* AMCC's 3ware 8506-4LP +* AMCC's 3ware 8506-8 +* AMCC's 3ware 8506-8MI +* AMCC's 3ware 8506-12 +* AMCC's 3ware 8506-12MI + +[i386,amd64] The man:tws[4] driver supports the following SATA/SAS RAID controller: + +* LSI's 3ware SAS 9750 series + +[i386] The man:vpo[4] driver supports the following parallel to SCSI interfaces: + +* Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega ZIP drives) +* Iomega Jaz Traveller interface +* Iomega MatchMaker SCSI interface (built-in to Iomega ZIP+ drives) + +[i386] The wds(4) driver supports the WD7000 SCSI controller. + +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 man:cd[4]). WORM/CD-R/CD-RW writing support is provided by man:cdrecord#(1)#], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. + +The following CD-ROM type systems are supported at this time: + +* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (man:cd[4]) +* [i386] Sony proprietary interface (all models) (man:scd[4]) +* ATAPI IDE interface (man:acd[4]) + +[i386] The following device is unmaintained: + +* Mitsumi proprietary CD-ROM interface (all models) (man:mcd[4]) + +[[ethernet]] +== Ethernet Interfaces + +The man:ae[4] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: + +* ASUS EeePC 701 +* ASUS EeePC 900 + +Other hardware may or may not work with this driver. + +The man:age[4] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: + +* ASUS M2N8-VMX +* ASUS M2V +* ASUS M3A +* ASUS P2-M2A590G +* ASUS P5B-E +* ASUS P5B-MX/WIFI-AP +* ASUS P5B-VMSE +* ASUS P5K +* ASUS P5KC +* ASUS P5KPL-C +* ASUS P5KPL-VM +* ASUS P5K-SE +* ASUS P5K-V +* ASUS P5L-MX +* ASUS P5DL2-VM +* ASUS P5L-VM 1394 +* ASUS G2S + +The man:ale[4] device driver provides support for the following Ethernet controllers: + +* Atheros AR8113 PCI Express Fast Ethernet controller +* Atheros AR8114 PCI Express Fast Ethernet controller +* Atheros AR8121 PCI Express Gigabit Ethernet controller + +[i386,pc98,ia64,amd64,powerpc] Adapters supported by the man:aue[4] driver include: + +* Abocom UFE1000, DSB650TX_NA +* Accton USB320-EC, SpeedStream +* ADMtek AN986, AN8511 +* Billionton USB100, USB100LP, USB100EL, USBE100 +* Corega Ether FEther USB-T, FEther USB-TX, FEther USB-TXS +* D-Link DSB-650, DSB-650TX, DSB-650TX-PNA +* Elecom LD-USBL/TX +* Elsa Microlink USB2Ethernet +* HP hn210e +* I-O Data USB ETTX +* Kingston KNU101TX +* LinkSys USB10T adapters that contain the AN986 Pegasus chipset, USB10TA, USB10TX, USB100TX, USB100H1 +* MELCO LUA-TX, LUA2-TX +* Netgear FA101 +* Planex UE-200TX +* Sandberg USB to Network Link (model number 133-06) +* Siemens Speedstream +* SmartBridges smartNIC +* SMC 2202USB +* SOHOware NUB100 + +[i386,pc98,amd64,powerpc] The man:axe[4] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: + +AX88172: + +* AboCom UF200 +* Acer Communications EP1427X2 +* ASIX AX88172 +* ATen UC210T +* Billionton SnapPort +* Billionton USB2AR +* Buffalo (Melco Inc.) LUA-U2-KTX +* Corega USB2_TX +* D-Link DUBE100 +* Goodway GWUSB2E +* JVC MP_PRX1 +* LinkSys USB200M +* Netgear FA120 +* Sitecom LN-029 +* System TALKS Inc. SGC-X2UL + +AX88178: + +* ASIX AX88178 +* Belkin F5D5055 +* Logitec LAN-GTJ/U2A +* Buffalo (Melco Inc.) LUA3-U2-AGT +* Planex Communications GU1000T +* Sitecom Europe LN-028 + +AX88772: + +* ASIX AX88772 +* Buffalo (Melco Inc.) LUA3-U2-ATX +* D-Link DUBE100B1 +* Planex UE-200TX-G +* Planex UE-200TX-G2 + +AX88772A: + +* ASIX AX88772A +* Cisco-Linksys USB200Mv2 + +AX88772B: + +* ASIX AX88772B +* Lenovo USB 2.0 Ethernet + +AX88760: + +* ASIX AX88760 + +ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (man:axge[4] driver) + +[i386,amd64] The man:bce[4] driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: + +* QLogic NetXtreme II BCM5706 1000Base-SX +* QLogic NetXtreme II BCM5706 1000Base-T +* QLogic NetXtreme II BCM5708 1000Base-SX +* QLogic NetXtreme II BCM5708 1000Base-T +* QLogic NetXtreme II BCM5709 1000Base-SX +* QLogic NetXtreme II BCM5709 1000Base-T +* QLogic NetXtreme II BCM5716 1000Base-T +* Dell PowerEdge 1950 integrated BCM5708 NIC +* Dell PowerEdge 2950 integrated BCM5708 NIC +* Dell PowerEdge R710 integrated BCM5709 NIC +* HP NC370F Multifunction Gigabit Server Adapter +* HP NC370T Multifunction Gigabit Server Adapter +* HP NC370i Multifunction Gigabit Server Adapter +* HP NC371i Multifunction Gigabit Server Adapter +* HP NC373F PCIe Multifunc Giga Server Adapter +* HP NC373T PCIe Multifunction Gig Server Adapter +* HP NC373i Multifunction Gigabit Server Adapter +* HP NC373m Multifunction Gigabit Server Adapter +* HP NC374m PCIe Multifunction Adapter +* HP NC380T PCIe DP Multifunc Gig Server Adapter +* HP NC382T PCIe DP Multifunction Gigabit Server Adapter +* HP NC382i DP Multifunction Gigabit Server Adapter +* HP NC382m DP 1GbE Multifunction BL-c Adapter + +[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (man:bfe[4] driver) + +[i386,pc98,sparc64,ia64,amd64] The man:bge[4] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: + +* 3Com 3c996-SX (1000baseSX) +* 3Com 3c996-T (10/100/1000baseTX) +* Dell PowerEdge 1750 integrated BCM5704C NIC (10/100/1000baseTX) +* Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX) +* Dell PowerEdge 2650 integrated BCM5703 NIC (10/100/1000baseTX) +* Dell PowerEdge R200 integrated BCM5750 NIC (10/100/1000baseTX) +* Dell PowerEdge R300 integrated BCM5722 NIC (10/100/1000baseTX) +* IBM x235 server integrated BCM5703x NIC (10/100/1000baseTX) +* HP Compaq dc7600 integrated BCM5752 NIC (10/100/1000baseTX) +* HP ProLiant NC7760 embedded Gigabit NIC (10/100/1000baseTX) +* HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseTX) +* HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseTX) +* HP ProLiant NC7781 embedded PCI-X Gigabit NIC (10/100/1000baseTX) +* Netgear GA302T (10/100/1000baseTX) +* SysKonnect SK-9D21 (10/100/1000baseTX) +* SysKonnect SK-9D41 (1000baseSX) + +The chips supported by the man:cas[4] driver are: + +* National Semiconductor DP83065 Saturn Gigabit Ethernet +* Sun Cassini Gigabit Ethernet +* Sun Cassini+ Gigabit Ethernet + +The following add-on cards are known to work with the man:cas[4] driver at this time: + +* Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524) +* Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902) +* Sun GigaSwift Ethernet UTP (GCS) (part no. 501-6719) +* Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522) +* Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738) + +[i386,pc98,ia64,amd64,powerpc] The following devices are supported by the man:cdce[4] driver: + +* Prolific PL-2501 Host-to-Host Bridge Controller +* Sharp Zaurus PDA +* Terayon TJ-715 DOCSIS Cable Modem + +[amd64, i386] Crystal Semiconductor CS89x0-based NICs (man:cs[4] driver) + +[i386,pc98,ia64,amd64,powerpc] The man:cue[4] driver supports CATC USB-EL1210A based USB Ethernet adapters including: + +* Belkin F5U011/F5U111 +* CATC Netmate +* CATC Netmate II +* SmartBridges SmartLink + +[i386,amd64] The man:cxgb[4] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: + +* Chelsio 10GBase-CX4 +* Chelsio 10GBase-LR +* Chelsio 10GBase-SR + +The man:dc[4] driver provides support for the following chipsets: + +* DEC/Intel 21143 +* ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II and ADM9513 Centaur II +* ALi/ULi M5261 and M5263 +* ASIX Electronics AX88140A and AX88141 +* Conexant LANfinity RS7112 (miniPCI) +* Davicom DM9009, DM9100, DM9102 and DM9102A +* Lite-On 82c168 and 82c169 PNIC +* Lite-On/Macronix 82c115 PNIC II +* Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 and 98732 +* Xircom X3201 (cardbus only) + +The following NICs are known to work with the man:dc[4] driver at this time: + +* 3Com OfficeConnect 10/100B (ADMtek AN985 Centaur-P) +* Abocom FE2500 +* Accton EN1217 (98715A) +* Accton EN2242 MiniPCI +* Adico AE310TX (98715A) +* Alfa Inc GFC2204 (ASIX AX88140A) +* Built in 10Mbps only Ethernet on Compaq Presario 7900 series desktops (21143, non-MII) +* Built in Sun DMFE 10/100 Mbps Ethernet on Sun Netra X1 and Sun Fire V100 (DM9102A, MII) +* Built in Ethernet on LinkSys EtherFast 10/100 Instant GigaDrive (DM9102, MII) +* CNet Pro110B (ASIX AX88140A) +* CNet Pro120A (98715A or 98713A) and CNet Pro120B (98715) +* Compex RL100-TX (98713 or 98713A) +* D-Link DFE-570TX (21143, MII, quad port) +* Digital DE500-BA 10/100 (21143, non-MII) +* ELECOM Laneed LD-CBL/TXA (ADMtek AN985) +* Hawking CB102 CardBus +* IBM EtherJet Cardbus Adapter +* Intel PRO/100 Mobile Cardbus (versions that use the X3201 chipset) +* Jaton XpressNet (Davicom DM9102) +* Kingston KNE100TX (21143, MII) +* Kingston KNE110TX (PNIC 82c169) +* LinkSys LNE100TX (PNIC 82c168, 82c169) +* LinkSys LNE100TX v2.0 (PNIC II 82c115) +* LinkSys LNE100TX v4.0/4.1 (ADMtek AN985 Centaur-P) +* Matrox FastNIC 10/100 (PNIC 82c168, 82c169) +* Melco LGY-PCI-TXL +* Microsoft MN-120 10/100 CardBus (ADMTek Centaur-C) +* Microsoft MN-130 10/100 PCI (ADMTek Centaur-P) +* NDC SOHOware SFA110A (98713A) +* NDC SOHOware SFA110A Rev B4 (98715AEC-C) +* NetGear FA310-TX Rev. D1, D2 or D3 (PNIC 82c169) +* Netgear FA511 +* PlaneX FNW-3602-T (ADMtek AN985) +* SMC EZ Card 10/100 1233A-TX (ADMtek AN985) +* SVEC PN102-TX (98713) +* Xircom Cardbus Realport +* Xircom Cardbus Ethernet 10/100 +* Xircom Cardbus Ethernet II 10/100 + +[i386,pc98,ia64,amd64] Adapters supported by the man:de[4] driver include: + +* Adaptec ANA-6944/TX +* Cogent EM100FX and EM440TX +* Corega FastEther PCI-TX +* D-Link DFE-500TX +* DEC DE435, DEC DE450, and DEC DE500 +* ELECOM LD-PCI2T, LD-PCITS +* I-O DATA LA2/T-PCI +* SMC Etherpower 8432, 9332 and 9334 +* ZNYX ZX3xx + +[i386,pc98] The man:ed[4] driver supports the following Ethernet NICs: + +* 3Com 3c503 Etherlink II +* AR-P500 Ethernet +* Accton EN1644 (old model), EN1646 (old model), EN2203 (old model) (110pin) (flags 0xd00000) +* Accton EN2212/EN2216/UE2216 +* Allied Telesis CentreCOM LA100-PCM_V2 +* Allied Telesis LA-98 (flags 0x000000) (PC-98) +* Allied Telesis SIC-98, SIC-98NOTE (110pin), SIU-98 (flags 0x600000) (PC-98) +* Allied Telesis SIU-98-D (flags 0x610000) (PC-98) +* AmbiCom 10BaseT card +* Bay Networks NETGEAR FA410TXC Fast Ethernet +* Belkin F5D5020 PC Card Fast Ethernet +* Billionton LM5LT-10B Ethernet/Modem PC Card +* Bromax iPort 10/100 Ethernet PC Card +* Bromax iPort 10 Ethernet PC Card +* Buffalo LPC2-CLT, LPC3-CLT, LPC3-CLX, LPC4-TX PC Card +* CNet BC40 adapter +* Compex Net-A adapter +* Compex RL2000 +* Contec C-NET(98), RT-1007(98), C-NET(9N) (110pin) (flags 0xa00000) (PC-98) +* Contec C-NET(98)E-A, C-NET(98)L-A, C-NET(98)P (flags 0x300000) (PC-98) +* Corega Ether98-T (flags 0x000000) (PC-98) +* Corega Ether PCC-T/EtherII PCC-T/FEther PCC-TXF/PCC-TXD PCC-T/Fether II TXD +* Corega LAPCCTXD (TC5299J) +* CyQ've ELA-010 +* DEC EtherWorks DE305 +* Danpex EN-6200P2 +* D-Link DE-298, DE-298P (flags 0x500000) (PC-98) +* D-Link DE-660, DE-660+ +* D-Link IC-CARD/IC-CARD+ Ethernet +* ELECOM LD-98P (flags 0x500000) (PC-98) +* ELECOM LD-BDN, LD-NW801G (flags 0x200000) (PC-98) +* ELECOM Laneed LD-CDL/TX, LD-CDF, LD-CDS, LD-10/100CD, LD-CDWA (DP83902A) +* Hawking PN652TX PC Card (AX88790) +* HP PC Lan+ 27247B and 27252A +* IBM Creditcard Ethernet I/II +* ICM AD-ET2-T, DT-ET-25, DT-ET-T5, IF-2766ET, IF-2771ET, NB-ET-T (110pin) (flags 0x500000) (PC-98) +* I-O DATA LA/T-98, LA/T-98SB, LA2/T-98, ET/T-98 (flags 0x900000) (PC-98) +* I-O DATA ET2/T-PCI +* I-O DATA PCLATE +* Kansai KLA-98C/T (flags 0x900000) (PC-98) +* Kingston KNE-PC2, CIO10T, KNE-PCM/x Ethernet +* KTI ET32P2 PCI +* Linksys EC2T/PCMPC100/PCM100, PCMLM56 +* Linksys EtherFast 10/100 PC Card, Combo PCMCIA Ethernet Card (PCMPC100 V2) +* Logitec LAN-98T (flags 0xb00000) (PC-98) +* MACNICA Ethernet ME1 for JEIDA +* MACNICA ME98 (flags 0x900000) (PC-98) +* MACNICA NE2098 (flags 0x400000) (PC-98) +* MELCO EGY-98 (flags 0x300000) (PC-98) +* MELCO LGH-98, LGY-98, LGY-98-N (110pin), IND-SP, IND-SS (flags 0x400000) (PC-98) +* MELCO LGY-PCI-TR +* MELCO LPC-T/LPC2-T/LPC2-CLT/LPC2-TX/LPC3-TX/LPC3-CLX +* NDC Ethernet Instant-Link +* NEC PC-9801-77, PC-9801-78 (flags 0x910000) (PC-98) +* NEC PC-9801-107, PC-9801-108 (flags 0x800000) (PC-98) +* National Semiconductor InfoMover NE4100 +* NetGear FA-410TX +* NetVin NV5000SC +* Network Everywhere Ethernet 10BaseT PC Card +* Networld 98X3 (flags 0xd00000) (PC-98) +* Networld EC-98X, EP-98X (flags 0xd10000) (PC-98) +* New Media LANSurfer 10+56 Ethernet/Modem +* New Media LANSurfer +* Novell NE1000/NE2000/NE2100 +* PLANEX ENW-8300-T +* PLANEX EN-2298-C (flags 0x200000) (PC-98) +* PLANEX EN-2298P-T, EN-2298-T (flags 0x500000) (PC-98) +* PLANEX FNW-3600-T +* Psion 10/100 LANGLOBAL Combine iT +* RealTek 8019 +* RealTek 8029 +* Relia Combo-L/M-56k PC Card +* SMC Elite 16 WD8013 +* SMC Elite Ultra +* SMC EtherEZ98 (flags 0x000000) (PC-98) +* SMC WD8003E/WD8003EBT/WD8003S/WD8003SBT/WD8003W/WD8013EBT/WD8013W and clones +* SMC EZCard PC Card, 8040-TX, 8041-TX (AX88x90), 8041-TX V.2 (TC5299J) +* Socket LP-E, ES-1000 Ethernet/Serial, LP-E CF, LP-FE CF +* Surecom EtherPerfect EP-427 +* Surecom NE-34 +* TDK 3000/3400/5670 Fast Ethernet/Modem +* TDK LAK-CD031, Grey Cell GCS2000 Ethernet Card +* TDK DFL5610WS Ethernet/Modem PC Card +* Telecom Device SuperSocket RE450T +* Toshiba LANCT00A PC Card +* VIA VT86C926 +* Winbond W89C940 +* Winbond W89C940F + +C-Bus, ISA, PCI and PC Card devices are supported. + +The man:ed[4] driver does not support the following Ethernet NICs: + +* Mitsubishi LAN Adapter B8895 + +The man:em[4] 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: + +* Intel PRO/1000 CT Network Connection (82547) +* Intel PRO/1000 F Server Adapter (82543) +* Intel PRO/1000 Gigabit Server Adapter (82542) +* Intel PRO/1000 GT Desktop Adapter (82541PI) +* Intel PRO/1000 MF Dual Port Server Adapter (82546) +* Intel PRO/1000 MF Server Adapter (82545) +* Intel PRO/1000 MF Server Adapter (LX) (82545) +* Intel PRO/1000 MT Desktop Adapter (82540) +* Intel PRO/1000 MT Desktop Adapter (82541) +* Intel PRO/1000 MT Dual Port Server Adapter (82546) +* Intel PRO/1000 MT Quad Port Server Adapter (82546EB) +* Intel PRO/1000 MT Server Adapter (82545) +* Intel PRO/1000 PF Dual Port Server Adapter (82571) +* Intel PRO/1000 PF Quad Port Server Adapter (82571) +* Intel PRO/1000 PF Server Adapter (82572) +* Intel PRO/1000 PT Desktop Adapter (82572) +* Intel PRO/1000 PT Dual Port Server Adapter (82571) +* Intel PRO/1000 PT Quad Port Server Adapter (82571) +* Intel PRO/1000 PT Server Adapter (82572) +* Intel PRO/1000 T Desktop Adapter (82544) +* Intel PRO/1000 T Server Adapter (82543) +* Intel PRO/1000 XF Server Adapter (82544) +* Intel PRO/1000 XT Server Adapter (82544) + +[i386,pc98,amd64] The man:ep[4] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: + +* 3Com 3C1 CF +* 3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC ISA +* 3Com 3C509B-TP, 3C509B-BNC, 3C509B-Combo, 3C509B-TPO, 3C509B-TPC ISA +* 3Com 3C529, 3C529-TP MCA +* 3Com 3C562/3C563 PCMCIA +* 3Com 3C569B-J-TPO, 3C569B-J-COMBO CBUS +* 3Com 3C574, 3C574TX, 3C574-TX, 3CCFE574BT, 3CXFE574BT, 3C3FE574BT PCMCIA +* 3Com 3C579-TP, 3C579-BNC EISA +* 3Com 3C589, 3C589B, 3C589C, 3C589D, 3CXE589DT PCMCIA +* 3Com 3CCFEM556B, 3CCFEM556BI PCMCIA +* 3Com 3CXE589EC, 3CCE589EC, 3CXE589ET, 3CCE589ET PCMCIA +* 3Com Megahertz 3CCEM556, 3CXEM556, 3CCEM556B, 3CXEM556B, 3C3FEM556C PCMCIA +* 3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA +* Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE arrow) + +Agere ET1310 Gigabit Ethernet adapters (man:et[4] driver) + +[i386,amd64] The man:ex[4] driver supports the following Ethernet adapters: + +* Intel EtherExpress Pro/10 ISA +* Intel EtherExpress Pro/10+ ISA +* Olicom OC2220 Ethernet PC Card +* Olicom OC2232 Ethernet/Modem PC Card +* Silicom Ethernet LAN PC Card +* Silicom EtherSerial LAN PC Card + +[i386,pc98,amd64] Controllers and cards supported by the man:fe[4] driver include: + +* Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin) +* CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C (ExtCard) +* CONTEC C-NET(PC)C PC Card Ethernet +* Eagle Tech NE200T +* Eiger Labs EPX-10BT +* Fujitsu FMV-J182, FMV-J182A +* Fujitsu MB86960A, MB86965A +* Fujitsu MBH10303, MBH10302 PC Card Ethernet +* Fujitsu Towa LA501 Ethernet +* HITACHI HT-4840-11 PC Card Ethernet +* NextCom J Link NC5310 +* RATOC REX-5588, REX-9822, REX-4886, and REX-R280 +* RATOC REX-9880/9881/9882/9883 +* TDK LAC-98012, LAC-98013, LAC-98025, LAC-9N011 (110-pin) +* TDK LAK-CD011, LAK-CD021, LAK-CD021A, LAK-CD021BX +* Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE N98(PC86132) (110-pin) + +Adapters supported by the man:fxp[4] driver include: + +* Intel EtherExpress PRO/10 +* Intel InBusiness 10/100 +* Intel PRO/100B / EtherExpressPRO/100 B PCI Adapter +* Intel PRO/100+ Management Adapter +* Intel PRO/100 VE Desktop Adapter +* Intel PRO/100 VM Network Connection +* Intel PRO/100 M Desktop Adapter +* Intel PRO/100 S Desktop, Server and Dual-Port Server Adapters +* Contec C-NET(PI)-100TX (PC-98) +* NEC PC-9821Ra20, Rv20, Xv13, Xv20 internal 100Base-TX (PC-98) +* NEC PC-9821X-B06 (PC-98) +* Many on-board network interfaces on Intel motherboards + +Chips supported by the man:gem[4] driver include: + +* Apple GMAC +* Sun ERI 10/100 Mbps Ethernet +* Sun GEM Gigabit Ethernet + +The following add-on cards are known to work with the man:gem[4] driver at this time: + +* Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373) +* Sun Gigabit Ethernet SBus 2.0/3.0 (GBE/S) (part no. 501-4375) + +The man:hme[4] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. + +Cards supported by the man:hme[4] driver include: + +* Sun PCI SunSwift Adapter +* Sun SBus SunSwift Adapter "( hme" and "SUNW,hme") +* Sun PCI Sun100BaseT Adapter 2.0 +* Sun SBus Sun100BaseT 2.0 +* Sun PCI Quad FastEthernet Controller +* Sun SBus Quad FastEthernet Controller + +[i386] The man:ie[4] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: + +* 3COM 3C507 +* AT&T EN100 +* AT&T Starlan 10 +* AT&T Starlan Fiber +* Intel EtherExpress 16 +* RACAL Interlan NI5210 + +The man:igb[4] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: + +* Intel Gigabit ET Dual Port Server Adapter (82576) +* Intel Gigabit VT Quad Port Server Adapter (82575) + +[i386,amd64] The man:ixgb[4] driver supports the following cards: + +* Intel PRO/10GbE LR Server Adapter +* Intel PRO/10GbE SR Server Adapter + +The man:ixgbe[4] driver supports the following cards: + +* Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter +* Intel(R) 10 Gigabit XF SR/LR Server Adapter +* Intel(R) 82598EB 10 Gigabit AF Network Connection +* Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection + +The man:jme[4] device driver provides support for the following Ethernet controllers: + +* JMicron JMC250 PCI Express Gigabit Ethernet controller +* JMicron JMC251 PCI Express Gigabit Ethernet with Card Read Host controller +* JMicron JMC260 PCI Express Fast Ethernet controller +* JMicron JMC261 PCI Express Gigabit Ethernet with Card Read Host controller + +[i386,pc98,ia64,amd64,powerpc] The man:kue[4] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: + +* 3Com 3c19250 +* 3Com 3c460 HomeConnect Ethernet USB Adapter +* ADS Technologies USB-10BT +* AOX USB101 +* ATen UC10T +* Abocom URE 450 +* Corega USB-T +* D-Link DSB-650C +* Entrega NET-USB-E45, NET-HUB-3U1E +* I/O Data USB ETT +* Kawasaki DU-H3E +* LinkSys USB10T +* Netgear EA101 +* Peracom USB Ethernet Adapter +* Psion Gold Port USB Ethernet adapter +* SMC 2102USB, 2104USB + +[i386,pc98,amd64] Adapters supported by the man:lge[4] driver include: + +* SMC TigerCard 1000 (SMC9462SX) +* D-Link DGE-500SX + +[i386,amd64] The man:msk[4] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: + +* D-Link 550SX Gigabit Ethernet +* D-Link 560SX Gigabit Ethernet +* D-Link 560T Gigabit Ethernet +* Marvell Yukon 88E8021CU Gigabit Ethernet +* Marvell Yukon 88E8021 SX/LX Gigabit Ethernet +* Marvell Yukon 88E8022CU Gigabit Ethernet +* Marvell Yukon 88E8022 SX/LX Gigabit Ethernet +* Marvell Yukon 88E8061CU Gigabit Ethernet +* Marvell Yukon 88E8061 SX/LX Gigabit Ethernet +* Marvell Yukon 88E8062CU Gigabit Ethernet +* Marvell Yukon 88E8062 SX/LX Gigabit Ethernet +* Marvell Yukon 88E8035 Fast Ethernet +* Marvell Yukon 88E8036 Fast Ethernet +* Marvell Yukon 88E8038 Fast Ethernet +* Marvell Yukon 88E8039 Fast Ethernet +* Marvell Yukon 88E8040 Fast Ethernet +* Marvell Yukon 88E8040T Fast Ethernet +* Marvell Yukon 88E8042 Fast Ethernet +* Marvell Yukon 88E8048 Fast Ethernet +* Marvell Yukon 88E8050 Gigabit Ethernet +* Marvell Yukon 88E8052 Gigabit Ethernet +* Marvell Yukon 88E8053 Gigabit Ethernet +* Marvell Yukon 88E8055 Gigabit Ethernet +* Marvell Yukon 88E8056 Gigabit Ethernet +* Marvell Yukon 88E8057 Gigabit Ethernet +* Marvell Yukon 88E8058 Gigabit Ethernet +* Marvell Yukon 88E8059 Gigabit Ethernet +* Marvell Yukon 88E8070 Gigabit Ethernet +* Marvell Yukon 88E8071 Gigabit Ethernet +* Marvell Yukon 88E8072 Gigabit Ethernet +* Marvell Yukon 88E8075 Gigabit Ethernet +* SysKonnect SK-9Sxx Gigabit Ethernet +* SysKonnect SK-9Exx Gigabit Ethernet + +[i386,amd64] The man:mxge[4] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: + +* Myricom 10GBase-CX4 (10G-PCIE-8A-C, 10G-PCIE-8AL-C) +* Myricom 10GBase-R (10G-PCIE-8A-R, 10G-PCIE-8AL-R) +* Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, 10G-PCIE-8AL-Q) + +[i386,pc98] The man:my[4] driver provides support for various NICs based on the Myson chipset. Supported models include: + +* Myson MTD800 PCI Fast Ethernet chip +* Myson MTD803 PCI Fast Ethernet chip +* Myson MTD89X PCI Gigabit Ethernet chip + +[i386,amd64] The man:nfe[4] driver supports the following NVIDIA MCP onboard adapters: + +* NVIDIA nForce MCP Networking Adapter +* NVIDIA nForce MCP04 Networking Adapter +* NVIDIA nForce 430 MCP12 Networking Adapter +* NVIDIA nForce 430 MCP13 Networking Adapter +* NVIDIA nForce MCP51 Networking Adapter +* NVIDIA nForce MCP55 Networking Adapter +* NVIDIA nForce MCP61 Networking Adapter +* NVIDIA nForce MCP65 Networking Adapter +* NVIDIA nForce MCP67 Networking Adapter +* NVIDIA nForce MCP73 Networking Adapter +* NVIDIA nForce MCP77 Networking Adapter +* NVIDIA nForce MCP79 Networking Adapter +* NVIDIA nForce2 MCP2 Networking Adapter +* NVIDIA nForce2 400 MCP4 Networking Adapter +* NVIDIA nForce2 400 MCP5 Networking Adapter +* NVIDIA nForce3 MCP3 Networking Adapter +* NVIDIA nForce3 250 MCP6 Networking Adapter +* NVIDIA nForce3 MCP7 Networking Adapter +* NVIDIA nForce4 CK804 MCP8 Networking Adapter +* NVIDIA nForce4 CK804 MCP9 Networking Adapter + +The man:nge[4] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: + +* Addtron AEG320T +* Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI) +* Asante FriendlyNet GigaNIX 1000TA and 1000TPC +* D-Link DGE-500T +* Linksys EG1032, revision 1 +* Netgear GA621 +* Netgear GA622T +* SMC EZ Card 1000 (SMC9462TX) +* Surecom Technology EP-320G-TX +* Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI) + +[i386,amd64] The man:nve[4] driver supports the NVIDIA MCP onboard adapters of mainboards with the following chipsets: + +* nForce +* nForce2 +* nForce3 +* nForce4 + +[i386,amd64] The man:nxge[4] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. + +[i386,amd64] The man:oce[4] driver supports the following network adapters: + +* Emulex BladeEngine 2 +* Emulex BladeEngine 3 +* Emulex Lancer + +[i386,pc98,ia64,amd64] The man:pcn[4] 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: + +* AMD Am79C971 PCnet-FAST +* AMD Am79C972 PCnet-FAST+ +* AMD Am79C973/Am79C975 PCnet-FAST III +* AMD Am79C976 PCnet-PRO +* AMD Am79C978 PCnet-Home +* Allied-Telesis LA-PCI + +[amd64] The man:qlxgb[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: + +* QLogic 3200 series +* QLogic 8200 series + +[amd64] The man:qlxgbe[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: + +* QLogic 8300 series + +[amd64] The man:qlxge[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: + +* QLogic 8100 series + +The man:re[4] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: + +* Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+) +* Compaq Evo N1015v Integrated Ethernet (8139C+) +* Corega CG-LAPCIGT Gigabit Ethernet (8169S) +* D-Link DGE-528(T) Gigabit Ethernet (8169S) +* Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S) +* LevelOne GNC-0105T (8169S) +* LinkSys EG1032 (32-bit PCI) +* PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S) +* USRobotics USR997902 Gigabit Ethernet (8169S) +* Xterasys XN-152 10/100/1000 NIC (8169) + +Adapters supported by the man:rl[4] driver include: + +* Accton "Cheetah" EN1207D (MPX 5030/5038; RealTek 8139 clone) +* Allied Telesyn AT2550 +* Allied Telesyn AT2500TX +* Belkin F5D5000 +* BUFFALO (Melco INC.) LPC-CB-CLX (CardBus) +* Compaq HNE-300 +* CompUSA no-name 10/100 PCI Ethernet NIC +* Corega FEther CB-TXD +* Corega FEtherII CB-TXD +* D-Link DFE-520TX (rev. C1) +* D-Link DFE-528TX +* D-Link DFE-530TX+ +* D-Link DFE-538TX +* D-Link DFE-690TXD +* Edimax EP-4103DL CardBus +* Encore ENL832-TX 10/100 M PCI +* Farallon NetLINE 10/100 PCI +* Genius GF100TXR +* GigaFast Ethernet EE100-AXP +* KTX-9130TX 10/100 Fast Ethernet +* LevelOne FPC-0106TX +* Longshine LCS-8038TX-R +* NDC Communications NE100TX-E +* Netronix Inc. EA-1210 NetEther 10/100 +* Nortel Networks 10/100BaseTX +* OvisLink LEF-8129TX +* OvisLink LEF-8139TX +* Peppercon AG ROL-F +* Planex FNW-3603-TX +* Planex FNW-3800-TX +* SMC EZ Card 10/100 PCI 1211-TX +* SOHO (PRAGMATIC) UE-1211C + +[i386,pc98,amd64] The man:rue[4] driver supports RealTek RTL8150 based USB Ethernet adapters including: + +* Buffalo (Melco Inc.) LUA-KTX +* Green House GH-USB100B +* LinkSys USB100M +* Billionton 10/100 FastEthernet USBKR2 + +Adapters supported by the man:sf[4] driver include: + +* ANA-62011 64-bit single port 10/100baseTX adapter +* ANA-62022 64-bit dual port 10/100baseTX adapter +* ANA-62044 64-bit quad port 10/100baseTX adapter +* ANA-69011 32-bit single port 10/100baseTX adapter +* ANA-62020 64-bit single port 100baseFX adapter + +The man:sfxge[4] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. + +The man:sge[4] device driver provides support for the following Ethernet controllers: + +* SiS190 Fast Ethernet controller +* SiS191 Fast/Gigabit Ethernet controller + +The man:sis[4] 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: + +* @Nifty FNECHARD IFC USUP-TX +* MELCO LGY-PCI-TXC +* Netgear FA311-TX (DP83815) +* Netgear FA312-TX (DP83815) +* SiS 630, 635, and 735 motherboard chipsets +* Soekris Engineering net45xx, net48xx, lan1621, and lan1641 + +Adapters supported by the man:sk[4] driver include: + +* 3Com 3C940 single port, 1000baseT adapter +* 3Com 3C2000-T single port, 1000baseT adapter +* Belkin F5D5005 single port, 1000baseT adapter +* D-Link DGE-530T single port, 1000baseT adapter +* Linksys (revision 2) single port, 1000baseT adapter +* SK-9521 SK-NET GE-T single port, 1000baseT adapter +* SK-9821 SK-NET GE-T single port, 1000baseT adapter +* SK-9822 SK-NET GE-T dual port, 1000baseT adapter +* SK-9841 SK-NET GE-LX single port, single mode fiber adapter +* SK-9842 SK-NET GE-LX dual port, single mode fiber adapter +* SK-9843 SK-NET GE-SX single port, multimode fiber adapter +* SK-9844 SK-NET GE-SX dual port, multimode fiber adapter +* SMC 9452TX single port, 1000baseT adapter + +[i386,amd64] The man:sn[4] driver supports SMC91Cxx based ISA and PCMCIA cards including: + +* 3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC +* 3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336, CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T, XJEM3336 +* Farallon EtherMac PC Card 595a +* Motorola Mariner Ethernet/Modem PC Card +* Ositech Seven of Diamonds Ethernet PC Card +* Ositech Jack of Hearts Ethernet/Modem PC Card +* Psion Gold Card Netglobal Ethernet PC Card +* Psion Gold Card Netglobal 10/100 Fast Ethernet PC Card +* Psion Gold Card Netglobal 56k+10Mb Ethernet PC Card +* SMC EZEther PC Card (8020BT) +* SMC EZEther PC Card (8020T) + +The man:sn[4] 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 man:sn[4] driver. + +[pc98] The man:snc[4] driver supports the following cards: + +* National Semiconductor DP83934AVQB +* NEC PC-9801-83 +* NEC PC-9801-84 +* NEC PC-9801-103 +* NEC PC-9801-104 +* NEC PC-9801N-15 +* NEC PC-9801N-25 +* NEC PC-9801N-J02 PCMCIA +* NEC PC-9801N-J02R PCMCIA + +The man:snc[4] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. + +The man:ste[4] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: + +* D-Link DFE-530TXS +* D-Link DFE-550TX +* D-Link DFE-580TX + +The man:stge[4] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: + +* Antares Microsystems Gigabit Ethernet +* ASUS NX1101 Gigabit Ethernet +* D-Link DL-4000 Gigabit Ethernet +* IC Plus IP1000A Gigabit Ethernet +* Sundance ST-2021 Gigabit Ethernet +* Sundance ST-2023 Gigabit Ethernet +* Sundance TC9021 Gigabit Ethernet +* Tamarack TC9021 Gigabit Ethernet + +[i386,pc98,amd64,sparc64] The man:ti[4] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The man:ti[4] driver has been tested with the following adapters: + +* 3Com 3c985-SX Gigabit Ethernet adapter (Tigon 1) +* 3Com 3c985B-SX Gigabit Ethernet adapter (Tigon 2) +* Alteon AceNIC V Gigabit Ethernet adapter (1000baseSX) +* Alteon AceNIC V Gigabit Ethernet adapter (1000baseT) +* Digital EtherWORKS 1000SX PCI Gigabit adapter +* Netgear GA620 Gigabit Ethernet adapter (1000baseSX) +* Netgear GA620T Gigabit Ethernet adapter (1000baseT) + +The following adapters should also be supported but have not yet been tested: + +* Asante GigaNIX1000T Gigabit Ethernet adapter +* Asante PCI 1000BASE-SX Gigabit Ethernet adapter +* Farallon PN9000SX Gigabit Ethernet adapter +* NEC Gigabit Ethernet +* Silicon Graphics PCI Gigabit Ethernet adapter + +[i386,pc98,amd64] The man:tl[4] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: + +* Olicom OC-2135/2138 10/100 TX UTP adapter +* Olicom OC-2325/OC-2326 10/100 TX UTP adapter +* Racore 8148 10baseT/100baseTX/100baseFX adapter +* Racore 8165 10/100baseTX adapter + +The man:tl[4] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: + +* Compaq Netelligent 10 +* Compaq Netelligent 10 T PCI UTP/Coax +* Compaq Netelligent 10/100 +* Compaq Netelligent 10/100 Dual-Port +* Compaq Netelligent 10/100 Proliant +* Compaq Netelligent 10/100 TX Embedded UTP +* Compaq Netelligent 10/100 TX UTP +* Compaq NetFlex 3P +* Compaq NetFlex 3P Integrated +* Compaq NetFlex 3P w/BNC + +[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (man:tx[4] driver) + +The man:txp[4] driver supports the following cards: + +* 3Com 3CR990-TX-95 +* 3Com 3CR990-TX-97 +* 3Com 3cR990B-TXM +* 3Com 3CR990SVR95 +* 3Com 3CR990SVR97 +* 3Com 3cR990B-SRV + +[i386,pc98,amd64] The man:udav[4] driver supports the following adapters: + +* Corega FEther USB-TXC +* ShanTou ST268 USB NIC + +The man:vge[4] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: + +* VIA Networking LAN-on-motherboard Gigabit Ethernet +* ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701) +* ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702) + +The man:vr[4] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: + +* AOpen/Acer ALN-320 +* D-Link DFE520-TX +* D-Link DFE530-TX +* Hawking Technologies PN102TX +* Soekris Engineering net5501 + +The man:vte[4] device driver provides support for the following Ethernet controllers: + +* DM&P Vortex86 RDC R6040 Fast Ethernet controller + +[i386,pc98,ia64,amd64] The man:vx[4] driver supports the following cards: + +* 3Com 3c590 EtherLink III PCI +* 3Com 3c592 EtherLink III EISA +* 3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode +* 3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode + +[i386,amd64] The man:vxge[4] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. + +[i386,pc98,amd64] The man:wb[4] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: + +* Trendware TE100-PCIE + +[i386,amd64] The man:xe[4] driver supports the following cards: + +* Xircom CreditCard Ethernet (PS-CE2-10) +* Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28) +* Xircom CreditCard Ethernet + Modem 33 (CEM33) +* Xircom CreditCard 10/100 (CE3, CE3B) +* Xircom CreditCard Ethernet 10/100 + Modem 56 (CEM56) +* Xircom RealPort Ethernet 10 (RE10) +* Xircom RealPort Ethernet 10/100 (RE100) +* Xircom RealPort Ethernet 10/100 + Modem 56 (REM56, REM56G) +* Accton Fast EtherCard-16 (EN2226) +* Compaq Microcom CPQ550 Ethernet/Modem PC Card +* Compaq Netelligent 10/100 PC Card (CPQ-10/100) +* Intel EtherExpress Pro/100 PC Card Mobile Adapter 16 (Pro/100 M16A) +* Intel EtherExpress Pro/100 LAN/Modem PC Card Adapter (Pro/100 M16B) + +Other similar devices using the same hardware may also be supported. + +The man:xl[4] driver supports the following hardware: + +* 3Com 3c900-TPO +* 3Com 3c900-COMBO +* 3Com 3c905-TX +* 3Com 3c905-T4 +* 3Com 3c900B-TPO +* 3Com 3c900B-TPC +* 3Com 3c900B-FL +* 3Com 3c900B-COMBO +* 3Com 3c905B-T4 +* 3Com 3c905B-TX +* 3Com 3c905B-FX +* 3Com 3c905B-COMBO +* 3Com 3c905C-TX +* 3Com 3c980, 3c980B, and 3c980C server adapters +* 3Com 3cSOHO100-TX OfficeConnect adapters +* 3Com 3c450 HomeConnect adapters +* 3Com 3c555, 3c556 and 3c556B mini-PCI adapters +* 3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT, 3CCFEM656, 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and 3CXFEM656C CardBus adapters +* 3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB, and 3c920B-EMB-WNM embedded adapters + +Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the man:xl[4] driver nor any other FreeBSD driver supports this modem. + +[[fddi]] +== FDDI Interfaces + +[i386, pc98] DEC DEFPA PCI (man:fpa[4] driver) + +[i386] DEC DEFEA EISA (man:fpa[4] driver) + +[[atm]] +== ATM Interfaces + +[i386, pc98] Midway-based ATM interfaces (man:en[4] driver) + +[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and man:fatm[4] drivers) + +[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (man:idt[4] driver) + +[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (man:hatm[4] driver) + +[i386, pc98] IDT77252-based ATM cards (man:patm[4] driver) + +[[wlan]] +== Wireless Network Interfaces + +[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (man:an[4] driver) + +[i386,pc98,amd64,sparc64] The man:ath[4] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. + +The man:bwi[4] driver supports Broadcom BCM43xx based wireless devices, including: + +* Apple Airport Extreme +* Apple Airport Extreme +* ASUS WL-138g +* Buffalo WLI-CB-G54S +* Buffalo WLI-PCI-G54S +* Compaq R4035 onboard +* Dell Wireless 1390 BCM4311 Mini PCI +* Dell Wireless 1470 +* Dell Truemobile 1300 r2 +* Dell Truemobile 1400 +* HP nx6125 +* Linksys WPC54G Ver 3 +* Linksys WPC54GS Ver 2 +* TRENDnet TEW-401PCplus +* US Robotics 5411 + +The man:[4] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the man:bwi[4] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. + +[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (man:ipw[4] driver) + +[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (man:iwi[4] driver) + +[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (man:iwn[4] driver) + +[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (man:malo[4] driver) + +Marvell 88W8363 IEEE 802.11n wireless network adapters (man:mwl[4] driver) + +[i386,amd64] The man:ral[4] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: + +* A-Link WL54H +* A-Link WL54PC +* AirLink101 AWLC5025 +* AirLink101 AWLH5025 +* Amigo AWI-914W +* Amigo AWI-922W +* Amigo AWI-926W +* AMIT WL531C +* AMIT WL531P +* AOpen AOI-831 +* ASUS WL-107G +* ASUS WL-130g +* Atlantis Land A02-PCI-W54 +* Atlantis Land A02-PCM-W54 +* Belkin F5D7000 v3 +* Belkin F5D7010 v2 +* Billionton MIWLGRL +* Canyon CN-WF511 +* Canyon CN-WF513 +* CC&C WL-2102 +* CNet CWC-854 +* CNet CWP-854 +* Compex WL54G +* Compex WLP54G +* Conceptronic C54RC +* Conceptronic C54Ri +* Digitus DN-7001G-RA +* Digitus DN-7006G-RA +* E-Tech WGPC02 +* E-Tech WGPI02 +* Edimax EW-7108PCg +* Edimax EW-7128g +* Eminent EM3036 +* Eminent EM3037 +* Encore ENLWI-G-RLAM +* Encore ENPWI-G-RLAM +* Fiberline WL-400P +* Fibreline WL-400X +* Gigabyte GN-WI01GS +* Gigabyte GN-WIKG +* Gigabyte GN-WMKG +* Gigabyte GN-WP01GS +* Gigabyte GN-WPKG +* Hawking HWC54GR +* Hawking HWP54GR +* iNexQ CR054g-009 (R03) +* JAHT WN-4054P +* JAHT WN-4054PCI +* LevelOne WNC-0301 v2 +* LevelOne WPC-0301 v2 +* Linksys WMP54G v4 +* Micronet SP906GK +* Micronet SP908GK V3 +* Minitar MN54GCB-R +* Minitar MN54GPC-R +* MSI CB54G2 +* MSI MP54G2 +* MSI PC54G2 +* OvisLink EVO-W54PCI +* PheeNet HWL-PCIG/RA +* Pro-Nets CB80211G +* Pro-Nets PC80211G +* Repotec RP-WB7108 +* Repotec RP-WP0854 +* SATech SN-54C +* SATech SN-54P +* Sitecom WL-112 +* Sitecom WL-115 +* SMC SMCWCB-GM +* SMC SMCWPCI-GM +* SparkLAN WL-685R +* Surecom EP-9321-g +* Surecom EP-9321-g1 +* Surecom EP-9428-g +* Sweex LC500050 +* Sweex LC700030 +* TekComm NE-9321-g +* TekComm NE-9428-g +* Unex CR054g-R02 +* Unex MR054g-R02 +* Zinwell ZWX-G160 +* Zinwell ZWX-G360 +* Zinwell ZWX-G361 +* Zonet ZEW1500 +* Zonet ZEW1600 + +[i386,amd64] The man:rum[4] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: + +* 3Com Aolynk WUB320g +* Abocom WUG2700 +* Airlink101 AWLL5025 +* ASUS WL-167g ver 2 +* Belkin F5D7050 ver 3 +* Belkin F5D9050 ver 3 +* Buffalo WLI-U2-SG54HP +* Buffalo WLI-U2-SG54HG +* Buffalo WLI-U2-G54HP +* Buffalo WLI-UC-G +* CNet CWD-854 ver F +* Conceptronic C54RU ver 2 +* Corega CG-WLUSB2GO +* D-Link DWA-110 +* D-Link DWA-111 +* D-Link DWL-G122 rev C1 +* D-Link WUA-1340 +* Digitus DN-7003GR +* Edimax EW-7318USG +* Gigabyte GN-WB01GS +* Gigabyte GN-WI05GS +* Hawking HWUG1 +* Hawking HWU54DM +* Hercules HWGUSB2-54-LB +* Hercules HWGUSB2-54V2-AP +* LevelOne WNC-0301USB v3 +* Linksys WUSB54G rev C +* Linksys WUSB54GR +* Planex GW-US54HP +* Planex GW-US54Mini2 +* Planex GW-USMM +* Senao NUB-3701 +* Sitecom WL-113 ver 2 +* Sitecom WL-172 +* Sweex LW053 +* TP-LINK TL-WN321G + +[i386,amd64] The man:run[4] driver supports the following wireless adapters: + +* Airlink101 AWLL6090 +* ASUS USB-N11 +* ASUS USB-N13 ver. A1 +* ASUS USB-N66 +* ASUS WL-160N +* Belkin F5D8051 ver 3000 +* Belkin F5D8053 +* Belkin F5D8055 +* Belkin F6D4050 ver 1 +* Belkin F9L1103 +* Buffalo WLI-UC-AG300N +* Buffalo WLI-UC-G300N +* Buffalo WLI-UC-G301N +* Buffalo WLI-UC-GN +* Buffalo WLI-UC-GNM +* Buffalo WLI-UC-GNM2 +* Corega CG-WLUSB2GNL +* Corega CG-WLUSB2GNR +* Corega CG-WLUSB300AGN +* Corega CG-WLUSB300GNM +* D-Link DWA-130 rev B1 +* D-Link DWA-140 rev B1, B2, B3, D1 +* D-Link DWA-160 rev B2 +* D-Link DWA-162 +* DrayTek Vigor N61 +* Edimax EW-7711UAn +* Edimax EW-7711UTn +* Edimax EW-7717Un +* Edimax EW-7718Un +* Edimax EW-7733UnD +* Gigabyte GN-WB30N +* Gigabyte GN-WB31N +* Gigabyte GN-WB32L +* Hawking HWDN1 +* Hawking HWUN1 +* Hawking HWUN2 +* Hercules HWNU-300 +* Linksys WUSB54GC v3 +* Linksys WUSB600N +* Logitec LAN-W150N/U2 +* Mvix Nubbin MS-811N +* Planex GW-USMicroN +* Planex GW-US300MiniS +* Sitecom WL-182 +* Sitecom WL-188 +* Sitecom WL-301 +* Sitecom WL-302 +* Sitecom WL-315 +* SMC SMCWUSBS-N2 +* Sweex LW303 +* Sweex LW313 +* TP-LINK TL-WDN3200 +* TP-LINK TL-WN727N v3 +* Unex DNUR-81 +* Unex DNUR-82 +* ZyXEL NWD2705 +* ZyXEL NWD210N +* ZyXEL NWD270N + +The man:uath[4] driver should work with the following adapters: + +* Compex WLU108AG +* Compex WLU108G +* D-Link DWL-G132 +* IODATA WN-G54/US +* MELCO WLI-U2-KAMG54 +* Netgear WG111T +* Netgear WG111U +* Netgear WPN111 +* Olitec 000544 +* PLANET WDL-U357 +* Siemens Gigaset 108 +* SMC SMCWUSBT-G +* SMC SMCWUSBT-G2 +* SparkLAN WL-785A +* TP-Link TL-WN620G +* TRENDware International TEW-444UB +* TRENDware International TEW-504UB +* Unex Technology UR054ag +* ZyXEL XtremeMIMO M-202 + +An up to date list can be found at http://customerproducts.atheros.com/customerproducts/default.asp. + +The man:upgt[4] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: + +* Belkin F5D7050 (version 1000) +* Cohiba Proto Board +* D-Link DWL-G120 Cohiba +* FSC Connect2Air E-5400 USB D1700 +* Gigaset USB Adapter 54 +* Inventel UR045G +* SMC EZ ConnectG SMC2862W-G +* Sagem XG703A +* Spinnaker DUT +* Spinnaker Proto Board + +[i386,amd64] The man:ural[4] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: + +* AMIT WL532U +* ASUS WL-167g +* Belkin F5D7050 v2000 +* Buffalo WLI-U2-KG54-AI +* CNet CWD-854 +* Compex WLU54G 2A1100 +* Conceptronic C54RU +* D-Link DWL-G122 b1 +* Dynalink WLG25USB +* E-Tech WGUS02 +* Gigabyte GN-WBKG +* Hercules HWGUSB2-54 +* KCORP LifeStyle KLS-685 +* Linksys WUSB54G v4 +* Linksys WUSB54GP v4 +* MSI MS-6861 +* MSI MS-6865 +* MSI MS-6869 +* NovaTech NV-902 +* OvisLink Evo-W54USB +* SerComm UB801R +* SparkLAN WL-685R +* Surecom EP-9001-g +* Sweex LC100060 +* Tonze UW-6200C +* Zinwell ZWX-G261 +* Zonet ZEW2500P + +An up to date list can be found at http://ralink.rapla.net/. + +The man:urtw[4] driver supports Realtek RTL8187B/L based wireless network devices, including: + +* Belkin F5D7050E +* Linksys WUSB54GCv2 +* Netgear WG111v2 +* Netgear WG111v3 +* Safehome WLG-1500SMA5 +* Shuttle XPC Accessory PN20 +* Sitecom WL168v1 +* Sitecom WL168v4 +* SureCom EP-9001-g(2A) +* TRENDnet TEW-424UB V3.xR + +[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 (man:wi[4] driver) + +[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (man:wl[4] driver) + +[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (man:wpi[4] driver) + +[i386,amd64] The following devices are known to be supported by the man:zyd[4] driver: + +* 3COM 3CRUSB10075 +* Acer WLAN-G-US1 +* Airlink+ AWLL3025 +* Airlink 101 AWLL3026 +* AOpen 802.11g WL54 +* Asus A9T integrated wireless +* Asus WL-159g +* Belkin F5D7050 v.4000 +* Billion BiPAC 3011G +* Buffalo WLI-U2-KG54L +* CC&C WL-2203B +* DrayTek Vigor 550 +* Edimax EW-7317UG +* Edimax EW-7317LDG +* Fiberline Networks WL-43OU +* iNexQ UR055g +* Linksys WUSBF54G +* Longshine LCS-8131G3 +* MSI US54SE +* MyTek MWU-201 USB adapter +* Philips SNU5600 +* Planet WL-U356 +* Planex GW-US54GZ +* Planex GW-US54GZL +* Planex GW-US54Mini +* Safecom SWMULZ-5400 +* Sagem XG 760A +* Sagem XG 76NA +* Sandberg Wireless G54 USB +* Sitecom WL-113 +* SMC SMCWUSB-G +* Sweex wireless USB 54 Mbps +* Tekram/Siemens USB adapter +* Telegent TG54USB +* Trendnet TEW-424UB rev A +* Trendnet TEW-429UB +* TwinMOS G240 +* Unicorn WL-54G +* US Robotics 5423 +* X-Micro XWL-11GUZX +* Yakumo QuickWLAN USB +* Zonet ZEW2501 +* ZyXEL ZyAIR G-202 +* ZyXEL ZyAIR G-220 + +[[misc-network]] +== Miscellaneous Networks + +[i386,pc98] The man:ce[4] driver supports the following models of Tau-PCI/32 WAN adapters: + +* Cronyx Tau-PCI/32 +* Cronyx Tau-PCI/32-Lite + +[i386] The man:cx[4] driver supports the following cards: + +* Cronyx Sigma-22, Sigma-24 +* Cronyx Sigma-100 +* Cronyx Sigma-400, Sigma-401, Sigma-404, Sigma-410, Sigma-440 +* Cronyx Sigma-500 +* Cronyx Sigma-703 +* Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840 + +[i386,pc98] The man:cp[4] driver supports the following models of Tau-PCI WAN adapters: + +* Cronyx Tau-PCI +* Cronyx Tau-PCI/R +* Cronyx Tau-PCI-L +* Cronyx Tau-PCI-L/R +* Cronyx Tau-PCI-E1 +* Cronyx Tau-PCI-G703 +* Cronyx Tau-PCI-2E1 +* Cronyx Tau-PCI-4E1 +* Cronyx Tau-PCI-E3 +* Cronyx Tau-PCI-T3 +* Cronyx Tau-PCI-STS1 + +[i386] The man:ctau[4] driver supports the following cards: + +* Cronyx Tau (RS-232/V.35) +* Cronyx Tau/R (RS-530/RS-449) +* Cronyx Tau/E1 (fractional E1) +* Cronyx Tau/G703 (unframed E1) + +[i386] The man:cm[4] driver supports the following card models: + +* SMC90c26 +* SMC90c56 +* SMC90c66 in '56 compatibility mode. + +[[serial]] +== Serial Interfaces + +[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (man:sio[4] driver) + +The man:uart[4] driver supports the following classes of UARTs: + +* NS8250: standard hardware based on the 8250, 16450, 16550, 16650, 16750 or the 16950 UARTs. +* SCC: serial communications controllers supported by the scc(4) device driver. + +The man:scc[4] driver supports the following classes of SCCs: + +* SAB82532: Siemens SAB 82532 based serial communications controllers. +* Z8530: Zilog 8530 based serial communications controllers. + +[amd64, i386] AST 4 port serial card using shared IRQ + +* ARNET 8 port serial card using shared IRQ +* ARNET (now Digiboard) Sync 570/i high-speed serial + +[i386] Boca multi-port serial cards + +* Boca BB1004 4-Port serial card (Modems _not_ supported) +* Boca IOAT66 6-Port serial card (Modems supported) +* Boca BB1008 8-Port serial card (Modems _not_ supported) +* Boca BB2016 16-Port serial card (Modems supported) + +[i386] Comtrol Rocketport card (man:rp[4] driver) + +[i386] Cyclades Cyclom-Y serial board (man:cy[4] driver) + +[i386] STB 4 port card using shared IRQ + +[i386] DigiBoard intelligent serial cards (digi driver) + +[amd64, i386, ia64] PCI-Based multi-port serial boards (man:puc[4] driver) + +* [amd64, i386] Actiontech 56K PCI +* [amd64, i386] Avlab Technology, PCI IO 2S and PCI IO 4S +* [amd64, i386] Comtrol RocketPort 550 +* [amd64, i386] Decision Computers PCCOM 4-port serial and dual port RS232/422/485 +* [ia64] Diva Serial (GSP) Multiport UART +* [amd64, i386] Dolphin Peripherals 4025/4035/4036 +* [amd64, i386] IC Book Labs Dreadnought 16x Lite and Pro +* [amd64, i386] Lava Computers 2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550 +* [amd64, i386] Middle Digital, Weasle serial port +* [amd64, i386] Moxa Industio CP-114, Smartio C104H-PCI and C168H/PCI +* [amd64, i386] NEC PK-UG-X001 and PK-UG-X008 +* [amd64, i386] Netmos NM9835 PCI-2S-550 +* [amd64, i386] Oxford Semiconductor OX16PCI954 PCI UART +* [amd64, i386] Syba Tech SD-LAB PCI-4S2P-550-ECP +* [amd64, i386] SIIG Cyber I/O PCI 16C550/16C650/16C850 +* [amd64, i386] SIIG Cyber 2P1S PCI 16C550/16C650/16C850 +* [amd64, i386] SIIG Cyber 2S1P PCI 16C550/16C650/16C850 +* [amd64, i386] SIIG Cyber 4S PCI 16C550/16C650/16C850 +* [amd64, i386] SIIG Cyber Serial (Single and Dual) PCI 16C550/16C650/16C850 +* [amd64, i386] Syba Tech Ltd. PCI-4S2P-550-ECP +* [amd64, i386] Titan PCI-200H and PCI-800H +* [amd64, i386] US Robotics (3Com) 3CP5609 modem +* [amd64, i386] VScom PCI-400 and PCI-800 + +[i386] The man:rc[4] driver provides support for the SDL Communications RISCom/8 boards. + +[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (man:si[4] driver) + +[pc98] Internel serial interfaces (man:sio[4] driver) + +* PC-9801 on-board +* PC-9821 2'nd CCU (flags 0x12000000) + +[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (man:sio[4] driver) + +* COM2 (flags 0x01000000) +* COM3 (flags 0x02000000) + +[pc98] NEC PC-9801-120 (man:sio[4] driver) + +== Note: + +"flags 0x11000000" is necessary in kernel configuration. + +[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (man:sio[4] driver) + +== Note: + +"flags 0x14000?01" is necessary in kernel configuration. + +[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (man:sio[4] driver) + +== Note: + +"flags 0x15000?01" is necessary in kernel configuration. + +[pc98] Media Intelligent RSB-384 (man:sio[4] driver) + +== Note: + +"flags 0x16000001" is necessary in kernel configuration. + +[pc98] I-O DATA RSA-98III (man:sio[4] driver) + +== Note: + +"flags 0x18000?01" is necessary in kernel configuration. + +[pc98] Hayes ESP98 (man:sio[4] driver) + +== Note: + +"options COM_ESP" and "flags 0x19000000" are necessary in kernel configuration. + +[[sound]] +== Sound Devices + +[i386,amd64] The man:snd_ad1816[4] driver supports the following sound cards: + +* Analog Devices AD1816 + +[i386] The man:snd_als4000[4] driver supports the following sound cards: + +* Avance Logic ALS4000 + +[i386,amd64] The man:snd_atiixp[4] driver supports the following audio chipsets: + +* ATI IXP 200 +* ATI IXP 300 +* ATI IXP 400 + +[sparc64] The man:snd_audiocs[4] driver supports the following audio devices: + +* CS4231 on SBus based UltraSPARC +* CS4231 on PCI/EBus based UltraSPARC + +[i386,amd64] The man:snd_cmi[4] driver supports the following sound cards: + +* CMedia CMI8338A +* CMedia CMI8338B +* CMedia CMI8738 +* CMedia CMI8738B + +[i386,amd64] The man:snd_cs4281[4] driver supports the following sound cards: + +* Crystal Semiconductor CS4281 + +[i386,amd64] The man:snd_csa[4] driver supports the following sound cards: + +* Crystal Semiconductor CS4280 +* Crystal Semiconductor CS4610 +* Crystal Semiconductor CS4611 +* Crystal Semiconductor CS4614 +* Crystal Semiconductor CS4615 +* Crystal Semiconductor CS4622 +* Crystal Semiconductor CS4624 +* Crystal Semiconductor CS4630 +* Genius Soundmaker 128 Value +* Hercules Game Theatre XP +* Turtle Beach Santa Cruz + +Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the man:snd_csa[4] driver yet. + +[i386,amd64] The man:snd_ds1[4] driver supports the following sound cards: + +* Yamaha DS-1 +* Yamaha DS-1E + +[i386,amd64] The man:snd_emu10k1[4] driver supports the following sound cards: + +* Creative SoundBlaster Live! (EMU10K1 Chipset) +* Creative SoundBlaster Audigy (EMU10K2 Chipset) +* Creative SoundBlaster Audigy 2 (EMU10K2 Chipset) +* Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) + +[i386,amd64] The man:snd_emu10kx[4] driver supports the following sound cards: + +* Creative Sound Blaster Live! (EMU10K1 Chipset). Both PCM and MIDI interfaces are available. +* Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM and two MIDI interfaces available. +* 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). +* 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. + +The man:snd_emu10kx[4] driver does _not_ support the following sound cards (although they have names similar to some supported ones): + +* Creative Sound Blaster Live! 24-Bit, identified by FreeBSD as +* Creative Sound Blaster Audigy LS / ES, identified by FreeBSD as +* All other Creative sound cards with -DAT chipsets. +* All Creative X-Fi series sound cards. + +[i386,amd64] The man:snd_envy24[4] driver supports the following audio devices: + +* M-Audio Audiophile 2496 +* M-Audio Delta Dio 2496 +* Terratec DMX 6fire + +[i386,amd64] The man:snd_envy24ht[4] driver supports the following audio devices: + +* Audiotrak Prodigy 7.1 +* Audiotrak Prodigy 7.1 LT +* Audiotrak Prodigy 7.1 XT +* Audiotrak Prodigy HD2 +* ESI Juli@ +* M-Audio Audiophile 192 +* M-Audio Revolution 5.1 +* M-Audio Revolution 7.1 +* Terratec Aureon 5.1 Sky +* Terratec Aureon 7.1 Space +* Terratec Aureon 7.1 Universe +* Terratec PHASE 22 +* Terratec PHASE 28 + +[i386,sparc64,amd64] The man:snd_es137x[4] driver supports the following sound cards: + +* Creative CT5880-A +* Creative CT5880-C +* Creative CT5880-D +* Creative CT5880-E +* Creative SB AudioPCI CT4730 +* Ensoniq AudioPCI ES1370 +* Ensoniq AudioPCI ES1371-A +* Ensoniq AudioPCI ES1371-B +* Ensoniq AudioPCI ES1373-A +* Ensoniq AudioPCI ES1373-B +* Ensoniq AudioPCI ES1373-8 + +[i386,amd64] The man:snd_ess[4] driver supports the following sound cards: + +* Ensoniq ESS ISA PnP/non-PnP + +[i386,amd64] The man:snd_fm801[4] driver supports audio devices based on the following chipset: + +* Forte Media FM801 + +[i386,amd64] The man:snd_gusc[4] driver supports the following sound cards: + +* Gravis UltraSound MAX +* Gravis UltraSound PnP + +[i386,amd64] The man:snd_hda[4] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. + +The man:snd_hda[4] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. + +[i386,amd64] The man:snd_hdspe[4] driver supports the following audio devices: + +* RME HDSPe AIO +* RME HDSPe RayDAT + +[i386,amd64] The man:snd_ich[4] driver supports the following audio devices: + +* AMD 768 +* AMD 8111 +* Intel 443MX +* Intel ICH +* Intel ICH revision 1 +* Intel ICH2 +* Intel ICH3 +* Intel ICH4 +* Intel ICH5 +* Intel ICH6 +* Intel ICH7 +* NVIDIA nForce +* NVIDIA nForce2 +* NVIDIA nForce2 400 +* NVIDIA nForce3 +* NVIDIA nForce3 250 +* NVIDIA nForce4 +* SiS 7012 + +[i386,amd64] The man:snd_maestro[4] driver supports the following PCI sound cards: + +* ESS Technology Maestro-1 +* ESS Technology Maestro-2 +* ESS Technology Maestro-2E + +[i386,amd64] The man:snd_maestro3[4] driver supports the following audio devices: + +* ESS Technology Allegro-1 +* ESS Technology Maestro3 + +[i386] The man:snd_mss[4] driver supports the following audio devices: + +* AD1845 +* AD1848 +* Aztech 2320 +* CMedia CMI8330 +* Crystal Semiconductor CS4231 +* Crystal Semiconductor CS4232 +* Crystal Semiconductor CS4234 +* Crystal Semiconductor CS4235 +* Crystal Semiconductor CS4236 +* Crystal Semiconductor CS4237 +* ENSONIQ SoundscapeVIVO ENS4081 +* NeoMagic 256AV (non-AC97) +* OPTi 924 +* OPTi 925 +* OPTi 930 +* OPTi 931 +* OPTi 933 +* Yamaha OPL-SA2 +* Yamaha OPL-SA3 + +[i386,amd64] The man:snd_neomagic[4] driver supports the following audio devices: + +* NeoMagic 256AV +* NeoMagic 256ZX + +[i386,amd64] The man:snd_sbc[4] driver supports the following sound cards: + +* Avance Asound 110 +* Avance Logic ALS100+ +* Avance Logic ALS120 +* Creative SB16 +* Creative SB32 +* Creative AWE64 +* Creative AWE64 Gold +* Creative ViBRA16C +* Creative ViBRA16X +* ESS ES1681 +* ESS ES1688 +* ESS ES1868 +* ESS ES1869 +* ESS ES1878 +* ESS ES1879 +* ESS ES1888 + +[i386,amd64] The man:snd_solo[4] driver supports the following sound cards: + +* ESS Solo-1 (ES1938 Chipset) +* ESS Solo-1E (ES1946 Chipset) + +Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) and/or snd_sbc(4). + +[i386,amd64] The man:snd_spicds[4] driver supports the following codecs: + +* AK4358 +* AK4381 +* AK4396 +* AK4524 +* AK4528 +* WM8770 + +[i386,amd64,sparc64] The man:snd_t4dwave[4] driver supports the following audio devices: + +* Acer Labs M5451 +* SIS 7018 +* Trident 4DWave DX +* Trident 4DWave NX + +[i386,amd64] The man:snd_via8233[4] driver supports the following audio chipsets: + +* VIA VT8233 +* VIA VT8233A +* VIA VT8233C +* VIA VT8235 +* VIA VT8237 +* VIA VT8251 + +[i386,amd64] The man:snd_via82c686[4] driver supports audio devices based on the following chipset: + +* VIA 82C686A + +[i386,amd64] The man:snd_vibes[4] driver supports audio devices based on the following chipset: + +* S3 SonicVibes + +[pc98] NEC PC-9801-73, 86 and compatibles (nss driver) + +* NEC A-MATE internal sound +* Q-Vision WaveStar, WaveMaster + +[pc98] NEC X-MATE, CanBe, ValueStar internal (mss driver) + +[pc98] Creative Technologies SoundBlaster(98) (man:sb[4] driver) + +[pc98] I-O DATA CD-BOX (man:sb[4] driver) + +[pc98] MPU-401 and compatible interfaces (mpu driver) + +* Q-Vision WaveStar + +[[camera]] +== Camera and Video Capture Devices + +[i386,pc98] The man:bktr[4] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: + +* AOpen VA1000 +* AVerMedia AVerTV Studio +* AVerMedia TF/FM-98 +* ATI TV Wonder VE +* Hauppauge WinCast/TV +* Hauppauge WinTV-Go-FM +* Hauppauge WinTV-pci +* Hauppauge WinTV-radio +* Intel Smart Video Recorder III +* KWORLD PCI TV Tuner +* Miro PC TV +* Pinnacle PCTV Pro +* Pinnacle PCTV Rave +* PixelView PlayTV PAK +* PixelView PlayTV Pro (rev 4C, 9D) +* SIGMA TV II +* STB TV PCI Television Tuner +* Super TV Tuner +* TerraTec TValue +* V-Stream XPERT TV-PVR 878 +* Video Highway XTreme +* VideoLogic Captivator PCI + +[i386] Connectix QuickCam + +[[usb]] +== USB Devices + +[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. + +== Note: + +[amd64, i386, ia64, pc98] USB Ethernet adapters can be found in the section listing <<ethernet,Ethernet interfaces>>. + +== Note: + +[amd64, i386, ia64, pc98] USB Bluetooth adapters can be found in <<bluetooth,Bluetooth>> section. + +[i386,pc98,ia64,amd64,powerpc] The man:ohci[4] driver supports all OHCI v1.0 compliant controllers including: + +* AcerLabs M5237 (Aladdin-V) +* AMD-756 +* OPTi 82C861 (FireLink) +* NEC uPD 9210 +* CMD Tech 670 (USB0670) +* CMD Tech 673 (USB0673) +* NVIDIA nForce3 +* Sun PCIO-2 (RIO USB) + +[i386,pc98,ia64,amd64,powerpc] The man:uhci[4] driver supports all UHCI v1.1 compliant controllers including: + +* Intel 82371AB/EB (PIIX4) +* Intel 82371SB (PIIX3) +* VIA 83C572 + +[amd64, i386, ia64, pc98] USB 2.0 controllers using the EHCI interface (man:ehci[4] driver) + +[amd64, i386, ia64, pc98] Hubs + +[amd64, i386, ia64, pc98] Keyboards (man:ukbd[4] driver) + +[amd64, i386, pc98] Miscellaneous + +* Assist Computer Systems PC Camera C-M1 +* ActiveWire I/O Board +* Creative Technology Video Blaster WebCam Plus +* D-Link DSB-R100 USB Radio (man:ufm[4] driver) +* Mirunet AlphaCam Plus + +[i386,pc98,amd64,powerpc] The following devices are supported by the man:urio[4] driver: + +* Diamond MultiMedia Rio 500 +* Diamond MultiMedia Rio 600 +* Diamond MultiMedia Rio 800 + +[i386,pc98,amd64] Devices supported by the man:umodem[4] driver include: + +* 3Com 5605 +* Curitel PC5740 Wireless Modem +* Kyocera AH-K3001V Mobile Phone(WILLCOM) +* Kyocera WX320K Mobile Phone(WILLCOM) +* Metricom Ricochet GS USB wireless modem +* Sierra MC5720 Wireless Modem +* Yamaha Broadband Wireless Router RTW65b +* ELSA MicroLink 56k USB modem +* Sony Ericsson W810i phone +* Sonim XP5300 Force + +[amd64, i386, ia64, pc98] Mice (man:ums[4] driver) + +[i386,pc98,amd64,powerpc] The man:ulpt[4] driver provides support for USB printers and parallel printer conversion cables, including the following: + +* ATen parallel printer adapter +* Belkin F5U002 parallel printer adapter +* Canon BJ F850, S600 +* Canon LBP-1310, 350 +* Entrega USB-to-parallel printer adapter +* Hewlett-Packard HP Deskjet 3420 (P/N: C8947A #ABJ) +* Oki Data MICROLINE ML660PS +* Seiko Epson PM-900C, 880C, 820C, 730C + +[i386,pc98,amd64] The man:ubsa[4] driver supports the following adapters: + +* AnyData ADU-500A EV-DO modem +* AnyData ADU-E100A (no EV-DO mode support) +* Belkin F5U103 +* Belkin F5U120 +* e-Tek Labs Kwik232 +* GoHubs GoCOM232 +* Peracom single port serial adapter + +[i386,pc98,amd64] The man:ubser[4] driver provides support for the BWCT console management serial adapters. + +[i386,pc98,amd64] The + +* B&B Electronics USB->RS422/485 adapter +* Elexol USB MOD1 and USB MOD3 +* HP USB-Serial adapter shipped with some HP laptops +* Inland UAS111 +* QVS USC-1000 +* Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote +* Prologix GPIB-USB Controller + +[i386,pc98,amd64] The man:uplcom[4] driver supports the following devices and adapters: + +* ADLINK ND-6530 USB-Serial Adapter +* Alcatel One Touch 535/735 Phone +* Alcor AU9720 USB-RS232 Serial Adapter +* AlDiga AL-11U Modem +* Alltronix ACM003U00 Modem +* Anchor Serial adapter +* ATEN UC-232A +* BAFO BF-800 and BF-810 +* Belkin F5U257 +* BenQ S81 Phone +* Corega CG-USBRS232R Serial Adapter +* Cressi Edy (Seiko) Diving Computer +* ELECOM UC-SGT Serial Adapter +* HAL Corporation Crossam2+USB IR commander +* Hama USB RS-232 Serial Adapter +* Hamlet exagerate XURS232 +* HP LD220 Point-Of-Sale (POS) Display +* IOGEAR UC-232A +* I/O DATA USB-RSAQ, USB-RSAQ2, USB-RSAQ3 and USB-RSAQ5 +* iTegno WM1080A GSM/GFPRS Modem +* iTegno WM2080A CDMA Modem +* Leadtek 9531 GPS +* Micromax 610U Modem +* Microsoft Palm 700WX +* Mobile Action MA-620 Infrared Adapter +* Motorola Cables +* Nokia CA-42 Cable +* OTI DKU-5 cable +* Panasonic TY-TP50P6-S flat screen +* PLX CA-42 Phone Cable +* PLANEX USB-RS232 URS-03 +* Prolific Generic USB-Serial Adapters +* Prolific Pharos USB-Serial Adapter +* RATOC REX-USB60 +* Radio Shack USB Serial Cable +* Sagem USB-Serial Adapter +* Samsung I330 Phone Cradle +* Sandberg USB to Serial Link (model number 133-08) +* Sanwa KB-USB2 Multimeter cable +* Siemens/BenQ EF81, SX1, X65 and X75 Mobile Phones +* Sitecom USB-Serial Adapter +* SMART Technologies USB-Serial Adapter +* Sony QN3 Phone Cable +* Sony Ericsson Datapilot +* Sony Ericsson DCU-10 and DCU-11 (Susteen) USB Cables +* SOURCENEXT KeikaiDenwa 8 (with and without charger) +* Speed Dragon USB-Serial Cable +* Syntech CPT-8001C Barcode Scanner +* TDK UHA6400 and UPA9664 USB-PHS Adapters +* TRENDnet USB to Serial Converter (TU-S9) +* Tripp-Lite U209-000-R USB-Serial Adapter +* UIC HCR331 Magnetic Stripe Card Reader +* UIC MSR206 Magnetic Stripe Card Reader +* Willcom W-SIM DD PHS terminal.(WS002IN) +* YC-Cable USB-Serial Adapter +* Zeagle N2iTion3 Diving Computer + +The man:umct[4] driver supports the following adapters: + +* Belkin F5U109 +* Belkin F5U409 +* D-Link DU-H3SP USB BAY Hub +* Magic Control Technology USB-232 +* Sitecom USB-232 + +[i386,pc98,amd64,powerpc] The man:umass[4] driver supports USB Mass Storage devices, including: + +* ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M +* Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20 +* FujiFilm Zip USB Drive ZDR100 USB A +* GREEN HOUSE USB Flash Memory "PicoDrive" GH-UFD32M, 64M, 128M +* Huawei Mobile (SD slot) +* IBM 32MB USB Memory Key (P/N 22P5296) +* IBM 256MB USB Drive (MSYSTEM DiskOnKey2) +* IBM ThinkPad USB Portable CD-ROM Drive (P/N 33L5151) +* I-O DATA USB CD/CD-R/CD-RW/DVD-R/DVD-RW/DVD-RAM/DVD-ROM Drive DVR-iUH2 (CDROM, DVD-RAM only) +* I-O DATA USB x6 CD-RW Drive CDRW-i64/USB (CDROM only) +* I-O DATA USB/IEEE1394 Portable HD Drive HDP-i30P/CI, HDP-i40P/CI +* Iomega USB Zip 100/250 drive +* Iomega Zip750 USB2.0 drive +* Keian USB1.1/2.0 3.5-inch HDD Case KU350A +* Kurouto Shikou USB 2.5-inch HDD Case GAWAP2.5PS-USB2.0 +* LaCie P3 HardDrive USB 200GB +* Logitec LDR-H443U2 DVD-RAM/-R/+R/-RW/+RW drive +* Logitec Mobile USB Memory LMC-256UD +* Logitec USB1.1/2.0 HDD Unit SHD-E60U2 +* Logitec USB Double-Speed Floppy Drive LFD-31U2 +* Logitec USB/IEEE1394 DVD-RAM/R/RW Unit LDR-N21FU2 (CDROM only) +* MELCO USB Flash Disk "ClipDrive", RUF-C32M, -C64M, -C128M, -C256M, -C512M +* MELCO USB Flash Disk "PetitDrive", RUF-32M, -64M, -128M, -256Mm +* MELCO USB2.0 Flash Disk "PetitDrive2", RUF-256M/U2, -512M/U2 +* MELCO USB2.0 MO Drive MO-CH640U2 +* Matshita CF-VFDU03 floppy drive +* Merlin SM300 MP3/WMA Player (256Mb) +* Microtech International, Inc. USB-SCSI-HD 50 USB to SCSI cable +* Motorola E398 Mobile Phone (TransFlash memory card) +* NOVAC USB2.0 2.5/3.5-inch HDD Case NV-HD351U +* PNY Attache Flash Drive +* Panasonic ("Matshita FDD CF-VFDU03") +* Panasonic KXL-CB20AN Portable DVD-ROM/CD-R/RW +* Panasonic KXL-CB35AN (DVD-ROM & CD-R/RW) +* Panasonic USB2.0 Portable CD-RW Drive KXL-RW40AN (CDROM only) +* Panasonic floppy drive +* Qware BeatZkey! Pro +* RATOC Systems USB2.0 Removable HDD Case U2-MDK1, U2-MDK1B +* SanDisk SDDR-31 (Compact Flash) +* SanDisk SDDR-75 (only Compact Flash port works) +* Sitecom CN-300 MultiFlash (MMC/SD, SmartMedia, CF, MemoryStick) +* Sony Portable CD-R/RW Drive CRX10U (CDROM only) +* TEAC Portable USB CD-ROM Unit CD-110PU/210PU +* Time DPA20B MP3 Player (1Gb) +* Trek Thumbdrive 8MB +* VAIO floppy drive (includes Y-E Data Flashbuster-U) +* Y-E Data floppy drive (720/1.44/2.88Mb) + +Among the supported digital cameras are: + +* Asahi Optical (PENTAX) Optio 230 & 330 + +[amd64, i386, pc98] Audio Devices (man:uaudio[4] driver) + +[i386,pc98,amd64] The man:uvisor[4] driver supports the following devices: + +* Aceeca Mez1000 RDA +* Handspring Treo +* Handspring Treo 600 +* Handspring Visor +* Palm I705 +* Palm M125 +* Palm M130 +* Palm M500 +* Palm M505 +* Palm M515 +* Palm Tungsten T +* Palm Tungsten Z +* Palm Zire +* Palm Zire 31 +* Sony Clie 4.0 +* Sony Clie 4.1 +* Sony Clie 5.0 +* Sony Clie PEG-S500C +* Sony Clie NX60 +* Sony Clie S360 +* Sony Clie TJ37 + +[[firewire]] +== IEEE 1394 (Firewire) Devices + +[i386,sparc64,ia64,amd64,powerpc] The man:fwohci[4] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: + +* Adaptec AHA-894x/AIC-5800 +* Apple Pangea +* Apple UniNorth +* Intel 82372FB +* IOGEAR GUF320 +* Lucent / Agere FW322/323 +* NEC uPD72861 +* NEC uPD72870 +* NEC uPD72871/2 +* NEC uPD72873 +* NEC uPD72874 +* National Semiconductor CS4210 +* Ricoh R5C551 +* Ricoh R5C552 +* Sony CX3022 +* Sony i.LINK (CXD3222) +* Sun PCIO-2 (RIO 1394) +* Texas Instruments PCI4410A +* Texas Instruments PCI4450 +* Texas Instruments PCI4451 +* Texas Instruments TSB12LV22 +* Texas Instruments TSB12LV23 +* Texas Instruments TSB12LV26 +* Texas Instruments TSB43AA22 +* Texas Instruments TSB43AB21/A/AI/A-EP +* Texas Instruments TSB43AB22/A +* Texas Instruments TSB43AB23 +* Texas Instruments TSB82AA2 +* VIA Fire II (VT6306) + +[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (man:sbp[4] driver) + +[[bluetooth]] +== Bluetooth Devices + +[i386,pc98,amd64] The man:ng_bt3c[4] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. + +[i386,pc98,amd64] The man:ng_ubt[4] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: + +* 3Com 3CREB96 +* AIPTEK BR0R02 +* EPoX BT-DG02 +* Mitsumi Bluetooth USB adapter +* MSI MS-6967 +* TDK Bluetooth USB adapter +* Broadcom Bluetooth USB adapter + +[[crypto-accel]] +== Cryptographic Accelerators + +[i386,pc98,amd64] The man:hifn[4] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: + +* Invertex AEON +* Hifn 7751 +* PowerCrypt +* XL-Crypt +* NetSec 7751 +* Soekris Engineering vpn1201 and vpn1211 +* Soekris Engineering vpn1401 and vpn1411 + +[i386,pc98,amd64] The man:safe[4] driver supports cards containing any of the following chips: + +* SafeNet 1141 +* SafeNet 1741 + +[i386,pc98,amd64] The man:ubsec[4] driver supports cards containing any of the following chips: + +* Bluesteel 5501 +* Bluesteel 5601 +* Broadcom BCM5801 +* Broadcom BCM5802 +* Broadcom BCM5805 +* Broadcom BCM5820 +* Broadcom BCM5821 +* Broadcom BCM5822 +* Broadcom BCM5823 +* Broadcom BCM5825 + +[[misc]] +== Miscellaneous + +[amd64, i386, pc98] FAX-Modem/PCCARD + +* MELCO IGM-PCM56K/IGM-PCM56KH +* Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal) + +[amd64, i386, pc98] Floppy drives (man:fdc[4] driver) + +[amd64, i386] VGA-compatible video cards (man:vga[4] driver) + +== Note: + +Information regarding specific video cards and compatibility with [.application]#Xorg# can be found at `http://www.x.org/`. + +[amd64, i386, ia64, pc98] Keyboards including: + +* [i386] AT-style keyboards (man:atkbd[4] driver) +* [amd64, i386] PS/2 keyboards (man:atkbd[4] driver) +* [pc98] Standard keyboards +* [amd64, i386, ia64, pc98] USB keyboards (man:ukbd[4] driver) + +[amd64, i386, ia64, pc98] Pointing devices including: + +* [amd64, i386, pc98] Bus mice and compatible devices (man:mse[4] driver) +* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (man:psm[4] driver) +* Serial mice and compatible devices +* [amd64, i386, ia64, pc98] USB mice (ums[4] driver) + +== Note: + +man:moused[8] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. + +[amd64, i386] "PC standard" parallel ports (man:ppc[4] driver) + +[pc98] "PC-9821 standard" parallel ports (man:ppc[4] driver) + +[i386, amd64] PC-compatible joysticks (man:joy[4] driver) + +[pc98] Joystick port of SoundBlaster(98) (man:joy[4] driver) + +[i386, pc98] PHS Data Communication Card/PCCARD + +* NTT DoCoMo P-in Comp@ct +* Panasonic KX-PH405 +* SII MC-P200 + +[i386] Xilinx XC6200-based reconfigurable hardware cards compatible with the HOT1 from http://www.vcc.com/[Virtual Computers] (xrpu driver). + +[pc98] Power Management Controller of NEC PC-98 Note (pmc driver) diff --git a/website/content/en/releases/9.3R/hardware.html b/website/content/en/releases/9.3R/hardware.html deleted file mode 100644 index feacc4238e..0000000000 --- a/website/content/en/releases/9.3R/hardware.html +++ /dev/null @@ -1,349 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<!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 http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>FreeBSD 9.3-RELEASE Hardware Notes</title><link rel="stylesheet" type="text/css" href="docbook.css" /><link rev="made" href="[email protected]" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /></head><body><div class="article"><div xmlns="" class="titlepage"><div><div><h1 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61455136"></a>FreeBSD 9.3-RELEASE Hardware Notes</h1></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="author"><h3 class="author"><span class="orgname">The FreeBSD Documentation Project</span></h3></div></div><div><p xmlns="http://www.w3.org/1999/xhtml" class="copyright">Copyright � 2000-2014 The FreeBSD Documentation Project</p></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="legalnotice"><a id="trademarks"></a><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FreeBSD is a registered trademark of - the FreeBSD Foundation. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMD, AMD Athlon, - AMD Opteron, Athlon, �lan, Opteron, and PCnet are - trademarks of Advanced Micro Devices, Inc. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fujitsu, the Fujitsu logo, LifeBook, - Stylistic, PRIMEPOWER, PRIMEQUEST, PRIMECLUSTER, ETERNUS, TRIOLE, - ESPRIMO, BioMedCAChe, CAChe, CELLINJECTOR, isS, Materials Explorer, - SystemWalker, and Interstage are trademarks or registered trademarks - of Fujitsu Limited in the United States and other countries. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IBM, AIX, 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 xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/TR/xhtml1/transitional">SPARC, SPARC64, and - UltraSPARC are trademarks of SPARC International, Inc in the United - States and other countries. SPARC International, Inc owns all of the - SPARC trademarks and under licensing agreements allows the proper use - of these trademarks by its members. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun, Sun Microsystems, Java, Java - Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, - Solaris, StarOffice, SunOS - and VirtualBox are trademarks or registered trademarks of - Sun Microsystems, Inc. in the United States and other countries. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">™</span>”</span> or the - <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">�</span>”</span> symbol. </p></div></div><div>Last modified on 2014-06-09 by brueffer.</div></div><hr /></div><div class="toc"><div class="toc-title">Table of Contents</div><dl class="toc"><dt><span class="sect1"><a href="#intro">1. Introduction</a></span></dt><dt><span class="sect1"><a href="#proc">2. Supported Processors and System Boards</a></span></dt><dt><span class="sect1"><a href="#support">3. Supported Devices</a></span></dt></dl></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="intro"></a>1.�Introduction</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This document contains the hardware compatibility notes for - FreeBSD 9.3-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"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="proc"></a>2.�Supported Processors and System Boards</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This section provides some architecture-specific information - about the specific processors and systems that are supported by - each architecture. </p><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="proc-amd64"></a>2.1.�amd64</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Since mid-2003 FreeBSD/amd64 has supported the AMD64 - (<span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">Hammer</span>”</span>) and <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Intel</span>� 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 xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/TR/xhtml1/transitional">As of this writing, the following processors are - supported: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">AMD�Athlon</span>™64 (<span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">Clawhammer</span>”</span>). </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">AMD�Opteron</span>™ (<span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">Sledgehammer</span>”</span>). </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">All multi-core <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Intel</span>� <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Xeon</span>™ processors except - Sossaman have EM64T support. </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The single-core <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Intel</span>� <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Xeon</span>™ - processors <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">Nocona</span>”</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">Irwindale</span>”</span>, - <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">Potomac</span>”</span>, and <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">Cranford</span>”</span> have - EM64T support. </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">All <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Intel</span>� Core 2 (not Core Duo) and later - processors </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">All <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Intel</span>� <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Pentium</span>� D processors </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Intel</span>� <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Pentium</span>� 4s and Celeron Ds using - the <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">Cedar Mill</span>”</span> core have EM64T - support. </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Some <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Intel</span>� <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Pentium</span>� 4s and Celeron Ds using - the <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">Prescott</span>”</span> core have EM64T support. See - the <a xmlns="http://www.w3.org/1999/xhtml" class="link" 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></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Intel</span>� EM64T is an extended version of IA-32 (x86) and - different from <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Intel</span>� IA-64 (Itanium) architecture, which - FreeBSD/ia64 supports. Some <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Intel</span>�'s old documentation refers - to <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Intel</span>� EM64T as <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">64-bit extension technology</span>”</span> - or <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">IA-32e</span>”</span>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) - configurations are supported. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">In many respects, FreeBSD/amd64 is similar to - FreeBSD/i386, in terms of drivers supported. Generally, - drivers that already function correctly on other 64-bit - platforms should work. </p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="proc-i386"></a>2.2.�i386</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FreeBSD/i386 runs on a wide variety of <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">IBM PC - compatible</span>”</span> 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 xmlns="http://www.w3.org/TR/xhtml1/transitional">Almost all <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">i386</span>™-compatible processors with a floating - point unit are supported. All <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Intel</span>� processors beginning - with the 80486 are supported, including the 80486, <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Pentium</span>�, - <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Pentium</span>� Pro, <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Pentium</span>� II, <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Pentium</span>� III, <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Pentium</span>� 4, and - variants thereof, such as the <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Xeon</span>™ and <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Celeron</span>� processors. - All <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">i386</span>™-compatible AMD processors are also supported, - including the <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Am486</span>�, <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Am5x86</span>�, K5, <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">AMD-K6</span>� (and variants), - <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">AMD�Athlon</span>™ (including Athlon-MP, Athlon-XP, Athlon-4, and - Athlon Thunderbird), and <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">AMD�Duron</span>™ processors. The AMD - �lan SC520 embedded processor is supported. The - Transmeta Crusoe is recognized and supported, as are - <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">i386</span>™-compatible processors from Cyrix and NexGen. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">There is a wide variety of motherboards available for this - architecture. Motherboards using the ISA, VLB, EISA, AGP, and - PCI expansion buses are well-supported. There is some - limited support for the MCA (<span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">MicroChannel</span>”</span>) - expansion bus used in the IBM PS/2 line of PCs. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp" target="_top">FreeBSD symmetric multiprocessing mailing list</a> may yield some clues. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FreeBSD will take advantage of HyperThreading (HTT) support - on <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Intel</span>� CPUs that support this feature. A kernel with the - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">options�SMP</code> 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 - <code xmlns="http://www.w3.org/1999/xhtml" class="varname">machdep.hyperthreading_allowed</code> tunable. - The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=smp&sektion=4"><span class="citerefentry"><span class="refentrytitle">smp</span>(4)</span></a> manual page has more details. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FreeBSD will take advantage of Physical Address Extensions - (PAE) support on CPUs that support this feature. A kernel - with the <code xmlns="http://www.w3.org/1999/xhtml" class="literal">PAE</code> 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 xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pae&sektion=4"><span class="citerefentry"><span class="refentrytitle">pae</span>(4)</span></a> manual page for more details. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile" target="_top">FreeBSD laptop computer mailing list</a> may be - useful. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/1999/xhtml" class="trademark">Intel</span>�, as described in the - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4"><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 <code xmlns="http://www.w3.org/1999/xhtml" class="filename">/boot/device.hints</code>: </p><pre class="programlisting">hint.acpi.0.disabled="1"</pre><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Users debugging ACPI-related problems may find it useful - to disable portions of the ACPI functionality. The - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4"><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 xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://acpi.sourceforge.net/dsdt/index.php" target="_top">DSDT</a> - section of the <a xmlns="http://www.w3.org/1999/xhtml" class="link" 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 xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=acpi&sektion=4"><span class="citerefentry"><span class="refentrytitle">acpi</span>(4)</span></a> manual page for - more information. </p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="proc-ia64"></a>2.3.�ia64</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Currently supported processors are the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://people.freebsd.org/~marcel/refs/ia64/itanium/24532003.pdf" target="_top"><span class="trademark">Itanium</span>�</a> - and the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://people.freebsd.org/~marcel/refs/ia64/itanium2/25111003.pdf" target="_top"><span class="trademark">Itanium</span>� - 2</a>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Supported chipsets include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP zx1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Intel</span>� 460GX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Intel</span>� E8870 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) - configurations are supported. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=syscons&sektion=4"><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"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="proc-pc98"></a>2.4.�pc98</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC PC-9801/9821 series with almost all <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">i386</span>™-compatible - processors, including 80486, <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Pentium</span>�, <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Pentium</span>� Pro, - <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Pentium</span>� II, and variants. All <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">i386</span>™-compatible processors - by AMD, Cyrix, IBM, and IDT are also supported. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/TR/xhtml1/transitional">EPSON PC-386/486/586 series, which are compatible with NEC - PC-9801 series are supported. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/TR/xhtml1/transitional">Although there are some multi-processor systems (such as - Rs20/B20), SMP-related features of FreeBSD are not supported - yet. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="proc-powerpc"></a>2.5.�powerpc</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This section describes the systems currently known to be - supported by FreeBSD on the PowerPC platform. This list is not - exhaustive. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">In general, all New World architecture Apple hardware - is supported, as well a limited selection of non-Apple - machines. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">All systems listed below are fully supported, with the - exception that software fan control is currently missing on - some Power Macintosh G5 models. SMP is supported on all systems - with more than 1 processor. </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Apple iMac G3 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Apple iMac G4 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Apple iMac G5 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Apple Power Macintosh G3 (Blue & White) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Apple Power Macintosh G4 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Apple Power Macintosh G5 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Apple iBook G3 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Apple iBook G4 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Apple PowerBook G3 (Lombard and Pismo) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Apple PowerBook G4 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Apple XServe G4 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Apple XServe G5 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Apple Mac Mini </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Embedded boards based on MPC85XX </p></li></ul></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="proc-sparc64"></a>2.6.�sparc64</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This section describes the systems currently known to be - supported by FreeBSD on the Fujitsu <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">SPARC64</span>� and Sun <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">UltraSPARC</span>� - platforms. For - background information on the various hardware designs see the - <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://sunsolve.sun.com/handbook_pub/" target="_top">Sun System - Handbook</a>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMP is supported on all systems with more than 1 - processor. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">When using the <code xmlns="http://www.w3.org/1999/xhtml" class="filename">GENERIC</code> kernel, - FreeBSD/sparc64 systems not equipped with a framebuffer - supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=creator&sektion=4"><span class="citerefentry"><span class="refentrytitle">creator</span>(4)</span></a> (Sun Creator, Sun Creator3D - and Sun Elite3D) or <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=machfb&sektion=4"><span class="citerefentry"><span class="refentrytitle">machfb</span>(4)</span></a> (Sun PGX and Sun PGX64 - as well as the ATI Mach64 chips found onboard in for example - <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Blade</span>™ 100, <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Blade</span>™ 150, Sun�<span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Ultra</span>™ 5 and Sun�<span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Ultra</span>™ 10) - driver must use the serial console. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">If you have a system that is not listed here, it may not - have been tested with FreeBSD 9.3-RELEASE. We encourage - you to try it and send a note to the <a xmlns="http://www.w3.org/1999/xhtml" class="link" 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 xmlns="http://www.w3.org/TR/xhtml1/transitional">The following systems are fully supported by FreeBSD: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Naturetech GENIALstation 777S </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Blade</span>™ 100 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Blade</span>™ 150 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Enterprise</span>™ 150 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Enterprise</span>™ 220R </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Enterprise</span>™ 250 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Enterprise</span>™ 420R </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Enterprise</span>™ 450 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Fire</span>™ B100s (support for the on-board NICs first - appeared in 8.1-RELEASE) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Fire</span>™ V100 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Fire</span>™ V120 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Netra</span>™ t1 100/105 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Netra</span>™ T1 AC200/DC200 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Netra</span>™ t 1100 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Netra</span>™ t 1120 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Netra</span>™ t 1125 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Netra</span>™ t 1400/1405 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Netra</span>™ 120 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Netra</span>™ X1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">SPARCEngine</span>� Ultra AX1105 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">SPARCEngine</span>� Ultra AXe </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">SPARCEngine</span>� Ultra AXi </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">SPARCEngine</span>� Ultra AXmp </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">SPARCEngine</span>� CP1500 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun�<span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Ultra</span>™ 1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun�<span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Ultra</span>™ 1E </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun�<span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Ultra</span>™ 2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun�<span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Ultra</span>™ 5 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun�<span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Ultra</span>™ 10 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun�<span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Ultra</span>™ 30 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun�<span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Ultra</span>™ 60 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun�<span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Ultra</span>™ 80 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun�<span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Ultra</span>™ 450 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The following systems are partially supported by FreeBSD. In - particular the fiber channel controllers in SBus-based systems are not - supported. However, it is possible to use these with a SCSI controller - supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4"><span class="citerefentry"><span class="refentrytitle">esp</span>(4)</span></a> driver (Sun ESP SCSI, Sun FAS Fast-SCSI - and Sun FAS366 Fast-Wide SCSI controllers). </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Enterprise</span>™ 3500 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Enterprise</span>™ 4500 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Starting with 7.2-RELEASE, sparc64 systems based on Sun - <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">UltraSPARC</span>� III and beyond are also supported by FreeBSD, which includes - the following known working systems: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Blade</span>™ 1000 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Blade</span>™ 1500 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Blade</span>™ 2000 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Blade</span>™ 2500 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Fire</span>™ 280R </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Fire</span>™ V210 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Fire</span>™ V215 (support first appeared in 7.3-RELEASE and 8.1-RELEASE) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Fire</span>™ V240 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Fire</span>™ V245 (support first appeared in 7.3-RELEASE and 8.1-RELEASE) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Fire</span>™ V250 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Fire</span>™ V440 (support for the on-board NICs first - appeared in 7.3-RELEASE and 8.0-RELEASE) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Fire</span>™ V480 (501-6780 and 501-6790 centerplanes only, for - which support first appeared in 7.3-RELEASE and 8.1-RELEASE, - other centerplanes might work beginning with 8.3-RELEASE and 9.0-RELEASE) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Fire</span>™ V880 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Fire</span>™ V890 (support first appeared in 7.4-RELEASE and 8.1-RELEASE, - non-mixed <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">UltraSPARC</span>� IV/IV+ CPU-configurations only) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Netra</span>™ 20/<span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Netra</span>™ T4 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The following Sun <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">UltraSPARC</span>� systems are not tested but - believed to be also supported by FreeBSD: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Fire</span>™ V125 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Sun�Fire</span>™ V490 (support first appeared in 7.4-RELEASE and 8.1-RELEASE, - non-mixed <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">UltraSPARC</span>� IV/IV+ CPU-configurations only) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Starting with 7.4-RELEASE and 8.1-RELEASE, sparc64 systems based on - Fujitsu <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">SPARC64</span>� V are also supported by FreeBSD, which - includes the following known working systems: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fujitsu <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">PRIMEPOWER</span>� 250 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The following Fujitsu <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">PRIMEPOWER</span>� systems are not tested but - believed to be also supported by FreeBSD: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fujitsu <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">PRIMEPOWER</span>� 450 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fujitsu <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">PRIMEPOWER</span>� 650 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fujitsu <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">PRIMEPOWER</span>� 850 </p></li></ul></div></div></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="support"></a>3.�Supported Devices</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="" class="note"><h3 class="admontitle">Note: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="disk"></a>3.1.�Disk Controllers</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386, ia64, pc98, - sparc64] IDE/ATA controllers (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ata&sektion=4"><span class="citerefentry"><span class="refentrytitle">ata</span>(4)</span></a> - driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[pc98] IDE/ATA controllers (wdc driver) </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">On-board IDE controller </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,ia64,amd64] Controllers supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=aac&sektion=4"><span class="citerefentry"><span class="refentrytitle">aac</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AAC-364 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec RAID 2045 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec RAID 2405 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec RAID 2445 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec RAID 2805 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec RAID 3085 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec RAID 31205 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec RAID 31605 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec RAID 5085 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec RAID 51205 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec RAID 51245 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec RAID 51605 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec RAID 51645 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec RAID 52445 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec RAID 5405 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec RAID 5445 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec RAID 5805 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SAS RAID 3405 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SAS RAID 3805 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SAS RAID 4000SAS </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SAS RAID 4005SAS </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SAS RAID 4800SAS </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SAS RAID 4805SAS </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SATA RAID 2020SA ZCR </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SATA RAID 2025SA ZCR </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SATA RAID 2026ZCR </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SATA RAID 2410SA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SATA RAID 2420SA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SATA RAID 2610SA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SATA RAID 2620SA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SATA RAID 2810SA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SATA RAID 2820SA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SATA RAID 21610SA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SCSI RAID 2020ZCR </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SCSI RAID 2025ZCR </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SCSI RAID 2120S </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SCSI RAID 2130S </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SCSI RAID 2130SLP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SCSI RAID 2230SLP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SCSI RAID 2200S </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SCSI RAID 2240S </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SCSI RAID 3230S </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SCSI RAID 3240S </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SCSI RAID 5400S </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell CERC SATA RAID 2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PERC 2/Si </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PERC 2/QC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PERC 3/Si </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PERC 3/Di </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PERC 320/DC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP ML110 G2 (Adaptec SATA RAID 2610SA) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP NetRAID 4M </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IBM ServeRAID 8i </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IBM ServeRAID 8k </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IBM ServeRAID 8s </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICP RAID ICP5045BL </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICP RAID ICP5085BL </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICP RAID ICP5085SL </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICP RAID ICP5125BR </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICP RAID ICP5125SL </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICP RAID ICP5165BR </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICP RAID ICP5165SL </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICP RAID ICP5445SL </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICP RAID ICP5805BL </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICP RAID ICP5805SL </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICP ICP5085BR SAS RAID </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICP ICP9085LI SAS RAID </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICP ICP9047MA SATA RAID </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICP ICP9067MA SATA RAID </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICP ICP9087MA SATA RAID </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICP ICP9014RO SCSI RAID </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICP ICP9024RO SCSI RAID </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Legend S220 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Legend S230 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun STK RAID REM </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun STK RAID EM </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SG-XPCIESAS-R-IN </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SG-XPCIESAS-R-EX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AOC-USAS-S4i </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AOC-USAS-S8i </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AOC-USAS-S4iR </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AOC-USAS-S8iR </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AOC-USAS-S8i-LP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AOC-USAS-S8iR-LP </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=adv&sektion=4"><span class="citerefentry"><span class="refentrytitle">adv</span>(4)</span></a> driver supports the following SCSI controllers: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP510/5150 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP5140 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP5142 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP902/3902 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP3905 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP915 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP920 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP3922 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP3925 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP930, ABP930U, ABP930UA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP960, ABP960U </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP542 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP742 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP842 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP940 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP940UA/3940UA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP940U </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP3960UA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP970, ABP970U </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP752 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP852 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP950 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP980, ABP980U </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP980UA/3980UA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MELCO IFC-USP (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RATOC REX-PCI30 (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">@Nifty FNECHARD IFC-USUP-TX (PC-98) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=adw&sektion=4"><span class="citerefentry"><span class="refentrytitle">adw</span>(4)</span></a> driver supports SCSI controllers including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP940UW/ABP3940UW </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP950UW </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP970UW </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP3940U2W </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AdvanSys ABP3950U2W </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=aha&sektion=4"><span class="citerefentry"><span class="refentrytitle">aha</span>(4)</span></a> driver supports the following SCSI host adapters: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AHA-154xB </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AHA-154xC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AHA-154xCF </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AHA-154xCP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AHA-1640 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AHA-174x in 154x emulation mode </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">DTC 3290 SCSI controller in 1542 emulation mode </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Tekram SCSI controllers in 154x emulation mode </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ahb&sektion=4"><span class="citerefentry"><span class="refentrytitle">ahb</span>(4)</span></a> driver supports the following SCSI host adapters: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AHA-1740 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AHA-1742 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AHA-1740A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AHA-1742A </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ahc&sektion=4"><span class="citerefentry"><span class="refentrytitle">ahc</span>(4)</span></a> driver supports the following SCSI host adapter chips and SCSI controller cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AIC7770 host adapter chip </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AIC7850 host adapter chip </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AIC7860 host adapter chip </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AIC7870 host adapter chip </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AIC7880 host adapter chip </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AIC7890 host adapter chip </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AIC7891 host adapter chip </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AIC7892 host adapter chip </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AIC7895 host adapter chip </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AIC7896 host adapter chip </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AIC7897 host adapter chip </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AIC7899 host adapter chip </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 274X(W) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 274X(T) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 284X </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 2910 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 2915 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 2920C </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 2930C </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 2930U2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 2940 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 2940J </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 2940N </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 2940U </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 2940AU </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 2940UW </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 2940UW Dual </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 2940UW Pro </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 2940U2W </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 2940U2B </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 2950U2W </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 2950U2B </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 19160B </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 29160B </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 29160N </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 3940 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 3940U </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 3940AU </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 3940UW </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 3940AUW </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 3940U2W </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 3950U2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 3960 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 39160 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 3985 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 4944UW </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC PC-9821Xt13 (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC RvII26 (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC PC-9821X-B02L/B09 (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC SV-98/2-B03 (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Many motherboards with on-board SCSI support </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ahci&sektion=4"><span class="citerefentry"><span class="refentrytitle">ahci</span>(4)</span></a> driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it supports AHCI part of legacy-PATA + AHCI-SATA combined controllers, such as JMicron JMB36x and Marvell 88SE61xx. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,sparc64,ia64,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ahd&sektion=4"><span class="citerefentry"><span class="refentrytitle">ahd</span>(4)</span></a> driver supports the following: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AIC7901 host adapter chip </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AIC7901A host adapter chip </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AIC7902 host adapter chip </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 29320 host adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 39320 host adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Many motherboards with on-board SCSI support </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] The adapters supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=aic&sektion=4"><span class="citerefentry"><span class="refentrytitle">aic</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AHA-1505 (ISA) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AHA-1510A, AHA-1510B (ISA) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AHA-1520A, AHA-1520B (ISA) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AHA-1522A, AHA-1522B (ISA) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AHA-1535 (ISA) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative Labs SoundBlaster SCSI host adapter (ISA) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AHA-1460, AHA-1460B, AHA-1460C, AHA-1460D (PC Card) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AHA-1030B, AHA-1030P (PC98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC PC-9801-100 (PC98) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] Controllers supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=amd&sektion=4"><span class="citerefentry"><span class="refentrytitle">amd</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MELCO IFC-DP (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Tekram DC390 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Tekram DC390T </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Controllers supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=amr&sektion=4"><span class="citerefentry"><span class="refentrytitle">amr</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID SATA 150-4 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID SATA 150-6 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID SATA 300-4X </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID SATA 300-8X </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID SCSI 320-1E </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID SCSI 320-2E </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID SCSI 320-4E </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID SCSI 320-0X </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID SCSI 320-2X </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID SCSI 320-4X </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID SCSI 320-0 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID SCSI 320-1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID SCSI 320-2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID SCSI 320-4 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID Series 418 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID i4 133 RAID </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID Elite 1500 (Series 467) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID Elite 1600 (Series 493) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID Elite 1650 (Series 4xx) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID Enterprise 1200 (Series 428) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID Enterprise 1300 (Series 434) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID Enterprise 1400 (Series 438) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID Enterprise 1500 (Series 467) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID Enterprise 1600 (Series 471) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID Express 100 (Series 466WS) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID Express 200 (Series 466) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID Express 300 (Series 490) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MegaRAID Express 500 (Series 475) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PERC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PERC 2/SC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PERC 2/DC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PERC 3/DCL </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PERC 3/QC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PERC 4/DC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PERC 4/IM </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PERC 4/SC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PERC 4/Di </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PERC 4e/DC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PERC 4e/Di </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PERC 4e/Si </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PERC 4ei </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP NetRAID-1/Si </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP NetRAID-3/Si (D4943A) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Embedded NetRAID </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel RAID Controller SRCS16 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel RAID Controller SRCU42X </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=arcmsr&sektion=4"><span class="citerefentry"><span class="refentrytitle">arcmsr</span>(4)</span></a> driver supports the following cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1110 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1120 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1130 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1160 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1170 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1110ML </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1120ML </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1130ML </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1160ML </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1200 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1201 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1210 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1212 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1213 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1214 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1220 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1222 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1223 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1224 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1230 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1231 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1260 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1261 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1270 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1280 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1210ML </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1220ML </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1231ML </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1261ML </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1280ML </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1380 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1381 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1680 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1681 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1880 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARC-1882 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] The adapters currently supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=asr&sektion=4"><span class="citerefentry"><span class="refentrytitle">asr</span>(4)</span></a> driver include the following: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec Zero-Channel SCSI RAID 2000S, 2005S, 2010S, 2015S </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SCSI RAID 2100S, 2110S </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec ATA-100 RAID 2400A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SCSI RAID 3200S, 3210S </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SCSI RAID 3400S, 3410S </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SmartRAID PM1554 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SmartRAID PM1564 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SmartRAID PM2554 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SmartRAID PM2564 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SmartRAID PM2664 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SmartRAID PM2754 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SmartRAID PM2865 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SmartRAID PM3754 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SmartRAID PM3755U2B / SmartRAID V Millennium </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec SmartRAID PM3757 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4"><span class="citerefentry"><span class="refentrytitle">bt</span>(4)</span></a> driver supports the following BusLogic MultiMaster <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">W</span>”</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">C</span>”</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">S</span>”</span>, and <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">A</span>”</span> series and compatible SCSI host adapters: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-445C </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-445S </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-540CF </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-542B </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-542B </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-542D </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-545C </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-545S </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic/BusTek BT-640 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-742A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-742A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-747C </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-747D </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-747S </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-757C </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-757CD </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-757D </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-757S </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-946C </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-948 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-956C </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-956CD </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-958 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BusLogic BT-958D </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Storage Dimensions SDC3211B / SDC3211F </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bt&sektion=4"><span class="citerefentry"><span class="refentrytitle">bt</span>(4)</span></a> driver. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,ia64,amd64] Controllers supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ciss&sektion=4"><span class="citerefentry"><span class="refentrytitle">ciss</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq Smart Array 5300 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq Smart Array 532 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq Smart Array 5i </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array 5312 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array 6i </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array 641 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array 642 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array 6400 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array 6400 EM </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array E200 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array E200i </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P212 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P220i </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P222 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P230i </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P400 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P400i </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P410 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P410i </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P411 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P420 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P420i </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P421 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P430 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P430i </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P431 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P530 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P531 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P600 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P721m </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P731m </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P800 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P812 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P830 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Smart Array P830i </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Modular Smart Array 20 (MSA20) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Modular Smart Array 500 (MSA500) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[pc98] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ct&sektion=4"><span class="citerefentry"><span class="refentrytitle">ct</span>(4)</span></a> driver supports the following adapters: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ELECOM bus-master SCSI adapters </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">I-O DATA SC-98II </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICM IF-2660, IF-2766, IF-2766ET, IF-2767 and IF-2769 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Logitec LHA-N151 and LHA-20x series </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Midori-Denshi MDC-554NA and MDC-926R </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC PC-9801-55, 92 and compatibles </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMIT transfer type SCSI host adapters </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TEXA HA-55BS2 and its later models </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,ia64,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=dpt&sektion=4"><span class="citerefentry"><span class="refentrytitle">dpt</span>(4)</span></a> driver provides support for the following RAID adapters: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">DPT Smart Cache Plus </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) (Gen2) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Smart RAID II (PM3?2?, PM3021, PM3222) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Smart Cache III (PM2?3?) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Smart RAID III (PM3?3?, PM3332 [EISA], PM3334UW [PCI]) (Gen3) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) (Gen4) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Smart RAID IV </p></li></ul></div><div xmlns="" class="note"><h3 class="admontitle">Note: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] Booting from these - controllers is supported. EISA adapters are not - supported. </p></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[sparc64] Controllers supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=esp&sektion=4"><span class="citerefentry"><span class="refentrytitle">esp</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MELCO IFC-DP (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun ESP family </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun FAS family </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Tekram DC390 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Tekram DC390T </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=hpt27xx&sektion=4"><span class="citerefentry"><span class="refentrytitle">hpt27xx</span>(4)</span></a> driver supports the following SAS controllers: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint's RocketRAID 271x series </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint's RocketRAID 272x series </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint's RocketRAID 274x series </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint's RocketRAID 276x series </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint's RocketRAID 278x series </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4"><span class="citerefentry"><span class="refentrytitle">hptiop</span>(4)</span></a> driver supports the following SAS and SATA RAID controllers: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 4522 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 4521 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 4520 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 4322 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 4321 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 4320 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 4311 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 4310 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 3640 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 3622 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 3620 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=hptiop&sektion=4"><span class="citerefentry"><span class="refentrytitle">hptiop</span>(4)</span></a> driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 4211 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 4210 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 3560 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 3540 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 3530 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 3522 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 3521 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 3520 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 3511 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 3510 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 3410 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 3320 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 3220 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 3122 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 3120 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint RocketRAID 3020 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=hptmv&sektion=4"><span class="citerefentry"><span class="refentrytitle">hptmv</span>(4)</span></a> driver supports the following ATA RAID controllers: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HighPoint's RocketRAID 182x series </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=hptrr&sektion=4"><span class="citerefentry"><span class="refentrytitle">hptrr</span>(4)</span></a> driver supports the following RAID controllers: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RocketRAID 172x series </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RocketRAID 174x series </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RocketRAID 2210 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RocketRAID 222x series </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RocketRAID 2240 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RocketRAID 230x series </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RocketRAID 231x series </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RocketRAID 232x series </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RocketRAID 2340 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RocketRAID 2522 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] The following controllers are supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ida&sektion=4"><span class="citerefentry"><span class="refentrytitle">ida</span>(4)</span></a> driver: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq SMART Array 221 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq Integrated SMART Array Controller </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq SMART Array 4200 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq SMART Array 4250ES </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq SMART 3200 Controller </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq SMART 3100ES Controller </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq SMART-2/DH Controller </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq SMART-2/SL Controller </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq SMART-2/P Controller </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq SMART-2/E Controller </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq SMART Controller </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,ia64,amd64] Controllers supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=iir&sektion=4"><span class="citerefentry"><span class="refentrytitle">iir</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel RAID Controller SRCMR </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel Server RAID Controller U3-l (SRCU31a) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel Server RAID Controller U3-1L (SRCU31La) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel Server RAID Controller U3-2 (SRCU32) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">All past and future releases of Intel and ICP RAID Controllers. </p></li></ul></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel RAID Controller SRCU21 (discontinued) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel RAID Controller SRCU31 (older revision, not compatible) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel RAID Controller SRCU31L (older revision, not compatible) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The SRCU31 and SRCU31L can be updated via a firmware update available from Intel. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] Controllers supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ips&sektion=4"><span class="citerefentry"><span class="refentrytitle">ips</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IBM ServeRAID 3H </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ServeRAID 4L/4M/4H </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ServeRAID Series 5 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ServeRAID 6i/6M </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ServeRAID 7t/7k/7M </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Newer ServeRAID controllers are supported by the aac(4) or mfi(4) driver. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=isci&sektion=4"><span class="citerefentry"><span class="refentrytitle">isci</span>(4)</span></a> driver provides support for Intel C600 SAS controllers. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cards supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=isp&sektion=4"><span class="citerefentry"><span class="refentrytitle">isp</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ISP1000 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ISP1020 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ISP1040 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Qlogic 1240 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Qlogic 1020 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Qlogic 1040 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Qlogic 1080 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Qlogic 1280 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Qlogic 12160 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Qlogic 210X </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Qlogic 220X </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Qlogic 2300 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Qlogic 2312 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Qlogic 234X </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Qlogic 2322 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Qlogic 200 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Qlogic 2422 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Qlogic 2432 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,ia64,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4"><span class="citerefentry"><span class="refentrytitle">mfi</span>(4)</span></a> driver supports the following hardware: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI MegaRAID SAS 1078 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI MegaRAID SAS 8408E </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI MegaRAID SAS 8480E </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI MegaRAID SAS 9260 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PERC5 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PERC6 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IBM ServeRAID M5015 SAS/SATA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IBM ServeRAID-MR10i </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel RAID Controller SROMBSAS18E </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,ia64,amd64] Controllers supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mlx&sektion=4"><span class="citerefentry"><span class="refentrytitle">mlx</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mylex DAC960P </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mylex DAC960PD / DEC KZPSC (Fast Wide) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mylex DAC960PDU </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mylex DAC960PL </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mylex DAC960PJ </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mylex DAC960PG </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mylex DAC960PU / DEC PZPAC (Ultra Wide) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mylex AcceleRAID 150 (DAC960PRL) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mylex AcceleRAID 250 (DAC960PTL1) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mylex eXtremeRAID 1100 (DAC1164P) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compatible Mylex controllers not listed should work, but have not been verified. </p><div xmlns="" class="note"><h3 class="admontitle">Note: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] Booting from these - controllers is supported. EISA adapters are not - supported. </p></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,ia64,amd64] Controllers supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mly&sektion=4"><span class="citerefentry"><span class="refentrytitle">mly</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mylex AcceleRAID 160 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mylex AcceleRAID 170 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mylex AcceleRAID 352 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mylex eXtremeRAID 2000 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mylex eXtremeRAID 3000 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compatible Mylex controllers not listed should work, but have not been verified. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mps&sektion=4"><span class="citerefentry"><span class="refentrytitle">mps</span>(4)</span></a> driver supports the following hardware: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI Logic SAS2004 (4 Port SAS) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI Logic SAS2008 (8 Port SAS) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI Logic SAS2108 (8 Port SAS) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI Logic SAS2116 (16 Port SAS) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI Logic SAS2208 (8 Port SAS) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI Logic SAS2308 (8 Port SAS) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI Logic SSS6200 Solid State Storage </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel Integrated RAID Module RMS25JB040 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel Integrated RAID Module RMS25JB080 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel Integrated RAID Module RMS25KB040 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel Integrated RAID Module RMS25KB080 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The following controllers are supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4"><span class="citerefentry"><span class="refentrytitle">mpt</span>(4)</span></a> driver: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI Logic AS1064, LSI Logic AS1068 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI Logic FC909 (1Gb/s Fibre Channel) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI Logic FC909A (Dual 1Gb/s Fibre Channel) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI Logic FC919, LSI Logic 7102XP-LC (Single 2Gb/s Fibre Channel) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI Logic FC929, LSI Logic FC929X, LSI Logic 7202XP-LC (Dual 2Gb/s Fibre Channel) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI Logic FC949X (Dual 4Gb/s Fibre Channel) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The Ultra 320 SCSI controller chips supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mpt&sektion=4"><span class="citerefentry"><span class="refentrytitle">mpt</span>(4)</span></a> driver can be found onboard on many systems including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PowerEdge 1750 thru 2850 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IBM eServer xSeries 335 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">These systems also contain Integrated RAID Mirroring and Integrated RAID Mirroring Enhanced which this driver also supports. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mrsas&sektion=4"><span class="citerefentry"><span class="refentrytitle">mrsas</span>(4)</span></a> driver supports the following hardware: </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[ Thunderbolt 6Gb/s MR controller ] </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI MegaRAID SAS 9265 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI MegaRAID SAS 9266 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI MegaRAID SAS 9267 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI MegaRAID SAS 9270 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI MegaRAID SAS 9271 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI MegaRAID SAS 9272 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI MegaRAID SAS 9285 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI MegaRAID SAS 9286 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">DELL PERC H810 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">DELL PERC H710/P </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[ Invader/Fury 12Gb/s MR controller ] </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI MegaRAID SAS 9380 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI MegaRAID SAS 9361 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI MegaRAID SAS 9341 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">DELL PERC H830 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">DELL PERC H730/P </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">DELL PERC H330 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mvs&sektion=4"><span class="citerefentry"><span class="refentrytitle">mvs</span>(4)</span></a> driver supports the following controllers: </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Gen-I (SATA 1.5Gbps): </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">88SX5040 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">88SX5041 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">88SX5080 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">88SX5081 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Gen-II (SATA 3Gbps, NCQ, PMP): </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">88SX6040 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">88SX6041 (including Adaptec 1420SA) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">88SX6080 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">88SX6081 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS): </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">88SX6042 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">88SX7042 (including Adaptec 1430SA) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">88F5182 SoC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">88F6281 SoC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MV78100 SoC </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Note, that this hardware supports command queueing and FIS-based switching only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ncr&sektion=4"><span class="citerefentry"><span class="refentrytitle">ncr</span>(4)</span></a> driver provides support for the following NCR/Symbios SCSI controller chips: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C810 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C810A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C815 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C820 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C825A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C860 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C875 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C875J </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C885 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C895 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C895A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C896 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C1510D </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The following add-on boards are known to be supported: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">I-O DATA SC-98/PCI (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">I-O DATA SC-PCI (PC-98) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98] The following devices are currently supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ncv&sektion=4"><span class="citerefentry"><span class="refentrytitle">ncv</span>(4)</span></a> driver: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">I-O DATA PCSC-DV </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Macnica Miracle SCSI-II mPS110 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Media Intelligent MSC-110, MSC-200 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC PC-9801N-J03R </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">New Media Corporation BASICS SCSI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Qlogic Fast SCSI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RATOC REX-9530, REX-5572 (SCSI only) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98] Controllers supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=nsp&sektion=4"><span class="citerefentry"><span class="refentrytitle">nsp</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Alpha-Data AD-PCS201 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">I-O DATA CBSC16 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pst&sektion=4"><span class="citerefentry"><span class="refentrytitle">pst</span>(4)</span></a> driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=siis&sektion=4"><span class="citerefentry"><span class="refentrytitle">siis</span>(4)</span></a> driver supports the following controller chips: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SiI3124 (PCI-X 133MHz/64bit, 4 ports) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SiI3131 (PCIe 1.0 x1, 1 port) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SiI3132 (PCIe 1.0 x1, 2 ports) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SiI3531 (PCIe 1.0 x1, 1 port) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98] Controllers supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=stg&sektion=4"><span class="citerefentry"><span class="refentrytitle">stg</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec 2920/A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Future Domain SCSI2GO </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Future Domain TMC-18XX/3260 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IBM SCSI PCMCIA Card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICM PSC-2401 SCSI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MELCO IFC-SC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RATOC REX-5536, REX-5536AM, REX-5536M, REX-9836A </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Note that the Adaptec 2920C is supported by the ahc(4) driver. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4"><span class="citerefentry"><span class="refentrytitle">sym</span>(4)</span></a> driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C810 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C810A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C815 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C825 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C825A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C860 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C875 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C876 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C895 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C895A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C896 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C897 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C1000 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C1000R </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C1010-33 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C1010-66 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">53C1510D </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The SCSI controllers supported by <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sym&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS SC-200, SC-896 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Data Technology DTC3130 (all variants) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">DawiControl DC2976UW </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Diamond FirePort (all) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">I-O DATA SC-UPCI (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Logitec LHA-521UA (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NCR cards (all) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Symbios cards (all) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D, and 390U3W </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Tyan S1365 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] SCSI controllers supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=trm&sektion=4"><span class="citerefentry"><span class="refentrytitle">trm</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal SCSI connector </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Tekram DC-315U PCI Ultra SCSI adapter without BIOS </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Tekram DC-395F PCI Ultra-Wide SCSI adapter with flash BIOS and 68-pin external SCSI connector </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Tekram DC-395U PCI Ultra SCSI adapter with flash BIOS </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Tekram DC-395UW PCI Ultra-Wide SCSI adapter with flash BIOS </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Tekram DC-395U2W PCI Ultra2-Wide SCSI adapter with flash BIOS </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=twa&sektion=4"><span class="citerefentry"><span class="refentrytitle">twa</span>(4)</span></a> driver supports the following SATA RAID controllers: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9500S-4LP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9500S-8 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9500S-8MI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9500S-12 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9500S-12MI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9500SX-4LP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9500SX-8LP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9500SX-12 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9500SX-12MI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9500SX-16ML </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9550SX-4LP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9550SX-8LP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9550SX-12 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9550SX-12MI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9550SX-16ML </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9650SE-2LP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9650SE-4LPML </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9650SE-8LPML </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9650SE-12ML </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9650SE-16ML </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 9650SE-24M8 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=twe&sektion=4"><span class="citerefentry"><span class="refentrytitle">twe</span>(4)</span></a> driver supports the following PATA/SATA RAID controllers: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 5000 series </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 6000 series </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 7000-2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 7006-2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 7500-4LP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 7500-8 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 7500-12 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 7506-4LP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 7506-8 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 7506-12 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 8006-2LP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 8500-4LP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 8500-8 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 8500-12 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 8506-4LP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 8506-8 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 8506-8MI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 8506-12 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMCC's 3ware 8506-12MI </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=tws&sektion=4"><span class="citerefentry"><span class="refentrytitle">tws</span>(4)</span></a> driver supports the following SATA/SAS RAID controller: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LSI's 3ware SAS 9750 series </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=vpo&sektion=4"><span class="citerefentry"><span class="refentrytitle">vpo</span>(4)</span></a> driver supports the following parallel to SCSI interfaces: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega ZIP drives) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Iomega Jaz Traveller interface </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Iomega MatchMaker SCSI interface (built-in to Iomega ZIP+ drives) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] The wds(4) driver supports the WD7000 SCSI - controller. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4"><span class="citerefentry"><span class="refentrytitle">cd</span>(4)</span></a>). WORM/CD-R/CD-RW - writing support is provided by <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=cdrecord&sektion=1"><span class="citerefentry"><span class="refentrytitle">cdrecord</span>(1)</span></a>, which is a - part of the <a xmlns="" class="package" href="http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr">sysutils/cdrtools</a> port in the Ports - Collection. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The following CD-ROM type systems are supported at this - time: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SCSI interface (also includes ProAudio Spectrum and - SoundBlaster SCSI) (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=cd&sektion=4"><span class="citerefentry"><span class="refentrytitle">cd</span>(4)</span></a>) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] Sony proprietary interface (all models) - (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=scd&sektion=4"><span class="citerefentry"><span class="refentrytitle">scd</span>(4)</span></a>) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ATAPI IDE interface (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=acd&sektion=4"><span class="citerefentry"><span class="refentrytitle">acd</span>(4)</span></a>) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] The following device is unmaintained: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mitsumi proprietary CD-ROM interface (all models) - (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mcd&sektion=4"><span class="citerefentry"><span class="refentrytitle">mcd</span>(4)</span></a>) </p></li></ul></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="ethernet"></a>3.2.�Ethernet Interfaces</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ae&sektion=4"><span class="citerefentry"><span class="refentrytitle">ae</span>(4)</span></a> driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS EeePC 701 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS EeePC 900 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Other hardware may or may not work with this driver. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=age&sektion=4"><span class="citerefentry"><span class="refentrytitle">age</span>(4)</span></a> driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS M2N8-VMX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS M2V </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS M3A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS P2-M2A590G </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS P5B-E </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS P5B-MX/WIFI-AP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS P5B-VMSE </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS P5K </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS P5KC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS P5KPL-C </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS P5KPL-VM </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS P5K-SE </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS P5K-V </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS P5L-MX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS P5DL2-VM </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS P5L-VM 1394 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS G2S </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ale&sektion=4"><span class="citerefentry"><span class="refentrytitle">ale</span>(4)</span></a> device driver provides support for the following Ethernet controllers: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Atheros AR8113 PCI Express Fast Ethernet controller </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Atheros AR8114 PCI Express Fast Ethernet controller </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Atheros AR8121 PCI Express Gigabit Ethernet controller </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,ia64,amd64,powerpc] Adapters supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=aue&sektion=4"><span class="citerefentry"><span class="refentrytitle">aue</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Abocom UFE1000, DSB650TX_NA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Accton USB320-EC, SpeedStream </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ADMtek AN986, AN8511 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Billionton USB100, USB100LP, USB100EL, USBE100 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Corega Ether FEther USB-T, FEther USB-TX, FEther USB-TXS </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DSB-650, DSB-650TX, DSB-650TX-PNA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Elecom LD-USBL/TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Elsa Microlink USB2Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP hn210e </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">I-O Data USB ETTX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Kingston KNU101TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LinkSys USB10T adapters that contain the AN986 Pegasus chipset, USB10TA, USB10TX, USB100TX, USB100H1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MELCO LUA-TX, LUA2-TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Netgear FA101 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Planex UE-200TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sandberg USB to Network Link (model number 133-06) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Siemens Speedstream </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SmartBridges smartNIC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC 2202USB </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SOHOware NUB100 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64,powerpc] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=axe&sektion=4"><span class="citerefentry"><span class="refentrytitle">axe</span>(4)</span></a> driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AX88172: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AboCom UF200 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Acer Communications EP1427X2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASIX AX88172 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ATen UC210T </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Billionton SnapPort </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Billionton USB2AR </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Buffalo (Melco Inc.) LUA-U2-KTX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Corega USB2_TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DUBE100 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Goodway GWUSB2E </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">JVC MP_PRX1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LinkSys USB200M </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Netgear FA120 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sitecom LN-029 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">System TALKS Inc. SGC-X2UL </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AX88178: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASIX AX88178 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5D5055 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Logitec LAN-GTJ/U2A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Buffalo (Melco Inc.) LUA3-U2-AGT </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Planex Communications GU1000T </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sitecom Europe LN-028 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AX88772: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASIX AX88772 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Buffalo (Melco Inc.) LUA3-U2-ATX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DUBE100B1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Planex UE-200TX-G </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Planex UE-200TX-G2 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AX88772A: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASIX AX88772A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cisco-Linksys USB200Mv2 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AX88772B: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASIX AX88772B </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Lenovo USB 2.0 Ethernet </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AX88760: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASIX AX88760 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet - adapters (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=axge&sektion=4"><span class="citerefentry"><span class="refentrytitle">axge</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bce&sektion=4"><span class="citerefentry"><span class="refentrytitle">bce</span>(4)</span></a> driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">QLogic NetXtreme II BCM5706 1000Base-SX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">QLogic NetXtreme II BCM5706 1000Base-T </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">QLogic NetXtreme II BCM5708 1000Base-SX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">QLogic NetXtreme II BCM5708 1000Base-T </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">QLogic NetXtreme II BCM5709 1000Base-SX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">QLogic NetXtreme II BCM5709 1000Base-T </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">QLogic NetXtreme II BCM5716 1000Base-T </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PowerEdge 1950 integrated BCM5708 NIC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PowerEdge 2950 integrated BCM5708 NIC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PowerEdge R710 integrated BCM5709 NIC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP NC370F Multifunction Gigabit Server Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP NC370T Multifunction Gigabit Server Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP NC370i Multifunction Gigabit Server Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP NC371i Multifunction Gigabit Server Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP NC373F PCIe Multifunc Giga Server Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP NC373T PCIe Multifunction Gig Server Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP NC373i Multifunction Gigabit Server Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP NC373m Multifunction Gigabit Server Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP NC374m PCIe Multifunction Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP NC380T PCIe DP Multifunc Gig Server Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP NC382T PCIe DP Multifunction Gigabit Server Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP NC382i DP Multifunction Gigabit Server Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP NC382m DP 1GbE Multifunction BL-c Adapter </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] Broadcom BCM4401 based Fast - Ethernet adapters (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bfe&sektion=4"><span class="citerefentry"><span class="refentrytitle">bfe</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,sparc64,ia64,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c996-SX (1000baseSX) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c996-T (10/100/1000baseTX) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PowerEdge 1750 integrated BCM5704C NIC (10/100/1000baseTX) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PowerEdge 2650 integrated BCM5703 NIC (10/100/1000baseTX) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PowerEdge R200 integrated BCM5750 NIC (10/100/1000baseTX) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell PowerEdge R300 integrated BCM5722 NIC (10/100/1000baseTX) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IBM x235 server integrated BCM5703x NIC (10/100/1000baseTX) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP Compaq dc7600 integrated BCM5752 NIC (10/100/1000baseTX) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP ProLiant NC7760 embedded Gigabit NIC (10/100/1000baseTX) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseTX) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseTX) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP ProLiant NC7781 embedded PCI-X Gigabit NIC (10/100/1000baseTX) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Netgear GA302T (10/100/1000baseTX) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SysKonnect SK-9D21 (10/100/1000baseTX) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SysKonnect SK-9D41 (1000baseSX) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The chips supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4"><span class="citerefentry"><span class="refentrytitle">cas</span>(4)</span></a> driver are: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">National Semiconductor DP83065 Saturn Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun Cassini Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun Cassini+ Gigabit Ethernet </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The following add-on cards are known to work with the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=cas&sektion=4"><span class="citerefentry"><span class="refentrytitle">cas</span>(4)</span></a> driver at this time: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun GigaSwift Ethernet UTP (GCS) (part no. 501-6719) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,ia64,amd64,powerpc] The following devices are supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=cdce&sektion=4"><span class="citerefentry"><span class="refentrytitle">cdce</span>(4)</span></a> driver: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Prolific PL-2501 Host-to-Host Bridge Controller </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sharp Zaurus PDA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Terayon TJ-715 DOCSIS Cable Modem </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] Crystal Semiconductor - CS89x0-based NICs (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=cs&sektion=4"><span class="citerefentry"><span class="refentrytitle">cs</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,ia64,amd64,powerpc] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=cue&sektion=4"><span class="citerefentry"><span class="refentrytitle">cue</span>(4)</span></a> driver supports CATC USB-EL1210A based USB Ethernet adapters including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5U011/F5U111 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CATC Netmate </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CATC Netmate II </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SmartBridges SmartLink </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Chelsio 10GBase-CX4 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Chelsio 10GBase-LR </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Chelsio 10GBase-SR </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4"><span class="citerefentry"><span class="refentrytitle">dc</span>(4)</span></a> driver provides support for the following chipsets: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">DEC/Intel 21143 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II and ADM9513 Centaur II </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ALi/ULi M5261 and M5263 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASIX Electronics AX88140A and AX88141 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Conexant LANfinity RS7112 (miniPCI) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Davicom DM9009, DM9100, DM9102 and DM9102A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Lite-On 82c168 and 82c169 PNIC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Lite-On/Macronix 82c115 PNIC II </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 and 98732 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Xircom X3201 (cardbus only) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The following NICs are known to work with the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4"><span class="citerefentry"><span class="refentrytitle">dc</span>(4)</span></a> driver at this time: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com OfficeConnect 10/100B (ADMtek AN985 Centaur-P) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Abocom FE2500 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Accton EN1217 (98715A) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Accton EN2242 MiniPCI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adico AE310TX (98715A) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Alfa Inc GFC2204 (ASIX AX88140A) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Built in 10Mbps only Ethernet on Compaq Presario 7900 series desktops (21143, non-MII) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Built in Sun DMFE 10/100 Mbps Ethernet on Sun Netra X1 and Sun Fire V100 (DM9102A, MII) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Built in Ethernet on LinkSys EtherFast 10/100 Instant GigaDrive (DM9102, MII) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CNet Pro110B (ASIX AX88140A) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CNet Pro120A (98715A or 98713A) and CNet Pro120B (98715) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compex RL100-TX (98713 or 98713A) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DFE-570TX (21143, MII, quad port) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Digital DE500-BA 10/100 (21143, non-MII) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ELECOM Laneed LD-CBL/TXA (ADMtek AN985) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hawking CB102 CardBus </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IBM EtherJet Cardbus Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/100 Mobile Cardbus (versions that use the X3201 chipset) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Jaton XpressNet (Davicom DM9102) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Kingston KNE100TX (21143, MII) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Kingston KNE110TX (PNIC 82c169) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LinkSys LNE100TX (PNIC 82c168, 82c169) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LinkSys LNE100TX v2.0 (PNIC II 82c115) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LinkSys LNE100TX v4.0/4.1 (ADMtek AN985 Centaur-P) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Matrox FastNIC 10/100 (PNIC 82c168, 82c169) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Melco LGY-PCI-TXL </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Microsoft MN-120 10/100 CardBus (ADMTek Centaur-C) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Microsoft MN-130 10/100 PCI (ADMTek Centaur-P) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NDC SOHOware SFA110A (98713A) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NDC SOHOware SFA110A Rev B4 (98715AEC-C) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NetGear FA310-TX Rev. D1, D2 or D3 (PNIC 82c169) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Netgear FA511 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">PlaneX FNW-3602-T (ADMtek AN985) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC EZ Card 10/100 1233A-TX (ADMtek AN985) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SVEC PN102-TX (98713) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Xircom Cardbus Realport </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Xircom Cardbus Ethernet 10/100 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Xircom Cardbus Ethernet II 10/100 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,ia64,amd64] Adapters supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=de&sektion=4"><span class="citerefentry"><span class="refentrytitle">de</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec ANA-6944/TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cogent EM100FX and EM440TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Corega FastEther PCI-TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DFE-500TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">DEC DE435, DEC DE450, and DEC DE500 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ELECOM LD-PCI2T, LD-PCITS </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">I-O DATA LA2/T-PCI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC Etherpower 8432, 9332 and 9334 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ZNYX ZX3xx </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4"><span class="citerefentry"><span class="refentrytitle">ed</span>(4)</span></a> driver supports the following Ethernet NICs: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c503 Etherlink II </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AR-P500 Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Accton EN1644 (old model), EN1646 (old model), EN2203 (old model) (110pin) (flags 0xd00000) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Accton EN2212/EN2216/UE2216 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Allied Telesis CentreCOM LA100-PCM_V2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Allied Telesis LA-98 (flags 0x000000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Allied Telesis SIC-98, SIC-98NOTE (110pin), SIU-98 (flags 0x600000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Allied Telesis SIU-98-D (flags 0x610000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AmbiCom 10BaseT card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Bay Networks NETGEAR FA410TXC Fast Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5D5020 PC Card Fast Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Billionton LM5LT-10B Ethernet/Modem PC Card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Bromax iPort 10/100 Ethernet PC Card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Bromax iPort 10 Ethernet PC Card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Buffalo LPC2-CLT, LPC3-CLT, LPC3-CLX, LPC4-TX PC Card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CNet BC40 adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compex Net-A adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compex RL2000 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Contec C-NET(98), RT-1007(98), C-NET(9N) (110pin) (flags 0xa00000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Contec C-NET(98)E-A, C-NET(98)L-A, C-NET(98)P (flags 0x300000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Corega Ether98-T (flags 0x000000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Corega Ether PCC-T/EtherII PCC-T/FEther PCC-TXF/PCC-TXD PCC-T/Fether II TXD </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Corega LAPCCTXD (TC5299J) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CyQ've ELA-010 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">DEC EtherWorks DE305 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Danpex EN-6200P2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DE-298, DE-298P (flags 0x500000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DE-660, DE-660+ </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link IC-CARD/IC-CARD+ Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ELECOM LD-98P (flags 0x500000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ELECOM LD-BDN, LD-NW801G (flags 0x200000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ELECOM Laneed LD-CDL/TX, LD-CDF, LD-CDS, LD-10/100CD, LD-CDWA (DP83902A) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hawking PN652TX PC Card (AX88790) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP PC Lan+ 27247B and 27252A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IBM Creditcard Ethernet I/II </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">I-O DATA LA/T-98, LA/T-98SB, LA2/T-98, ET/T-98 (flags 0x900000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">I-O DATA ET2/T-PCI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">I-O DATA PCLATE </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Kansai KLA-98C/T (flags 0x900000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Kingston KNE-PC2, CIO10T, KNE-PCM/x Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">KTI ET32P2 PCI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Linksys EC2T/PCMPC100/PCM100, PCMLM56 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Linksys EtherFast 10/100 PC Card, Combo PCMCIA Ethernet Card (PCMPC100 V2) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Logitec LAN-98T (flags 0xb00000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MACNICA Ethernet ME1 for JEIDA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MACNICA ME98 (flags 0x900000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MACNICA NE2098 (flags 0x400000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MELCO EGY-98 (flags 0x300000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MELCO LGH-98, LGY-98, LGY-98-N (110pin), IND-SP, IND-SS (flags 0x400000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MELCO LGY-PCI-TR </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MELCO LPC-T/LPC2-T/LPC2-CLT/LPC2-TX/LPC3-TX/LPC3-CLX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NDC Ethernet Instant-Link </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC PC-9801-77, PC-9801-78 (flags 0x910000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC PC-9801-107, PC-9801-108 (flags 0x800000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">National Semiconductor InfoMover NE4100 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NetGear FA-410TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NetVin NV5000SC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Network Everywhere Ethernet 10BaseT PC Card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Networld 98X3 (flags 0xd00000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Networld EC-98X, EP-98X (flags 0xd10000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">New Media LANSurfer 10+56 Ethernet/Modem </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">New Media LANSurfer </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Novell NE1000/NE2000/NE2100 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">PLANEX ENW-8300-T </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">PLANEX EN-2298-C (flags 0x200000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">PLANEX EN-2298P-T, EN-2298-T (flags 0x500000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">PLANEX FNW-3600-T </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Psion 10/100 LANGLOBAL Combine iT </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RealTek 8019 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RealTek 8029 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Relia Combo-L/M-56k PC Card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC Elite 16 WD8013 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC Elite Ultra </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC EtherEZ98 (flags 0x000000) (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC WD8003E/WD8003EBT/WD8003S/WD8003SBT/WD8003W/WD8013EBT/WD8013W and clones </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC EZCard PC Card, 8040-TX, 8041-TX (AX88x90), 8041-TX V.2 (TC5299J) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Socket LP-E, ES-1000 Ethernet/Serial, LP-E CF, LP-FE CF </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Surecom EtherPerfect EP-427 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Surecom NE-34 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TDK 3000/3400/5670 Fast Ethernet/Modem </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TDK LAK-CD031, Grey Cell GCS2000 Ethernet Card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TDK DFL5610WS Ethernet/Modem PC Card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Telecom Device SuperSocket RE450T </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Toshiba LANCT00A PC Card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">VIA VT86C926 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Winbond W89C940 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Winbond W89C940F </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">C-Bus, ISA, PCI and PC Card devices are supported. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ed&sektion=4"><span class="citerefentry"><span class="refentrytitle">ed</span>(4)</span></a> driver does not support the following Ethernet NICs: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mitsubishi LAN Adapter B8895 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 CT Network Connection (82547) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 F Server Adapter (82543) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 Gigabit Server Adapter (82542) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 GT Desktop Adapter (82541PI) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 MF Dual Port Server Adapter (82546) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 MF Server Adapter (82545) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 MF Server Adapter (LX) (82545) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 MT Desktop Adapter (82540) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 MT Desktop Adapter (82541) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 MT Dual Port Server Adapter (82546) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 MT Quad Port Server Adapter (82546EB) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 MT Server Adapter (82545) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 PF Dual Port Server Adapter (82571) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 PF Quad Port Server Adapter (82571) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 PF Server Adapter (82572) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 PT Desktop Adapter (82572) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 PT Dual Port Server Adapter (82571) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 PT Quad Port Server Adapter (82571) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 PT Server Adapter (82572) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 T Desktop Adapter (82544) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 T Server Adapter (82543) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 XF Server Adapter (82544) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/1000 XT Server Adapter (82544) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ep&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3C1 CF </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC ISA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3C509B-TP, 3C509B-BNC, 3C509B-Combo, 3C509B-TPO, 3C509B-TPC ISA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3C529, 3C529-TP MCA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3C562/3C563 PCMCIA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3C569B-J-TPO, 3C569B-J-COMBO CBUS </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3C574, 3C574TX, 3C574-TX, 3CCFE574BT, 3CXFE574BT, 3C3FE574BT PCMCIA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3C579-TP, 3C579-BNC EISA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3C589, 3C589B, 3C589C, 3C589D, 3CXE589DT PCMCIA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3CCFEM556B, 3CCFEM556BI PCMCIA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3CXE589EC, 3CCE589EC, 3CXE589ET, 3CCE589ET PCMCIA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com Megahertz 3CCEM556, 3CXEM556, 3CCEM556B, 3CXEM556B, 3C3FEM556C PCMCIA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE arrow) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Agere ET1310 Gigabit Ethernet adapters - (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=et&sektion=4"><span class="citerefentry"><span class="refentrytitle">et</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ex&sektion=4"><span class="citerefentry"><span class="refentrytitle">ex</span>(4)</span></a> driver supports the following Ethernet adapters: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel EtherExpress Pro/10 ISA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel EtherExpress Pro/10+ ISA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Olicom OC2220 Ethernet PC Card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Olicom OC2232 Ethernet/Modem PC Card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Silicom Ethernet LAN PC Card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Silicom EtherSerial LAN PC Card </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] Controllers and cards supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=fe&sektion=4"><span class="citerefentry"><span class="refentrytitle">fe</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C (ExtCard) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CONTEC C-NET(PC)C PC Card Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Eagle Tech NE200T </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Eiger Labs EPX-10BT </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fujitsu FMV-J182, FMV-J182A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fujitsu MB86960A, MB86965A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fujitsu MBH10303, MBH10302 PC Card Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fujitsu Towa LA501 Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HITACHI HT-4840-11 PC Card Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NextCom J Link NC5310 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RATOC REX-5588, REX-9822, REX-4886, and REX-R280 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RATOC REX-9880/9881/9882/9883 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TDK LAC-98012, LAC-98013, LAC-98025, LAC-9N011 (110-pin) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TDK LAK-CD011, LAK-CD021, LAK-CD021A, LAK-CD021BX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE N98(PC86132) (110-pin) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adapters supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=fxp&sektion=4"><span class="citerefentry"><span class="refentrytitle">fxp</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel EtherExpress PRO/10 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel InBusiness 10/100 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/100B / EtherExpressPRO/100 B PCI Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/100+ Management Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/100 VE Desktop Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/100 VM Network Connection </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/100 M Desktop Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/100 S Desktop, Server and Dual-Port Server Adapters </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Contec C-NET(PI)-100TX (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC PC-9821Ra20, Rv20, Xv13, Xv20 internal 100Base-TX (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC PC-9821X-B06 (PC-98) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Many on-board network interfaces on Intel motherboards </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Chips supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4"><span class="citerefentry"><span class="refentrytitle">gem</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Apple GMAC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun ERI 10/100 Mbps Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun GEM Gigabit Ethernet </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The following add-on cards are known to work with the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=gem&sektion=4"><span class="citerefentry"><span class="refentrytitle">gem</span>(4)</span></a> driver at this time: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun Gigabit Ethernet SBus 2.0/3.0 (GBE/S) (part no. 501-4375) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4"><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. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cards supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=hme&sektion=4"><span class="citerefentry"><span class="refentrytitle">hme</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun PCI SunSwift Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun SBus SunSwift Adapter <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">( hme</span>”</span> and <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">SUNW,hme</span>”</span>) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun PCI Sun100BaseT Adapter 2.0 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun SBus Sun100BaseT 2.0 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun PCI Quad FastEthernet Controller </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun SBus Quad FastEthernet Controller </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ie&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3COM 3C507 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AT&T EN100 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AT&T Starlan 10 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AT&T Starlan Fiber </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel EtherExpress 16 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RACAL Interlan NI5210 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel Gigabit ET Dual Port Server Adapter (82576) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel Gigabit VT Quad Port Server Adapter (82575) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ixgb&sektion=4"><span class="citerefentry"><span class="refentrytitle">ixgb</span>(4)</span></a> driver supports the following cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/10GbE LR Server Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel PRO/10GbE SR Server Adapter </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ixgbe&sektion=4"><span class="citerefentry"><span class="refentrytitle">ixgbe</span>(4)</span></a> driver supports the following cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel(R) 10 Gigabit XF SR/LR Server Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel(R) 82598EB 10 Gigabit AF Network Connection </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=jme&sektion=4"><span class="citerefentry"><span class="refentrytitle">jme</span>(4)</span></a> device driver provides support for the following Ethernet controllers: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">JMicron JMC250 PCI Express Gigabit Ethernet controller </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">JMicron JMC251 PCI Express Gigabit Ethernet with Card Read Host controller </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">JMicron JMC260 PCI Express Fast Ethernet controller </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">JMicron JMC261 PCI Express Gigabit Ethernet with Card Read Host controller </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,ia64,amd64,powerpc] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=kue&sektion=4"><span class="citerefentry"><span class="refentrytitle">kue</span>(4)</span></a> driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c19250 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c460 HomeConnect Ethernet USB Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ADS Technologies USB-10BT </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AOX USB101 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ATen UC10T </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Abocom URE 450 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Corega USB-T </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DSB-650C </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Entrega NET-USB-E45, NET-HUB-3U1E </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">I/O Data USB ETT </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Kawasaki DU-H3E </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LinkSys USB10T </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Netgear EA101 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Peracom USB Ethernet Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Psion Gold Port USB Ethernet adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC 2102USB, 2104USB </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] Adapters supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=lge&sektion=4"><span class="citerefentry"><span class="refentrytitle">lge</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC TigerCard 1000 (SMC9462SX) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DGE-500SX </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=msk&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link 550SX Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link 560SX Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link 560T Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8021CU Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8021 SX/LX Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8022CU Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8022 SX/LX Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8061CU Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8061 SX/LX Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8062CU Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8062 SX/LX Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8035 Fast Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8036 Fast Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8038 Fast Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8039 Fast Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8040 Fast Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8040T Fast Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8042 Fast Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8048 Fast Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8050 Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8052 Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8053 Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8055 Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8056 Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8057 Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8058 Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8059 Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8070 Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8071 Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8072 Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell Yukon 88E8075 Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SysKonnect SK-9Sxx Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SysKonnect SK-9Exx Gigabit Ethernet </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mxge&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Myricom 10GBase-CX4 (10G-PCIE-8A-C, 10G-PCIE-8AL-C) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Myricom 10GBase-R (10G-PCIE-8A-R, 10G-PCIE-8AL-R) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, 10G-PCIE-8AL-Q) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=my&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Myson MTD800 PCI Fast Ethernet chip </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Myson MTD803 PCI Fast Ethernet chip </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Myson MTD89X PCI Gigabit Ethernet chip </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=nfe&sektion=4"><span class="citerefentry"><span class="refentrytitle">nfe</span>(4)</span></a> driver supports the following NVIDIA MCP onboard adapters: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce MCP Networking Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce MCP04 Networking Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce 430 MCP12 Networking Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce 430 MCP13 Networking Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce MCP51 Networking Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce MCP55 Networking Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce MCP61 Networking Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce MCP65 Networking Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce MCP67 Networking Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce MCP73 Networking Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce MCP77 Networking Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce MCP79 Networking Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce2 MCP2 Networking Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce2 400 MCP4 Networking Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce2 400 MCP5 Networking Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce3 MCP3 Networking Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce3 250 MCP6 Networking Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce3 MCP7 Networking Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce4 CK804 MCP8 Networking Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce4 CK804 MCP9 Networking Adapter </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=nge&sektion=4"><span class="citerefentry"><span class="refentrytitle">nge</span>(4)</span></a> driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Addtron AEG320T </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Asante FriendlyNet GigaNIX 1000TA and 1000TPC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DGE-500T </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Linksys EG1032, revision 1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Netgear GA621 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Netgear GA622T </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC EZ Card 1000 (SMC9462TX) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Surecom Technology EP-320G-TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=nve&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">nForce </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">nForce2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">nForce3 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">nForce4 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=nxge&sektion=4"><span class="citerefentry"><span class="refentrytitle">nxge</span>(4)</span></a> driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://www.neterion.com/how/pricing.html" target="_top">http://www.neterion.com/how/pricing.html</a>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=oce&sektion=4"><span class="citerefentry"><span class="refentrytitle">oce</span>(4)</span></a> driver supports the following network adapters: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Emulex BladeEngine 2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Emulex BladeEngine 3 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Emulex Lancer </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,ia64,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pcn&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMD Am79C971 PCnet-FAST </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMD Am79C972 PCnet-FAST+ </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMD Am79C973/Am79C975 PCnet-FAST III </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMD Am79C976 PCnet-PRO </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMD Am79C978 PCnet-Home </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Allied-Telesis LA-PCI </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=qlxgb&sektion=4"><span class="citerefentry"><span class="refentrytitle">qlxgb</span>(4)</span></a> driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">QLogic 3200 series </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">QLogic 8200 series </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=qlxgbe&sektion=4"><span class="citerefentry"><span class="refentrytitle">qlxgbe</span>(4)</span></a> driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">QLogic 8300 series </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=qlxge&sektion=4"><span class="citerefentry"><span class="refentrytitle">qlxge</span>(4)</span></a> driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">QLogic 8100 series </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4"><span class="citerefentry"><span class="refentrytitle">re</span>(4)</span></a> driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq Evo N1015v Integrated Ethernet (8139C+) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Corega CG-LAPCIGT Gigabit Ethernet (8169S) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DGE-528(T) Gigabit Ethernet (8169S) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LevelOne GNC-0105T (8169S) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LinkSys EG1032 (32-bit PCI) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">USRobotics USR997902 Gigabit Ethernet (8169S) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Xterasys XN-152 10/100/1000 NIC (8169) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adapters supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=rl&sektion=4"><span class="citerefentry"><span class="refentrytitle">rl</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Accton <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">Cheetah</span>”</span> EN1207D (MPX 5030/5038; RealTek 8139 clone) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Allied Telesyn AT2550 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Allied Telesyn AT2500TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5D5000 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BUFFALO (Melco INC.) LPC-CB-CLX (CardBus) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq HNE-300 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CompUSA no-name 10/100 PCI Ethernet NIC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Corega FEther CB-TXD </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Corega FEtherII CB-TXD </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DFE-520TX (rev. C1) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DFE-528TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DFE-530TX+ </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DFE-538TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DFE-690TXD </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Edimax EP-4103DL CardBus </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Encore ENL832-TX 10/100 M PCI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Farallon NetLINE 10/100 PCI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Genius GF100TXR </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">GigaFast Ethernet EE100-AXP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">KTX-9130TX 10/100 Fast Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LevelOne FPC-0106TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Longshine LCS-8038TX-R </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NDC Communications NE100TX-E </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Netronix Inc. EA-1210 NetEther 10/100 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Nortel Networks 10/100BaseTX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">OvisLink LEF-8129TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">OvisLink LEF-8139TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Peppercon AG ROL-F </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Planex FNW-3603-TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Planex FNW-3800-TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC EZ Card 10/100 PCI 1211-TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SOHO (PRAGMATIC) UE-1211C </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=rue&sektion=4"><span class="citerefentry"><span class="refentrytitle">rue</span>(4)</span></a> driver supports RealTek RTL8150 based USB Ethernet adapters including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Buffalo (Melco Inc.) LUA-KTX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Green House GH-USB100B </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LinkSys USB100M </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Billionton 10/100 FastEthernet USBKR2 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adapters supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sf&sektion=4"><span class="citerefentry"><span class="refentrytitle">sf</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ANA-62011 64-bit single port 10/100baseTX adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ANA-62022 64-bit dual port 10/100baseTX adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ANA-62044 64-bit quad port 10/100baseTX adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ANA-69011 32-bit single port 10/100baseTX adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ANA-62020 64-bit single port 100baseFX adapter </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sfxge&sektion=4"><span class="citerefentry"><span class="refentrytitle">sfxge</span>(4)</span></a> driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sge&sektion=4"><span class="citerefentry"><span class="refentrytitle">sge</span>(4)</span></a> device driver provides support for the following Ethernet controllers: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SiS190 Fast Ethernet controller </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SiS191 Fast/Gigabit Ethernet controller </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sis&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">@Nifty FNECHARD IFC USUP-TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MELCO LGY-PCI-TXC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Netgear FA311-TX (DP83815) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Netgear FA312-TX (DP83815) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SiS 630, 635, and 735 motherboard chipsets </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Soekris Engineering net45xx, net48xx, lan1621, and lan1641 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adapters supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sk&sektion=4"><span class="citerefentry"><span class="refentrytitle">sk</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3C940 single port, 1000baseT adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3C2000-T single port, 1000baseT adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5D5005 single port, 1000baseT adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DGE-530T single port, 1000baseT adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Linksys (revision 2) single port, 1000baseT adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SK-9521 SK-NET GE-T single port, 1000baseT adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SK-9821 SK-NET GE-T single port, 1000baseT adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SK-9822 SK-NET GE-T dual port, 1000baseT adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SK-9841 SK-NET GE-LX single port, single mode fiber adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SK-9842 SK-NET GE-LX dual port, single mode fiber adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SK-9843 SK-NET GE-SX single port, multimode fiber adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SK-9844 SK-NET GE-SX dual port, multimode fiber adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC 9452TX single port, 1000baseT adapter </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4"><span class="citerefentry"><span class="refentrytitle">sn</span>(4)</span></a> driver supports SMC91Cxx based ISA and PCMCIA cards including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336, CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T, XJEM3336 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Farallon EtherMac PC Card 595a </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Motorola Mariner Ethernet/Modem PC Card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Ositech Seven of Diamonds Ethernet PC Card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Ositech Jack of Hearts Ethernet/Modem PC Card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Psion Gold Card Netglobal Ethernet PC Card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Psion Gold Card Netglobal 10/100 Fast Ethernet PC Card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Psion Gold Card Netglobal 56k+10Mb Ethernet PC Card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC EZEther PC Card (8020BT) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC EZEther PC Card (8020T) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4"><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. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sn&sektion=4"><span class="citerefentry"><span class="refentrytitle">sn</span>(4)</span></a> driver. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[pc98] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4"><span class="citerefentry"><span class="refentrytitle">snc</span>(4)</span></a> driver supports the following cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">National Semiconductor DP83934AVQB </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC PC-9801-83 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC PC-9801-84 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC PC-9801-103 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC PC-9801-104 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC PC-9801N-15 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC PC-9801N-25 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC PC-9801N-J02 PCMCIA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC PC-9801N-J02R PCMCIA </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snc&sektion=4"><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 xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ste&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DFE-530TXS </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DFE-550TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DFE-580TX </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=stge&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Antares Microsystems Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS NX1101 Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DL-4000 Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IC Plus IP1000A Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sundance ST-2021 Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sundance ST-2023 Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sundance TC9021 Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Tamarack TC9021 Gigabit Ethernet </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64,sparc64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4"><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 xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ti&sektion=4"><span class="citerefentry"><span class="refentrytitle">ti</span>(4)</span></a> driver has been tested with the following adapters: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c985-SX Gigabit Ethernet adapter (Tigon 1) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c985B-SX Gigabit Ethernet adapter (Tigon 2) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Alteon AceNIC V Gigabit Ethernet adapter (1000baseSX) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Alteon AceNIC V Gigabit Ethernet adapter (1000baseT) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Digital EtherWORKS 1000SX PCI Gigabit adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Netgear GA620 Gigabit Ethernet adapter (1000baseSX) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Netgear GA620T Gigabit Ethernet adapter (1000baseT) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The following adapters should also be supported but have not yet been tested: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Asante GigaNIX1000T Gigabit Ethernet adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Asante PCI 1000BASE-SX Gigabit Ethernet adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Farallon PN9000SX Gigabit Ethernet adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Silicon Graphics PCI Gigabit Ethernet adapter </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Olicom OC-2135/2138 10/100 TX UTP adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Olicom OC-2325/OC-2326 10/100 TX UTP adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Racore 8148 10baseT/100baseTX/100baseFX adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Racore 8165 10/100baseTX adapter </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=tl&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq Netelligent 10 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq Netelligent 10 T PCI UTP/Coax </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq Netelligent 10/100 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq Netelligent 10/100 Dual-Port </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq Netelligent 10/100 Proliant </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq Netelligent 10/100 TX Embedded UTP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq Netelligent 10/100 TX UTP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq NetFlex 3P </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq NetFlex 3P Integrated </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq NetFlex 3P w/BNC </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386, pc98] SMC 83c17x - (EPIC)-based Ethernet NICs (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=tx&sektion=4"><span class="citerefentry"><span class="refentrytitle">tx</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=txp&sektion=4"><span class="citerefentry"><span class="refentrytitle">txp</span>(4)</span></a> driver supports the following cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3CR990-TX-95 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3CR990-TX-97 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3cR990B-TXM </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3CR990SVR95 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3CR990SVR97 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3cR990B-SRV </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=udav&sektion=4"><span class="citerefentry"><span class="refentrytitle">udav</span>(4)</span></a> driver supports the following adapters: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Corega FEther USB-TXC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ShanTou ST268 USB NIC </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=vge&sektion=4"><span class="citerefentry"><span class="refentrytitle">vge</span>(4)</span></a> driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">VIA Networking LAN-on-motherboard Gigabit Ethernet </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=vr&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AOpen/Acer ALN-320 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DFE520-TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DFE530-TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hawking Technologies PN102TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Soekris Engineering net5501 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=vte&sektion=4"><span class="citerefentry"><span class="refentrytitle">vte</span>(4)</span></a> device driver provides support for the following Ethernet controllers: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">DM&P Vortex86 RDC R6040 Fast Ethernet controller </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,ia64,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=vx&sektion=4"><span class="citerefentry"><span class="refentrytitle">vx</span>(4)</span></a> driver supports the following cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c590 EtherLink III PCI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c592 EtherLink III EISA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=vxge&sektion=4"><span class="citerefentry"><span class="refentrytitle">vxge</span>(4)</span></a> driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://www.neterion.com" target="_top">http://www.neterion.com</a>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=wb&sektion=4"><span class="citerefentry"><span class="refentrytitle">wb</span>(4)</span></a> driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Trendware TE100-PCIE </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=xe&sektion=4"><span class="citerefentry"><span class="refentrytitle">xe</span>(4)</span></a> driver supports the following cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Xircom CreditCard Ethernet (PS-CE2-10) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Xircom CreditCard Ethernet + Modem 33 (CEM33) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Xircom CreditCard 10/100 (CE3, CE3B) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Xircom CreditCard Ethernet 10/100 + Modem 56 (CEM56) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Xircom RealPort Ethernet 10 (RE10) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Xircom RealPort Ethernet 10/100 (RE100) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Xircom RealPort Ethernet 10/100 + Modem 56 (REM56, REM56G) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Accton Fast EtherCard-16 (EN2226) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq Microcom CPQ550 Ethernet/Modem PC Card </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq Netelligent 10/100 PC Card (CPQ-10/100) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel EtherExpress Pro/100 PC Card Mobile Adapter 16 (Pro/100 M16A) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel EtherExpress Pro/100 LAN/Modem PC Card Adapter (Pro/100 M16B) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Other similar devices using the same hardware may also be supported. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4"><span class="citerefentry"><span class="refentrytitle">xl</span>(4)</span></a> driver supports the following hardware: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c900-TPO </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c900-COMBO </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c905-TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c905-T4 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c900B-TPO </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c900B-TPC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c900B-FL </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c900B-COMBO </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c905B-T4 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c905B-TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c905B-FX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c905B-COMBO </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c905C-TX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c980, 3c980B, and 3c980C server adapters </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3cSOHO100-TX OfficeConnect adapters </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c450 HomeConnect adapters </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c555, 3c556 and 3c556B mini-PCI adapters </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT, 3CCFEM656, 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and 3CXFEM656C CardBus adapters </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB, and 3c920B-EMB-WNM embedded adapters </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=xl&sektion=4"><span class="citerefentry"><span class="refentrytitle">xl</span>(4)</span></a> driver nor any other FreeBSD driver supports this modem. </p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="fddi"></a>3.3.�FDDI Interfaces</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386, pc98] DEC DEFPA PCI (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4"><span class="citerefentry"><span class="refentrytitle">fpa</span>(4)</span></a> - driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] DEC DEFEA EISA (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=fpa&sektion=4"><span class="citerefentry"><span class="refentrytitle">fpa</span>(4)</span></a> driver) </p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="atm"></a>3.4.�ATM Interfaces</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386, pc98] Midway-based ATM interfaces - (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=en&sektion=4"><span class="citerefentry"><span class="refentrytitle">en</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386, pc98 sparc64] FORE Systems, - Inc. PCA-200E ATM PCI Adapters (hfa and <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=fatm&sektion=4"><span class="citerefentry"><span class="refentrytitle">fatm</span>(4)</span></a> - drivers) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386, pc98] IDT NICStAR 77201/211-based ATM - Adapters (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=idt&sektion=4"><span class="citerefentry"><span class="refentrytitle">idt</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386, pc98 sparc64] FORE Systems, - Inc. HE155 and HE622 ATM interfaces (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=hatm&sektion=4"><span class="citerefentry"><span class="refentrytitle">hatm</span>(4)</span></a> - driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386, pc98] IDT77252-based ATM cards - (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=patm&sektion=4"><span class="citerefentry"><span class="refentrytitle">patm</span>(4)</span></a> driver) </p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="wlan"></a>3.5.�Wireless Network Interfaces</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386, pc98] Cisco/Aironet - 802.11b wireless adapters (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=an&sektion=4"><span class="citerefentry"><span class="refentrytitle">an</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64,sparc64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ath&sektion=4"><span class="citerefentry"><span class="refentrytitle">ath</span>(4)</span></a> driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4"><span class="citerefentry"><span class="refentrytitle">bwi</span>(4)</span></a> driver supports Broadcom BCM43xx based wireless devices, including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Apple Airport Extreme </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Apple Airport Extreme </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS WL-138g </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Buffalo WLI-CB-G54S </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Buffalo WLI-PCI-G54S </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compaq R4035 onboard </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell Wireless 1390 BCM4311 Mini PCI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell Wireless 1470 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell Truemobile 1300 r2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dell Truemobile 1400 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP nx6125 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Linksys WPC54G Ver 3 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Linksys WPC54GS Ver 2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TRENDnet TEW-401PCplus </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">US Robotics 5411 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4"><span class="citerefentry"><span class="refentrytitle">bwi</span>(4)</span></a> driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bwi&sektion=4"><span class="citerefentry"><span class="refentrytitle">bwi</span>(4)</span></a> driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386, amd64] Intel PRO/Wireless 2100 - MiniPCI network adapter (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ipw&sektion=4"><span class="citerefentry"><span class="refentrytitle">ipw</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386, amd64] Intel PRO/Wireless - 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters - (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=iwi&sektion=4"><span class="citerefentry"><span class="refentrytitle">iwi</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386, amd64] Intel Wireless WiFi Link - 4965AGN IEEE 802.11n PCI network adapters - (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=iwn&sektion=4"><span class="citerefentry"><span class="refentrytitle">iwn</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386, amd64] Marvell Libertas IEEE 802.11b/g - PCI network adapters (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=malo&sektion=4"><span class="citerefentry"><span class="refentrytitle">malo</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Marvell 88W8363 IEEE 802.11n wireless network - adapters (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mwl&sektion=4"><span class="citerefentry"><span class="refentrytitle">mwl</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ral&sektion=4"><span class="citerefentry"><span class="refentrytitle">ral</span>(4)</span></a> driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A-Link WL54H </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A-Link WL54PC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AirLink101 AWLC5025 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AirLink101 AWLH5025 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Amigo AWI-914W </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Amigo AWI-922W </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Amigo AWI-926W </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMIT WL531C </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMIT WL531P </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AOpen AOI-831 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS WL-107G </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS WL-130g </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Atlantis Land A02-PCI-W54 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Atlantis Land A02-PCM-W54 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5D7000 v3 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5D7010 v2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Billionton MIWLGRL </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Canyon CN-WF511 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Canyon CN-WF513 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CC&C WL-2102 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CNet CWC-854 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CNet CWP-854 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compex WL54G </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compex WLP54G </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Conceptronic C54RC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Conceptronic C54Ri </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Digitus DN-7001G-RA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Digitus DN-7006G-RA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">E-Tech WGPC02 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">E-Tech WGPI02 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Edimax EW-7108PCg </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Edimax EW-7128g </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Eminent EM3036 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Eminent EM3037 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Encore ENLWI-G-RLAM </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Encore ENPWI-G-RLAM </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fiberline WL-400P </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fibreline WL-400X </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Gigabyte GN-WI01GS </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Gigabyte GN-WIKG </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Gigabyte GN-WMKG </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Gigabyte GN-WP01GS </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Gigabyte GN-WPKG </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hawking HWC54GR </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hawking HWP54GR </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">iNexQ CR054g-009 (R03) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">JAHT WN-4054P </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">JAHT WN-4054PCI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LevelOne WNC-0301 v2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LevelOne WPC-0301 v2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Linksys WMP54G v4 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Micronet SP906GK </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Micronet SP908GK V3 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Minitar MN54GCB-R </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Minitar MN54GPC-R </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MSI CB54G2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MSI MP54G2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MSI PC54G2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">OvisLink EVO-W54PCI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">PheeNet HWL-PCIG/RA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Pro-Nets CB80211G </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Pro-Nets PC80211G </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Repotec RP-WB7108 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Repotec RP-WP0854 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SATech SN-54C </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SATech SN-54P </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sitecom WL-112 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sitecom WL-115 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC SMCWCB-GM </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC SMCWPCI-GM </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SparkLAN WL-685R </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Surecom EP-9321-g </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Surecom EP-9321-g1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Surecom EP-9428-g </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sweex LC500050 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sweex LC700030 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TekComm NE-9321-g </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TekComm NE-9428-g </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Unex CR054g-R02 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Unex MR054g-R02 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Zinwell ZWX-G160 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Zinwell ZWX-G360 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Zinwell ZWX-G361 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Zonet ZEW1500 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Zonet ZEW1600 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=rum&sektion=4"><span class="citerefentry"><span class="refentrytitle">rum</span>(4)</span></a> driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com Aolynk WUB320g </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Abocom WUG2700 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Airlink101 AWLL5025 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS WL-167g ver 2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5D7050 ver 3 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5D9050 ver 3 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Buffalo WLI-U2-SG54HP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Buffalo WLI-U2-SG54HG </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Buffalo WLI-U2-G54HP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Buffalo WLI-UC-G </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CNet CWD-854 ver F </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Conceptronic C54RU ver 2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Corega CG-WLUSB2GO </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DWA-110 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DWA-111 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DWL-G122 rev C1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link WUA-1340 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Digitus DN-7003GR </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Edimax EW-7318USG </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Gigabyte GN-WB01GS </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Gigabyte GN-WI05GS </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hawking HWUG1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hawking HWU54DM </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hercules HWGUSB2-54-LB </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hercules HWGUSB2-54V2-AP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LevelOne WNC-0301USB v3 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Linksys WUSB54G rev C </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Linksys WUSB54GR </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Planex GW-US54HP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Planex GW-US54Mini2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Planex GW-USMM </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Senao NUB-3701 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sitecom WL-113 ver 2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sitecom WL-172 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sweex LW053 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TP-LINK TL-WN321G </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=run&sektion=4"><span class="citerefentry"><span class="refentrytitle">run</span>(4)</span></a> driver supports the following wireless adapters: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Airlink101 AWLL6090 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS USB-N11 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS USB-N13 ver. A1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS USB-N66 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS WL-160N </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5D8051 ver 3000 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5D8053 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5D8055 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F6D4050 ver 1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F9L1103 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Buffalo WLI-UC-AG300N </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Buffalo WLI-UC-G300N </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Buffalo WLI-UC-G301N </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Buffalo WLI-UC-GN </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Buffalo WLI-UC-GNM </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Buffalo WLI-UC-GNM2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Corega CG-WLUSB2GNL </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Corega CG-WLUSB2GNR </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Corega CG-WLUSB300AGN </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Corega CG-WLUSB300GNM </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DWA-130 rev B1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DWA-140 rev B1, B2, B3, D1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DWA-160 rev B2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DWA-162 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">DrayTek Vigor N61 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Edimax EW-7711UAn </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Edimax EW-7711UTn </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Edimax EW-7717Un </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Edimax EW-7718Un </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Edimax EW-7733UnD </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Gigabyte GN-WB30N </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Gigabyte GN-WB31N </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Gigabyte GN-WB32L </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hawking HWDN1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hawking HWUN1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hawking HWUN2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hercules HWNU-300 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Linksys WUSB54GC v3 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Linksys WUSB600N </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Logitec LAN-W150N/U2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mvix Nubbin MS-811N </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Planex GW-USMicroN </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Planex GW-US300MiniS </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sitecom WL-182 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sitecom WL-188 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sitecom WL-301 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sitecom WL-302 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sitecom WL-315 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC SMCWUSBS-N2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sweex LW303 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sweex LW313 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TP-LINK TL-WDN3200 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TP-LINK TL-WN727N v3 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Unex DNUR-81 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Unex DNUR-82 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ZyXEL NWD2705 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ZyXEL NWD210N </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ZyXEL NWD270N </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=uath&sektion=4"><span class="citerefentry"><span class="refentrytitle">uath</span>(4)</span></a> driver should work with the following adapters: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compex WLU108AG </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compex WLU108G </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DWL-G132 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IODATA WN-G54/US </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MELCO WLI-U2-KAMG54 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Netgear WG111T </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Netgear WG111U </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Netgear WPN111 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Olitec 000544 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">PLANET WDL-U357 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Siemens Gigaset 108 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC SMCWUSBT-G </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC SMCWUSBT-G2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SparkLAN WL-785A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TP-Link TL-WN620G </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TRENDware International TEW-444UB </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TRENDware International TEW-504UB </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Unex Technology UR054ag </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ZyXEL XtremeMIMO M-202 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">An up to date list can be found at <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://customerproducts.atheros.com/customerproducts/default.asp" target="_top">http://customerproducts.atheros.com/customerproducts/default.asp</a>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=upgt&sektion=4"><span class="citerefentry"><span class="refentrytitle">upgt</span>(4)</span></a> driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5D7050 (version 1000) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cohiba Proto Board </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DWL-G120 Cohiba </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FSC Connect2Air E-5400 USB D1700 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Gigaset USB Adapter 54 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Inventel UR045G </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC EZ ConnectG SMC2862W-G </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sagem XG703A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Spinnaker DUT </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Spinnaker Proto Board </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ural&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMIT WL532U </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ASUS WL-167g </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5D7050 v2000 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Buffalo WLI-U2-KG54-AI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CNet CWD-854 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Compex WLU54G 2A1100 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Conceptronic C54RU </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DWL-G122 b1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Dynalink WLG25USB </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">E-Tech WGUS02 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Gigabyte GN-WBKG </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hercules HWGUSB2-54 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">KCORP LifeStyle KLS-685 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Linksys WUSB54G v4 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Linksys WUSB54GP v4 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MSI MS-6861 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MSI MS-6865 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MSI MS-6869 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NovaTech NV-902 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">OvisLink Evo-W54USB </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SerComm UB801R </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SparkLAN WL-685R </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Surecom EP-9001-g </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sweex LC100060 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Tonze UW-6200C </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Zinwell ZWX-G261 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Zonet ZEW2500P </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">An up to date list can be found at <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://ralink.rapla.net/" target="_top">http://ralink.rapla.net/</a>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=urtw&sektion=4"><span class="citerefentry"><span class="refentrytitle">urtw</span>(4)</span></a> driver supports Realtek RTL8187B/L based wireless network devices, including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5D7050E </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Linksys WUSB54GCv2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Netgear WG111v2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Netgear WG111v3 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Safehome WLG-1500SMA5 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Shuttle XPC Accessory PN20 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sitecom WL168v1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sitecom WL168v4 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SureCom EP-9001-g(2A) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TRENDnet TEW-424UB V3.xR </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[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 xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=wi&sektion=4"><span class="citerefentry"><span class="refentrytitle">wi</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] NCR / AT&T / Lucent Technologies WaveLan - T1-speed ISA/radio LAN cards (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=wl&sektion=4"><span class="citerefentry"><span class="refentrytitle">wl</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386, amd64] Intel PRO/Wireless 3945ABG - MiniPCI network adapters (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=wpi&sektion=4"><span class="citerefentry"><span class="refentrytitle">wpi</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The following devices are known to be supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zyd&sektion=4"><span class="citerefentry"><span class="refentrytitle">zyd</span>(4)</span></a> driver: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3COM 3CRUSB10075 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Acer WLAN-G-US1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Airlink+ AWLL3025 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Airlink 101 AWLL3026 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AOpen 802.11g WL54 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Asus A9T integrated wireless </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Asus WL-159g </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5D7050 v.4000 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Billion BiPAC 3011G </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Buffalo WLI-U2-KG54L </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CC&C WL-2203B </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">DrayTek Vigor 550 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Edimax EW-7317UG </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Edimax EW-7317LDG </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fiberline Networks WL-43OU </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">iNexQ UR055g </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Linksys WUSBF54G </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Longshine LCS-8131G3 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MSI US54SE </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MyTek MWU-201 USB adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Philips SNU5600 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Planet WL-U356 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Planex GW-US54GZ </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Planex GW-US54GZL </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Planex GW-US54Mini </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Safecom SWMULZ-5400 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sagem XG 760A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sagem XG 76NA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sandberg Wireless G54 USB </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sitecom WL-113 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC SMCWUSB-G </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sweex wireless USB 54 Mbps </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Tekram/Siemens USB adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Telegent TG54USB </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Trendnet TEW-424UB rev A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Trendnet TEW-429UB </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TwinMOS G240 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Unicorn WL-54G </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">US Robotics 5423 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">X-Micro XWL-11GUZX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Yakumo QuickWLAN USB </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Zonet ZEW2501 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ZyXEL ZyAIR G-202 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ZyXEL ZyAIR G-220 </p></li></ul></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="misc-network"></a>3.6.�Miscellaneous Networks</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ce&sektion=4"><span class="citerefentry"><span class="refentrytitle">ce</span>(4)</span></a> driver supports the following models of Tau-PCI/32 WAN adapters: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Tau-PCI/32 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Tau-PCI/32-Lite </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=cx&sektion=4"><span class="citerefentry"><span class="refentrytitle">cx</span>(4)</span></a> driver supports the following cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Sigma-22, Sigma-24 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Sigma-100 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Sigma-400, Sigma-401, Sigma-404, Sigma-410, Sigma-440 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Sigma-500 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Sigma-703 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=cp&sektion=4"><span class="citerefentry"><span class="refentrytitle">cp</span>(4)</span></a> driver supports the following models of Tau-PCI WAN adapters: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Tau-PCI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Tau-PCI/R </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Tau-PCI-L </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Tau-PCI-L/R </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Tau-PCI-E1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Tau-PCI-G703 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Tau-PCI-2E1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Tau-PCI-4E1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Tau-PCI-E3 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Tau-PCI-T3 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Tau-PCI-STS1 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ctau&sektion=4"><span class="citerefentry"><span class="refentrytitle">ctau</span>(4)</span></a> driver supports the following cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Tau (RS-232/V.35) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Tau/R (RS-530/RS-449) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Tau/E1 (fractional E1) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cronyx Tau/G703 (unframed E1) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=cm&sektion=4"><span class="citerefentry"><span class="refentrytitle">cm</span>(4)</span></a> driver supports the following card models: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC90c26 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC90c56 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMC90c66 in '56 compatibility mode. </p></li></ul></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="serial"></a>3.7.�Serial Interfaces</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">PC standard</span>”</span> - 8250, 16450, and 16550-based serial ports (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4"><span class="citerefentry"><span class="refentrytitle">sio</span>(4)</span></a> - driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=uart&sektion=4"><span class="citerefentry"><span class="refentrytitle">uart</span>(4)</span></a> driver supports the following classes of UARTs: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NS8250: standard hardware based on the 8250, 16450, 16550, 16650, 16750 or the 16950 UARTs. </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SCC: serial communications controllers supported by the scc(4) device driver. </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=scc&sektion=4"><span class="citerefentry"><span class="refentrytitle">scc</span>(4)</span></a> driver supports the following classes of SCCs: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SAB82532: Siemens SAB 82532 based serial communications controllers. </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Z8530: Zilog 8530 based serial communications controllers. </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] AST 4 port serial card using - shared IRQ </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARNET 8 port serial card using shared IRQ </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ARNET (now Digiboard) Sync 570/i high-speed - serial </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] Boca multi-port serial cards </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Boca BB1004 4-Port serial card (Modems - <span xmlns="http://www.w3.org/1999/xhtml" class="emphasis"><em>not</em></span> supported) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Boca IOAT66 6-Port serial card (Modems - supported) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Boca BB1008 8-Port serial card (Modems - <span xmlns="http://www.w3.org/1999/xhtml" class="emphasis"><em>not</em></span> supported) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Boca BB2016 16-Port serial card (Modems - supported) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] Comtrol Rocketport card (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=rp&sektion=4"><span class="citerefentry"><span class="refentrytitle">rp</span>(4)</span></a> - driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] Cyclades Cyclom-Y serial board (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=cy&sektion=4"><span class="citerefentry"><span class="refentrytitle">cy</span>(4)</span></a> - driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] STB 4 port card using shared IRQ </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] DigiBoard intelligent serial cards (digi - driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386, ia64] PCI-Based - multi-port serial boards (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=puc&sektion=4"><span class="citerefentry"><span class="refentrytitle">puc</span>(4)</span></a> driver) </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] Actiontech 56K PCI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] Avlab Technology, PCI IO 2S - and PCI IO 4S </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] Comtrol RocketPort 550 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] Decision Computers PCCOM - 4-port serial and dual port RS232/422/485 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[ia64] Diva Serial (GSP) Multiport UART </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] Dolphin Peripherals - 4025/4035/4036 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] IC Book Labs Dreadnought - 16x Lite and Pro </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] Lava Computers - 2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] Middle Digital, Weasle - serial port </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] Moxa Industio CP-114, - Smartio C104H-PCI and C168H/PCI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] NEC PK-UG-X001 and - PK-UG-X008 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] Netmos NM9835 - PCI-2S-550 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] Oxford Semiconductor - OX16PCI954 PCI UART </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] Syba Tech SD-LAB - PCI-4S2P-550-ECP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] SIIG Cyber I/O PCI - 16C550/16C650/16C850 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] SIIG Cyber 2P1S PCI - 16C550/16C650/16C850 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] SIIG Cyber 2S1P PCI - 16C550/16C650/16C850 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] SIIG Cyber 4S PCI - 16C550/16C650/16C850 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] SIIG Cyber Serial (Single - and Dual) PCI 16C550/16C650/16C850 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] Syba Tech - Ltd. PCI-4S2P-550-ECP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] Titan PCI-200H and - PCI-800H </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] US Robotics (3Com) 3CP5609 - modem </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] VScom PCI-400 and - PCI-800 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=4"><span class="citerefentry"><span class="refentrytitle">rc</span>(4)</span></a> driver provides support for the SDL Communications RISCom/8 boards. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386, amd64] Specialix SI/XIO/SX multiport - serial cards, with both the older SIHOST2.x and the - <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">enhanced</span>”</span> (transputer based, aka JET) host cards - (ISA, EISA and PCI) are supported. Note that the newer SX+ - PCI cards are not currently supported. (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=si&sektion=4"><span class="citerefentry"><span class="refentrytitle">si</span>(4)</span></a> - driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[pc98] Internel serial interfaces (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4"><span class="citerefentry"><span class="refentrytitle">sio</span>(4)</span></a> - driver) </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">PC-9801 on-board </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">PC-9821 2'nd CCU (flags 0x12000000) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi - MDC-926Rs (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4"><span class="citerefentry"><span class="refentrytitle">sio</span>(4)</span></a> driver) </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">COM2 (flags 0x01000000) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">COM3 (flags 0x02000000) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[pc98] NEC PC-9801-120 (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4"><span class="citerefentry"><span class="refentrytitle">sio</span>(4)</span></a> driver) </p><div xmlns="" class="note"><h3 class="admontitle">Note: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional">"flags 0x11000000" is necessary in kernel - configuration. </p></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[pc98] Microcore MC-16550, MC-16550II, MC-RS98 - (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4"><span class="citerefentry"><span class="refentrytitle">sio</span>(4)</span></a> driver) </p><div xmlns="" class="note"><h3 class="admontitle">Note: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional">"flags 0x14000?01" is necessary in kernel - configuration. </p></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[pc98] Media Intelligent RSB-2000, RSB-3000 and - AIWA B98-02 (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4"><span class="citerefentry"><span class="refentrytitle">sio</span>(4)</span></a> driver) </p><div xmlns="" class="note"><h3 class="admontitle">Note: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional">"flags 0x15000?01" is necessary in kernel - configuration. </p></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[pc98] Media Intelligent RSB-384 (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4"><span class="citerefentry"><span class="refentrytitle">sio</span>(4)</span></a> - driver) </p><div xmlns="" class="note"><h3 class="admontitle">Note: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional">"flags 0x16000001" is necessary in kernel - configuration. </p></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[pc98] I-O DATA RSA-98III (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4"><span class="citerefentry"><span class="refentrytitle">sio</span>(4)</span></a> - driver) </p><div xmlns="" class="note"><h3 class="admontitle">Note: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional">"flags 0x18000?01" is necessary in kernel - configuration. </p></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[pc98] Hayes ESP98 (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&sektion=4"><span class="citerefentry"><span class="refentrytitle">sio</span>(4)</span></a> driver) </p><div xmlns="" class="note"><h3 class="admontitle">Note: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional">"options COM_ESP" and "flags 0x19000000" are necessary - in kernel configuration. </p></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="sound"></a>3.8.�Sound Devices</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_ad1816&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_ad1816</span>(4)</span></a> driver supports the following sound cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Analog Devices AD1816 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_als4000&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_als4000</span>(4)</span></a> driver supports the following sound cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Avance Logic ALS4000 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_atiixp&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_atiixp</span>(4)</span></a> driver supports the following audio chipsets: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ATI IXP 200 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ATI IXP 300 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ATI IXP 400 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[sparc64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_audiocs&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_audiocs</span>(4)</span></a> driver supports the following audio devices: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CS4231 on SBus based UltraSPARC </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CS4231 on PCI/EBus based UltraSPARC </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_cmi&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_cmi</span>(4)</span></a> driver supports the following sound cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CMedia CMI8338A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CMedia CMI8338B </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CMedia CMI8738 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CMedia CMI8738B </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_cs4281&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_cs4281</span>(4)</span></a> driver supports the following sound cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Crystal Semiconductor CS4281 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_csa</span>(4)</span></a> driver supports the following sound cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Crystal Semiconductor CS4280 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Crystal Semiconductor CS4610 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Crystal Semiconductor CS4611 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Crystal Semiconductor CS4614 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Crystal Semiconductor CS4615 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Crystal Semiconductor CS4622 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Crystal Semiconductor CS4624 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Crystal Semiconductor CS4630 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Genius Soundmaker 128 Value </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hercules Game Theatre XP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Turtle Beach Santa Cruz </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_csa&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_csa</span>(4)</span></a> driver yet. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_ds1&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_ds1</span>(4)</span></a> driver supports the following sound cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Yamaha DS-1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Yamaha DS-1E </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10k1&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_emu10k1</span>(4)</span></a> driver supports the following sound cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative SoundBlaster Live! (EMU10K1 Chipset) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative SoundBlaster Audigy (EMU10K2 Chipset) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative SoundBlaster Audigy 2 (EMU10K2 Chipset) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_emu10kx</span>(4)</span></a> driver supports the following sound cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative Sound Blaster Live! (EMU10K1 Chipset). Both PCM and MIDI interfaces are available. </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM and two MIDI interfaces available. </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_emu10kx&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_emu10kx</span>(4)</span></a> driver does <span xmlns="http://www.w3.org/1999/xhtml" class="emphasis"><em>not</em></span> support the following sound cards (although they have names similar to some supported ones): </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative Sound Blaster Live! 24-Bit, identified by FreeBSD as </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative Sound Blaster Audigy LS / ES, identified by FreeBSD as </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">All other Creative sound cards with -DAT chipsets. </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">All Creative X-Fi series sound cards. </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_envy24</span>(4)</span></a> driver supports the following audio devices: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">M-Audio Audiophile 2496 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">M-Audio Delta Dio 2496 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Terratec DMX 6fire </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_envy24ht&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_envy24ht</span>(4)</span></a> driver supports the following audio devices: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Audiotrak Prodigy 7.1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Audiotrak Prodigy 7.1 LT </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Audiotrak Prodigy 7.1 XT </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Audiotrak Prodigy HD2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ESI Juli@ </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">M-Audio Audiophile 192 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">M-Audio Revolution 5.1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">M-Audio Revolution 7.1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Terratec Aureon 5.1 Sky </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Terratec Aureon 7.1 Space </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Terratec Aureon 7.1 Universe </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Terratec PHASE 22 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Terratec PHASE 28 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,sparc64,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_es137x&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_es137x</span>(4)</span></a> driver supports the following sound cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative CT5880-A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative CT5880-C </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative CT5880-D </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative CT5880-E </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative SB AudioPCI CT4730 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Ensoniq AudioPCI ES1370 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Ensoniq AudioPCI ES1371-A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Ensoniq AudioPCI ES1371-B </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Ensoniq AudioPCI ES1373-A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Ensoniq AudioPCI ES1373-B </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Ensoniq AudioPCI ES1373-8 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_ess&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_ess</span>(4)</span></a> driver supports the following sound cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Ensoniq ESS ISA PnP/non-PnP </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_fm801&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_fm801</span>(4)</span></a> driver supports audio devices based on the following chipset: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Forte Media FM801 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_gusc&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_gusc</span>(4)</span></a> driver supports the following sound cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Gravis UltraSound MAX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Gravis UltraSound PnP </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_hda</span>(4)</span></a> driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_hda</span>(4)</span></a> driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_hdspe&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_hdspe</span>(4)</span></a> driver supports the following audio devices: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RME HDSPe AIO </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RME HDSPe RayDAT </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_ich&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_ich</span>(4)</span></a> driver supports the following audio devices: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMD 768 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMD 8111 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel 443MX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel ICH </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel ICH revision 1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel ICH2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel ICH3 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel ICH4 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel ICH5 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel ICH6 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel ICH7 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce2 400 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce3 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce3 250 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce4 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SiS 7012 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_maestro</span>(4)</span></a> driver supports the following PCI sound cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ESS Technology Maestro-1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ESS Technology Maestro-2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ESS Technology Maestro-2E </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_maestro3&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_maestro3</span>(4)</span></a> driver supports the following audio devices: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ESS Technology Allegro-1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ESS Technology Maestro3 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_mss&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_mss</span>(4)</span></a> driver supports the following audio devices: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AD1845 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AD1848 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Aztech 2320 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CMedia CMI8330 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Crystal Semiconductor CS4231 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Crystal Semiconductor CS4232 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Crystal Semiconductor CS4234 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Crystal Semiconductor CS4235 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Crystal Semiconductor CS4236 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Crystal Semiconductor CS4237 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ENSONIQ SoundscapeVIVO ENS4081 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NeoMagic 256AV (non-AC97) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">OPTi 924 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">OPTi 925 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">OPTi 930 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">OPTi 931 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">OPTi 933 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Yamaha OPL-SA2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Yamaha OPL-SA3 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_neomagic&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_neomagic</span>(4)</span></a> driver supports the following audio devices: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NeoMagic 256AV </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NeoMagic 256ZX </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_sbc&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_sbc</span>(4)</span></a> driver supports the following sound cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Avance Asound 110 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Avance Logic ALS100+ </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Avance Logic ALS120 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative SB16 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative SB32 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative AWE64 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative AWE64 Gold </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative ViBRA16C </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative ViBRA16X </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ESS ES1681 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ESS ES1688 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ESS ES1868 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ESS ES1869 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ESS ES1878 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ESS ES1879 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ESS ES1888 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_solo&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_solo</span>(4)</span></a> driver supports the following sound cards: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ESS Solo-1 (ES1938 Chipset) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ESS Solo-1E (ES1946 Chipset) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) and/or snd_sbc(4). </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_spicds&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_spicds</span>(4)</span></a> driver supports the following codecs: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AK4358 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AK4381 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AK4396 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AK4524 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AK4528 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">WM8770 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64,sparc64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_t4dwave&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_t4dwave</span>(4)</span></a> driver supports the following audio devices: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Acer Labs M5451 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SIS 7018 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Trident 4DWave DX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Trident 4DWave NX </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_via8233&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_via8233</span>(4)</span></a> driver supports the following audio chipsets: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">VIA VT8233 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">VIA VT8233A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">VIA VT8233C </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">VIA VT8235 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">VIA VT8237 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">VIA VT8251 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_via82c686&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_via82c686</span>(4)</span></a> driver supports audio devices based on the following chipset: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">VIA 82C686A </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_vibes&sektion=4"><span class="citerefentry"><span class="refentrytitle">snd_vibes</span>(4)</span></a> driver supports audio devices based on the following chipset: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">S3 SonicVibes </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[pc98] NEC PC-9801-73, 86 and compatibles (nss - driver) </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC A-MATE internal sound </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Q-Vision WaveStar, WaveMaster </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[pc98] NEC X-MATE, CanBe, ValueStar internal (mss - driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[pc98] Creative Technologies SoundBlaster(98) - (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4"><span class="citerefentry"><span class="refentrytitle">sb</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[pc98] I-O DATA CD-BOX (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sb&sektion=4"><span class="citerefentry"><span class="refentrytitle">sb</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[pc98] MPU-401 and compatible interfaces (mpu - driver) </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Q-Vision WaveStar </p></li></ul></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="camera"></a>3.9.�Camera and Video Capture Devices</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bktr&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AOpen VA1000 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AVerMedia AVerTV Studio </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AVerMedia TF/FM-98 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ATI TV Wonder VE </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hauppauge WinCast/TV </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hauppauge WinTV-Go-FM </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hauppauge WinTV-pci </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hauppauge WinTV-radio </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel Smart Video Recorder III </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">KWORLD PCI TV Tuner </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Miro PC TV </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Pinnacle PCTV Pro </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Pinnacle PCTV Rave </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">PixelView PlayTV PAK </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">PixelView PlayTV Pro (rev 4C, 9D) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SIGMA TV II </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">STB TV PCI Television Tuner </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Super TV Tuner </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TerraTec TValue </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">V-Stream XPERT TV-PVR 878 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Video Highway XTreme </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">VideoLogic Captivator PCI </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] Connectix QuickCam </p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="usb"></a>3.10.�USB Devices</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[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 xmlns="" class="note"><h3 class="admontitle">Note: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386, ia64, pc98] - USB Ethernet adapters can be found in the section listing - <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="#ethernet" title="3.2.�Ethernet Interfaces">Ethernet - interfaces</a>. </p></div><div xmlns="" class="note"><h3 class="admontitle">Note: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386, ia64, pc98] - USB Bluetooth adapters can be found in <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="#bluetooth" title="3.12.�Bluetooth Devices">Bluetooth</a> section. </p></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,ia64,amd64,powerpc] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ohci&sektion=4"><span class="citerefentry"><span class="refentrytitle">ohci</span>(4)</span></a> driver supports all OHCI v1.0 compliant controllers including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AcerLabs M5237 (Aladdin-V) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AMD-756 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">OPTi 82C861 (FireLink) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC uPD 9210 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CMD Tech 670 (USB0670) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">CMD Tech 673 (USB0673) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NVIDIA nForce3 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun PCIO-2 (RIO USB) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,ia64,amd64,powerpc] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=uhci&sektion=4"><span class="citerefentry"><span class="refentrytitle">uhci</span>(4)</span></a> driver supports all UHCI v1.1 compliant controllers including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel 82371AB/EB (PIIX4) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel 82371SB (PIIX3) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">VIA 83C572 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386, ia64, pc98] USB - 2.0 controllers using the EHCI interface (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ehci&sektion=4"><span class="citerefentry"><span class="refentrytitle">ehci</span>(4)</span></a> - driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386, ia64, pc98] - Hubs </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386, ia64, pc98] - Keyboards (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4"><span class="citerefentry"><span class="refentrytitle">ukbd</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386, pc98] - Miscellaneous </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Assist Computer Systems PC Camera C-M1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ActiveWire I/O Board </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Creative Technology Video Blaster WebCam Plus </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DSB-R100 USB Radio (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ufm&sektion=4"><span class="citerefentry"><span class="refentrytitle">ufm</span>(4)</span></a> driver) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mirunet AlphaCam Plus </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64,powerpc] The following devices are supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=urio&sektion=4"><span class="citerefentry"><span class="refentrytitle">urio</span>(4)</span></a> driver: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Diamond MultiMedia Rio 500 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Diamond MultiMedia Rio 600 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Diamond MultiMedia Rio 800 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] Devices supported by the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=umodem&sektion=4"><span class="citerefentry"><span class="refentrytitle">umodem</span>(4)</span></a> driver include: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 5605 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Curitel PC5740 Wireless Modem </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Kyocera AH-K3001V Mobile Phone(WILLCOM) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Kyocera WX320K Mobile Phone(WILLCOM) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Metricom Ricochet GS USB wireless modem </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sierra MC5720 Wireless Modem </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Yamaha Broadband Wireless Router RTW65b </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ELSA MicroLink 56k USB modem </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sony Ericsson W810i phone </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sonim XP5300 Force </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386, ia64, pc98] Mice - (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4"><span class="citerefentry"><span class="refentrytitle">ums</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64,powerpc] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ulpt&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ATen parallel printer adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5U002 parallel printer adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Canon BJ F850, S600 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Canon LBP-1310, 350 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Entrega USB-to-parallel printer adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hewlett-Packard HP Deskjet 3420 (P/N: C8947A #ABJ) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Oki Data MICROLINE ML660PS </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Seiko Epson PM-900C, 880C, 820C, 730C </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ubsa&sektion=4"><span class="citerefentry"><span class="refentrytitle">ubsa</span>(4)</span></a> driver supports the following adapters: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AnyData ADU-500A EV-DO modem </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AnyData ADU-E100A (no EV-DO mode support) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5U103 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5U120 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">e-Tek Labs Kwik232 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">GoHubs GoCOM232 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Peracom single port serial adapter </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ubser&sektion=4"><span class="citerefentry"><span class="refentrytitle">ubser</span>(4)</span></a> driver provides support for the BWCT console management serial adapters. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] The </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">B&B Electronics USB->RS422/485 adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Elexol USB MOD1 and USB MOD3 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP USB-Serial adapter shipped with some HP laptops </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Inland UAS111 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">QVS USC-1000 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Prologix GPIB-USB Controller </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=uplcom&sektion=4"><span class="citerefentry"><span class="refentrytitle">uplcom</span>(4)</span></a> driver supports the following devices and adapters: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ADLINK ND-6530 USB-Serial Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Alcatel One Touch 535/735 Phone </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Alcor AU9720 USB-RS232 Serial Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AlDiga AL-11U Modem </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Alltronix ACM003U00 Modem </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Anchor Serial adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ATEN UC-232A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BAFO BF-800 and BF-810 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5U257 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">BenQ S81 Phone </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Corega CG-USBRS232R Serial Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Cressi Edy (Seiko) Diving Computer </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ELECOM UC-SGT Serial Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HAL Corporation Crossam2+USB IR commander </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hama USB RS-232 Serial Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hamlet exagerate XURS232 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">HP LD220 Point-Of-Sale (POS) Display </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IOGEAR UC-232A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">I/O DATA USB-RSAQ, USB-RSAQ2, USB-RSAQ3 and USB-RSAQ5 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">iTegno WM1080A GSM/GFPRS Modem </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">iTegno WM2080A CDMA Modem </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Leadtek 9531 GPS </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Micromax 610U Modem </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Microsoft Palm 700WX </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mobile Action MA-620 Infrared Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Motorola Cables </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Nokia CA-42 Cable </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">OTI DKU-5 cable </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Panasonic TY-TP50P6-S flat screen </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">PLX CA-42 Phone Cable </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">PLANEX USB-RS232 URS-03 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Prolific Generic USB-Serial Adapters </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Prolific Pharos USB-Serial Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RATOC REX-USB60 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Radio Shack USB Serial Cable </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sagem USB-Serial Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Samsung I330 Phone Cradle </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sandberg USB to Serial Link (model number 133-08) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sanwa KB-USB2 Multimeter cable </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Siemens/BenQ EF81, SX1, X65 and X75 Mobile Phones </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sitecom USB-Serial Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SMART Technologies USB-Serial Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sony QN3 Phone Cable </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sony Ericsson Datapilot </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sony Ericsson DCU-10 and DCU-11 (Susteen) USB Cables </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SOURCENEXT KeikaiDenwa 8 (with and without charger) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Speed Dragon USB-Serial Cable </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Syntech CPT-8001C Barcode Scanner </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TDK UHA6400 and UPA9664 USB-PHS Adapters </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TRENDnet USB to Serial Converter (TU-S9) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Tripp-Lite U209-000-R USB-Serial Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">UIC HCR331 Magnetic Stripe Card Reader </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">UIC MSR206 Magnetic Stripe Card Reader </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Willcom W-SIM DD PHS terminal.(WS002IN) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">YC-Cable USB-Serial Adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Zeagle N2iTion3 Diving Computer </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=umct&sektion=4"><span class="citerefentry"><span class="refentrytitle">umct</span>(4)</span></a> driver supports the following adapters: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5U109 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Belkin F5U409 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">D-Link DU-H3SP USB BAY Hub </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Magic Control Technology USB-232 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sitecom USB-232 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64,powerpc] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=umass&sektion=4"><span class="citerefentry"><span class="refentrytitle">umass</span>(4)</span></a> driver supports USB Mass Storage devices, including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FujiFilm Zip USB Drive ZDR100 USB A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">GREEN HOUSE USB Flash Memory "PicoDrive" GH-UFD32M, 64M, 128M </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Huawei Mobile (SD slot) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IBM 32MB USB Memory Key (P/N 22P5296) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IBM 256MB USB Drive (MSYSTEM DiskOnKey2) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IBM ThinkPad USB Portable CD-ROM Drive (P/N 33L5151) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">I-O DATA USB x6 CD-RW Drive CDRW-i64/USB (CDROM only) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">I-O DATA USB/IEEE1394 Portable HD Drive HDP-i30P/CI, HDP-i40P/CI </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Iomega USB Zip 100/250 drive </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Iomega Zip750 USB2.0 drive </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Keian USB1.1/2.0 3.5-inch HDD Case KU350A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Kurouto Shikou USB 2.5-inch HDD Case GAWAP2.5PS-USB2.0 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">LaCie P3 HardDrive USB 200GB </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Logitec LDR-H443U2 DVD-RAM/-R/+R/-RW/+RW drive </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Logitec Mobile USB Memory LMC-256UD </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Logitec USB1.1/2.0 HDD Unit SHD-E60U2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Logitec USB Double-Speed Floppy Drive LFD-31U2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Logitec USB/IEEE1394 DVD-RAM/R/RW Unit LDR-N21FU2 (CDROM only) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MELCO USB Flash Disk "ClipDrive", RUF-C32M, -C64M, -C128M, -C256M, -C512M </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MELCO USB Flash Disk "PetitDrive", RUF-32M, -64M, -128M, -256Mm </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MELCO USB2.0 Flash Disk "PetitDrive2", RUF-256M/U2, -512M/U2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MELCO USB2.0 MO Drive MO-CH640U2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Matshita CF-VFDU03 floppy drive </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Merlin SM300 MP3/WMA Player (256Mb) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Microtech International, Inc. USB-SCSI-HD 50 USB to SCSI cable </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Motorola E398 Mobile Phone (TransFlash memory card) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NOVAC USB2.0 2.5/3.5-inch HDD Case NV-HD351U </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">PNY Attache Flash Drive </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Panasonic ("Matshita FDD CF-VFDU03") </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Panasonic KXL-CB20AN Portable DVD-ROM/CD-R/RW </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Panasonic KXL-CB35AN (DVD-ROM & CD-R/RW) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Panasonic USB2.0 Portable CD-RW Drive KXL-RW40AN (CDROM only) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Panasonic floppy drive </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Qware BeatZkey! Pro </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">RATOC Systems USB2.0 Removable HDD Case U2-MDK1, U2-MDK1B </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SanDisk SDDR-31 (Compact Flash) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SanDisk SDDR-75 (only Compact Flash port works) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sitecom CN-300 MultiFlash (MMC/SD, SmartMedia, CF, MemoryStick) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sony Portable CD-R/RW Drive CRX10U (CDROM only) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TEAC Portable USB CD-ROM Unit CD-110PU/210PU </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Time DPA20B MP3 Player (1Gb) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Trek Thumbdrive 8MB </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">VAIO floppy drive (includes Y-E Data Flashbuster-U) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Y-E Data floppy drive (720/1.44/2.88Mb) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Among the supported digital cameras are: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Asahi Optical (PENTAX) Optio 230 & 330 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386, pc98] Audio Devices - (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=uaudio&sektion=4"><span class="citerefentry"><span class="refentrytitle">uaudio</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=uvisor&sektion=4"><span class="citerefentry"><span class="refentrytitle">uvisor</span>(4)</span></a> driver supports the following devices: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Aceeca Mez1000 RDA </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Handspring Treo </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Handspring Treo 600 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Handspring Visor </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Palm I705 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Palm M125 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Palm M130 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Palm M500 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Palm M505 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Palm M515 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Palm Tungsten T </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Palm Tungsten Z </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Palm Zire </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Palm Zire 31 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sony Clie 4.0 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sony Clie 4.1 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sony Clie 5.0 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sony Clie PEG-S500C </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sony Clie NX60 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sony Clie S360 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sony Clie TJ37 </p></li></ul></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="firewire"></a>3.11.�IEEE 1394 (Firewire) Devices</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,sparc64,ia64,amd64,powerpc] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=fwohci&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Adaptec AHA-894x/AIC-5800 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Apple Pangea </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Apple UniNorth </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel 82372FB </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IOGEAR GUF320 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Lucent / Agere FW322/323 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC uPD72861 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC uPD72870 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC uPD72871/2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC uPD72873 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NEC uPD72874 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">National Semiconductor CS4210 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Ricoh R5C551 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Ricoh R5C552 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sony CX3022 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sony i.LINK (CXD3222) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sun PCIO-2 (RIO 1394) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Texas Instruments PCI4410A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Texas Instruments PCI4450 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Texas Instruments PCI4451 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Texas Instruments TSB12LV22 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Texas Instruments TSB12LV23 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Texas Instruments TSB12LV26 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Texas Instruments TSB43AA22 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Texas Instruments TSB43AB21/A/AI/A-EP </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Texas Instruments TSB43AB22/A </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Texas Instruments TSB43AB23 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Texas Instruments TSB82AA2 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">VIA Fire II (VT6306) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386, sparc64] Serial Bus - Protocol 2 (SBP-2) storage devices (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sbp&sektion=4"><span class="citerefentry"><span class="refentrytitle">sbp</span>(4)</span></a> driver) </p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="bluetooth"></a>3.12.�Bluetooth Devices</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ng_bt3c&sektion=4"><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 xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ng_ubt&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">3Com 3CREB96 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">AIPTEK BR0R02 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">EPoX BT-DG02 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mitsumi Bluetooth USB adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MSI MS-6967 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TDK Bluetooth USB adapter </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Broadcom Bluetooth USB adapter </p></li></ul></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="crypto-accel"></a>3.13.�Cryptographic Accelerators</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=hifn&sektion=4"><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><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Invertex AEON </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hifn 7751 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">PowerCrypt </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">XL-Crypt </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NetSec 7751 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Soekris Engineering vpn1201 and vpn1211 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Soekris Engineering vpn1401 and vpn1411 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=safe&sektion=4"><span class="citerefentry"><span class="refentrytitle">safe</span>(4)</span></a> driver supports cards containing any of the following chips: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SafeNet 1141 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SafeNet 1741 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386,pc98,amd64] The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ubsec&sektion=4"><span class="citerefentry"><span class="refentrytitle">ubsec</span>(4)</span></a> driver supports cards containing any of the following chips: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Bluesteel 5501 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Bluesteel 5601 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Broadcom BCM5801 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Broadcom BCM5802 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Broadcom BCM5805 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Broadcom BCM5820 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Broadcom BCM5821 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Broadcom BCM5822 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Broadcom BCM5823 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Broadcom BCM5825 </p></li></ul></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="misc"></a>3.14.�Miscellaneous</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386, pc98] - FAX-Modem/PCCARD </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MELCO IGM-PCM56K/IGM-PCM56KH </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD - terminal) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386, pc98] Floppy drives - (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=fdc&sektion=4"><span class="citerefentry"><span class="refentrytitle">fdc</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] VGA-compatible video cards - (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=vga&sektion=4"><span class="citerefentry"><span class="refentrytitle">vga</span>(4)</span></a> driver) </p><div xmlns="" class="note"><h3 class="admontitle">Note: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Information regarding specific video cards and - compatibility with <span xmlns="http://www.w3.org/1999/xhtml" class="application">Xorg</span> can be - found at <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="http://www.x.org/" target="_top">http://www.x.org/</a></code>. </p></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386, ia64, pc98] - Keyboards including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] AT-style keyboards (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4"><span class="citerefentry"><span class="refentrytitle">atkbd</span>(4)</span></a> - driver) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] PS/2 keyboards - (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&sektion=4"><span class="citerefentry"><span class="refentrytitle">atkbd</span>(4)</span></a> driver) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[pc98] Standard keyboards </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386, ia64, pc98] - USB keyboards (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&sektion=4"><span class="citerefentry"><span class="refentrytitle">ukbd</span>(4)</span></a> driver) </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386, ia64, pc98] - Pointing devices including: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386, pc98] Bus mice and - compatible devices (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mse&sektion=4"><span class="citerefentry"><span class="refentrytitle">mse</span>(4)</span></a> driver) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] PS/2 mice and compatible - devices, including many laptop pointing devices - (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=psm&sektion=4"><span class="citerefentry"><span class="refentrytitle">psm</span>(4)</span></a> driver) </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Serial mice and compatible devices </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386, ia64, pc98] - USB mice (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ums&sektion=4"><span class="citerefentry"><span class="refentrytitle">ums</span>(4)</span></a> driver) </p></li></ul></div><div xmlns="" class="note"><h3 class="admontitle">Note: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=moused&sektion=8"><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 <span xmlns="http://www.w3.org/1999/xhtml" class="application">Xorg</span> can be found at <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="http://www.x.org/" target="_top">http://www.x.org/</a></code>. </p></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64, i386] <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">PC standard</span>”</span> - parallel ports (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4"><span class="citerefentry"><span class="refentrytitle">ppc</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[pc98] <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">PC-9821 standard</span>”</span> parallel - ports (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4"><span class="citerefentry"><span class="refentrytitle">ppc</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386, amd64] PC-compatible joysticks - (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4"><span class="citerefentry"><span class="refentrytitle">joy</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[pc98] Joystick port of SoundBlaster(98) - (<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=joy&sektion=4"><span class="citerefentry"><span class="refentrytitle">joy</span>(4)</span></a> driver) </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386, pc98] PHS Data Communication - Card/PCCARD </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">NTT DoCoMo P-in Comp@ct </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Panasonic KX-PH405 </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SII MC-P200 </p></li></ul></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[i386] Xilinx XC6200-based reconfigurable hardware - cards compatible with the HOT1 from <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://www.vcc.com/" target="_top">Virtual Computers</a> (xrpu - driver). </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[pc98] Power Management Controller of NEC PC-98 - Note (pmc driver) </p></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>This file, and other release-related documents, - can be downloaded from <a href="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</a>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about FreeBSD, read the - <a href="http://www.FreeBSD.org/docs.html">documentation</a> before - contacting <<a href="mailto:[email protected]">[email protected]</a>>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>All users of FreeBSD 9.3-STABLE should - subscribe to the <<a href="mailto:[email protected]">[email protected]</a>> - mailing list.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about this documentation, - e-mail <<a href="mailto:[email protected]">[email protected]</a>>.</small></p></body></html>
\ No newline at end of file diff --git a/website/content/en/releases/9.3R/installation.adoc b/website/content/en/releases/9.3R/installation.adoc new file mode 100644 index 0000000000..d1999e90ef --- /dev/null +++ b/website/content/en/releases/9.3R/installation.adoc @@ -0,0 +1,93 @@ +--- +title: "FreeBSD 9.3-RELEASE Installation Instructions" +sidenav: download +--- + += FreeBSD 9.3-RELEASE Installation Instructions + +== Abstract + +This article gives some brief instructions on installing FreeBSD 9.3-RELEASE and upgrading the systems running earlier releases. + +''''' + +Table of Contents + +* <<install, Installing FreeBSD>> +* <<upgrade, Upgrading FreeBSD>> + +[[install]] +== Installing FreeBSD + +The link:{handbook}#bsdinstall[Installing FreeBSD] chapter of the link:{handbook}[FreeBSD Handbook] provides more in-depth information about the installation program itself, including a guided walk-through with screenshots. + +[[upgrade]] +== Upgrading FreeBSD + +If you are upgrading from a previous release of FreeBSD, please read http://www.FreeBSD.org/releases/9.3R/relnotes/#upgrade[upgrading section in the Release Notes] for notable incompatibilities carefully. + +== Upgrading from Source + +The procedure for doing a source code based update is described in `Synchronizing Source` and `Rebuilding World`. + +For SVN use the `releng/9.3` branch which will be where any upcoming Security Advisories or Errata Notices will be applied. + +== Upgrading Using "FreeBSD Update" + +The man:freebsd-update[8] utility supports binary upgrades of i386 and amd64 systems running earlier FreeBSD releases. Systems running `8.4-RELEASE`, `9.[12]-RELEASE`, `9.3-BETA*`, or `9.3-RC*` can upgrade as follows: + +First, ensure that your current system is up to date; a change was recently made to man:freebsd-update[8] (Errata Notice http://security.FreeBSD.org/advisories/FreeBSD-EN-12:01.freebsd-update.asc[FreeBSD-EN-12:01.freebsd-update]) which is needed in order to upgrade to FreeBSD 9.3-RELEASE. + +[source,screen] +---- +# freebsd-update fetch +# freebsd-update install +---- + +Now the man:freebsd-update[8] utility can fetch bits belonging to 9.3-RELEASE. During this process man:freebsd-update[8] will ask for help in merging configuration files. + +[source,screen] +---- +# freebsd-update upgrade -r 9.3-RELEASE +---- + +Due to changes in the way that FreeBSD is packaged on the release media, two complications may arise in this process if upgrading from FreeBSD 8.x: + +[arabic] +. The FreeBSD, which previously could appear in either `/boot/kernel` or `/boot/GENERIC`, now only appears as `/boot/kernel`. As a result, any kernel appearing in `/boot/GENERIC` will be deleted. Please carefully read the output printed by man:freebsd-update[8] and confirm that an updated kernel will be placed into `/boot/kernel` before proceeding beyond this point. +. The FreeBSD source tree in `/usr/src` (if present) will be deleted. (Normally the man:freebsd-update[8] utility will update a source tree, but in this case the changes in release packaging result in the man:freebsd-update[8] utility not recognizing that the source tree from the old release and the source tree from the new release correspond to the same part of FreeBSD.) + +[source,screen] +---- +# freebsd-update install +---- + +The system must now be rebooted with the newly installed kernel before the non-kernel components are updated. + +[source,screen] +---- +# shutdown -r now +---- + +After rebooting, man:freebsd-update[8] needs to be run again to install the new userland components: + +[source,screen] +---- +# freebsd-update install +---- + +At this point, users of systems being upgraded from FreeBSD 8.4-RELEASE or earlier will be prompted by man:freebsd-update[8] to rebuild all third-party applications (e.g., ports installed from the ports tree) due to updates in system libraries. + +After updating installed third-party applications (and again, only if man:freebsd-update[8] printed a message indicating that this was necessary), run man:freebsd-update[8] again so that it can delete the old (no longer used) system libraries: + +[source,screen] +---- +# freebsd-update install +---- + +Finally, reboot into 9.3-RELEASE + +[source,screen] +---- +# shutdown -r now +---- diff --git a/website/content/en/releases/9.3R/installation.html b/website/content/en/releases/9.3R/installation.html deleted file mode 100644 index f06bd3d6ab..0000000000 --- a/website/content/en/releases/9.3R/installation.html +++ /dev/null @@ -1,78 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<!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 http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>FreeBSD 9.3-RELEASE Installation Instructions</title><link rel="stylesheet" type="text/css" href="docbook.css" /><link rev="made" href="[email protected]" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><meta name="description" content="This article gives some brief instructions on installing FreeBSD 9.3-RELEASE and upgrading the systems running earlier releases." /></head><body><div class="article"><div xmlns="" class="titlepage"><div><div><h1 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61528864"></a>FreeBSD 9.3-RELEASE Installation Instructions</h1></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="author"><h3 class="author"><span class="orgname">The FreeBSD Project</span></h3></div></div><div><p xmlns="http://www.w3.org/1999/xhtml" class="copyright">Copyright � 2014 The FreeBSD Documentation Project</p></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="legalnotice"><a id="trademarks"></a><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FreeBSD is a registered trademark of - the FreeBSD Foundation. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/TR/xhtml1/transitional">SPARC, SPARC64, and - UltraSPARC are trademarks of SPARC International, Inc in the United - States and other countries. SPARC International, Inc owns all of the - SPARC trademarks and under licensing agreements allows the proper use - of these trademarks by its members. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">™</span>”</span> or the - <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">�</span>”</span> symbol. </p></div></div><div>Last modified on 2014-07-08 by gjb.</div><div><div xmlns="http://www.w3.org/1999/xhtml" class="abstract"><div class="abstract-title">Abstract</div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This article gives some brief instructions on installing - FreeBSD 9.3-RELEASE and upgrading the systems running earlier - releases. </p></div></div></div><hr /></div><div class="toc"><div class="toc-title">Table of Contents</div><dl class="toc"><dt><span class="sect1"><a href="#install">1. Installing FreeBSD</a></span></dt><dt><span class="sect1"><a href="#upgrade">2. Upgrading FreeBSD</a></span></dt></dl></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="install"></a>1.�Installing FreeBSD</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/books/handbook/bsdinstall.html" target="_top"><span class="quote">“<span class="quote">Installing - FreeBSD</span>”</span></a> - chapter of the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/books/handbook/" target="_top">FreeBSD - Handbook</a> provides more in-depth information about the - installation program itself, including a guided walk-through with - screenshots. </p></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="upgrade"></a>2.�Upgrading FreeBSD</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">If you are upgrading from a previous release of FreeBSD, please - read <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://www.FreeBSD.org/releases/9.3R/relnotes.html#upgrade" target="_top">upgrading - section in the Release Notes</a> for notable - incompatibilities carefully. </p><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61917344"></a>2.1.�Upgrading from Source</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The procedure for doing a source code based update is - described in - <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="../../../../doc/en_US.ISO8859-1/books/handbook/synching.html" target="_top">Synchronizing Source</a></code> and - <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="../../../../doc/en_US.ISO8859-1/books/handbook/makeworld.html" target="_top">Rebuilding World</a></code>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">For SVN use the <code xmlns="http://www.w3.org/1999/xhtml" class="filename">releng/9.3</code> branch - which will be where any upcoming Security Advisories or Errata - Notices will be applied. </p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61924768"></a>2.2.�Upgrading Using <span class="quote">“<span class="quote">FreeBSD Update</span>”</span></h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> utility supports binary - upgrades of i386 and amd64 systems running - earlier FreeBSD releases. Systems running - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">8.4-RELEASE</code>, - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">9.[12]-RELEASE</code>, - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">9.3-BETA*</code>, or - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">9.3-RC*</code> can upgrade as follows: </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">First, ensure that your current system is up to date; a - change was recently made to <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> (Errata - Notice <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://security.FreeBSD.org/advisories/FreeBSD-EN-12:01.freebsd-update.asc" target="_top">FreeBSD-EN-12:01.freebsd-update</a>) - which is needed in order to upgrade to FreeBSD - 9.3-RELEASE. </p><pre class="screen"><code class="prompt">#</code> freebsd-update fetch -<code class="prompt">#</code> freebsd-update install</pre><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Now the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> utility can fetch bits - belonging to 9.3-RELEASE. During this process - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> will ask for help in merging - configuration files. </p><pre class="screen"><code class="prompt">#</code> freebsd-update upgrade -r 9.3-RELEASE</pre><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Due to changes in the way that FreeBSD is packaged on the - release media, two complications may arise in this process if - upgrading from FreeBSD 8.x: </p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The FreeBSD, which previously could appear in either - <code xmlns="http://www.w3.org/1999/xhtml" class="filename">/boot/kernel</code> or - <code xmlns="http://www.w3.org/1999/xhtml" class="filename">/boot/GENERIC</code>, now only appears as - <code xmlns="http://www.w3.org/1999/xhtml" class="filename">/boot/kernel</code>. As a result, any - kernel appearing in <code xmlns="http://www.w3.org/1999/xhtml" class="filename">/boot/GENERIC</code> - will be deleted. Please carefully read the output printed - by <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> and confirm that an updated - kernel will be placed into - <code xmlns="http://www.w3.org/1999/xhtml" class="filename">/boot/kernel</code> before proceeding beyond - this point. </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The FreeBSD source tree in <code xmlns="http://www.w3.org/1999/xhtml" class="filename">/usr/src</code> - (if present) will be deleted. (Normally the - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> utility will update a source tree, - but in this case the changes in release packaging result - in the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> utility not recognizing that - the source tree from the old release and the source tree - from the new release correspond to the same part of - FreeBSD.) </p></li></ol></div><pre class="screen"><code class="prompt">#</code> freebsd-update install</pre><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The system must now be rebooted with the newly installed - kernel before the non-kernel components are updated. </p><pre class="screen"><code class="prompt">#</code> shutdown -r now</pre><p xmlns="http://www.w3.org/TR/xhtml1/transitional">After rebooting, <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> needs to be run - again to install the new userland components: </p><pre class="screen"><code class="prompt">#</code> freebsd-update install</pre><p xmlns="http://www.w3.org/TR/xhtml1/transitional">At this point, users of systems being upgraded from FreeBSD - 8.4-RELEASE or earlier will be prompted by - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> to rebuild all third-party applications - (e.g., ports installed from the ports tree) due to updates in - system libraries. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">After updating installed third-party applications (and - again, only if <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> printed a message - indicating that this was necessary), run - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> again so that it can delete the old (no - longer used) system libraries: </p><pre class="screen"><code class="prompt">#</code> freebsd-update install</pre><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Finally, reboot into 9.3-RELEASE </p><pre class="screen"><code class="prompt">#</code> shutdown -r now</pre></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>This file, and other release-related documents, - can be downloaded from <a href="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</a>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about FreeBSD, read the - <a href="http://www.FreeBSD.org/docs.html">documentation</a> before - contacting <<a href="mailto:[email protected]">[email protected]</a>>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>All users of FreeBSD 9.3-STABLE should - subscribe to the <<a href="mailto:[email protected]">[email protected]</a>> - mailing list.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about this documentation, - e-mail <<a href="mailto:[email protected]">[email protected]</a>>.</small></p></body></html>
\ No newline at end of file diff --git a/website/content/en/releases/9.3R/readme.adoc b/website/content/en/releases/9.3R/readme.adoc new file mode 100644 index 0000000000..6dbcc8d29d --- /dev/null +++ b/website/content/en/releases/9.3R/readme.adoc @@ -0,0 +1,129 @@ +--- +title: "FreeBSD 9.3-RELEASE README" +sidenav: download +--- + +include::shared/en/urls.adoc[] + += FreeBSD 9.3-RELEASE README + +== Abstract + +This document gives a brief introduction to FreeBSD 9.3-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. + +''''' + +Table of Contents + +* <<intro, Introduction>> +* <<obtain, Obtaining FreeBSD>> +* <<contacting, Contacting the FreeBSD Project>> +* <<seealso, Further Reading>> +* <<acknowledgements, Acknowledgments>> + +[[intro]] +== Introduction + +This distribution is a release of FreeBSD 9.3-RELEASE, the latest point along the 9.3-STABLE branch. + +== About FreeBSD + +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 "x86" based PC hardware (i386), Intel Itanium Processor based computers (ia64), NEC PC-9801/9821 series PCs and compatibles (pc98), and UltraSPARC(R) machines (sparc64). Versions for the ARM(R) (arm), MIPS(R) (mips), and PowerPC(R) (powerpc) 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. + +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. + +A large collection of third-party ported software (the "Ports Collection") is also provided to make it easy to obtain and install all your favorite traditional UNIX(R) utilities for FreeBSD. Each "port" consists of a set of scripts to retrieve, configure, build, and install a piece of software, with a single command. Over 24,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 UNIX(R). Most ports are also available as pre-compiled "packages", which can be quickly installed from the installation program. + +== Target Audience + +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. + +[[obtain]] +== Obtaining FreeBSD + +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. + +== CDROM and DVD + +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 "packages" from the FreeBSD Ports Collection, or other extra material. + +A list of the CDROM and DVD publishers known to the project are listed in the link:{handbook}#mirrors["Obtaining FreeBSD"] appendix to the Handbook. + +== FTP + +You can use FTP to retrieve FreeBSD and any or all of its optional packages from `ftp://ftp.FreeBSD.org/`, which is the official FreeBSD release site, or any of its "mirrors". + +Lists of locations that mirror FreeBSD can be found in the link:{handbook}#mirrors-ftp[FTP Sites] section of the Handbook. Finding a close (in networking terms) mirror from which to download the distribution is highly recommended. + +Additional mirror sites are always welcome. Contact `<[email protected]>` for more details on becoming an official mirror site. You can also find useful information for mirror sites at the link:{hubs}[Mirroring FreeBSD] article. + +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. + +[[contacting]] +== Contacting the FreeBSD Project + +== Email and Mailing Lists + +For any questions or general technical support issues, please send mail to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions[FreeBSD general questions mailing list]. + +If you're tracking the 9.3-STABLE development efforts, you _must_ join the http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable[FreeBSD-STABLE mailing list], in order to keep abreast of recent developments and changes that may affect the way you use and maintain the system. + +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 http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers[FreeBSD technical discussions mailing list]. + +Please note that these mailing lists can experience _significant_ 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 http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce[FreeBSD announcements mailing list]. + +All of the mailing lists can be freely joined by anyone wishing to do so. Visit the http://lists.FreeBSD.org/mailman/listinfo/[FreeBSD Mailman Info Page]. 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 link:../../../../support/#mailing-list[mailing lists section] of the FreeBSD Web site. + +== Important: + +Do _not_ send email to the lists asking to be subscribed. Use the Mailman interface instead. + +== Submitting Problem Reports + +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. + +The method to submit bug reports from a machine with Internet mail connectivity is to use the https://bugs.freebsd.org/submit/[Bugzilla web interface]. "Problem Reports" (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 https://bugs.freebsd.org/search/[search interface] of all active PRs is available; this list is useful to find what potential problems other users have encountered. + +Note that man:send-pr[1] is a stub shell script, and instructs to use the Bugzilla interface. + +For more information, link:{problem-reports}["Writing FreeBSD Problem Reports"], available on the FreeBSD Web site, has a number of helpful hints on writing and submitting effective problem reports. + +[[seealso]] +== Further Reading + +There are many sources of information about FreeBSD; some are included with this distribution, while others are available on-line or in print versions. + +[[release-docs]] +== Release Documentation + +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 (`.TXT`) and HTML (`.HTM`) renditions. Some distributions may also include other formats such as Portable Document Format (`.PDF`). + +* `README.TXT`: This file, which gives some general information about FreeBSD as well as some cursory notes about obtaining a distribution. +* `RELNOTES.TXT`: The release notes, showing what's new and different in FreeBSD 9.3-RELEASE compared to the previous release (FreeBSD 9.2-RELEASE). +* `HARDWARE.TXT`: The hardware compatibility list, showing devices with which FreeBSD has been tested and is known to work. +* `ERRATA.TXT`: 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. + +== Note: + +It is extremely important to read the errata for any given release before installing it, to learn about any "late-breaking news" 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 "current errata" for this release. These other copies of the errata are located at `the FreeBSD releases page` (as well as any sites which keep up-to-date mirrors of this location). + +== Manual Pages + +As with almost all UNIX(R) like operating systems, FreeBSD comes with a set of on-line manual pages, accessed through the man:man[1] command or through the http://www.FreeBSD.org/cgi/man.cgi[hypertext manual pages gateway] on the FreeBSD Web site. In general, the manual pages provide information on the different commands and APIs available to the FreeBSD user. + +In some cases, manual pages are written to give information on particular topics. Notable examples of such manual pages are man:tuning[7] (a guide to performance tuning), man:security[7] (an introduction to FreeBSD security), and man:style[9] (a style guide to kernel coding). + +== Books and Articles + +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 link:{handbook}[Handbook] and link:{faq}[FAQ] are always available from the link:../../../../docs/[FreeBSD Documentation page] or its mirrors. If you install the `doc` 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. + +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 `doc` distribution set. + +A listing of other books and documents about FreeBSD can be found in the link:{handbook}#bibliography[bibliography] of the FreeBSD Handbook. Because of FreeBSD's strong UNIX(R) heritage, many other articles and books written for UNIX(R) systems are applicable as well, some of which are also listed in the bibliography. + +[[acknowledgements]] +== Acknowledgments + +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 link:{contributors}["Contributors to FreeBSD"] on the FreeBSD Web site or any of its mirrors. + +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. diff --git a/website/content/en/releases/9.3R/readme.html b/website/content/en/releases/9.3R/readme.html deleted file mode 100644 index 8d64f32699..0000000000 --- a/website/content/en/releases/9.3R/readme.html +++ /dev/null @@ -1,199 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<!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 http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>FreeBSD 9.3-RELEASE README</title><link rel="stylesheet" type="text/css" href="docbook.css" /><link rev="made" href="[email protected]" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><meta name="description" content="This document gives a brief introduction to FreeBSD 9.3-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." /></head><body><div class="article"><div xmlns="" class="titlepage"><div><div><h1 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61541152"></a>FreeBSD 9.3-RELEASE README</h1></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="author"><h3 class="author"><span class="orgname">The FreeBSD Project</span></h3></div></div><div><p xmlns="http://www.w3.org/1999/xhtml" class="copyright">Copyright � 2014 The FreeBSD Documentation Project</p></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="legalnotice"><a id="trademarks"></a><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FreeBSD is a registered trademark of - the FreeBSD Foundation. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/TR/xhtml1/transitional">SPARC, SPARC64, and - UltraSPARC are trademarks of SPARC International, Inc in the United - States and other countries. SPARC International, Inc owns all of the - SPARC trademarks and under licensing agreements allows the proper use - of these trademarks by its members. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">™</span>”</span> or the - <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">�</span>”</span> symbol. </p></div></div><div>Last modified on 2014-07-08 by gjb.</div><div><div xmlns="http://www.w3.org/1999/xhtml" class="abstract"><div class="abstract-title">Abstract</div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This document gives a brief introduction to FreeBSD - 9.3-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></div></div><hr /></div><div class="toc"><div class="toc-title">Table of Contents</div><dl class="toc"><dt><span class="sect1"><a href="#intro">1. Introduction</a></span></dt><dt><span class="sect1"><a href="#obtain">2. Obtaining FreeBSD</a></span></dt><dt><span class="sect1"><a href="#contacting">3. Contacting the FreeBSD Project</a></span></dt><dt><span class="sect1"><a href="#seealso">4. Further Reading</a></span></dt><dt><span class="sect1"><a href="#acknowledgements">5. Acknowledgments</a></span></dt></dl></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="intro"></a>1.�Introduction</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This distribution is a release of FreeBSD 9.3-RELEASE, the - latest point along the 9.3-STABLE branch. </p><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61915552"></a>1.1.�About FreeBSD</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">x86</span>”</span> based PC hardware (i386), - Intel Itanium Processor based computers (ia64), - NEC PC-9801/9821 series PCs and compatibles (pc98), - and <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">UltraSPARC</span>� machines (sparc64). Versions - for the <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">ARM</span>� (arm), <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">MIPS</span>� (mips), and - <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">PowerPC</span>� (powerpc) 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 xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/TR/xhtml1/transitional">A large collection of third-party ported software (the - <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">Ports Collection</span>”</span>) is also provided to make it - easy to obtain and install all your favorite traditional <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">UNIX</span>� - utilities for FreeBSD. Each <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">port</span>”</span> consists of a - set of scripts to retrieve, configure, build, and install a - piece of software, with a single command. Over 24,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 xmlns="http://www.w3.org/1999/xhtml" class="trademark">UNIX</span>�. Most ports are also available as - pre-compiled <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">packages</span>”</span>, which can be quickly - installed from the installation program. </p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61931936"></a>1.2.�Target Audience</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="obtain"></a>2.�Obtaining FreeBSD</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61947936"></a>2.1.�CDROM and DVD</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">packages</span>”</span> from the FreeBSD Ports - Collection, or other extra material. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A list of the CDROM and DVD publishers known to the - project are listed in the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/books/handbook/mirrors.html" target="_top"><span class="quote">“<span class="quote">Obtaining - FreeBSD</span>”</span></a> appendix to the Handbook. </p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61956896"></a>2.2.�FTP</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">You can use FTP to retrieve FreeBSD and any or all of its - optional packages from <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="ftp://ftp.FreeBSD.org/" target="_top">ftp://ftp.FreeBSD.org/</a></code>, which is the official - FreeBSD release site, or any of its - <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">mirrors</span>”</span>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Lists of locations that mirror FreeBSD can be found in the - <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html" target="_top">FTP - Sites</a> section of the Handbook. - Finding a close (in networking terms) mirror from which to - download the distribution is highly recommended. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Additional mirror sites are always welcome. Contact - <code xmlns="http://www.w3.org/1999/xhtml" class="email"><<a xmlns="" class="email" href="mailto:[email protected]">[email protected]</a>></code> for more details on - becoming an official mirror site. You can also find useful - information for mirror sites at the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/articles/hubs/" target="_top">Mirroring - FreeBSD</a> article. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="contacting"></a>3.�Contacting the FreeBSD Project</h2></div></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61970336"></a>3.1.�Email and Mailing Lists</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">For any questions or general technical support issues, - please send mail to the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions" target="_top">FreeBSD general questions mailing list</a>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">If you're tracking the 9.3-STABLE development efforts, you - <span xmlns="http://www.w3.org/1999/xhtml" class="emphasis"><em>must</em></span> join the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable" target="_top">FreeBSD-STABLE 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 xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers" target="_top">FreeBSD technical discussions mailing list</a>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Please note that these mailing lists can experience - <span xmlns="http://www.w3.org/1999/xhtml" class="emphasis"><em>significant</em></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 xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce" target="_top">FreeBSD announcements mailing list</a>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">All of the mailing lists can be freely joined by anyone - wishing to do so. Visit the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../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 xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../support.html#mailing-list" target="_top">mailing - lists section</a> of the FreeBSD Web site. </p><div xmlns="" class="important"><h3 class="admontitle">Important: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Do <span xmlns="http://www.w3.org/1999/xhtml" class="emphasis"><em>not</em></span> send email to the lists - asking to be subscribed. Use the Mailman interface - instead. </p></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61997728"></a>3.2.�Submitting Problem Reports</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/TR/xhtml1/transitional">The method to submit bug reports from a machine - with Internet mail connectivity is to use the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="https://bugs.freebsd.org/submit/" target="_top">Bugzilla web - interface</a>. - <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">Problem Reports</span>”</span> (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 <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="https://bugs.freebsd.org/search/" target="_top">search - interface</a> of all active PRs is available; - this list is useful to find what potential problems other users - have encountered. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Note that <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=send-pr&sektion=1"><span class="citerefentry"><span class="refentrytitle">send-pr</span>(1)</span></a> is a stub shell script, and - instructs to use the Bugzilla interface. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">For more information, <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/articles/problem-reports/" target="_top"><span class="quote">“<span class="quote">Writing - FreeBSD Problem Reports</span>”</span></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"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="seealso"></a>4.�Further Reading</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="release-docs"></a>4.1.�Release Documentation</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 (<code xmlns="http://www.w3.org/1999/xhtml" class="filename">.TXT</code>) and HTML - (<code xmlns="http://www.w3.org/1999/xhtml" class="filename">.HTM</code>) renditions. Some distributions - may also include other formats such as Portable Document Format - (<code xmlns="http://www.w3.org/1999/xhtml" class="filename">.PDF</code>). - - <div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><code xmlns="http://www.w3.org/1999/xhtml" class="filename">README.TXT</code>: This file, which - gives some general information about FreeBSD as well as - some cursory notes about obtaining a - distribution. </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><code xmlns="http://www.w3.org/1999/xhtml" class="filename">RELNOTES.TXT</code>: The release - notes, showing what's new and different in FreeBSD - 9.3-RELEASE compared to the previous release (FreeBSD - 9.2-RELEASE). </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><code xmlns="http://www.w3.org/1999/xhtml" class="filename">HARDWARE.TXT</code>: The hardware - compatibility list, showing devices with which FreeBSD has - been tested and is known to work. </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><code xmlns="http://www.w3.org/1999/xhtml" class="filename">ERRATA.TXT</code>: 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></div> - </p><div xmlns="" class="note"><h3 class="admontitle">Note: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional">It is extremely important to read the errata for any - given release before installing it, to learn about any - <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">late-breaking news</span>”</span> 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 <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">current errata</span>”</span> for this - release. These other copies of the errata are located at - <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="../../../../releases/" target="_top">the FreeBSD�releases page</a></code> (as - well as any sites which keep up-to-date mirrors of this - location). </p></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp62059424"></a>4.2.�Manual Pages</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">As with almost all <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">UNIX</span>� like operating systems, FreeBSD comes - with a set of on-line manual pages, accessed through the - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=man&sektion=1"><span class="citerefentry"><span class="refentrytitle">man</span>(1)</span></a> command or through the <a xmlns="http://www.w3.org/1999/xhtml" class="link" 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 xmlns="http://www.w3.org/TR/xhtml1/transitional">In some cases, manual pages are written to give - information on particular topics. Notable examples of such - manual pages are <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=tuning&sektion=7"><span class="citerefentry"><span class="refentrytitle">tuning</span>(7)</span></a> (a guide to performance tuning), - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=security&sektion=7"><span class="citerefentry"><span class="refentrytitle">security</span>(7)</span></a> (an introduction to FreeBSD security), and - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=style&sektion=9"><span class="citerefentry"><span class="refentrytitle">style</span>(9)</span></a> (a style guide to kernel coding). </p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp62073888"></a>4.3.�Books and Articles</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/books/handbook/" target="_top">Handbook</a> - and <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/books/faq/" target="_top">FAQ</a> - are always available from the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../docs.html" target="_top">FreeBSD Documentation - page</a> or its mirrors. If you install the - <code xmlns="http://www.w3.org/1999/xhtml" class="filename">doc</code> 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 xmlns="http://www.w3.org/TR/xhtml1/transitional">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 <code xmlns="http://www.w3.org/1999/xhtml" class="filename">doc</code> - distribution set. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A listing of other books and documents about FreeBSD can be - found in the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/books/handbook/bibliography.html" target="_top">bibliography</a> - of the FreeBSD Handbook. Because of FreeBSD's strong <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">UNIX</span>� heritage, - many other articles and books written for <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">UNIX</span>� systems are - applicable as well, some of which are also listed in the - bibliography. </p></div></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="acknowledgements"></a>5.�Acknowledgments</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/articles/contributors/" target="_top"><span class="quote">“<span class="quote">Contributors - to FreeBSD</span>”</span></a> on the FreeBSD Web site or any of its - mirrors. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>This file, and other release-related documents, - can be downloaded from <a href="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</a>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about FreeBSD, read the - <a href="http://www.FreeBSD.org/docs.html">documentation</a> before - contacting <<a href="mailto:[email protected]">[email protected]</a>>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>All users of FreeBSD 9.3-STABLE should - subscribe to the <<a href="mailto:[email protected]">[email protected]</a>> - mailing list.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about this documentation, - e-mail <<a href="mailto:[email protected]">[email protected]</a>>.</small></p></body></html>
\ No newline at end of file diff --git a/website/content/en/releases/9.3R/relnotes.adoc b/website/content/en/releases/9.3R/relnotes.adoc new file mode 100644 index 0000000000..d406202a9a --- /dev/null +++ b/website/content/en/releases/9.3R/relnotes.adoc @@ -0,0 +1,361 @@ +--- +title: "FreeBSD 9.3-RELEASE Release Notes" +sidenav: download +--- + +include::shared/en/urls.adoc[] + += FreeBSD 9.3-RELEASE Release Notes + +== Abstract + +The release notes for FreeBSD 9.3-RELEASE contain a summary of the changes made to the FreeBSD base system on the 9.3-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. + +''''' + +Table of Contents + +* <<intro, Introduction>> +* <<new, What's New>> +* <<upgrade, Upgrading from Previous Releases of FreeBSD>> + +[[intro]] +== Introduction + +This document contains the release notes for FreeBSD 9.3-RELEASE. It describes recently added, changed, or deleted features of FreeBSD. It also provides some notes on upgrading from previous versions of FreeBSD. + +This distribution of FreeBSD 9.3-RELEASE is a release distribution. It can be found at `http://www.FreeBSD.org/releases/` or any of its mirrors. More information on obtaining this (or other) release distributions of FreeBSD can be found in the link:{handbook}#mirrors["Obtaining FreeBSD" appendix] to the link:{handbook}[FreeBSD Handbook]. + +All users are encouraged to consult the release errata before installing FreeBSD. The errata document is updated with "late-breaking" 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 9.3-RELEASE can be found on the FreeBSD Web site. + +[[new]] +== What's New + +This section describes the most user-visible new or changed features in FreeBSD since 9.2-RELEASE. + +Typical release note items document recent security advisories issued after 9.2-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. + +[[security]] +== Security Advisories + +Problems described in the following security advisories have been fixed. For more information, consult the individual advisories available from `http://security.FreeBSD.org/`. + +[cols=",,",options="header",] +|=== +|Advisory |Date |Topic +|http://security.freebsd.org/advisories/FreeBSD-SA-14:01.bsnmpd.asc[FreeBSD-SA-14:01.bsnmpd] |14 January 2014 |Fix man:bsnmpd[1] remote denial of service vulnerability +|http://security.freebsd.org/advisories/FreeBSD-SA-14:02.ntpd.asc[FreeBSD-SA-14:02.ntpd] |14 January 2014 |Disable "monitor" feature in man:ntpd[8] by default +|http://security.freebsd.org/advisories/FreeBSD-SA-14:04.bind.asc[FreeBSD-SA-14:04.bind] |14 January 2014 |Remote denial of service vulnerability +|http://security.freebsd.org/advisories/FreeBSD-SA-14:05.nfsserver.asc[FreeBSD-SA-14:05.nfsserver] |8 April 2014 |Deadlock in the NFS server +|http://security.freebsd.org/advisories/FreeBSD-SA-14:06.openssl.asc[FreeBSD-SA-14:06.openssl] |8 April 2014 |ECDSA side channel leak +|http://security.freebsd.org/advisories/FreeBSD-SA-14:08.tcp.asc[FreeBSD-SA-14:08.tcp] |30 April 2014 |TCP reassembly vulnerability +|http://security.freebsd.org/advisories/FreeBSD-SA-14:11.sendmail.asc[FreeBSD-SA-14:11.sendmail] |26 May 2014 |Sendmail improper close-on-exec flag handling +|http://security.freebsd.org/advisories/FreeBSD-SA-14:12.ktrace.asc[FreeBSD-SA-14:12.ktrace] |3 June 2014 |man:ktrace[1] kernel memory disclosure +|http://security.freebsd.org/advisories/FreeBSD-SA-14:13.pam.asc[FreeBSD-SA-14:13.pam] |3 June 2014 |Incorrect error handling in PAM policy parser +|http://security.freebsd.org/advisories/FreeBSD-SA-14:14.openssl.asc[FreeBSD-SA-14:14.openssl] |5 June 2014 |Multiple vulnerabilities +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:16.file.asc[FreeBSD-SA-14:16.file] |24 June 2014 |Multiple vulnerabilities +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:17.kmem.asc[FreeBSD-SA-14:17.kmem] |8 July 2014 |Kernel memory disclosure in control messages and SCTP notifications +|=== + +[[kernel]] +== Kernel Changes + +The man:arcmsr[4] driver has been updated to version 1.20.00.28. http://svn.freebsd.org/viewvc/base?view=revision&revision=256033[r256033] + +The man:isci[4] driver is now loadable via man:kldload[8]. http://svn.freebsd.org/viewvc/base?view=revision&revision=256437[r256437] (Sponsored by The FreeBSD Foundation) + +System-level man:sysctl[8] values are now exposed to the system for the man:ixgbe[4] device. http://svn.freebsd.org/viewvc/base?view=revision&revision=256759[r256759] + +The man:mfi[4] driver has been updated to support MegaRAID Invader controllers. http://svn.freebsd.org/viewvc/base?view=revision&revision=256924[r256924] + +A kernel panic triggered in `zfs_root()` after a failed rollback has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=257119[r257119] + +A new man:sysctl[8], `debug.devfs_iosize_max_clamp` has been added which enables and disables `SSIZE_MAX`-sized I/O requests on man:devfs[5] files. http://svn.freebsd.org/viewvc/base?view=revision&revision=257125[r257125] (Sponsored by The FreeBSD Foundation) + +A new man:sysctl[8], `kern.disallow_high_osrel`, has been added which disables executing the images compiled on a userland with a higher major version number than the major version number of the running kernel. http://svn.freebsd.org/viewvc/base?view=revision&revision=257126[r257126] (Sponsored by The FreeBSD Foundation) + +A kernel panic triggered by unmounting a busy man:zfs[8] filesystem has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=257253[r257253] + +A deadlock triggered by powering off a USB device has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=257373[r257373] + +The man:ichsmb[4] driver has been updated to support Intel Lynx Point PCH SMBus devices. http://svn.freebsd.org/viewvc/base?view=revision&revision=258214[r258214] + +The man:ata[4] driver has been updated to support Coleto Creek devices. http://svn.freebsd.org/viewvc/base?view=revision&revision=258215[r258215] + +The man:ahci[4] driver has been updated to support the PCI-express solid state drive in the Apple(R) MacBook Air (model A1465). http://svn.freebsd.org/viewvc/base?view=revision&revision=258217[r258217] + +The man:sysctl[8] `vfs.zfs.arc_meta_limit` can now be changed at runtime. http://svn.freebsd.org/viewvc/base?view=revision&revision=258635[r258635] + +The man:mmap[2] system call has been updated to more optimally use superpages and provide support for tweaking the alignment of virtual mappings. http://svn.freebsd.org/viewvc/base?view=revision&revision=258870[r258870] + +A workaround has been implemented in the man:bge[4] driver for hung transmission on BCM5719 and BCM5720 chipsets. http://svn.freebsd.org/viewvc/base?view=revision&revision=258962[r258962] + +A kernel panic when listing sysctls on a system with `INVARIANTS` enabled has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=259002[r259002] + +A new man:sysctl[8], `kern.supported_archs` has been added, which will list the `MACHINE_ARCH` values whose binaries can be run on the system. http://svn.freebsd.org/viewvc/base?view=revision&revision=259466[r259466] + +Several problems that could trigger kernel panic on man:kldload[8] and man:kldunload[8] have been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=259519[r259519] (Sponsored by Spectra Logic) + +A kernel panic triggered by some multi-threaded applications has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=260082[r260082] (Sponsored by The FreeBSD Foundation) + +The man:runfw[4] firmware has been renamed from `runfw` to `run.fw` for consistency with other firmware files. http://svn.freebsd.org/viewvc/base?view=revision&revision=260134[r260134] + +A new man:sysctl[8], `kern.panic_reboot_wait_time`, has been added. This allows tuning the amount of time the system will wait before rebooting after man:panic[9]. The `kern.panic_reboot_wait_time` value defaults to the kernel configuration option, `PANIC_REBOOT_WAIT_TIME`. http://svn.freebsd.org/viewvc/base?view=revision&revision=260433[r260433] + +Hardware Random Number Generators have been disabled by default. http://svn.freebsd.org/viewvc/base?view=revision&revision=260644[r260644] + +Support for GPS ports has been added to the man:uhso[4] driver. http://svn.freebsd.org/viewvc/base?view=revision&revision=261485[r261485] + +A memory leak of compressed buffers has been fixed in `l2arc_write_done()`. http://svn.freebsd.org/viewvc/base?view=revision&revision=262116[r262116] + +The man:netmap[4] framework has been updated to match the version in `head/`, which includes netmap pipes, kqueue support, and enhanced VALE switch port. http://svn.freebsd.org/viewvc/base?view=revision&revision=262153[r262153] + +A deadlock triggered by sending a mounted man:zfs[8] snapshot has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=262175[r262175] + +Support for SIIG X1 PCI-e has been added to man:ppc[4]. http://svn.freebsd.org/viewvc/base?view=revision&revision=262231[r262231] + +Support for the ext4 filesystem has been enabled, supporting read-only mounts. http://svn.freebsd.org/viewvc/base?view=revision&revision=262564[r262564] + +A kernel panic triggered by inserting a USB ethernet device on VIMAGE-enabled systems has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=262594[r262594] + +TTM, a memory manager used by video drivers, has been merged. http://svn.freebsd.org/viewvc/base?view=revision&revision=262988[r262988] (Sponsored by The FreeBSD Foundation) + +Support for `/sys/kernel/random/uuid` has been added to man:linprocfs[5]. http://svn.freebsd.org/viewvc/base?view=revision&revision=263103[r263103] + +A memory leak in the `zpool_in_use()` function has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=263128[r263128] + +The `extensible_dataset` man:zpool[8] feature has been added. See man:zpool-features[7] for more information. http://svn.freebsd.org/viewvc/base?view=revision&revision=263391[r263391] + +A memory leak has been fixed in `libzfs`. http://svn.freebsd.org/viewvc/base?view=revision&revision=263408[r263408] + +The man:vt[4] driver has been merged from `head/`. http://svn.freebsd.org/viewvc/base?view=revision&revision=263817,263818[r263817,263818] (Sponsored by The FreeBSD Foundation) + +The man:mpr[4] device has been added, providing support for LSI Fusion-MPT 3 12Gb SCSI/SATA controllers. http://svn.freebsd.org/viewvc/base?view=revision&revision=265729[r265729] (Sponsored by LSI, Spectra Logic) + +A kernel bug that inhibited proper functionality of the `dev.cpu.0.freq` man:sysctl[8] on Intel(R) processors with Turbo Boost ™ enabled has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=266167[r266167] + +Support for man:xen[4] hardware-assisted virtualization, `XENHVM`, is now available as a loadable module, `xenhvm.ko`. http://svn.freebsd.org/viewvc/base?view=revision&revision=266269[r266269] + +[[proc]] +== Hardware Support + +Trackpad support for Apple(R) MacBook products has been added. http://svn.freebsd.org/viewvc/base?view=revision&revision=261510[r261510] + +The man:nve[4] driver has been deprecated, and the man:nfe[4] driver should be used instead. http://svn.freebsd.org/viewvc/base?view=revision&revision=261973[r261973] + +The man:mfi[4] driver has been updated to support MegaRAID Fury cards. http://svn.freebsd.org/viewvc/base?view=revision&revision=262968[r262968] + +The Radeon KMS driver has been added. http://svn.freebsd.org/viewvc/base?view=revision&revision=263170,263171[r263170,263171] + +The man:aacraid[4] driver has been updated to version 3.2.5. http://svn.freebsd.org/viewvc/base?view=revision&revision=263340[r263340] + +[[net-if]] +== Network Interface Support + +The man:re[4] driver has been updated to add preliminary support for the RTL8106E chipset. http://svn.freebsd.org/viewvc/base?view=revision&revision=257611[r257611] + +The man:re[4] driver has been updated to support the RTL8168G, RTL8168GU and RTL8411B chipsets. http://svn.freebsd.org/viewvc/base?view=revision&revision=257614,257616[r257614,257616] + +The man:re[4] driver has been updated to add preliminary support for the RTL8168EP chipset. http://svn.freebsd.org/viewvc/base?view=revision&revision=257618[r257618] + +The man:oce[4] driver has been updated to version 10.0.664.0. http://svn.freebsd.org/viewvc/base?view=revision&revision=258586[r258586] + +The man:qlxgbe[4] driver has been imported from `head/`. http://svn.freebsd.org/viewvc/base?view=revision&revision=258898[r258898] + +The man:qlxge[4] driver has been imported from `head/`. http://svn.freebsd.org/viewvc/base?view=revision&revision=258936[r258936] + +The man:bge[4] driver has been updated to support the BCM5725 chipset. http://svn.freebsd.org/viewvc/base?view=revision&revision=258965[r258965] + +The man:bge[4] driver has been updated to support the BCM57764, BCM57767, BCM57782, BCM57786 and BCM57787 chipsets. http://svn.freebsd.org/viewvc/base?view=revision&revision=258967[r258967] + +The man:run[4] driver has been updated to support MediaTek/Ralink chipsets RT5370 and RT5372. http://svn.freebsd.org/viewvc/base?view=revision&revision=259457[r259457] + +The man:usb[4] wireless radiotap headers have been realigned, allowing wireless adapters to work on arm, mips, and other similar platforms where alignment is important. http://svn.freebsd.org/viewvc/base?view=revision&revision=259460[r259460] + +The man:run[4] firmware has been updated to version 0.33. http://svn.freebsd.org/viewvc/base?view=revision&revision=260119[r260119] + +The man:bxe[4] driver has been merged from `head/`, providing support for Broadcom NetXtreme II 10Gb PCIe adapters. http://svn.freebsd.org/viewvc/base?view=revision&revision=260252[r260252] + +The man:run[4] driver has been updated to include support for the MediaTek/Ralink RT3593 chipset. http://svn.freebsd.org/viewvc/base?view=revision&revision=261865[r261865] + +The man:run[4] driver has been updated to include support for the DLINK DWA-127 wireless adapter. http://svn.freebsd.org/viewvc/base?view=revision&revision=261933[r261933] + +The man:axge[4] driver has been added. http://svn.freebsd.org/viewvc/base?view=revision&revision=262153[r262153] + +The man:urndis[4] driver has been imported from OpenBSD. http://svn.freebsd.org/viewvc/base?view=revision&revision=262362[r262362] + +The man:bxe[4] driver has been updated to version 1.78.78. http://svn.freebsd.org/viewvc/base?view=revision&revision=263582[r263582] + +[[fs]] +== File Systems + +The man:zfs[8] filesystem has been updated to support the `bookmarks` feature. http://svn.freebsd.org/viewvc/base?view=revision&revision=263410[r263410] + +[[userland]] +== Userland Changes + +A new flag `-c`, has been added to man:pgrep[1] and man:pkill[1], which restricts the process lookup to the specified login class. http://svn.freebsd.org/viewvc/base?view=revision&revision=256054[r256054] + +The man:ddb[8] utility has been updated to add `show ioapic` and `show all ioapics`. http://svn.freebsd.org/viewvc/base?view=revision&revision=257496[r257496] + +Setting `nmbcluster` values to their current value will now be ignored, instead of failing with an error. http://svn.freebsd.org/viewvc/base?view=revision&revision=258183[r258183] + +The `/var/cache` directory is now created with mode `0755` instead of mode `0750`, since this directory is used by many third-party applications, which makes dropping group privileges impossible. http://svn.freebsd.org/viewvc/base?view=revision&revision=258763[r258763] + +The man:uname[1] utility has been updated to include the `-U` and `-K` flags, which print the `__FreeBSD_version` for the running userland and kernel, respectively. http://svn.freebsd.org/viewvc/base?view=revision&revision=258818[r258818] + +The man:fetch[3] library has been updated to support SNI (Server Name Identification), allowing to use virtual hosts on HTTPS. http://svn.freebsd.org/viewvc/base?view=revision&revision=258844[r258844] + +A segmentation fault and internal compiler error bug in man:gcc[1] triggered by throwing a warning before parsing any tokens has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=259243[r259243] + +Several updates to man:gcc[1] have been imported from Google. http://svn.freebsd.org/viewvc/base?view=revision&revision=259269,259406[r259269,259406] (Contributed / provided by Google) + +A byte-order bug in the Heimdal `gss_pseudo_random()` function which would prevent interoperability with other Kerberos implementations has been fixed. In particular, this would prevent interoperability with the MIT implementation. http://svn.freebsd.org/viewvc/base?view=revision&revision=259448[r259448] + +The man:hastctl[8] utility has been updated to output the current queue sizes. http://svn.freebsd.org/viewvc/base?view=revision&revision=260007[r260007] + +The man:ps[1] utility will no longer truncate the `command` output column. http://svn.freebsd.org/viewvc/base?view=revision&revision=260197[r260197] + +The man:protect[1] command has been added, which allows exempting processes from being killed when swap is exhausted. http://svn.freebsd.org/viewvc/base?view=revision&revision=260208[r260208] + +The man:gmirror[8] utility now prevents deactivating the last component of a mirror. http://svn.freebsd.org/viewvc/base?view=revision&revision=260507[r260507] + +A new man:gmirror[8] command, `gmirror destroy`, has been added, which will destroy the man:geom[8] and erase the man:gmirror[8] metadata. http://svn.freebsd.org/viewvc/base?view=revision&revision=260507[r260507] + +The man:etcupdate[8] utility, a tool for managing updates to files in `/etc`, has been merged from `head/`. http://svn.freebsd.org/viewvc/base?view=revision&revision=260650[r260650] + +The man:find[1] utility has been updated to fix incorrect behavior with the `-lname` and `-ilname` flags. http://svn.freebsd.org/viewvc/base?view=revision&revision=260651[r260651] + +The `hw.uart.console` is now always updated when the comconsole setup changes. http://svn.freebsd.org/viewvc/base?view=revision&revision=260868,260869[r260868,260869] + +The man:kldload[8] utility has been updated to display a message directing to man:dmesg[8], instead of the cryptic message "Exec format error". http://svn.freebsd.org/viewvc/base?view=revision&revision=260909[r260909] + +A bug that could trigger an infinite loop in KDE and X has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=261674[r261674] + +The man:newsyslog[8] utility has been changed to use the size of the file, instead of the blocks the file takes on the disk to match the behavior documented in man:newsyslog.conf[5]. http://svn.freebsd.org/viewvc/base?view=revision&revision=262076[r262076] + +A bug in man:zdb[8] which would cause numeric parameters to a flag as being treated as additional flags has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=262105[r262105] + +The man:pciconf[8] utility now has a `-V` flag, which lists information such as serial numbers for each device. http://svn.freebsd.org/viewvc/base?view=revision&revision=262134[r262134] + +A bug that would allow creating a man:zfs[8] snapshot of an inconsistent dataset has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=262158[r262158] + +Receiving a man:zfs[8] dataset with `zfs recv -F` now properly destroys any snapshots that were created since the incremental source snapshot. http://svn.freebsd.org/viewvc/base?view=revision&revision=262160[r262160] + +Installation from a read-only `.OBJDIR` has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=263031[r263031] + +A new shared library directory, `/usr/lib/private`, has been added for internal-use shared libraries. http://svn.freebsd.org/viewvc/base?view=revision&revision=263031[r263031] + +A default `libmap32.conf` has been added, for 32-bit applications. http://svn.freebsd.org/viewvc/base?view=revision&revision=263031[r263031] + +The `libucl` library, a JSON-compatible configuration file parsing library, has been imported. http://svn.freebsd.org/viewvc/base?view=revision&revision=263032[r263032] + +The man:pkg[7] package management utility has been syncronized with `head/`. This implements binary package signature verification when bootstrapping the system with `pkg bootstrap`. http://svn.freebsd.org/viewvc/base?view=revision&revision=263038[r263038] + +The system timezone data files have been updated to version tzdata2014a. http://svn.freebsd.org/viewvc/base?view=revision&revision=263042[r263042] + +The NetBSD man:make[1] utility, `bmake` has been imported for compatibility with the FreeBSD Ports Collection. It is installed as `bmake`, and the `make` remains the FreeBSD version. http://svn.freebsd.org/viewvc/base?view=revision&revision=263212[r263212] + +The man:fetch[3] library now supports `Last-Modified` timestamps which return UTC instead of GMT. http://svn.freebsd.org/viewvc/base?view=revision&revision=263326[r263326] + +Aliases for the man:zfs[8] commands `list -t snap` and `snap` have been added to match Oracle(R) Solaris 11. http://svn.freebsd.org/viewvc/base?view=revision&revision=263404[r263404] + +A new flag, `-p`, has been added to the man:zfs[8] `list` command, providing output in a parseable form. http://svn.freebsd.org/viewvc/base?view=revision&revision=263406[r263406] + +OpenPAM has been updated to Nummularia (20130907), which incorporates several bug fixes and documentation improvements. The man:openpam_ttyconv[3] library has been completely rewritten. http://svn.freebsd.org/viewvc/base?view=revision&revision=263421[r263421] + +The man:sh[1] command interpreter has been updated to expand assignments after `export`, `local`, and `readonly` differently. As result of this change, variable assignment such as `local v=$1` will assign the first positional parameter to `v`, even if `$1` contains spaces, and `local w=~/myfile` will expand the tilde (`~`). http://svn.freebsd.org/viewvc/base?view=revision&revision=264423[r264423] + +The man:find[1] utility has been updated to implement `-ignore_readdir_race`. Prior to this change, `-ignore_readdir_race` existed as an option for GNU man:find[1] compatibility, and was ignored if specified. A counter primary, `-noignore_readdir_race` now also exists, and is the default behavior. http://svn.freebsd.org/viewvc/base?view=revision&revision=264699[r264699] + +The man:ps[1] utility has been updated to include the `-J` flag, used to filter output by matching man:ail[8] IDs and names. Additionally, argument `0` can be used to `-J` to only list processes running on the host system. http://svn.freebsd.org/viewvc/base?view=revision&revision=266286[r266286] + +The man:top[1] utility has been updated to filter by man:jail[8] ID or name, in followup to the man:ps[1] change in `r265229`. http://svn.freebsd.org/viewvc/base?view=revision&revision=266287[r266287] + +The Blowfish man:crypt[3] default format has been changed to `$2b$`. http://svn.freebsd.org/viewvc/base?view=revision&revision=266818[r266818] + +The default man:newsyslog.conf[5] now includes files in the `/etc/newsyslog.conf.d/` and `/usr/local/etc/newsyslog.conf.d/` directories by default for man:newsyslog[8]. http://svn.freebsd.org/viewvc/base?view=revision&revision=267114[r267114] + +A new flag, "onifconsole" has been added to `/etc/ttys`. This allows the system to provide a login prompt via serial console if the device is an active kernel console, otherwise it is equivalent to `off`. http://svn.freebsd.org/viewvc/base?view=revision&revision=267243[r267243] + +The man:arc4random[3] library has been updated to match that of FreeBSD-CURRENT. http://svn.freebsd.org/viewvc/base?view=revision&revision=267379[r267379] + +The man:pmcstat[8] utility has been updated to include a new flag, `-l`, which ends event collection after the specified number of seconds. http://svn.freebsd.org/viewvc/base?view=revision&revision=267411[r267411] + +The FreeBSD Project has migrated from the GNATS bug tracking system to Bugzilla. The man:send-pr[1] utility used for submitting problem reports has been replaced with a stub shell script that instructs to use the Bugzilla web interface. http://svn.freebsd.org/viewvc/base?view=revision&revision=267911[r267911] + +[[periodic-scripts]] +== man:periodic[8] Scripts + +The `/etc/periodic/security/800.loginfail` man:periodic[8] script has been refined to catch more authentication failures and reduce false positives. http://svn.freebsd.org/viewvc/base?view=revision&revision=263662[r263662] + +[rc-scripts]] +== man:rc[8] Scripts + +Support for "first boot" scripts has been added to man:rc[8]. See man:rc[8] and man:rc.conf[5] for implementation details. http://svn.freebsd.org/viewvc/base?view=revision&revision=256917[r256917] + +The man:rc[8] system will now re-source man:rc.conf[5] on receipt of `SIGALRM`. http://svn.freebsd.org/viewvc/base?view=revision&revision=260432[r260432] + +[[contrib]] +== Contributed Software + +The man:readline[3] library has been updated to version 1.104. http://svn.freebsd.org/viewvc/base?view=revision&revision=255934[r255934] + +Sendmail has been updated to version 8.14.9. http://svn.freebsd.org/viewvc/base?view=revision&revision=266711[r266711] + +BIND has been updated to version 9.9.5. http://svn.freebsd.org/viewvc/base?view=revision&revision=262706[r262706] (Sponsored by DK Hostmaster A/S) + +The man:xz[1] utility has been updated to a post-5.0.5 snapshot. http://svn.freebsd.org/viewvc/base?view=revision&revision=263286[r263286] + +OpenSSH has been updated to version 6.6p1. http://svn.freebsd.org/viewvc/base?view=revision&revision=263970[r263970] + +OpenSSL has been updated to version 0.9.8za. http://svn.freebsd.org/viewvc/base?view=revision&revision=267285[r267285] + +[[ports]] +== Ports and Packages + +== Important: + +Note to FreeBSD desktop users: please read this section carefully, especially before upgrading ports that depend on Xorg. + +In April 2014, the FreeBSD Ports collection switched to a newer version of Xorg that supports KMS (Kernel Mode Setting). + +Users upgrading from earlier versions of FreeBSD 9.x or FreeBSD 8.x should be aware of several things regarding Xorg: + +* When applications are built from the FreeBSD Ports Collection or installed from the `new_xorg` man:pkg[8] repository, the newer, KMS-aware version of Xorg is used. +* The KMS version of Xorg does not switch back to text mode after leaving the X desktop environment, and the system console will not be visible. The new man:vt[4] console driver supports graphic consoles and keeps the console visible after X has exited. The man:vt[4] driver must be compiled into the kernel. A `VT` kernel configuration example file is included in 9.3-RELEASE, but is not compiled or enabled by default. See man:vt[4] and the https://wiki.freebsd.org/VT[vt(4) wiki page] for additional information. +* Packages for KDE4 are not available in the default (`latest`) man:pkg[8] repository, however are available in the `new_xorg` repository. See the https://lists.freebsd.org/pipermail/freebsd-announce/2014-July/001570.html[announcement email] for details on how to use the `new_xorg` repository. ++ +The older Xorg that does not support KMS can still be installed from the `latest` upstream man:pkg[8] repository and the packages included on the 9.3-RELEASE DVD. ++ +However, it is important to note that some newer applications require the newer Xorg, and will not work with the old version. The newer [Xorg is recommended, and should be used unless not compatible with legacy graphics cards. ++ +To continue using the old version of Xorg when building from the FreeBSD Ports Collection, set `WITHOUT_NEW_XORG=yes` in man:make.conf[5]. + +[releng]] +== Release Engineering and Integration + +As part of the release build, the man:etcupdate[8] utility will bootstrap the system, allowing man:etcupdate[8] to work after the first upgrade of a system. http://svn.freebsd.org/viewvc/base?view=revision&revision=260891[r260891] + +The `release.sh` script and release `Makefile` have been updated to use man:pkg[7] to populate the dvd installation medium. http://svn.freebsd.org/viewvc/base?view=revision&revision=262879[r262879] (Sponsored by The FreeBSD Foundation) + +The man:services.mkdb[8] utility has been updated to support multiple byte orders. Similar to man:cap_mkdb[1], the `services.db` will be created with proper endinanness as part of cross-architecture release builds. http://svn.freebsd.org/viewvc/base?view=revision&revision=263028[r263028] + +[[upgrade]] +== Upgrading from Previous Releases of FreeBSD + +== Upgrading Using man:freebsd-update[8] or a Source-Based Procedure + +[amd64,i386] Binary upgrades between RELEASE versions (and snapshots of the various security branches) are supported using the man:freebsd-update[8] utility. The binary upgrade procedure will update unmodified userland utilities, as well as an unmodified `GENERIC` kernel, distributed as a part of an official FreeBSD release. The man:freebsd-update[8] utility requires that the host being upgraded have Internet connectivity. + +Source-based upgrades (those based on recompiling the FreeBSD base system from source code) from previous versions are supported using to the instructions in `/usr/src/UPDATING`. + +For more specific information about upgrading instructions, see link:../installation/[FreeBSD 9.3-RELEASE Installation Instructions]. + +== Important: + +Upgrading FreeBSD should only be attempted after backing up _all_ data and configuration files. + +== User-Visible Incompatibilities + +FreeBSD 9.0 and later versions have several configuration incompatibilities with earlier versions of FreeBSD. These differences are best understood before upgrading. _Please read this section and the http://www.freebsd.org/releases/9.0R/relnotes-detailed.html#UPGRADE[Upgrading Section in 9.0-RELEASE Release Notes] carefully before submitting a problem report and/or posting a question to the FreeBSD mailing lists._ diff --git a/website/content/en/releases/9.3R/relnotes.html b/website/content/en/releases/9.3R/relnotes.html deleted file mode 100644 index fa33335dac..0000000000 --- a/website/content/en/releases/9.3R/relnotes.html +++ /dev/null @@ -1,402 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<!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 http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>FreeBSD 9.3-RELEASE Release Notes</title><link rel="stylesheet" type="text/css" href="docbook.css" /><link rev="made" href="[email protected]" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><meta name="description" content="The release notes for FreeBSD 9.3-RELEASE contain a summary of the changes made to the FreeBSD base system on the 9.3-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." /></head><body><div class="article"><div xmlns="" class="titlepage"><div><div><h1 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61451040"></a>FreeBSD 9.3-RELEASE Release Notes</h1></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="author"><h3 class="author"><span class="orgname">The FreeBSD Project</span></h3></div></div><div><p xmlns="http://www.w3.org/1999/xhtml" class="copyright">Copyright � 2014 The FreeBSD Documentation - Project</p></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="legalnotice"><a id="trademarks"></a><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FreeBSD is a registered trademark of - the FreeBSD Foundation. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IBM, AIX, 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 xmlns="http://www.w3.org/TR/xhtml1/transitional">IEEE, POSIX, and 802 are registered - trademarks of Institute of Electrical and Electronics Engineers, - Inc. in the United States. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 xmlns="http://www.w3.org/TR/xhtml1/transitional">SPARC, SPARC64, and - UltraSPARC are trademarks of SPARC International, Inc in the United - States and other countries. SPARC International, Inc owns all of the - SPARC trademarks and under licensing agreements allows the proper use - of these trademarks by its members. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">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 <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">™</span>”</span> or the - <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">�</span>”</span> symbol. </p></div></div><div>Last modified on 2014-07-08 by gjb.</div><div><div xmlns="http://www.w3.org/1999/xhtml" class="abstract"><div class="abstract-title">Abstract</div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The release notes for FreeBSD 9.3-RELEASE contain - a summary of the changes made to the FreeBSD base system on the - 9.3-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></div><hr /></div><div class="toc"><div class="toc-title">Table of Contents</div><dl class="toc"><dt><span class="sect1"><a href="#intro">1. Introduction</a></span></dt><dt><span class="sect1"><a href="#new">2. What's New</a></span></dt><dt><span class="sect1"><a href="#upgrade">3. Upgrading from Previous Releases of FreeBSD</a></span></dt></dl></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="intro"></a>1.�Introduction</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This document contains the release notes for FreeBSD - 9.3-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 xmlns="http://www.w3.org/TR/xhtml1/transitional">This distribution of FreeBSD 9.3-RELEASE is - a release distribution. It can be found at <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="http://www.FreeBSD.org/releases/" target="_top">http://www.FreeBSD.org/releases/</a></code> or any of its - mirrors. More information on obtaining this (or other) - release distributions of FreeBSD can be found in the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/books/handbook/mirrors.html" target="_top"><span class="quote">“<span class="quote">Obtaining - FreeBSD</span>”</span> appendix</a> to the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/books/handbook/" target="_top">FreeBSD - Handbook</a>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">All users are encouraged to consult the release errata - before installing FreeBSD. The errata document is updated with - <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">late-breaking</span>”</span> 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 - 9.3-RELEASE can be found on the FreeBSD Web site. </p></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="new"></a>2.�What's New</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This section describes the most user-visible new or changed - features in FreeBSD since 9.2-RELEASE. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Typical release note items document recent security - advisories issued after 9.2-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"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="security"></a>2.1.�Security Advisories</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Problems described in the following security advisories - have been fixed. For more information, consult the individual - advisories available from <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="http://security.FreeBSD.org/" target="_top">http://security.FreeBSD.org/</a></code>. </p><div class="informaltable"><table width="100%" border="0"><colgroup><col /><col /><col /></colgroup><thead><tr><th>Advisory</th><th>Date</th><th>Topic</th></tr></thead><tbody><tr><td><a class="link" href="http://security.freebsd.org/advisories/FreeBSD-SA-14:01.bsnmpd.asc" target="_top">FreeBSD-SA-14:01.bsnmpd</a></td><td>14�January�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bsnmpd&sektion=1"><span class="citerefentry"><span class="refentrytitle">bsnmpd</span>(1)</span></a> remote denial of service - vulnerability </p></td></tr><tr><td><a class="link" href="http://security.freebsd.org/advisories/FreeBSD-SA-14:02.ntpd.asc" target="_top">FreeBSD-SA-14:02.ntpd</a></td><td>14�January�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Disable <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">monitor</span>”</span> feature in - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ntpd&sektion=8"><span class="citerefentry"><span class="refentrytitle">ntpd</span>(8)</span></a> by default </p></td></tr><tr><td><a class="link" href="http://security.freebsd.org/advisories/FreeBSD-SA-14:04.bind.asc" target="_top">FreeBSD-SA-14:04.bind</a></td><td>14�January�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote denial of service - vulnerability </p></td></tr><tr><td><a class="link" href="http://security.freebsd.org/advisories/FreeBSD-SA-14:05.nfsserver.asc" target="_top">FreeBSD-SA-14:05.nfsserver</a></td><td>8�April�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Deadlock in the NFS server </p></td></tr><tr><td><a class="link" href="http://security.freebsd.org/advisories/FreeBSD-SA-14:06.openssl.asc" target="_top">FreeBSD-SA-14:06.openssl</a></td><td>8�April�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ECDSA side channel leak </p></td></tr><tr><td><a class="link" href="http://security.freebsd.org/advisories/FreeBSD-SA-14:08.tcp.asc" target="_top">FreeBSD-SA-14:08.tcp</a></td><td>30�April�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TCP reassembly vulnerability </p></td></tr><tr><td><a class="link" href="http://security.freebsd.org/advisories/FreeBSD-SA-14:11.sendmail.asc" target="_top">FreeBSD-SA-14:11.sendmail</a></td><td>26�May�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="application">Sendmail</span> - improper close-on-exec flag handling </p></td></tr><tr><td><a class="link" href="http://security.freebsd.org/advisories/FreeBSD-SA-14:12.ktrace.asc" target="_top">FreeBSD-SA-14:12.ktrace</a></td><td>3�June�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ktrace&sektion=1"><span class="citerefentry"><span class="refentrytitle">ktrace</span>(1)</span></a> kernel memory - disclosure </p></td></tr><tr><td><a class="link" href="http://security.freebsd.org/advisories/FreeBSD-SA-14:13.pam.asc" target="_top">FreeBSD-SA-14:13.pam</a></td><td>3�June�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Incorrect error handling in PAM policy - parser </p></td></tr><tr><td><a class="link" href="http://security.freebsd.org/advisories/FreeBSD-SA-14:14.openssl.asc" target="_top">FreeBSD-SA-14:14.openssl</a></td><td>5�June�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:16.file.asc" target="_top">FreeBSD-SA-14:16.file</a></td><td>24�June�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:17.kmem.asc" target="_top">FreeBSD-SA-14:17.kmem</a></td><td>8�July�2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Kernel memory disclosure in control - messages and SCTP notifications </p></td></tr></tbody></table></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="kernel"></a>2.2.�Kernel Changes</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=arcmsr&sektion=4"><span class="citerefentry"><span class="refentrytitle">arcmsr</span>(4)</span></a> driver has been - updated to version 1.20.00.28. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=256033">[r256033]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=isci&sektion=4"><span class="citerefentry"><span class="refentrytitle">isci</span>(4)</span></a> driver is now loadable - via <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=kldload&sektion=8"><span class="citerefentry"><span class="refentrytitle">kldload</span>(8)</span></a>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=256437">[r256437]</a><span class="contrib"> - (Sponsored by - The�FreeBSD�Foundation)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">System-level <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8"><span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> values are - now exposed to the system for the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ixgbe&sektion=4"><span class="citerefentry"><span class="refentrytitle">ixgbe</span>(4)</span></a> device. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=256759">[r256759]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4"><span class="citerefentry"><span class="refentrytitle">mfi</span>(4)</span></a> driver has been updated - to support MegaRAID Invader controllers. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=256924">[r256924]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A kernel panic triggered in - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">zfs_root()</code> after a failed rollback has - been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=257119">[r257119]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A new <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8"><span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a>, - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">debug.devfs_iosize_max_clamp</code> has been added - which enables and disables <code xmlns="http://www.w3.org/1999/xhtml" class="literal">SSIZE_MAX</code>-sized - I/O requests on <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=devfs&sektion=5"><span class="citerefentry"><span class="refentrytitle">devfs</span>(5)</span></a> files. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=257125">[r257125]</a><span class="contrib"> - (Sponsored by - The�FreeBSD�Foundation)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A new - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8"><span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a>, <code xmlns="http://www.w3.org/1999/xhtml" class="literal">kern.disallow_high_osrel</code>, - has been added which disables executing the images compiled on - a userland with a higher major version number than the major - version number of the running kernel. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=257126">[r257126]</a><span class="contrib"> - (Sponsored by - The�FreeBSD�Foundation)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A kernel panic triggered by unmounting - a busy <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8"><span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> filesystem has been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=257253">[r257253]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A deadlock triggered by powering off - a USB device has been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=257373">[r257373]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ichsmb&sektion=4"><span class="citerefentry"><span class="refentrytitle">ichsmb</span>(4)</span></a> driver has been - updated to support Intel Lynx Point PCH SMBus devices. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258214">[r258214]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ata&sektion=4"><span class="citerefentry"><span class="refentrytitle">ata</span>(4)</span></a> driver has been updated - to support Coleto Creek devices. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258215">[r258215]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ahci&sektion=4"><span class="citerefentry"><span class="refentrytitle">ahci</span>(4)</span></a> driver has been updated - to support the PCI-express solid state drive in the - <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Apple</span>��MacBook Air (model A1465). <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258217">[r258217]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8"><span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">vfs.zfs.arc_meta_limit</code> can now be changed - at runtime. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258635">[r258635]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mmap&sektion=2"><span class="citerefentry"><span class="refentrytitle">mmap</span>(2)</span></a> system call has been - updated to more optimally use superpages and provide support - for tweaking the alignment of virtual mappings. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258870">[r258870]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A workaround has been implemented - in the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4"><span class="citerefentry"><span class="refentrytitle">bge</span>(4)</span></a> driver for hung transmission on BCM5719 - and BCM5720 chipsets. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258962">[r258962]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A kernel panic when listing sysctls - on a system with <code xmlns="http://www.w3.org/1999/xhtml" class="literal">INVARIANTS</code> enabled has - been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=259002">[r259002]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A new <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8"><span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a>, - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">kern.supported_archs</code> has been added, - which will list the <code xmlns="http://www.w3.org/1999/xhtml" class="envar">MACHINE_ARCH</code> values - whose binaries can be run on the system. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=259466">[r259466]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Several problems that could trigger - kernel panic on <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=kldload&sektion=8"><span class="citerefentry"><span class="refentrytitle">kldload</span>(8)</span></a> and <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=kldunload&sektion=8"><span class="citerefentry"><span class="refentrytitle">kldunload</span>(8)</span></a> have - been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=259519">[r259519]</a><span class="contrib"> - (Sponsored by - Spectra Logic)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A kernel panic triggered by some - multi-threaded applications has been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260082">[r260082]</a><span class="contrib"> - (Sponsored by - The�FreeBSD�Foundation)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=runfw&sektion=4"><span class="citerefentry"><span class="refentrytitle">runfw</span>(4)</span></a> firmware has been - renamed from <code xmlns="http://www.w3.org/1999/xhtml" class="literal">runfw</code> to - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">run.fw</code> for consistency with other firmware - files. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260134">[r260134]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A new <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8"><span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a>, - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">kern.panic_reboot_wait_time</code>, has been - added. This allows tuning the amount of time the system - will wait before rebooting after <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=panic&sektion=9"><span class="citerefentry"><span class="refentrytitle">panic</span>(9)</span></a>. The - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">kern.panic_reboot_wait_time</code> value defaults - to the kernel configuration option, - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">PANIC_REBOOT_WAIT_TIME</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260433">[r260433]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hardware Random Number Generators have - been disabled by default. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260644">[r260644]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Support for GPS ports has been added - to the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=uhso&sektion=4"><span class="citerefentry"><span class="refentrytitle">uhso</span>(4)</span></a> driver. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=261485">[r261485]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A memory leak of compressed buffers - has been fixed in - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">l2arc_write_done()</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262116">[r262116]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=netmap&sektion=4"><span class="citerefentry"><span class="refentrytitle">netmap</span>(4)</span></a> framework has been - updated to match the version in <code xmlns="http://www.w3.org/1999/xhtml" class="literal">head/</code>, - which includes netmap pipes, kqueue support, and enhanced - VALE switch port. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262153">[r262153]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A deadlock triggered by sending - a mounted <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8"><span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> snapshot has been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262175">[r262175]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Support for SIIG X1 PCI-e has been added - to <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4"><span class="citerefentry"><span class="refentrytitle">ppc</span>(4)</span></a>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262231">[r262231]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Support for the ext4 filesystem - has been enabled, supporting read-only mounts. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262564">[r262564]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A kernel panic triggered by inserting - a USB ethernet device on VIMAGE-enabled systems has been - fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262594">[r262594]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TTM, - a memory manager used by video - drivers, has been merged. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262988">[r262988]</a><span class="contrib"> - (Sponsored by - The�FreeBSD�Foundation)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Support for - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">/sys/kernel/random/uuid</code> has been added - to <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=linprocfs&sektion=5"><span class="citerefentry"><span class="refentrytitle">linprocfs</span>(5)</span></a>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263103">[r263103]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A memory leak in the - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">zpool_in_use()</code> function has been - fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263128">[r263128]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">extensible_dataset</code> <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zpool&sektion=8"><span class="citerefentry"><span class="refentrytitle">zpool</span>(8)</span></a> feature - has been added. See <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zpool-features&sektion=7"><span class="citerefentry"><span class="refentrytitle">zpool-features</span>(7)</span></a> for more - information. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263391">[r263391]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A memory leak has been fixed in - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">libzfs</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263408">[r263408]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=vt&sektion=4"><span class="citerefentry"><span class="refentrytitle">vt</span>(4)</span></a> driver - has been merged from <code xmlns="http://www.w3.org/1999/xhtml" class="literal">head/</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263817,263818">[r263817,263818]</a><span class="contrib"> - (Sponsored by - The�FreeBSD�Foundation)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mpr&sektion=4"><span class="citerefentry"><span class="refentrytitle">mpr</span>(4)</span></a> device has - been added, providing support for LSI Fusion-MPT 3 12Gb - SCSI/SATA controllers. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=265729">[r265729]</a><span class="contrib"> - (Sponsored by - LSI, Spectra Logic)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A kernel bug that inhibited proper - functionality of the <code xmlns="http://www.w3.org/1999/xhtml" class="literal">dev.cpu.0.freq</code> - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8"><span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> on <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Intel</span>� processors with Turbo - Boost�™ enabled has been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=266167">[r266167]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Support for <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=xen&sektion=4"><span class="citerefentry"><span class="refentrytitle">xen</span>(4)</span></a> - hardware-assisted virtualization, <code xmlns="http://www.w3.org/1999/xhtml" class="literal">XENHVM</code>, - is now available as a loadable module, - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">xenhvm.ko</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=266269">[r266269]</a></p><div class="sect3"><div xmlns="" class="titlepage"><div><div><h4 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="proc"></a>2.2.1.�Hardware Support</h4></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Trackpad support for - <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Apple</span>��MacBook products has been added. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=261510">[r261510]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=nve&sektion=4"><span class="citerefentry"><span class="refentrytitle">nve</span>(4)</span></a> driver has been - deprecated, and the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=nfe&sektion=4"><span class="citerefentry"><span class="refentrytitle">nfe</span>(4)</span></a> driver should be used - instead. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=261973">[r261973]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4"><span class="citerefentry"><span class="refentrytitle">mfi</span>(4)</span></a> driver has been - updated to support MegaRAID Fury cards. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262968">[r262968]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The Radeon KMS driver has been - added. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263170,263171">[r263170,263171]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=aacraid&sektion=4"><span class="citerefentry"><span class="refentrytitle">aacraid</span>(4)</span></a> driver has been - updated to version 3.2.5. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263340">[r263340]</a></p><div class="sect4"><div xmlns="" class="titlepage"><div><div><h5 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="net-if"></a>2.2.1.1.�Network Interface Support</h5></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4"><span class="citerefentry"><span class="refentrytitle">re</span>(4)</span></a> driver has been - updated to add preliminary support for the RTL8106E - chipset. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=257611">[r257611]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4"><span class="citerefentry"><span class="refentrytitle">re</span>(4)</span></a> driver has - been updated to support the RTL8168G, RTL8168GU and - RTL8411B chipsets. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=257614,257616">[r257614,257616]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4"><span class="citerefentry"><span class="refentrytitle">re</span>(4)</span></a> driver has been - updated to add preliminary support for the RTL8168EP - chipset. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=257618">[r257618]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=oce&sektion=4"><span class="citerefentry"><span class="refentrytitle">oce</span>(4)</span></a> driver has been - updated to version 10.0.664.0. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258586">[r258586]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=qlxgbe&sektion=4"><span class="citerefentry"><span class="refentrytitle">qlxgbe</span>(4)</span></a> driver has been - imported from <code xmlns="http://www.w3.org/1999/xhtml" class="literal">head/</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258898">[r258898]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=qlxge&sektion=4"><span class="citerefentry"><span class="refentrytitle">qlxge</span>(4)</span></a> driver has been - imported from <code xmlns="http://www.w3.org/1999/xhtml" class="literal">head/</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258936">[r258936]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4"><span class="citerefentry"><span class="refentrytitle">bge</span>(4)</span></a> driver has been - updated to support the BCM5725 chipset. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258965">[r258965]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4"><span class="citerefentry"><span class="refentrytitle">bge</span>(4)</span></a> driver has been - updated to support the BCM57764, BCM57767, BCM57782, - BCM57786 and BCM57787 chipsets. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258967">[r258967]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=run&sektion=4"><span class="citerefentry"><span class="refentrytitle">run</span>(4)</span></a> driver has been - updated to support MediaTek/Ralink chipsets RT5370 and - RT5372. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=259457">[r259457]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=usb&sektion=4"><span class="citerefentry"><span class="refentrytitle">usb</span>(4)</span></a> wireless radiotap - headers have been realigned, allowing wireless adapters - to work on arm, mips, and other similar - platforms where alignment is important. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=259460">[r259460]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=run&sektion=4"><span class="citerefentry"><span class="refentrytitle">run</span>(4)</span></a> firmware has been - updated to version 0.33. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260119">[r260119]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4"><span class="citerefentry"><span class="refentrytitle">bxe</span>(4)</span></a> driver has been - merged from <code xmlns="http://www.w3.org/1999/xhtml" class="literal">head/</code>, providing support - for Broadcom NetXtreme II 10Gb PCIe adapters. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260252">[r260252]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=run&sektion=4"><span class="citerefentry"><span class="refentrytitle">run</span>(4)</span></a> driver has been - updated to include support for the MediaTek/Ralink RT3593 - chipset. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=261865">[r261865]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=run&sektion=4"><span class="citerefentry"><span class="refentrytitle">run</span>(4)</span></a> driver has been - updated to include support for the DLINK DWA-127 wireless - adapter. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=261933">[r261933]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=axge&sektion=4"><span class="citerefentry"><span class="refentrytitle">axge</span>(4)</span></a> driver has been - added. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262153">[r262153]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=urndis&sektion=4"><span class="citerefentry"><span class="refentrytitle">urndis</span>(4)</span></a> driver has been - imported from OpenBSD. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262362">[r262362]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4"><span class="citerefentry"><span class="refentrytitle">bxe</span>(4)</span></a> driver has been - updated to version 1.78.78. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263582">[r263582]</a></p></div></div><div class="sect3"><div xmlns="" class="titlepage"><div><div><h4 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="fs"></a>2.2.2.�File Systems</h4></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8"><span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> filesystem has been - updated to support the <code xmlns="http://www.w3.org/1999/xhtml" class="literal">bookmarks</code> - feature. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263410">[r263410]</a></p></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="userland"></a>2.3.�Userland Changes</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A new flag <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-c</code>, has - been added to <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pgrep&sektion=1"><span class="citerefentry"><span class="refentrytitle">pgrep</span>(1)</span></a> and <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pkill&sektion=1"><span class="citerefentry"><span class="refentrytitle">pkill</span>(1)</span></a>, which restricts - the process lookup to the specified login class. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=256054">[r256054]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ddb&sektion=8"><span class="citerefentry"><span class="refentrytitle">ddb</span>(8)</span></a> utility has been updated - to add <code xmlns="http://www.w3.org/1999/xhtml" class="command">show ioapic</code> and <code xmlns="http://www.w3.org/1999/xhtml" class="command">show all - ioapics</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=257496">[r257496]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Setting <code xmlns="http://www.w3.org/1999/xhtml" class="literal">nmbcluster</code> - values to their current value will now be ignored, instead of - failing with an error. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258183">[r258183]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <code xmlns="http://www.w3.org/1999/xhtml" class="filename">/var/cache</code> directory is now - created with mode <code xmlns="http://www.w3.org/1999/xhtml" class="literal">0755</code> instead of mode - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">0750</code>, since this directory is used by - many third-party applications, which makes dropping group - privileges impossible. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258763">[r258763]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=uname&sektion=1"><span class="citerefentry"><span class="refentrytitle">uname</span>(1)</span></a> utility has been - updated to include the <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-U</code> and - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-K</code> flags, which print the - <code xmlns="http://www.w3.org/1999/xhtml" class="envar">__FreeBSD_version</code> for the running userland - and kernel, respectively. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258818">[r258818]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=fetch&sektion=3"><span class="citerefentry"><span class="refentrytitle">fetch</span>(3)</span></a> library has been - updated to support SNI (Server Name Identification), allowing - to use virtual hosts on HTTPS. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258844">[r258844]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A segmentation fault and internal - compiler error bug in <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=gcc&sektion=1"><span class="citerefentry"><span class="refentrytitle">gcc</span>(1)</span></a> triggered by throwing - a warning before parsing any tokens has been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=259243">[r259243]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Several updates to <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=gcc&sektion=1"><span class="citerefentry"><span class="refentrytitle">gcc</span>(1)</span></a> - have been imported from Google. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=259269,259406">[r259269,259406]</a><span class="contrib"> - (Contributed / provided by - Google)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A byte-order bug in the Heimdal - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">gss_pseudo_random()</code> function which would - prevent interoperability with other - <span xmlns="http://www.w3.org/1999/xhtml" class="application">Kerberos</span> implementations has been - fixed. In particular, this would prevent interoperability - with the MIT implementation. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=259448">[r259448]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=hastctl&sektion=8"><span class="citerefentry"><span class="refentrytitle">hastctl</span>(8)</span></a> utility has been - updated to output the current queue sizes. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260007">[r260007]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ps&sektion=1"><span class="citerefentry"><span class="refentrytitle">ps</span>(1)</span></a> utility will no longer - truncate the <code xmlns="http://www.w3.org/1999/xhtml" class="literal">command</code> output column. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260197">[r260197]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=protect&sektion=1"><span class="citerefentry"><span class="refentrytitle">protect</span>(1)</span></a> command has been - added, which allows exempting processes from being killed - when swap is exhausted. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260208">[r260208]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=gmirror&sektion=8"><span class="citerefentry"><span class="refentrytitle">gmirror</span>(8)</span></a> utility now prevents - deactivating the last component of a mirror. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260507">[r260507]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A new <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=gmirror&sektion=8"><span class="citerefentry"><span class="refentrytitle">gmirror</span>(8)</span></a> command, - <code xmlns="http://www.w3.org/1999/xhtml" class="command">gmirror destroy</code>, has been added, which will - destroy the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=8"><span class="citerefentry"><span class="refentrytitle">geom</span>(8)</span></a> and erase the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=gmirror&sektion=8"><span class="citerefentry"><span class="refentrytitle">gmirror</span>(8)</span></a> - metadata. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260507">[r260507]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=etcupdate&sektion=8"><span class="citerefentry"><span class="refentrytitle">etcupdate</span>(8)</span></a> utility, a tool - for managing updates to files in <code xmlns="http://www.w3.org/1999/xhtml" class="filename">/etc</code>, has been merged from - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">head/</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260650">[r260650]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=find&sektion=1"><span class="citerefentry"><span class="refentrytitle">find</span>(1)</span></a> utility has been - updated to fix incorrect behavior with the - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-lname</code> and <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-ilname</code> - flags. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260651">[r260651]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">hw.uart.console</code> is now always updated when - the comconsole setup changes. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260868,260869">[r260868,260869]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=kldload&sektion=8"><span class="citerefentry"><span class="refentrytitle">kldload</span>(8)</span></a> utility has been - updated to display a message directing to <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=dmesg&sektion=8"><span class="citerefentry"><span class="refentrytitle">dmesg</span>(8)</span></a>, - instead of the cryptic message <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">Exec format - error</span>”</span>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260909">[r260909]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A bug that could trigger an infinite - loop in KDE and X has been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=261674">[r261674]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=newsyslog&sektion=8"><span class="citerefentry"><span class="refentrytitle">newsyslog</span>(8)</span></a> utility has been - changed to use the size of the file, instead of the blocks the - file takes on the disk to match the behavior documented in - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=newsyslog.conf&sektion=5"><span class="citerefentry"><span class="refentrytitle">newsyslog.conf</span>(5)</span></a>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262076">[r262076]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A bug in <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zdb&sektion=8"><span class="citerefentry"><span class="refentrytitle">zdb</span>(8)</span></a> which would cause - numeric parameters to a flag as being treated as additional - flags has been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262105">[r262105]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pciconf&sektion=8"><span class="citerefentry"><span class="refentrytitle">pciconf</span>(8)</span></a> utility now has - a <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-V</code> flag, which lists information such - as serial numbers for each device. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262134">[r262134]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A bug that would allow creating - a <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8"><span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> snapshot of an inconsistent dataset has been - fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262158">[r262158]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Receiving a <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8"><span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> dataset with - <code xmlns="http://www.w3.org/1999/xhtml" class="command">zfs recv -F</code> now properly destroys any - snapshots that were created since the incremental source - snapshot. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262160">[r262160]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Installation from a read-only - <code xmlns="http://www.w3.org/1999/xhtml" class="envar">.OBJDIR</code> has been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263031">[r263031]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A new shared library directory, - <code xmlns="http://www.w3.org/1999/xhtml" class="filename">/usr/lib/private</code>, - has been added for internal-use shared libraries. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263031">[r263031]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A default - <code xmlns="http://www.w3.org/1999/xhtml" class="filename">libmap32.conf</code> has been added, for 32-bit - applications. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263031">[r263031]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <code xmlns="http://www.w3.org/1999/xhtml" class="literal">libucl</code> library, - a JSON-compatible configuration file parsing library, has been - imported. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263032">[r263032]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pkg&sektion=7"><span class="citerefentry"><span class="refentrytitle">pkg</span>(7)</span></a> package management - utility has been syncronized with <code xmlns="http://www.w3.org/1999/xhtml" class="literal">head/</code>. - This implements binary package signature verification when - bootstrapping the system with <code xmlns="http://www.w3.org/1999/xhtml" class="command">pkg - bootstrap</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263038">[r263038]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The system timezone data files have - been updated to version tzdata2014a. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263042">[r263042]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The NetBSD <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=make&sektion=1"><span class="citerefentry"><span class="refentrytitle">make</span>(1)</span></a> utility, - <code xmlns="http://www.w3.org/1999/xhtml" class="command">bmake</code> has been imported for compatibility - with the FreeBSD�Ports Collection. It is installed as - <code xmlns="http://www.w3.org/1999/xhtml" class="command">bmake</code>, and the <code xmlns="http://www.w3.org/1999/xhtml" class="command">make</code> - remains the FreeBSD version. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263212">[r263212]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=fetch&sektion=3"><span class="citerefentry"><span class="refentrytitle">fetch</span>(3)</span></a> library now - supports <code xmlns="http://www.w3.org/1999/xhtml" class="literal">Last-Modified</code> timestamps which - return UTC instead of GMT. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263326">[r263326]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Aliases for the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8"><span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> commands - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">list -t snap</code> and <code xmlns="http://www.w3.org/1999/xhtml" class="literal">snap</code> - have been added to match <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Oracle</span>��Solaris 11. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263404">[r263404]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A new flag, <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-p</code>, has - been added to the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8"><span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> <code xmlns="http://www.w3.org/1999/xhtml" class="literal">list</code> command, - providing output in a parseable form. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263406">[r263406]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="application">OpenPAM</span> has - been updated to Nummularia (20130907), which incorporates - several bug fixes and documentation improvements. The - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=openpam_ttyconv&sektion=3"><span class="citerefentry"><span class="refentrytitle">openpam_ttyconv</span>(3)</span></a> library has been completely - rewritten. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263421">[r263421]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sh&sektion=1"><span class="citerefentry"><span class="refentrytitle">sh</span>(1)</span></a> command interpreter has - been updated to expand assignments after - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">export</code>, <code xmlns="http://www.w3.org/1999/xhtml" class="literal">local</code>, and - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">readonly</code> differently. As result of this - change, variable assignment such as <code xmlns="http://www.w3.org/1999/xhtml" class="literal">local - v=$1</code> will assign the first positional - parameter to <code xmlns="http://www.w3.org/1999/xhtml" class="literal">v</code>, even if - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">$1</code> contains spaces, and - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">local w=<em class="replaceable"><code>~/myfile</code></em></code> - will expand the tilde (<code xmlns="http://www.w3.org/1999/xhtml" class="literal">~</code>). <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=264423">[r264423]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=find&sektion=1"><span class="citerefentry"><span class="refentrytitle">find</span>(1)</span></a> utility has been - updated to implement <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-ignore_readdir_race</code>. - Prior to this change, <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-ignore_readdir_race</code> - existed as an option for GNU <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=find&sektion=1"><span class="citerefentry"><span class="refentrytitle">find</span>(1)</span></a> compatibility, and - was ignored if specified. A counter primary, - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-noignore_readdir_race</code> now also exists, and - is the default behavior. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=264699">[r264699]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ps&sektion=1"><span class="citerefentry"><span class="refentrytitle">ps</span>(1)</span></a> utility has been updated - to include the <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-J</code> flag, used to filter - output by matching <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=jail&sektion=8"><span class="citerefentry"><span class="refentrytitle">jail</span>(8)</span></a> IDs and names. Additionally, - argument <code xmlns="http://www.w3.org/1999/xhtml" class="literal">0</code> can be used to - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-J</code> to only list processes running on the - host system. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=266286">[r266286]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=top&sektion=1"><span class="citerefentry"><span class="refentrytitle">top</span>(1)</span></a> utility has been updated - to filter by <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=jail&sektion=8"><span class="citerefentry"><span class="refentrytitle">jail</span>(8)</span></a> ID or name, in followup to the - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ps&sektion=1"><span class="citerefentry"><span class="refentrytitle">ps</span>(1)</span></a> change in <code xmlns="http://www.w3.org/1999/xhtml" class="literal">r265229</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=266287">[r266287]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The Blowfish <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=crypt&sektion=3"><span class="citerefentry"><span class="refentrytitle">crypt</span>(3)</span></a> default - format has been changed to - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">$2b$</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=266818">[r266818]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The default <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=newsyslog.conf&sektion=5"><span class="citerefentry"><span class="refentrytitle">newsyslog.conf</span>(5)</span></a> now - includes files in the - <code xmlns="http://www.w3.org/1999/xhtml" class="filename">/etc/newsyslog.conf.d/</code> and - <code xmlns="http://www.w3.org/1999/xhtml" class="filename">/usr/local/etc/newsyslog.conf.d/</code> - directories by default for <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=newsyslog&sektion=8"><span class="citerefentry"><span class="refentrytitle">newsyslog</span>(8)</span></a>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=267114">[r267114]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A new flag, <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">onifconsole</span>”</span> - has been added to <code xmlns="http://www.w3.org/1999/xhtml" class="filename">/etc/ttys</code>. This allows - the system to provide a login prompt via serial console if the - device is an active kernel console, otherwise it is equivalent - to <code xmlns="http://www.w3.org/1999/xhtml" class="literal">off</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=267243">[r267243]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=arc4random&sektion=3"><span class="citerefentry"><span class="refentrytitle">arc4random</span>(3)</span></a> library has been - updated to match that of FreeBSD-CURRENT. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=267379">[r267379]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pmcstat&sektion=8"><span class="citerefentry"><span class="refentrytitle">pmcstat</span>(8)</span></a> utility has been - updated to include a new flag, <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-l</code>, which - ends event collection after the specified number of - seconds. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=267411">[r267411]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The FreeBSD�Project has migrated - from the <span xmlns="http://www.w3.org/1999/xhtml" class="application">GNATS</span> bug tracking system - to <span xmlns="http://www.w3.org/1999/xhtml" class="application">Bugzilla</span>. The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=send-pr&sektion=1"><span class="citerefentry"><span class="refentrytitle">send-pr</span>(1)</span></a> - utility used for submitting problem reports has been replaced - with a stub shell script that instructs to use the Bugzilla - web interface. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=267911">[r267911]</a></p><div class="sect3"><div xmlns="" class="titlepage"><div><div><h4 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="periodic-scripts"></a>2.3.1.�<a class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=periodic&sektion=8"><span class="citerefentry"><span class="refentrytitle">periodic</span>(8)</span></a> Scripts</h4></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The - <code xmlns="http://www.w3.org/1999/xhtml" class="filename">/etc/periodic/security/800.loginfail</code> - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=periodic&sektion=8"><span class="citerefentry"><span class="refentrytitle">periodic</span>(8)</span></a> script has been refined to catch more - authentication failures and reduce false positives. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263662">[r263662]</a></p></div><div class="sect3"><div xmlns="" class="titlepage"><div><div><h4 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="rc-scripts"></a>2.3.2.�<a class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=8"><span class="citerefentry"><span class="refentrytitle">rc</span>(8)</span></a> Scripts</h4></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Support for <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">first boot</span>”</span> - scripts has been added to <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=8"><span class="citerefentry"><span class="refentrytitle">rc</span>(8)</span></a>. See <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=8"><span class="citerefentry"><span class="refentrytitle">rc</span>(8)</span></a> and - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=rc.conf&sektion=5"><span class="citerefentry"><span class="refentrytitle">rc.conf</span>(5)</span></a> for implementation details. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=256917">[r256917]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=8"><span class="citerefentry"><span class="refentrytitle">rc</span>(8)</span></a> system will now - re-source <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=rc.conf&sektion=5"><span class="citerefentry"><span class="refentrytitle">rc.conf</span>(5)</span></a> on receipt of - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">SIGALRM</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260432">[r260432]</a></p></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="contrib"></a>2.4.�Contributed Software</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=readline&sektion=3"><span class="citerefentry"><span class="refentrytitle">readline</span>(3)</span></a> library has been - updated to version 1.104. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=255934">[r255934]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="application">Sendmail</span> has - been updated to version 8.14.9. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=266711">[r266711]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="application">BIND</span> has - been updated to version 9.9.5. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262706">[r262706]</a><span class="contrib"> - (Sponsored by - DK Hostmaster A/S)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=xz&sektion=1"><span class="citerefentry"><span class="refentrytitle">xz</span>(1)</span></a> utility has been updated - to a post-5.0.5 snapshot. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263286">[r263286]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="application">OpenSSH</span> has - been updated to version 6.6p1. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263970">[r263970]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="application">OpenSSL</span> has - been updated to version 0.9.8za. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=267285">[r267285]</a></p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="ports"></a>2.5.�Ports and Packages</h3></div></div></div><div xmlns="" class="important"><h3 class="admontitle">Important: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Note to FreeBSD desktop users: please read this section - carefully, especially before upgrading ports that - depend on <span xmlns="http://www.w3.org/1999/xhtml" class="application">Xorg</span>. </p></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">In April 2014, the FreeBSD Ports collection switched to a - newer version of <span xmlns="http://www.w3.org/1999/xhtml" class="application">Xorg</span> that supports - <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">KMS</acronym> (Kernel Mode Setting). </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Users upgrading from earlier versions of FreeBSD�9.x or - FreeBSD�8.x should be aware of several things regarding - <span xmlns="http://www.w3.org/1999/xhtml" class="application">Xorg</span>: </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional"> - <div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">When applications are built from the FreeBSD Ports - Collection or installed from the <code xmlns="http://www.w3.org/1999/xhtml" class="literal"><a class="link" href="https://lists.freebsd.org/pipermail/freebsd-announce/2014-July/001570.html" target="_top">new_xorg</a></code> - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pkg&sektion=8"><span class="citerefentry"><span class="refentrytitle">pkg</span>(8)</span></a> repository, the newer, KMS-aware version of - <span xmlns="http://www.w3.org/1999/xhtml" class="application">Xorg</span> is used. </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">KMS</acronym> version of - <span xmlns="http://www.w3.org/1999/xhtml" class="application">Xorg</span> does not switch back to - text mode after leaving the X desktop environment, and - the system console will not be visible. The new - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=vt&sektion=4"><span class="citerefentry"><span class="refentrytitle">vt</span>(4)</span></a> console driver supports graphic consoles and - keeps the console visible after X has exited. The - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=vt&sektion=4"><span class="citerefentry"><span class="refentrytitle">vt</span>(4)</span></a> driver must be compiled into the kernel. - A <code xmlns="http://www.w3.org/1999/xhtml" class="filename">VT</code> kernel configuration example - file is included in 9.3-RELEASE, but is not - compiled or enabled by default. See <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=vt&sektion=4"><span class="citerefentry"><span class="refentrytitle">vt</span>(4)</span></a> and the - <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="https://wiki.freebsd.org/VT" target="_top">vt(4) wiki - page</a> for additional information. </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Packages for <span xmlns="http://www.w3.org/1999/xhtml" class="application">KDE4</span> are not - available in the default (<code xmlns="http://www.w3.org/1999/xhtml" class="literal">latest</code>) - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pkg&sektion=8"><span class="citerefentry"><span class="refentrytitle">pkg</span>(8)</span></a> repository, however are available in the - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">new_xorg</code> repository. See the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="https://lists.freebsd.org/pipermail/freebsd-announce/2014-July/001570.html" target="_top">announcement - email</a> for details on how to use the - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">new_xorg</code> repository. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The older <span xmlns="http://www.w3.org/1999/xhtml" class="application">Xorg</span> that does - not support <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">KMS</acronym> can still be - installed from the <code xmlns="http://www.w3.org/1999/xhtml" class="literal">latest</code> upstream - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pkg&sektion=8"><span class="citerefentry"><span class="refentrytitle">pkg</span>(8)</span></a> repository and the packages included on the - 9.3-RELEASE DVD. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">However, it is important to note that some newer - applications require the newer - <span xmlns="http://www.w3.org/1999/xhtml" class="application">Xorg</span>, and will not work with - the old version. The newer - <span xmlns="http://www.w3.org/1999/xhtml" class="application">Xorg</span> is recommended, and - should be used unless not compatible with legacy - graphics cards. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">To continue using the old version of - <span xmlns="http://www.w3.org/1999/xhtml" class="application">Xorg</span> when building from the - FreeBSD�Ports Collection, set - <code xmlns="http://www.w3.org/1999/xhtml" class="literal">WITHOUT_NEW_XORG=yes</code> in - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=make.conf&sektion=5"><span class="citerefentry"><span class="refentrytitle">make.conf</span>(5)</span></a>. </p></li></ul></div> - </p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="releng"></a>2.6.�Release Engineering and Integration</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">As part of the release build, the - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=etcupdate&sektion=8"><span class="citerefentry"><span class="refentrytitle">etcupdate</span>(8)</span></a> utility will bootstrap the system, allowing - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=etcupdate&sektion=8"><span class="citerefentry"><span class="refentrytitle">etcupdate</span>(8)</span></a> to work after the first upgrade of a - system. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260891">[r260891]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <code xmlns="http://www.w3.org/1999/xhtml" class="filename">release.sh</code> - script and release <code xmlns="http://www.w3.org/1999/xhtml" class="filename">Makefile</code> have been - updated to use <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pkg&sektion=7"><span class="citerefentry"><span class="refentrytitle">pkg</span>(7)</span></a> to populate the dvd installation - medium. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262879">[r262879]</a><span class="contrib"> - (Sponsored by - The�FreeBSD�Foundation)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=services.mkdb&sektion=8"><span class="citerefentry"><span class="refentrytitle">services.mkdb</span>(8)</span></a> utility has - been updated to support multiple byte orders. Similar to - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=cap_mkdb&sektion=1"><span class="citerefentry"><span class="refentrytitle">cap_mkdb</span>(1)</span></a>, the <code xmlns="http://www.w3.org/1999/xhtml" class="filename">services.db</code> will - be created with proper endinanness as part of - cross-architecture release builds. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263028">[r263028]</a></p></div></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="upgrade"></a>3.�Upgrading from Previous Releases of FreeBSD</h2></div></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp62762144"></a>3.1.�Upgrading Using <a class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> or a Source-Based - Procedure</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64,i386] Binary upgrades between RELEASE versions - (and snapshots of the various security branches) are supported - using the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><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 an unmodified <code xmlns="http://www.w3.org/1999/xhtml" class="filename">GENERIC</code> kernel, - distributed as a part of an official FreeBSD release. The - <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> utility requires that the host being - upgraded have Internet connectivity. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Source-based upgrades (those based on recompiling the FreeBSD - base system from source code) from previous versions are - supported using to the instructions in - <code xmlns="http://www.w3.org/1999/xhtml" class="filename">/usr/src/UPDATING</code>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">For more specific information about upgrading - instructions, see <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="http://www.FreeBSD.org/releases/9.3R/installation.html" target="_top">http://www.FreeBSD.org/releases/9.3R/installation.html</a></code>. </p><div xmlns="" class="important"><h3 class="admontitle">Important: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Upgrading FreeBSD should only be attempted - after backing up <span xmlns="http://www.w3.org/1999/xhtml" class="emphasis"><em>all</em></span> data and - configuration files. </p></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp62787232"></a>3.2.�User-Visible - Incompatibilities</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FreeBSD�9.0 and later versions have several - configuration incompatibilities with earlier versions of FreeBSD. - These differences are best understood before upgrading. - <span xmlns="http://www.w3.org/1999/xhtml" class="emphasis"><em>Please read this section and the <a class="link" href="http://www.freebsd.org/releases/9.0R/relnotes-detailed.html#UPGRADE" target="_top">Upgrading - Section in 9.0-RELEASE Release Notes</a> carefully - before submitting a problem report and/or posting a question - to the FreeBSD mailing lists.</em></span> </p></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>This file, and other release-related documents, - can be downloaded from <a href="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</a>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about FreeBSD, read the - <a href="http://www.FreeBSD.org/docs.html">documentation</a> before - contacting <<a href="mailto:[email protected]">[email protected]</a>>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>All users of FreeBSD 9.3-STABLE should - subscribe to the <<a href="mailto:[email protected]">[email protected]</a>> - mailing list.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about this documentation, - e-mail <<a href="mailto:[email protected]">[email protected]</a>>.</small></p></body></html>
\ No newline at end of file diff --git a/website/content/en/releases/9.3R/schedule.adoc b/website/content/en/releases/9.3R/schedule.adoc new file mode 100644 index 0000000000..a30aa67073 --- /dev/null +++ b/website/content/en/releases/9.3R/schedule.adoc @@ -0,0 +1,42 @@ +--- +title: "FreeBSD 9.3 Release Process" +sidenav: download +--- + += FreeBSD 9.3 Release Process + +== Introduction + +This is the release schedule for FreeBSD 9.3. For more information about the release engineering process, please see the link:../../../releng/[Release Engineering] section of the web site. + +General discussions about the pending release and known issues should be sent to the public mailto:[email protected][freebsd-stable] mailing list. link:{handbook}#mfc-glossary[MFC] requests should be sent to [email protected]. + +== Schedule + +[.tblbasic] +[cols=",,,",] +|=== +|Action |Expected |Actual |Description +|Initial release schedule announcement |- |4 March 2014 |Release Engineers send announcement email to developers with a rough schedule. +|Release schedule reminder |4 April 2014 |11 April 2014 |Release Engineers send reminder announcement e-mail to developers with updated schedule. +|Code slush begins |9 May 2014 |9 May 2014 |Release Engineers announce that all further commits to the stable/9 branch will not require explicit approval, however new features should be avoided. +|Code freeze begins |23 May 2014 |23 May 2014 |Release Engineers announce that all further commits to the stable/9 branch will require explicit approval. Certain blanket approvals will be granted for narrow areas of development, documentation improvements, etc. +|BETA1 builds begin |30 May 2014 |30 May 2014 |First beta test snapshot. +|BETA2 builds begin |6 June 2014 |6 June 2014 |Second beta test snapshot. +|BETA3 builds begin |13 June 2014 |13 June 2014 |Third beta test snapshot. +|releng/9.3 branch |20 June 2014 |20 June 2014 |Subversion branch created; future release engineering proceeds on this branch. +|RC1 builds begin |20 June 2014 |20 June 2014 |First release candidate. +|RC2 builds begin |27 June 2014 |27 June 2014 |Second release candidate. +|RC3 builds begin |4 July 2014 |4 July 2014 |Third release candidate. +|RELEASE builds begin |11 July 2014 |11 July 2014 |9.3-RELEASE builds begin. +|RELEASE announcement |16 July 2014 |16 July 2014 |9.3-RELEASE press release. +|Turn over to the secteam |- |30 July 2014 |releng/9.3 branch is handed over to the FreeBSD Security Officer Team in one or two weeks after the announcement. +|=== + +== Status / TODO + +link:../todo/[FreeBSD Release Engineering TODO Page] + +== Additional Information + +* link:../../../releng/[FreeBSD Release Engineering website] diff --git a/website/content/en/releases/9.3R/schedule.html b/website/content/en/releases/9.3R/schedule.html deleted file mode 100644 index 89c32a91e3..0000000000 --- a/website/content/en/releases/9.3R/schedule.html +++ /dev/null @@ -1,405 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<!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" xmlns:db="http://docbook.org/ns/docbook"> - <head> - <title>FreeBSD 9.3 Release Process</title> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <link rel="shortcut icon" href="https://www.FreeBSD.org/favicon.ico" type="image/x-icon" /> - <link rel="stylesheet" media="screen,print" href="https://www.FreeBSD.org/css/fixed.css" type="text/css" /> - <script type="text/javascript" src="../../layout/js/google.js"></script> - </head> - <body> - <div id="containerwrap"> - <div id="container"> - <span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1) - <a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2) -</span> - <div id="headercontainer"> - <div id="header"> - <h2 class="blockhide">Header And Logo</h2> - <div id="headerlogoleft"> - <a href="../.." title="FreeBSD"> - <img src="../../layout/images/logo-red.png" width="457" height="75" alt="FreeBSD" /> - </a> - </div> - <div id="headerlogoright"> - <div class="frontdonateroundbox"> - <div class="frontdonatetop"> - <div> - <b style="display: none;">.</b> - </div> - </div> - <div class="frontdonatecontent"> - <a href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a> - </div> - <div class="frontdonatebot"> - <div> - <b style="display: none;">.</b> - </div> - </div> - </div> - <h2 class="blockhide">Peripheral Links</h2> - <div id="searchnav"> - <ul id="searchnavlist"></ul> - </div> - <div id="search"> - <form method="get" id="search-form" action="https://duckduckgo.com/"> - <h2 class="blockhide"> - <label for="words">Search</label> - </h2> - <input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" /> - <input type="hidden" name="ka" value="v" /> - <input type="hidden" name="kt" value="v" /> - <input type="hidden" name="kh" value="1" /> - <input type="hidden" name="kj" value="r2" /> - <input id="words" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" /> - <span>�</span> - <input id="submit" name="submit" type="submit" value="Search" /> - </form> - </div> - </div> - </div> - <h2 class="blockhide">Site Navigation</h2> - <div id="menu"> - <ul class="first"> - <li> - <a href="../../">Home</a> - </li> - </ul> - <ul> - <li> - <a href="../../about.html">About</a> - <ul> - <li> - <a href="../../projects/newbies.html">Introduction</a> - </li> - <li> - <a href="../../features.html">Features</a> - </li> - <li> - <a href="../../advocacy/">Advocacy</a> - </li> - <li> - <a href="../../marketing/">Marketing</a> - </li> - <li> - <a href="../../privacy.html">Privacy Policy</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../where.html">Get FreeBSD</a> - <ul> - <li> - <a href="../../releases/">Release Information</a> - </li> - <li> - <a href="../../releng/">Release Engineering</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../docs.html">Documentation</a> - <ul> - <li> - <a href="../../doc/en_US.ISO8859-1/books/faq/">FAQ</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/handbook/">Handbook</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a> - </li> - <li> - <a href="//www.FreeBSD.org/cgi/man.cgi">Manual Pages</a> - </li> - <li> - <a href="https://papers.FreeBSD.org">Presentations and Papers</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/fdp-primer">Documentation Project Primer</a> - </li> - <li> - <a href="../../docs/books.html">All Books and Articles</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../community.html">Community</a> - <ul> - <li> - <a href="../../community/mailinglists.html">Mailing Lists</a> - </li> - <li> - <a href="https://forums.FreeBSD.org">Forums</a> - </li> - <li> - <a href="../../usergroups.html">User Groups</a> - </li> - <li> - <a href="../../events/events.html">Events</a> - </li> - <li> - <a href="http://freebsdjournal.com">FreeBSD Journal</a> - </li> - <li> - <a href="http://serverfault.com/questions/tagged/freebsd">Q&A (external)</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../projects/index.html">Developers</a> - <ul> - <li> - <a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a> - </li> - <li> - <a href="https://svnweb.FreeBSD.org">Subversion Repository</a> - </li> - <li> - <a href="https://github.com/freebsd">Git Mirror</a> - </li> - <li> - <a href="https://reviews.FreeBSD.org">Code Review (Phabricator)</a> - </li> - <li> - <a href="https://wiki.FreeBSD.org">Wiki</a> - </li> - <li> - <a href="https://ci.FreeBSD.org">Continuous Integration Service</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../support.html">Support</a> - <ul> - <li> - <a href="../../commercial/commercial.html">Vendors</a> - </li> - <li> - <a href="../../security/">Security Information</a> - </li> - <li> - <a href="https://bugs.FreeBSD.org/search/">Bug Reports</a> - </li> - <li> - <a href="https://www.FreeBSD.org/support.html">Submitting Bug Reports</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="https://www.freebsdfoundation.org/">Foundation</a> - <ul> - <li> - <a href="https://www.freebsdfoundation.org/donate/">Monetary Donations</a> - </li> - <li> - <a href="../../donations/index.html#systems">Hardware Donations</a> - </li> - </ul> - </li> - </ul> - </div> - </div> - <div id="content"> - <div id="sidewrap"> - <div id="sidenav"> - <h2 class="blockhide">Section Navigation</h2> - <ul> - <li> - <a href="../../where.html">Get FreeBSD</a> - </li> - <li> - <a href="../../releases/">Release Information</a> - <ul> - <li>Production Release: <br /><a href="../../releases/12.1R/announce.html">12.1</a></li> - <li>Production Release: <br /><a href="../../releases/11.3R/announce.html">11.3</a></li> - </ul> - </li> - <li> - <a href="../../snapshots/">Snapshot Releases</a> - <ul> - <li>Upcoming Release:<br /><a href="../../releases/11.4R/schedule.html">11.4</a></li> - <li>Upcoming Release:<br /><a href="../../releases/12.2R/schedule.html">12.2</a></li> - </ul> - </li> - <li> - <a href="../../ports/">Ported Applications</a> - </li> - </ul> - </div> - </div> - <div id="contentwrap"><h1>FreeBSD 9.3 Release Process</h1> - - <h1>Introduction</h1> - - <p>This is the release schedule for FreeBSD 9.3. For more - information about the release engineering process, please see the <a href="../../releng/index.html" shape="rect">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:[email protected]" shape="rect">freebsd-stable</a> mailing list. - <a href="../../doc/en_US.ISO8859-1/books/handbook/freebsd-glossary.html#mfc-glossary" shape="rect">MFC</a> - requests should be sent to - <a href="mailto:[email protected]" shape="rect">[email protected]</a>.</p> - - - - <h1>Schedule</h1> - - <table class="tblbasic"> - <tr class="heading"> - <td rowspan="1" colspan="1">Action</td> - <td rowspan="1" colspan="1">Expected</td> - <td rowspan="1" colspan="1">Actual</td> - <td rowspan="1" colspan="1">Description</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Initial release schedule announcement</td> - <td rowspan="1" colspan="1">-</td> - <td rowspan="1" colspan="1">4�March�2014</td> - <td rowspan="1" colspan="1">Release Engineers send announcement email to developers with a - rough schedule.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Release schedule reminder</td> - <td rowspan="1" colspan="1">4�April�2014</td> - <td rowspan="1" colspan="1">11�April�2014</td> - <td rowspan="1" colspan="1">Release Engineers send reminder announcement e-mail to developers - with updated schedule.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Code slush begins</td> - <td rowspan="1" colspan="1">9�May�2014</td> - <td rowspan="1" colspan="1">9�May�2014</td> - <td rowspan="1" colspan="1">Release Engineers announce that all further commits to the - stable/9 branch will not require explicit approval, - however new features should be avoided.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Code freeze begins</td> - <td rowspan="1" colspan="1">23�May�2014</td> - <td rowspan="1" colspan="1">23�May�2014</td> - <td rowspan="1" colspan="1">Release Engineers announce that all further commits to the - stable/9 branch will require explicit approval. - Certain blanket approvals will be granted for narrow areas of - development, documentation improvements, etc.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">BETA1 builds begin</td> - <td rowspan="1" colspan="1">30�May�2014</td> - <td rowspan="1" colspan="1">30�May�2014</td> - <td rowspan="1" colspan="1">First beta test snapshot.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">BETA2 builds begin</td> - <td rowspan="1" colspan="1">6�June�2014</td> - <td rowspan="1" colspan="1">6�June�2014</td> - <td rowspan="1" colspan="1">Second beta test snapshot.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">BETA3 builds begin</td> - <td rowspan="1" colspan="1">13�June�2014</td> - <td rowspan="1" colspan="1">13�June�2014</td> - <td rowspan="1" colspan="1">Third beta test snapshot.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">releng/9.3 branch</td> - <td rowspan="1" colspan="1">20�June�2014</td> - <td rowspan="1" colspan="1">20�June�2014</td> - <td rowspan="1" colspan="1">Subversion branch created; future release engineering - proceeds on this branch.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">RC1 builds begin</td> - <td rowspan="1" colspan="1">20�June�2014</td> - <td rowspan="1" colspan="1">20�June�2014</td> - <td rowspan="1" colspan="1">First release candidate.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">RC2 builds begin</td> - <td rowspan="1" colspan="1">27�June�2014</td> - <td rowspan="1" colspan="1">27�June�2014</td> - <td rowspan="1" colspan="1">Second release candidate.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">RC3 builds begin</td> - <td rowspan="1" colspan="1">4�July�2014</td> - <td rowspan="1" colspan="1">4�July�2014</td> - <td rowspan="1" colspan="1">Third release candidate.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">RELEASE builds begin</td> - <td rowspan="1" colspan="1">11�July�2014</td> - <td rowspan="1" colspan="1">11�July�2014</td> - <td rowspan="1" colspan="1">9.3-RELEASE builds begin.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">RELEASE announcement</td> - <td rowspan="1" colspan="1">16�July�2014</td> - <td rowspan="1" colspan="1">16�July�2014</td> - <td rowspan="1" colspan="1">9.3-RELEASE press release.</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Turn over to the secteam</td> - <td rowspan="1" colspan="1">-</td> - <td rowspan="1" colspan="1">30�July�2014</td> - <td rowspan="1" colspan="1">releng/9.3 branch is handed over to the FreeBSD - Security Officer Team in one or two weeks after the - announcement.</td> - </tr> - </table> - - <h1>Status / TODO</h1> - <a href="../../releases/9.3R/todo.html" shape="rect">FreeBSD Release - Engineering TODO Page</a> - - <h1>Additional Information</h1> - - <ul> - - <li><a href="../../releng/index.html" shape="rect">FreeBSD Release Engineering website</a></li> - </ul> - - - </div> - <br class="clearboth" /> - </div> - <div id="footer"><span><a href="../../search/index-site.html">Site Map</a> | - <a href="../../copyright/">Legal Notices</a> | � 1995–2020 The FreeBSD Project. - All rights reserved.</span><br /> - Last modified: 2014-09-15</div> - </div> - </div> - </body> -</html> diff --git a/website/content/en/releases/9.3R/todo.adoc b/website/content/en/releases/9.3R/todo.adoc new file mode 100644 index 0000000000..e9475581ac --- /dev/null +++ b/website/content/en/releases/9.3R/todo.adoc @@ -0,0 +1,48 @@ +--- +title: "FreeBSD 9.3 Release TODO Items" +sidenav: download +--- + += FreeBSD 9.3 Release TODO Items + +== Introduction + +Please *do not* edit this file unless you are on the Release Engineering Team, or a member of the Release Engineering Team gave you explicit permission to do so. + +This is the release cycle _TODO_ page, outlining items that are in-progress, issues that must be fixed (release blockers), issues that need to be fixed but are not blockers, and issues that should be fixed as an Errata Notice after the release. + +== Works in Progress + +[cols=",,",] +|=== +|Pre-Freeze Issues |Description |Workaround +|n/a |n/a |n/a +|=== + +== Release Blockers + +[cols=",,",] +|=== +|Description |Workaround |Target Date +|n/a |n/a |n/a +|=== + +== Release Issues + +[cols=",,",] +|=== +|Description |Workaround |Target Date +|n/a |n/a |n/a +|=== + +== Post-Release Errata Items + +[cols=",",] +|=== +|Description |Workaround +|n/a |n/a +|=== + +== Additional Information + +* link:../../../releng/[FreeBSD Release Engineering website] diff --git a/website/content/en/releases/9.3R/todo.html b/website/content/en/releases/9.3R/todo.html deleted file mode 100644 index 6ef089681f..0000000000 --- a/website/content/en/releases/9.3R/todo.html +++ /dev/null @@ -1,343 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<!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" xmlns:db="http://docbook.org/ns/docbook"> - <head> - <title>FreeBSD 9.3 Release TODO Items</title> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <link rel="shortcut icon" href="https://www.FreeBSD.org/favicon.ico" type="image/x-icon" /> - <link rel="stylesheet" media="screen,print" href="https://www.FreeBSD.org/css/fixed.css" type="text/css" /> - <script type="text/javascript" src="../../layout/js/google.js"></script> - </head> - <body> - <div id="containerwrap"> - <div id="container"> - <span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1) - <a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2) -</span> - <div id="headercontainer"> - <div id="header"> - <h2 class="blockhide">Header And Logo</h2> - <div id="headerlogoleft"> - <a href="../.." title="FreeBSD"> - <img src="../../layout/images/logo-red.png" width="457" height="75" alt="FreeBSD" /> - </a> - </div> - <div id="headerlogoright"> - <div class="frontdonateroundbox"> - <div class="frontdonatetop"> - <div> - <b style="display: none;">.</b> - </div> - </div> - <div class="frontdonatecontent"> - <a href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a> - </div> - <div class="frontdonatebot"> - <div> - <b style="display: none;">.</b> - </div> - </div> - </div> - <h2 class="blockhide">Peripheral Links</h2> - <div id="searchnav"> - <ul id="searchnavlist"></ul> - </div> - <div id="search"> - <form method="get" id="search-form" action="https://duckduckgo.com/"> - <h2 class="blockhide"> - <label for="words">Search</label> - </h2> - <input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" /> - <input type="hidden" name="ka" value="v" /> - <input type="hidden" name="kt" value="v" /> - <input type="hidden" name="kh" value="1" /> - <input type="hidden" name="kj" value="r2" /> - <input id="words" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" /> - <span>�</span> - <input id="submit" name="submit" type="submit" value="Search" /> - </form> - </div> - </div> - </div> - <h2 class="blockhide">Site Navigation</h2> - <div id="menu"> - <ul class="first"> - <li> - <a href="../../">Home</a> - </li> - </ul> - <ul> - <li> - <a href="../../about.html">About</a> - <ul> - <li> - <a href="../../projects/newbies.html">Introduction</a> - </li> - <li> - <a href="../../features.html">Features</a> - </li> - <li> - <a href="../../advocacy/">Advocacy</a> - </li> - <li> - <a href="../../marketing/">Marketing</a> - </li> - <li> - <a href="../../privacy.html">Privacy Policy</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../where.html">Get FreeBSD</a> - <ul> - <li> - <a href="../../releases/">Release Information</a> - </li> - <li> - <a href="../../releng/">Release Engineering</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../docs.html">Documentation</a> - <ul> - <li> - <a href="../../doc/en_US.ISO8859-1/books/faq/">FAQ</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/handbook/">Handbook</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a> - </li> - <li> - <a href="//www.FreeBSD.org/cgi/man.cgi">Manual Pages</a> - </li> - <li> - <a href="https://papers.FreeBSD.org">Presentations and Papers</a> - </li> - <li> - <a href="../../doc/en_US.ISO8859-1/books/fdp-primer">Documentation Project Primer</a> - </li> - <li> - <a href="../../docs/books.html">All Books and Articles</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../community.html">Community</a> - <ul> - <li> - <a href="../../community/mailinglists.html">Mailing Lists</a> - </li> - <li> - <a href="https://forums.FreeBSD.org">Forums</a> - </li> - <li> - <a href="../../usergroups.html">User Groups</a> - </li> - <li> - <a href="../../events/events.html">Events</a> - </li> - <li> - <a href="http://freebsdjournal.com">FreeBSD Journal</a> - </li> - <li> - <a href="http://serverfault.com/questions/tagged/freebsd">Q&A (external)</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../projects/index.html">Developers</a> - <ul> - <li> - <a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a> - </li> - <li> - <a href="https://svnweb.FreeBSD.org">Subversion Repository</a> - </li> - <li> - <a href="https://github.com/freebsd">Git Mirror</a> - </li> - <li> - <a href="https://reviews.FreeBSD.org">Code Review (Phabricator)</a> - </li> - <li> - <a href="https://wiki.FreeBSD.org">Wiki</a> - </li> - <li> - <a href="https://ci.FreeBSD.org">Continuous Integration Service</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="../../support.html">Support</a> - <ul> - <li> - <a href="../../commercial/commercial.html">Vendors</a> - </li> - <li> - <a href="../../security/">Security Information</a> - </li> - <li> - <a href="https://bugs.FreeBSD.org/search/">Bug Reports</a> - </li> - <li> - <a href="https://www.FreeBSD.org/support.html">Submitting Bug Reports</a> - </li> - </ul> - </li> - </ul> - <ul> - <li> - <a href="https://www.freebsdfoundation.org/">Foundation</a> - <ul> - <li> - <a href="https://www.freebsdfoundation.org/donate/">Monetary Donations</a> - </li> - <li> - <a href="../../donations/index.html#systems">Hardware Donations</a> - </li> - </ul> - </li> - </ul> - </div> - </div> - <div id="content"> - <div id="sidewrap"> - <div id="sidenav"> - <h2 class="blockhide">Section Navigation</h2> - <ul> - <li> - <a href="../../where.html">Get FreeBSD</a> - </li> - <li> - <a href="../../releases/">Release Information</a> - <ul> - <li>Production Release: <br /><a href="../../releases/12.1R/announce.html">12.1</a></li> - <li>Production Release: <br /><a href="../../releases/11.3R/announce.html">11.3</a></li> - </ul> - </li> - <li> - <a href="../../snapshots/">Snapshot Releases</a> - <ul> - <li>Upcoming Release:<br /><a href="../../releases/11.4R/schedule.html">11.4</a></li> - <li>Upcoming Release:<br /><a href="../../releases/12.2R/schedule.html">12.2</a></li> - </ul> - </li> - <li> - <a href="../../ports/">Ported Applications</a> - </li> - </ul> - </div> - </div> - <div id="contentwrap"><h1>FreeBSD 9.3 Release TODO Items</h1> - - <h1>Introduction</h1> - - <p>Please <strong>do not</strong> edit this file unless you are - on the Release Engineering Team, or a member of the Release - Engineering Team gave you explicit permission to do so.</p> - - <p>This is the release cycle <em>TODO</em> page, outlining - items that are in-progress, issues that must be fixed (release - blockers), issues that need to be fixed but are not blockers, - and issues that should be fixed as an Errata Notice after the - release.</p> - - <h1>Works in Progress</h1> - - <table class="tblbasic"> - <tr class="heading"> - <td rowspan="1" colspan="1">Pre-Freeze Issues</td> - <td rowspan="1" colspan="1">Description</td> - <td rowspan="1" colspan="1">Workaround</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">n/a</td> - <td rowspan="1" colspan="1">n/a</td> - <td rowspan="1" colspan="1">n/a</td> - </tr> - </table> - <br clear="none" /> - - <h1>Release Blockers</h1> - - <table class="tblbasic"> - <tr class="heading"> - <td rowspan="1" colspan="1">Description</td> - <td rowspan="1" colspan="1">Workaround</td> - <td rowspan="1" colspan="1">Target Date</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">n/a</td> - <td rowspan="1" colspan="1">n/a</td> - <td rowspan="1" colspan="1">n/a</td> - </tr> - </table> - <br clear="none" /> - - <h1>Release Issues</h1> - - <table class="tblbasic"> - <tr class="heading"> - <td rowspan="1" colspan="1">Description</td> - <td rowspan="1" colspan="1">Workaround</td> - <td rowspan="1" colspan="1">Target Date</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">n/a</td> - <td rowspan="1" colspan="1">n/a</td> - <td rowspan="1" colspan="1">n/a</td> - </tr> - </table> - <br clear="none" /> - - <h1>Post-Release Errata Items</h1> - - <table class="tblbasic"> - <tr class="heading"> - <td rowspan="1" colspan="1">Description</td> - <td rowspan="1" colspan="1">Workaround</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">n/a</td> - <td rowspan="1" colspan="1">n/a</td> - </tr> - </table> - <br clear="none" /> - - <h1>Additional Information</h1> - - <ul> - <li><a href="../../releng/index.html" shape="rect">FreeBSD Release - Engineering website</a></li> - </ul> - </div> - <br class="clearboth" /> - </div> - <div id="footer"><span><a href="../../search/index-site.html">Site Map</a> | - <a href="../../copyright/">Legal Notices</a> | � 1995–2020 The FreeBSD Project. - All rights reserved.</span><br /> - Last modified: 2014-03-12</div> - </div> - </div> - </body> -</html> diff --git a/website/content/en/releases/_index.adoc b/website/content/en/releases/_index.adoc index aa22a63676..59527f8b31 100644 --- a/website/content/en/releases/_index.adoc +++ b/website/content/en/releases/_index.adoc @@ -59,41 +59,41 @@ Complete historical information about the release date, the classification type, * *10.2* (August, 2015) _link:10.2R/announce[Announcement]: link:10.2R/relnotes[Release Notes]: link:10.2R/installation[Installation Instructions]: link:10.2R/hardware[Hardware Notes]: link:10.2R/readm[Readme]: link:10.2R/errata[Errata]_ * *10.1* (November, 2014) _link:10.1R/announce[Announcement]: link:10.1R/relnotes[Release Notes]: link:10.1R/installation[Installation Instructions]: link:10.1R/hardware[Hardware Notes]: link:10.1R/readme[Readme]: link:10.1R/errata[Errata]_ * *10.0* (January, 2014) _link:10.0R/announce[Announcement]: link:10.0R/relnotes[Release Notes]: link:10.0R/installation[Installation Instructions]: link:10.0R/hardware[Hardware Notes]: link:10.0R/readme[Readme]: link:10.0R/errata[Errata]_ -* *9.3* (July, 2014) _link:9.3R/announce.html[Announcement]: link:9.3R/relnotes.html[Release Notes]: link:9.3R/installation.html[Installation Instructions]: link:9.3R/hardware.html[Hardware Notes]: link:9.3R/readme.html[Readme]: link:9.3R/errata.html[Errata]_ -* *9.2* (September, 2013) _link:9.2R/announce.html[Announcement]: link:9.2R/relnotes.html[Release Notes]: link:9.2R/installation.html[Installation Instructions]: link:9.2R/hardware.html[Hardware Notes]: link:9.2R/readme.html[Readme]: link:9.2R/errata.html[Errata]_ -* *9.1* (December, 2012) _link:9.1R/announce.html[Announcement]: link:9.1R/relnotes.html[Release Notes]: link:9.1R/installation.html[Installation Instructions]: link:9.1R/hardware.html[Hardware Notes]: link:9.1R/readme.html[Readme]: link:9.1R/errata.html[Errata]_ -* *9.0* (January, 2012) _link:9.0R/announce.html[Announcement]: link:9.0R/relnotes.html[Release Notes]: link:9.0R/installation.html[Installation Instructions]: link:9.0R/hardware.html[Hardware Notes]: link:9.0R/readme.html[Readme]: link:9.0R/errata.html[Errata]_ -* *8.4* (June, 2013) _link:8.4R/announce.html[Announcement]: link:8.4R/relnotes.html[Release Notes]: link:8.4R/installation.html[Installation Instructions]: link:8.4R/hardware.html[Hardware Notes]: link:8.4R/readme.html[Readme]: link:8.4R/errata.html[Errata]_ -* *8.3* (April, 2012) _link:8.3R/announce.html[Announcement]: link:8.3R/relnotes.html[Release Notes]: link:8.3R/installation.html[Installation Instructions]: link:8.3R/hardware.html[Hardware Notes]: link:8.3R/readme.html[Readme]: link:8.3R/errata.html[Errata]_ -* *8.2* (February, 2011) _link:8.2R/announce.html[Announcement]: link:8.2R/relnotes.html[Release Notes]: link:8.2R/hardware.html[Hardware Notes]: link:8.2R/readme.html[Readme]: link:8.2R/errata.html[Errata]_ -* *8.1* (July, 2010) _link:8.1R/announce.html[Announcement]: link:8.1R/relnotes.html[Release Notes]: link:8.1R/hardware.html[Hardware Notes]: link:8.1R/readme.html[Readme]: link:8.1R/errata.html[Errata]_ -* *8.0* (November, 2009) _link:8.0R/announce.html[Announcement]: link:8.0R/relnotes.html[Release Notes]: link:8.0R/hardware.html[Hardware Notes]: link:8.0R/readme.html[Readme]: link:8.0R/errata.html[Errata]_ -* *7.4* (February, 2011) _link:7.4R/announce.html[Announcement]: link:7.4R/relnotes.html[Release Notes]: link:7.4R/hardware.html[Hardware Notes]: link:7.4R/readme.html[Readme]: link:7.4R/errata.html[Errata]_ -* *7.3* (March, 2010) _link:7.3R/announce.html[Announcement]: link:7.3R/relnotes.html[Release Notes]: link:7.3R/hardware.html[Hardware Notes]: link:7.3R/readme.html[Readme]: link:7.3R/errata.html[Errata]_ -* *7.2* (May, 2009) _link:7.2R/announce.html[Announcement]: link:7.2R/relnotes.html[Release Notes]: link:7.2R/hardware.html[Hardware Notes]: link:7.2R/readme.html[Readme]: link:7.2R/errata.html[Errata]_ -* *7.1* (January, 2009) _link:7.1R/announce.html[Announcement]: link:7.1R/relnotes.html[Release Notes]: link:7.1R/hardware.html[Hardware Notes]: link:7.1R/readme.html[Readme]: link:7.1R/errata.html[Errata]_ -* *7.0* (February, 2008) _link:7.0R/announce.html[Announcement]: link:7.0R/relnotes.html[Release Notes]: link:7.0R/hardware.html[Hardware Notes]: link:7.0R/readme.html[Readme]: link:7.0R/errata.html[Errata]_ -* [[rel6-4]]*6.4* (November, 2008) _link:6.4R/announce.html[Announcement]: link:6.4R/relnotes.html[Release Notes]: link:6.4R/hardware.html[Hardware Notes]: link:6.4R/installation.html[Installation Notes]: link:6.4R/readme.html[Readme]: link:6.4R/errata.html[Errata]_ -* *6.3* (January, 2008) _link:6.3R/announce.html[Announcement]: link:6.3R/relnotes.html[Release Notes]: link:6.3R/hardware.html[Hardware Notes]: link:6.3R/installation.html[Installation Notes]: link:6.3R/readme.html[Readme]: link:6.3R/errata.html[Errata]_ -* *6.2* (January, 2007) _link:6.2R/announce.html[Announcement]: link:6.2R/relnotes.html[Release Notes]: link:6.2R/hardware.html[Hardware Notes]: link:6.2R/installation.html[Installation Notes]: link:6.2R/readme.html[Readme]: link:6.2R/errata.html[Errata]_ -* *6.1* (May, 2006) _link:6.1R/announce.html[Announcement]: link:6.1R/relnotes.html[Release Notes]: link:6.1R/hardware.html[Hardware Notes]: link:6.1R/installation.html[Installation Notes]: link:6.1R/readme.html[Readme]: link:6.1R/errata.html[Errata]_ -* *6.0* (November, 2005) _link:6.0R/announce.html[Announcement]: link:6.0R/relnotes.html[Release Notes]: link:6.0R/hardware.html[Hardware Notes]: link:6.0R/installation.html[Installation Notes]: link:6.0R/readme.html[Readme]: link:6.0R/errata.html[Errata]_ -* *5.5* (May, 2006) _link:./5.5R/announce.html[Announcement]: link:./5.5R/relnotes.html[Release Notes]: link:./5.5R/hardware.html[Hardware Notes]: link:./5.5R/installation.html[Installation Notes]: link:./5.5R/readme.html[Readme]: link:./5.5R/errata.html[Errata]:_ -* *5.4* (May, 2005) _link:./5.4R/announce.html[Announcement]: link:./5.4R/relnotes.html[Release Notes]: link:./5.4R/hardware.html[Hardware Notes]: link:./5.4R/installation.html[Installation Notes]: link:./5.4R/readme.html[Readme]: link:./5.4R/errata.html[Errata]: link:./5.4R/migration-guide.html[Migration Guide]_ -* *5.3* (November, 2004) _link:./5.3R/announce.html[Announcement]: link:./5.3R/relnotes.html[Release Notes]: link:./5.3R/hardware.html[Hardware Notes]: link:./5.3R/installation.html[Installation Notes]: link:./5.3R/readme.html[Readme]: link:./5.3R/errata.html[Errata]: link:./5.3R/migration-guide.html[Migration Guide]_ -* *5.2.1* (February, 2004) _link:./5.2.1R/announce.html[Announcement]: link:./5.2.1R/relnotes.html[Release Notes]: link:./5.2.1R/hardware.html[Hardware Notes]: link:./5.2.1R/installation.html[Installation Notes]: link:./5.2.1R/readme.html[Readme]: link:./5.2.1R/errata.html[Errata]: link:./5.2.1R/early-adopter.html[Early Adopter's Guide]_ -* *5.2* (January, 2004) _link:./5.2R/announce.html[Announcement]: link:./5.2R/relnotes.html[Release Notes]: link:./5.2R/hardware.html[Hardware Notes]: link:./5.2R/installation.html[Installation Notes]: link:./5.2R/readme.html[Readme]: link:./5.2R/errata.html[Errata]: link:./5.2R/early-adopter.html[Early Adopter's Guide]_ -* *5.1* (June, 2003) _link:./5.1R/announce.html[Announcement]: link:./5.1R/relnotes.html[Release Notes]: link:./5.1R/hardware.html[Hardware Notes]: link:./5.1R/installation.html[Installation Notes]: link:./5.1R/readme.html[Readme]: link:./5.1R/errata.html[Errata]: link:./5.1R/early-adopter.html[Early Adopter's Guide]_ -* *5.0* (January, 2003) _link:./5.0R/announce.html[Announcement]: link:./5.0R/relnotes.html[Release Notes]: link:./5.0R/hardware.html[Hardware Notes]: link:./5.0R/installation.html[Installation Notes]: link:./5.0R/readme.html[Readme]: link:./5.0R/errata.html[Errata]: link:./5.0R/early-adopter.html[Early Adopter's Guide]_ -* *4.11* (January, 2005) _link:./4.11R/announce.html[Announcement]: link:./4.11R/relnotes.html[Release Notes]: link:./4.11R/hardware.html[Hardware Notes]: link:./4.11R/installation.html[Installation Notes]: link:./4.11R/readme.html[Readme]: link:./4.11R/errata.html[Errata]_ -* *4.10* (May, 2004) _link:./4.10R/announce.html[Announcement]: link:./4.10R/relnotes.html[Release Notes]: link:./4.10R/hardware.html[Hardware Notes]: link:./4.10R/installation.html[Installation Notes]: link:./4.10R/readme.html[Readme]: link:./4.10R/errata.html[Errata]_ -* *4.9* (October, 2003) _link:./4.9R/announce.html[Announcement]: link:./4.9R/relnotes.html[Release Notes]: link:./4.9R/hardware.html[Hardware Notes]: link:./4.9R/installation.html[Installation Notes]: link:./4.9R/readme.html[Readme]: link:./4.9R/errata.html[Errata]_ -* *4.8* (April, 2003) _link:./4.8R/announce.html[Announcement]: link:./4.8R/relnotes.html[Release Notes]: link:./4.8R/hardware.html[Hardware Notes]: link:./4.8R/installation.html[Installation Notes]: link:./4.8R/readme.html[Readme]: link:./4.8R/errata.html[Errata]_ -* *4.7* (October, 2002) _link:./4.7R/announce.html[Announcement]: link:./4.7R/relnotes.html[Release Notes]: link:./4.7R/hardware.html[Hardware Notes]: link:./4.7R/installation.html[Installation Notes]: link:./4.7R/readme.html[Readme]: link:./4.7R/errata.html[Errata]_ -* *4.6.2* (August, 2002) _link:./4.6.2R/announce.html[Announcement]: link:./4.6.2R/relnotes.html[Release Notes]: link:./4.6.2R/hardware.html[Hardware Notes]: link:./4.6.2R/readme.html[Readme]: link:./4.6.2R/errata.html[Errata]_ -* *4.6* (June, 2002) _link:./4.6R/announce.html[Announcement]: link:./4.6R/relnotes.html[Release Notes]: link:./4.6R/hardware.html[Hardware Notes]: link:./4.6R/installation.html[Installation Notes]: link:./4.6R/errata.html[Errata]_ -* *4.5* (January, 2002) _link:./4.5R/announce.html[Announcement]: link:./4.5R/notes.html[Release Notes]: link:./4.5R/hardware.html[Hardware Notes]: link:./4.5R/errata.html[Errata]_ -* *4.4* (September, 2001) _link:./4.4R/announce.html[Announcement]: link:./4.4R/notes.html[Release Notes]: link:./4.4R/hardware.html[Hardware Notes]: link:./4.4R/errata.html[Errata]_ +* *9.3* (July, 2014) _link:9.3R/announce/[Announcement]: link:9.3R/relnotes/[Release Notes]: link:9.3R/installation/[Installation Instructions]: link:9.3R/hardware/[Hardware Notes]: link:9.3R/readme/[Readme]: link:9.3R/errata/[Errata]_ +* *9.2* (September, 2013) _link:9.2R/announce/[Announcement]: link:9.2R/relnotes/[Release Notes]: link:9.2R/installation/[Installation Instructions]: link:9.2R/hardware/[Hardware Notes]: link:9.2R/readme/[Readme]: link:9.2R/errata/[Errata]_ +* *9.1* (December, 2012) _link:9.1R/announce/[Announcement]: link:9.1R/relnotes/[Release Notes]: link:9.1R/installation/[Installation Instructions]: link:9.1R/hardware/[Hardware Notes]: link:9.1R/readme/[Readme]: link:9.1R/errata/[Errata]_ +* *9.0* (January, 2012) _link:https://www-legacy.freebsd.org/releases/9.0R/announce/[Announcement]: https://www-legacy.freebsd.org/releases/9.0R/relnotes/[Release Notes]: https://www-legacy.freebsd.org/releases/9.0R/installation/[Installation Instructions]: https://www-legacy.freebsd.org/releases/9.0R/hardware/[Hardware Notes]: https://www-legacy.freebsd.org/releases/9.0R/readme/[Readme]: https://www-legacy.freebsd.org/releases/9.0R/errata/[Errata]_ +* *8.4* (June, 2013) _https://www-legacy.freebsd.org/releases/8.4R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/8.4R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/8.4R/installation.html[Installation Instructions]: https://www-legacy.freebsd.org/releases/8.4R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/8.4R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/8.4R/errata.html[Errata]_ +* *8.3* (April, 2012) _https://www-legacy.freebsd.org/releases/8.3R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/8.3R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/8.3R/installation.html[Installation Instructions]: https://www-legacy.freebsd.org/releases/8.3R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/8.3R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/8.3R/errata.html[Errata]_ +* *8.2* (February, 2011) _https://www-legacy.freebsd.org/releases/8.2R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/8.2R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/8.2R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/8.2R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/8.2R/errata.html[Errata]_ +* *8.1* (July, 2010) _https://www-legacy.freebsd.org/releases/8.1R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/8.1R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/8.1R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/8.1R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/8.1R/errata.html[Errata]_ +* *8.0* (November, 2009) _https://www-legacy.freebsd.org/releases/8.0R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/8.0R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/8.0R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/8.0R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/8.0R/errata.html[Errata]_ +* *7.4* (February, 2011) _https://www-legacy.freebsd.org/releases/7.4R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/7.4R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/7.4R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/7.4R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/7.4R/errata.html[Errata]_ +* *7.3* (March, 2010) _https://www-legacy.freebsd.org/releases/7.3R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/7.3R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/7.3R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/7.3R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/7.3R/errata.html[Errata]_ +* *7.2* (May, 2009) _https://www-legacy.freebsd.org/releases/7.2R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/7.2R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/7.2R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/7.2R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/7.2R/errata.html[Errata]_ +* *7.1* (January, 2009) _https://www-legacy.freebsd.org/releases/7.1R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/7.1R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/7.1R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/7.1R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/7.1R/errata.html[Errata]_ +* *7.0* (February, 2008) _https://www-legacy.freebsd.org/releases/7.0R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/7.0R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/7.0R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/7.0R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/7.0R/errata.html[Errata]_ +* [[rel6-4]]*6.4* (November, 2008) _https://www-legacy.freebsd.org/releases/6.4R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/6.4R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/6.4R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/6.4R/installation.html[Installation Notes]: https://www-legacy.freebsd.org/releases/6.4R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/6.4R/errata.html[Errata]_ +* *6.3* (January, 2008) _https://www-legacy.freebsd.org/releases/6.3R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/6.3R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/6.3R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/6.3R/installation.html[Installation Notes]: https://www-legacy.freebsd.org/releases/6.3R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/6.3R/errata.html[Errata]_ +* *6.2* (January, 2007) _https://www-legacy.freebsd.org/releases/6.2R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/6.2R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/6.2R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/6.2R/installation.html[Installation Notes]: https://www-legacy.freebsd.org/releases/6.2R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/6.2R/errata.html[Errata]_ +* *6.1* (May, 2006) _https://www-legacy.freebsd.org/releases/6.1R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/6.1R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/6.1R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/6.1R/installation.html[Installation Notes]: https://www-legacy.freebsd.org/releases/6.1R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/6.1R/errata.html[Errata]_ +* *6.0* (November, 2005) _https://www-legacy.freebsd.org/releases/6.0R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/6.0R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/6.0R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/6.0R/installation.html[Installation Notes]: https://www-legacy.freebsd.org/releases/6.0R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/6.0R/errata.html[Errata]_ +* *5.5* (May, 2006) _link:https://www-legacy.freebsd.org/releases/5.5R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.5R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.5R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.5R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.5R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.5R/errata.html[Errata]:_ +* *5.4* (May, 2005) _link:https://www-legacy.freebsd.org/releases/5.4R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.4R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.4R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.4R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.4R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.4R/errata.html[Errata]: link:https://www-legacy.freebsd.org/releases/5.4R/migration-guide.html[Migration Guide]_ +* *5.3* (November, 2004) _link:https://www-legacy.freebsd.org/releases/5.3R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.3R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.3R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.3R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.3R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.3R/errata.html[Errata]: link:https://www-legacy.freebsd.org/releases/5.3R/migration-guide.html[Migration Guide]_ +* *5.2.1* (February, 2004) _link:https://www-legacy.freebsd.org/releases/5.2.1R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.2.1R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.2.1R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.2.1R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.2.1R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.2.1R/errata.html[Errata]: link:https://www-legacy.freebsd.org/releases/5.2.1R/early-adopter.html[Early Adopter's Guide]_ +* *5.2* (January, 2004) _link:https://www-legacy.freebsd.org/releases/5.2R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.2R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.2R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.2R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.2R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.2R/errata.html[Errata]: link:https://www-legacy.freebsd.org/releases/5.2R/early-adopter.html[Early Adopter's Guide]_ +* *5.1* (June, 2003) _link:https://www-legacy.freebsd.org/releases/5.1R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.1R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.1R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.1R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.1R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.1R/errata.html[Errata]: link:https://www-legacy.freebsd.org/releases/5.1R/early-adopter.html[Early Adopter's Guide]_ +* *5.0* (January, 2003) _link:https://www-legacy.freebsd.org/releases/5.0R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.0R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.0R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.0R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.0R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.0R/errata.html[Errata]: link:https://www-legacy.freebsd.org/releases/5.0R/early-adopter.html[Early Adopter's Guide]_ +* *4.11* (January, 2005) _link:https://www-legacy.freebsd.org/releases/4.11R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.11R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.11R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.11R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/4.11R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/4.11R/errata.html[Errata]_ +* *4.10* (May, 2004) _link:https://www-legacy.freebsd.org/releases/4.10R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.10R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.10R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.10R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/4.10R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/4.10R/errata.html[Errata]_ +* *4.9* (October, 2003) _link:https://www-legacy.freebsd.org/releases/4.9R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.9R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.9R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.9R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/4.9R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/4.9R/errata.html[Errata]_ +* *4.8* (April, 2003) _link:https://www-legacy.freebsd.org/releases/4.8R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.8R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.8R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.8R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/4.8R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/4.8R/errata.html[Errata]_ +* *4.7* (October, 2002) _link:https://www-legacy.freebsd.org/releases/4.7R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.7R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.7R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.7R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/4.7R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/4.7R/errata.html[Errata]_ +* *4.6.2* (August, 2002) _link:https://www-legacy.freebsd.org/releases/4.6.2R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.6.2R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.6.2R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.6.2R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/4.6.2R/errata.html[Errata]_ +* *4.6* (June, 2002) _link:https://www-legacy.freebsd.org/releases/4.6R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.6R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.6R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.6R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/4.6R/errata.html[Errata]_ +* *4.5* (January, 2002) _link:https://www-legacy.freebsd.org/releases/4.5R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.5R/notes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.5R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.5R/errata.html[Errata]_ +* *4.4* (September, 2001) _link:https://www-legacy.freebsd.org/releases/4.4R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.4R/notes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.4R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.4R/errata.html[Errata]_ * *4.3* (April, 2001) _link:./4.3R/announce/[Announcement]: link:./4.3R/notes/[Release Notes]: link:./4.3R/errata/[Errata]_ * *4.2* (November, 2000) _link:./4.2R/announce/[Announcement]: link:./4.2R/notes/[Release Notes]: link:./4.2R/errata/[Errata]_ * *4.1.1* (September, 2000) _link:./4.1.1R/announce/[Announcement] : link:./4.1.1R/notes/[Release Notes] : link:./4.1.1R/errata/[Errata]_ |