diff options
author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2021-01-31 20:33:46 +0000 |
---|---|---|
committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 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 <kensmith@FreeBSD.org> |Release Engineering, amd64, i386, sparc64 Release Building, Mirror Site Coordination +|Robert Watson <rwatson@FreeBSD.org> |Release Engineering, Security +|Konstantin Belousov <kib@FreeBSD.org> |Release Engineering +|Marc Fonvieille <blackend@FreeBSD.org> |Release Engineering, Documentation +|Josh Paetzel <jpaetzel@FreeBSD.org> |Release Engineering +|Hiroki Sato <hrs@FreeBSD.org> |Release Engineering, Documentation +|Bjoern Zeeb <bz@FreeBSD.org> |Release Engineering, Package Building +|Marcel Moolenaar <marcel@FreeBSD.org> |ia64, powerpc Release Building +|Nathan Whitehorn <nwhitehorn@FreeBSD.org> |powerpc64 Release Building +|Simon Nielsen <simon@FreeBSD.org> |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:kensmith@FreeBSD.org" shape="rect">kensmith@FreeBSD.org</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:rwatson@FreeBSD.org" shape="rect">rwatson@FreeBSD.org</a>></td> - <td rowspan="1" colspan="1">Release Engineering, Security</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Konstantin Belousov <<a href="mailto:kib@FreeBSD.org" shape="rect">kib@FreeBSD.org</a>></td> - <td rowspan="1" colspan="1">Release Engineering</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Marc Fonvieille <<a href="mailto:blackend@FreeBSD.org" shape="rect">blackend@FreeBSD.org</a>></td> - <td rowspan="1" colspan="1">Release Engineering, Documentation</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Josh Paetzel <<a href="mailto:jpaetzel@FreeBSD.org" shape="rect">jpaetzel@FreeBSD.org</a>></td> - <td rowspan="1" colspan="1">Release Engineering</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Hiroki Sato <<a href="mailto:hrs@FreeBSD.org" shape="rect">hrs@FreeBSD.org</a>></td> - <td rowspan="1" colspan="1">Release Engineering, Documentation</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Bjoern Zeeb <<a href="mailto:bz@FreeBSD.org" shape="rect">bz@FreeBSD.org</a>></td> - <td rowspan="1" colspan="1">Release Engineering, Package Building</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Marcel Moolenaar <<a href="marcel@FreeBSD.org" shape="rect">marcel@FreeBSD.org</a>></td> - <td rowspan="1" colspan="1">ia64, powerpc Release Building</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Nathan Whitehorn <<a href="mailto:nwhitehorn@FreeBSD.org" shape="rect">nwhitehorn@FreeBSD.org</a>></td> - <td rowspan="1" colspan="1">powerpc64 Release Building</td> - </tr> - - <tr> - <td rowspan="1" colspan="1">Simon Nielsen <<a href="mailto:simon@FreeBSD.org" shape="rect">simon@FreeBSD.org</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:questions@FreeBSD.org">questions@FreeBSD.org</a>>.</small></p> - -<p align="center"><small>All users of FreeBSD 9.1-STABLE should subscribe to the <<a -href="mailto:stable@FreeBSD.org">stable@FreeBSD.org</a>> mailing list.</small></p> - -<p align="center"><small>For questions about this documentation, e-mail <<a -href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</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:questions@FreeBSD.org">questions@FreeBSD.org</a>>.</small></p> - -<p align="center"><small>All users of FreeBSD 9.1-STABLE should subscribe to the <<a -href="mailto:stable@FreeBSD.org">stable@FreeBSD.org</a>> mailing list.</small></p> - -<p align="center"><small>For questions about this documentation, e-mail <<a -href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</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:questions@FreeBSD.org">questions@FreeBSD.org</a>>.</small></p> - -<p align="center"><small>All users of FreeBSD 9.1-STABLE should subscribe to the <<a -href="mailto:stable@FreeBSD.org">stable@FreeBSD.org</a>> mailing list.</small></p> - -<p align="center"><small>For questions about this documentation, e-mail <<a -href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</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 `<freebsd-admin@FreeBSD.org>` 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:freebsd-admin@FreeBSD.org">freebsd-admin@FreeBSD.org</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:questions@FreeBSD.org">questions@FreeBSD.org</a>>.</small></p> - -<p align="center"><small>All users of FreeBSD 9.1-STABLE should subscribe to the <<a -href="mailto:stable@FreeBSD.org">stable@FreeBSD.org</a>> mailing list.</small></p> - -<p align="center"><small>For questions about this documentation, e-mail <<a -href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</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 |