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..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 |Release Engineering, amd64, i386, sparc64 Release Building, Mirror Site Coordination +|Robert Watson |Release Engineering, Security +|Konstantin Belousov |Release Engineering +|Marc Fonvieille |Release Engineering, Documentation +|Josh Paetzel |Release Engineering +|Hiroki Sato |Release Engineering, Documentation +|Bjoern Zeeb |Release Engineering, Package Building +|Marcel Moolenaar |ia64, powerpc Release Building +|Nathan Whitehorn |powerpc64 Release Building +|Simon Nielsen |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 @@ - - - - - FreeBSD 9.1-RELEASE Announcement - - - - - - -
-
- Skip site navigation (1) - Skip section navigation (2) - -
- -

Site Navigation

- -
-
-
-
-

Section Navigation

- -
-
-

FreeBSD 9.1-RELEASE Announcement

- -

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 C++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 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:

- - - -

For more information about FreeBSD release engineering - activities please see:

- - - -

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.html

- -

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:

- - - -

FTP

- -

At the time of this announcement the following FTP sites have - FreeBSD 9.1-RELEASE available.

- - - -

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:

- - - -

For instructions on installing FreeBSD or updating an existing - machine to 9.1-RELEASE please see:

- - - -

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/.

- - - -

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:

- - - -

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:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
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/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 @@ - - - - -FreeBSD 9.1-RELEASE Errata - - - - - -
-
-

FreeBSD 9.1-RELEASE Errata

- -

The FreeBSD Project

- - - -

$FreeBSD: stable/9/release/doc/en_US.ISO8859-1/errata/article.xml -244671 2012-12-25 06:07:34Z hrs $
-

- -
-

FreeBSD is a registered trademark of the FreeBSD Foundation.

- -

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.

- -

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.

- -

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.

-
- -
-
- -
-
-

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.

-
-
- -
-
-

1 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/.

-
- -
-
-

2 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/.

- -
- ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AdvisoryDateTopic
SA-12:01.openssl3 May 2012 -

OpenSSL multiple vulnerabilities

-
SA-12:02.crypt30 May 2012 -

Incorrect crypt() hashing

-
SA-12:03.bind12 June 2012 -

Incorrect handling of zero-length RDATA fields in -named(8)

-
SA-12:04.sysret12 June 2012 -

Privilege escalation when returning from kernel

-
SA-12:05.bind6 August 2012 -

-named(8) DNSSEC -validation Denial of Service

-
SA-12:06.bind22 November 2012 -

Multiple Denial of Service vulnerabilities with -named(8)

-
SA-12:07.hostapd22 November 2012 -

Insufficient message length validation for EAP-TLS messages

-
SA-12:08.linux22 November 2012 -

Linux compatibility layer input validation error

-
-
-
- -
-
-

3 Late-Breaking News

- -

[November 2, 2012] The current -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 -freebsd-update(8) were ones for -9.0-RELEASE, not for 9.1-RELEASE.

    -
  • - -
  • -

    The list of releases supported by -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].

    -
  • -
-
-
- -
-

This file, and other release-related documents, can be -downloaded from http://www.FreeBSD.org/releases/.

- -

For questions about FreeBSD, read the documentation before contacting <questions@FreeBSD.org>.

- -

All users of FreeBSD 9.1-STABLE should subscribe to the <stable@FreeBSD.org> mailing list.

- -

For questions about this documentation, e-mail <doc@FreeBSD.org>.

- - - 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 + +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 <>. + +[amd64, i386, ia64, pc98] USB Bluetooth adapters can be found in <> 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 @@ - - - - -FreeBSD 9.1-RELEASE Hardware Notes - - - - - -
-
-

FreeBSD 9.1-RELEASE Hardware Notes

- -

The FreeBSD Documentation Project

- - - -

$FreeBSD: -release/9.1.0/release/doc/en_US.ISO8859-1/hardware/article.sgml 243705 2012-11-30 -16:15:35Z hrs $
-

- -
-

FreeBSD is a registered trademark of the FreeBSD Foundation.

- -

AMD, Am486, Am5X86, AMD Athlon, AMD Duron, AMD Opteron, AMD-K6, Athlon, Élan, -Opteron, and PCnet are trademarks of Advanced Micro Devices, Inc.

- -

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.

- -

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.

- -

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.

- -

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.

- -

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.

- -

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.

-
- -
-
- - - -
-

1 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.

-
- -
-
-

2 Supported Processors and System -Boards

- -

This section provides some architecture-specific information about the specific -processors and systems that are supported by each architecture.

- -
-
-

2.1 amd64

- -

Since mid-2003 FreeBSD/amd64 has supported the AMD64 (“Hammer”) and -Intel® 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™64 -(“Clawhammer”).

    -
  • - -
  • -

    AMD Opteron™ -(“Sledgehammer”).

    -
  • - -
  • -

    All multi-core Intel Xeon™ 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® 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 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.

-
- -
-
-

2.2 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™-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® processors. - All i386-compatible AMD processors are also -supported, including the Am486®, Am5x86®, K5, AMD-K6® (and -variants), AMD Athlon (including Athlon-MP, -Athlon-XP, Athlon-4, and Athlon Thunderbird), and AMD Duron™ 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 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 -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 -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 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 -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:

- -
-hint.acpi.0.disabled="1"
-
- -

Users debugging ACPI-related problems may find it useful to disable portions of -the ACPI functionality. The -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 -DSDT section -of the ACPI4Linux project - Web site. FreeBSD can use these DSDTs to override the DSDT provided by the -BIOS; see the -acpi(4) manual -page for more information.

-
- -
-
-

2.3 ia64

- -

Currently supported processors are the Itanium® and the 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 -syscons(4) can -not be enabled and the use of a serial console is required.

-
- -
-
-

2.4 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.

-
- -
-
-

2.5 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

    -
  • -
-
- -
-
-

2.6 sparc64

- -

This section describes the systems currently known to be supported by FreeBSD on -the Fujitsu SPARC64® and Sun UltraSPARC® platforms. For background information -on the various hardware designs see the 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 -creator(4) (Sun -Creator, Sun Creator3D and Sun Elite3D) or -machfb(4) (Sun -PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example - Sun Blade™ 100, Sun Blade 150, Sun Ultra™ 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 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™ 150

    -
  • - -
  • -

    Sun Enterprise 220R

    -
  • - -
  • -

    Sun Enterprise 250

    -
  • - -
  • -

    Sun Enterprise 420R

    -
  • - -
  • -

    Sun Enterprise 450

    -
  • - -
  • -

    Sun Fire™ B100s (support for the on-board -NICs first appeared in 8.1-RELEASE)

    -
  • - -
  • -

    Sun Fire V100

    -
  • - -
  • -

    Sun Fire V120

    -
  • - -
  • -

    Sun Netra™ 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® 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 -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® 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

    -
  • -
-
-
- -
-
-

3 Supported Devices

- -

This section describes the devices currently known to be supported by FreeBSD. Other -configurations may also work, but simply have not been tested yet. Feedback, updates, and -corrections to this list are encouraged.

- -

Where possible, the drivers applicable to each device or class of devices is listed. -If the driver in question has a manual page in the FreeBSD base distribution (most -should), it is referenced here. Information on specific models of supported devices, -controllers, etc. can be found in the manual pages.

- -
-
-

Note: The device lists in this document are being generated automatically -from FreeBSD manual pages. This means that some devices, which are supported by -multiple drivers, may appear multiple times.

-
-
- -
-
-

3.1 Disk Controllers

- -

[amd64, i386, ia64, pc98, sparc64] IDE/ATA controllers ( -ata(4) - driver)

- -

[pc98] IDE/ATA controllers (wdc driver)

- -
    -
  • -

    On-board IDE controller

    -
  • -
- -

[i386,ia64,amd64] Controllers supported by the -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 -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 -adw(4) driver -supports SCSI controllers including:

- -
    -
  • -

    AdvanSys ABP940UW/ABP3940UW

    -
  • - -
  • -

    AdvanSys ABP950UW

    -
  • - -
  • -

    AdvanSys ABP970UW

    -
  • - -
  • -

    AdvanSys ABP3940U2W

    -
  • - -
  • -

    AdvanSys ABP3950U2W

    -
  • -
- -

[i386] The -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 -ahb(4) driver -supports the following SCSI host adapters:

- -
    -
  • -

    Adaptec AHA-1740

    -
  • - -
  • -

    Adaptec AHA-1742

    -
  • - -
  • -

    Adaptec AHA-1740A

    -
  • - -
  • -

    Adaptec AHA-1742A

    -
  • -
- -

The -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 -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 -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 -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 -amd(4) driver -include:

- -
    -
  • -

    MELCO IFC-DP (PC-98)

    -
  • - -
  • -

    Tekram DC390

    -
  • - -
  • -

    Tekram DC390T

    -
  • -
- -

Controllers supported by the -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 -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 -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 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 bt(4) driver.

- -

[i386,ia64,amd64] Controllers supported by the -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 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 -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 -esp(4) driver -include:

- -
    -
  • -

    MELCO IFC-DP (PC-98)

    -
  • - -
  • -

    Sun ESP family

    -
  • - -
  • -

    Sun FAS family

    -
  • - -
  • -

    Tekram DC390

    -
  • - -
  • -

    Tekram DC390T

    -
  • -
- -

[i386,amd64] The -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 -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 -hptmv(4) driver -supports the following ATA RAID controllers:

- -
    -
  • -

    HighPoint's RocketRAID 182x series

    -
  • -
- -

[i386,amd64] The -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 -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 -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 -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 -isci(4) driver -provides support for Intel C600 SAS controllers.

- -

Cards supported by the -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -nsp(4) driver -include:

- -
    -
  • -

    Alpha-Data AD-PCS201

    -
  • - -
  • -

    I-O DATA CBSC16

    -
  • -
- -

[i386] The -pst(4) driver -supports the Promise Supertrak SX6000 ATA hardware RAID controller.

- -

The -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 -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 -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 -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 -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 -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 -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 -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 cd(4)). -WORM/CD-R/CD-RW writing support is provided by cdrecord(1), which is -a part of the 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) (cd(4))

    -
  • - -
  • -

    [i386] Sony proprietary interface (all models) ( -scd(4))

    -
  • - -
  • -

    ATAPI IDE interface ( -acd(4))

    -
  • -
- -

[i386] The following device is unmaintained:

- -
    -
  • -

    Mitsumi proprietary CD-ROM interface (all models) ( -mcd(4))

    -
  • -
-
- -
-
-

3.2 Ethernet Interfaces

- -

The 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 -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 -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 -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 -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 -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 ( -bfe(4) -driver)

- -

[i386,pc98,sparc64,ia64,amd64] The -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 -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 -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 -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 (cs(4) driver)

- -

[i386,pc98,ia64,amd64,powerpc] The -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 -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 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 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 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 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 ed(4) driver does not -support the following Ethernet NICs:

- -
    -
  • -

    Mitsubishi LAN Adapter B8895

    -
  • -
- -

The 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 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 (et(4) driver)

- -

[i386,amd64] The 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 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 -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 -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 -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 -hme(4) driver -supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server -models.

- -

Cards supported by the -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 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 -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 -ixgb(4) driver -supports the following cards:

- -
    -
  • -

    Intel PRO/10GbE LR Server Adapter

    -
  • - -
  • -

    Intel PRO/10GbE SR Server Adapter

    -
  • -
- -

The -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 -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 -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 -lge(4) driver -include:

- -
    -
  • -

    SMC TigerCard 1000 (SMC9462SX)

    -
  • - -
  • -

    D-Link DGE-500SX

    -
  • -
- -

[i386,amd64] The -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 -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 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 -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 -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 -nve(4) driver -supports the NVIDIA MCP onboard adapters of mainboards with the following chipsets:

- -
    -
  • -

    nForce

    -
  • - -
  • -

    nForce2

    -
  • - -
  • -

    nForce3

    -
  • - -
  • -

    nForce4

    -
  • -
- -

[i386,amd64] The -nxge(4) driver -supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html.

- -

[i386,amd64] The -oce(4) driver -supports the following network adapters:

- -
    -
  • -

    Emulex BladeEngine 2

    -
  • - -
  • -

    Emulex BladeEngine 3

    -
  • - -
  • -

    Emulex Lancer

    -
  • -
- -

[i386,pc98,ia64,amd64] The -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 -qlxgb(4) driver -supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets:

- -
    -
  • -

    QLogic 3200 series

    -
  • - -
  • -

    QLogic 8200 series

    -
  • -
- -

The 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 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 -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 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 -sfxge(4) driver -supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers.

- -

The -sge(4) device -driver provides support for the following Ethernet controllers:

- -
    -
  • -

    SiS190 Fast Ethernet controller

    -
  • - -
  • -

    SiS191 Fast/Gigabit Ethernet controller

    -
  • -
- -

The -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 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 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 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 sn(4) driver.

- -

[pc98] The -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 -snc(4) driver -also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave -Serial EEPROM.

- -

The -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 -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 ti(4) driver supports -Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The 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 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 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 (tx(4) driver)

- -

The -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 -udav(4) driver -supports the following adapters:

- -
    -
  • -

    Corega FEther USB-TXC

    -
  • - -
  • -

    ShanTou ST268 USB NIC

    -
  • -
- -

The -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 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 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 -vxge(4) driver -supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com.

- -

[i386,pc98,amd64] The wb(4) driver supports -Winbond W89C840F based Fast Ethernet adapters and embedded controllers including:

- -
    -
  • -

    Trendware TE100-PCIE

    -
  • -
- -

[i386,amd64] The 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 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 xl(4) driver nor any -other FreeBSD driver supports this modem.

-
- -
-
-

3.3 FDDI Interfaces

- -

[i386, pc98] DEC DEFPA PCI ( -fpa(4) - driver)

- -

[i386] DEC DEFEA EISA ( -fpa(4) -driver)

-
- -
-
-

3.4 ATM Interfaces

- -

[i386, pc98] Midway-based ATM interfaces (en(4) driver)

- -

[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and -fatm(4) - drivers)

- -

[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters ( -idt(4) -driver)

- -

[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces ( -hatm(4) - driver)

- -

[i386, pc98] IDT77252-based ATM cards ( -patm(4) -driver)

-
- -
-
-

3.5 Wireless Network Interfaces

- -

[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (an(4) driver)

- -

[i386,pc98,amd64,sparc64] The -ath(4) driver -supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL -chipset.

- -

The -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 -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 -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 ( -ipw(4) -driver)

- -

[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network -adapters ( -iwi(4) -driver)

- -

[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters - ( -iwn(4) -driver)

- -

[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters ( -malo(4) -driver)

- -

Marvell 88W8363 IEEE 802.11n wireless network adapters ( -mwl(4) -driver)

- -

[i386,amd64] The -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 -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 -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 -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 -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 -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 -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 (wi(4) driver)

- -

[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards -(wl(4) driver)

- -

[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters ( -wpi(4) -driver)

- -

[i386,amd64] The following devices are known to be supported by the -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

    -
  • -
-
- -
-
-

3.6 Miscellaneous -Networks

- -

[i386,pc98] The ce(4) driver supports -the following models of Tau-PCI/32 WAN adapters:

- -
    -
  • -

    Cronyx Tau-PCI/32

    -
  • - -
  • -

    Cronyx Tau-PCI/32-Lite

    -
  • -
- -

[i386] The 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 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 -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 cm(4) driver supports -the following card models:

- -
    -
  • -

    SMC90c26

    -
  • - -
  • -

    SMC90c56

    -
  • - -
  • -

    SMC90c66 in '56 compatibility mode.

    -
  • -
-
- -
-
-

3.7 Serial Interfaces

- -

[amd64, i386] “PC standard” 8250, 16450, and 16550-based serial ports -( -sio(4) - driver)

- -

The -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 -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 (rp(4) - driver)

- -

[i386] Cyclades Cyclom-Y serial board (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 ( -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 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. (si(4) - driver)

- -

[pc98] Internel serial interfaces ( -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 ( -sio(4) -driver)

- -
    -
  • -

    COM2 (flags 0x01000000)

    -
  • - -
  • -

    COM3 (flags 0x02000000)

    -
  • -
- -

[pc98] NEC PC-9801-120 ( -sio(4) -driver)

- -
-
-

Note: "flags 0x11000000" is necessary in kernel configuration.

-
-
- -

[pc98] Microcore MC-16550, MC-16550II, MC-RS98 ( -sio(4) -driver)

- -
-
-

Note: "flags 0x14000?01" is necessary in kernel configuration.

-
-
- -

[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 ( -sio(4) -driver)

- -
-
-

Note: "flags 0x15000?01" is necessary in kernel configuration.

-
-
- -

[pc98] Media Intelligent RSB-384 ( -sio(4) - driver)

- -
-
-

Note: "flags 0x16000001" is necessary in kernel configuration.

-
-
- -

[pc98] I-O DATA RSA-98III ( -sio(4) - driver)

- -
-
-

Note: "flags 0x18000?01" is necessary in kernel configuration.

-
-
- -

[pc98] Hayes ESP98 ( -sio(4) -driver)

- -
-
-

Note: "options COM_ESP" and "flags 0x19000000" are necessary in kernel -configuration.

-
-
-
- -
-
-

3.8 Sound Devices

- -

[i386,amd64] The -snd_ad1816(4) -driver supports the following sound cards:

- -
    -
  • -

    Analog Devices AD1816

    -
  • -
- -

[i386] The -snd_als4000(4) -driver supports the following sound cards:

- -
    -
  • -

    Avance Logic ALS4000

    -
  • -
- -

[i386,amd64] The -snd_atiixp(4) -driver supports the following audio chipsets:

- -
    -
  • -

    ATI IXP 200

    -
  • - -
  • -

    ATI IXP 300

    -
  • - -
  • -

    ATI IXP 400

    -
  • -
- -

[sparc64] The -snd_audiocs(4) -driver supports the following audio devices:

- -
    -
  • -

    CS4231 on SBus based UltraSPARC

    -
  • - -
  • -

    CS4231 on PCI/EBus based UltraSPARC

    -
  • -
- -

[i386,amd64] The -snd_cmi(4) -driver supports the following sound cards:

- -
    -
  • -

    CMedia CMI8338A

    -
  • - -
  • -

    CMedia CMI8338B

    -
  • - -
  • -

    CMedia CMI8738

    -
  • - -
  • -

    CMedia CMI8738B

    -
  • -
- -

[i386,amd64] The -snd_cs4281(4) -driver supports the following sound cards:

- -
    -
  • -

    Crystal Semiconductor CS4281

    -
  • -
- -

[i386,amd64] The -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 -snd_csa(4) -driver yet.

- -

[i386,amd64] The -snd_ds1(4) -driver supports the following sound cards:

- -
    -
  • -

    Yamaha DS-1

    -
  • - -
  • -

    Yamaha DS-1E

    -
  • -
- -

[i386,amd64] The -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 -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 -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 -snd_envy24(4) -driver supports the following audio devices:

- -
    -
  • -

    M-Audio Audiophile 2496

    -
  • - -
  • -

    M-Audio Delta Dio 2496

    -
  • - -
  • -

    Terratec DMX 6fire

    -
  • -
- -

[i386,amd64] The -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 -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 -snd_ess(4) -driver supports the following sound cards:

- -
    -
  • -

    Ensoniq ESS ISA PnP/non-PnP

    -
  • -
- -

[i386,amd64] The -snd_fm801(4) -driver supports audio devices based on the following chipset:

- -
    -
  • -

    Forte Media FM801

    -
  • -
- -

[i386,amd64] The -snd_gusc(4) -driver supports the following sound cards:

- -
    -
  • -

    Gravis UltraSound MAX

    -
  • - -
  • -

    Gravis UltraSound PnP

    -
  • -
- -

[i386,amd64] The -snd_hda(4) -driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), -compatible with Intel HDA specification.

- -

The -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 -snd_hdspe(4) -driver supports the following audio devices:

- -
    -
  • -

    RME HDSPe AIO

    -
  • - -
  • -

    RME HDSPe RayDAT

    -
  • -
- -

[i386,amd64] The -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 -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 -snd_maestro3(4) -driver supports the following audio devices:

- -
    -
  • -

    ESS Technology Allegro-1

    -
  • - -
  • -

    ESS Technology Maestro3

    -
  • -
- -

[i386] The -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 -snd_neomagic(4) -driver supports the following audio devices:

- -
    -
  • -

    NeoMagic 256AV

    -
  • - -
  • -

    NeoMagic 256ZX

    -
  • -
- -

[i386,amd64] The -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 -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 -snd_spicds(4) -driver supports the following codecs:

- -
    -
  • -

    AK4358

    -
  • - -
  • -

    AK4381

    -
  • - -
  • -

    AK4396

    -
  • - -
  • -

    AK4524

    -
  • - -
  • -

    AK4528

    -
  • - -
  • -

    WM8770

    -
  • -
- -

[i386,amd64,sparc64] The -snd_t4dwave(4) -driver supports the following audio devices:

- -
    -
  • -

    Acer Labs M5451

    -
  • - -
  • -

    SIS 7018

    -
  • - -
  • -

    Trident 4DWave DX

    -
  • - -
  • -

    Trident 4DWave NX

    -
  • -
- -

[i386,amd64] The -snd_via8233(4) -driver supports the following audio chipsets:

- -
    -
  • -

    VIA VT8233

    -
  • - -
  • -

    VIA VT8233A

    -
  • - -
  • -

    VIA VT8233C

    -
  • - -
  • -

    VIA VT8235

    -
  • - -
  • -

    VIA VT8237

    -
  • - -
  • -

    VIA VT8251

    -
  • -
- -

[i386,amd64] The -snd_via82c686(4) -driver supports audio devices based on the following chipset:

- -
    -
  • -

    VIA 82C686A

    -
  • -
- -

[i386,amd64] The -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) (sb(4) driver)

- -

[pc98] I-O DATA CD-BOX (sb(4) driver)

- -

[pc98] MPU-401 and compatible interfaces (mpu driver)

- -
    -
  • -

    Q-Vision WaveStar

    -
  • -
-
- -
-
-

3.9 Camera and Video Capture -Devices

- -

[i386,pc98] The -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

-
- -
-
-

3.10 USB Devices

- -

[amd64, i386, ia64, pc98] A range of USB peripherals are supported; devices known -to work are listed in this section. Owing to the generic nature of most USB -devices, with some exceptions any device of a given class will be supported, even if -not explicitly listed here.

- -
-
-

Note: [amd64, i386, ia64, pc98] USB Ethernet adapters can be found in the -section listing Ethernet interfaces.

-
-
- -
-
-

Note: [amd64, i386, ia64, pc98] USB Bluetooth adapters can be found in Bluetooth section.

-
-
- -

[i386,pc98,ia64,amd64,powerpc] The -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 -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 ( -ehci(4) - driver)

- -

[amd64, i386, ia64, pc98] Hubs

- -

[amd64, i386, ia64, pc98] Keyboards ( -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 ( -ufm(4) -driver)

    -
  • - -
  • -

    Mirunet AlphaCam Plus

    -
  • -
- -

[i386,pc98,amd64,powerpc] The following devices are supported by the -urio(4) -driver:

- -
    -
  • -

    Diamond MultiMedia Rio 500

    -
  • - -
  • -

    Diamond MultiMedia Rio 600

    -
  • - -
  • -

    Diamond MultiMedia Rio 800

    -
  • -
- -

[i386,pc98,amd64] Devices supported by the -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 ( -ums(4) -driver)

- -

[i386,pc98,amd64,powerpc] The -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 -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 -ubser(4) driver -provides support for the BWCT console management serial adapters.

- -

[i386,pc98,amd64] The -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 -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 -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 -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 ( -uaudio(4) -driver)

- -

[i386,pc98,amd64] The -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

    -
  • -
-
- -
-
-

3.11 IEEE 1394 (Firewire) -Devices

- -

[i386,sparc64,ia64,amd64,powerpc] The -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 ( -sbp(4) -driver)

-
- -
-
-

3.12 Bluetooth Devices

- -

[i386,pc98,amd64] The -ng_bt3c(4) -driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter.

- -

[i386,pc98,amd64] The -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

    -
  • -
-
- -
-
-

3.13 Cryptographic -Accelerators

- -

[i386,pc98,amd64] The -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 -safe(4) driver -supports cards containing any of the following chips:

- -
    -
  • -

    SafeNet 1141

    -
  • - -
  • -

    SafeNet 1741

    -
  • -
- -

[i386,pc98,amd64] The -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

    -
  • -
-
- -
-
-

3.14 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 ( -fdc(4) -driver)

- -

[amd64, i386] VGA-compatible video cards ( -vga(4) -driver)

- -
-
-

Note: 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 ( -atkbd(4) -driver)

    -
  • - -
  • -

    [amd64, i386] PS/2 keyboards ( -atkbd(4) -driver)

    -
  • - -
  • -

    [pc98] Standard keyboards

    -
  • - -
  • -

    [amd64, i386, ia64, pc98] USB keyboards ( -ukbd(4) -driver)

    -
  • -
- -

[amd64, i386, ia64, pc98] Pointing devices including:

- -
    -
  • -

    [amd64, i386, pc98] Bus mice and compatible devices ( -mse(4) -driver)

    -
  • - -
  • -

    [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing -devices ( -psm(4) -driver)

    -
  • - -
  • -

    Serial mice and compatible devices

    -
  • - -
  • -

    [amd64, i386, ia64, pc98] USB mice ( -ums(4) -driver)

    -
  • -
- -
-
-

Note: -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 ( -ppc(4) -driver)

- -

[pc98] “PC-9821 standard” parallel ports ( -ppc(4) -driver)

- -

[i386, amd64] PC-compatible joysticks ( -joy(4) -driver)

- -

[pc98] Joystick port of SoundBlaster(98) ( -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 Virtual Computers (xrpu - driver).

- -

[pc98] Power Management Controller of NEC PC-98 Note (pmc driver)

-
-
-
- -
-

This file, and other release-related documents, can be -downloaded from http://www.FreeBSD.org/releases/.

- -

For questions about FreeBSD, read the documentation before contacting <questions@FreeBSD.org>.

- -

All users of FreeBSD 9.1-STABLE should subscribe to the <stable@FreeBSD.org> mailing list.

- -

For questions about this documentation, e-mail <doc@FreeBSD.org>.

- - - 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 @@ - - - - -FreeBSD 9.1-RELEASE Installation Instructions - - - - - -
-
-

FreeBSD 9.1-RELEASE Installation -Instructions

- -

The FreeBSD Project

- - - -

$FreeBSD: -stable/9/release/doc/en_US.ISO8859-1/installation/article.xml 244867 2012-12-30 16:41:17Z -hrs $
-

- -
-

FreeBSD is a registered trademark of the FreeBSD Foundation.

- -

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.

- -

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.

- -

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.

-
- -
-
- -
-
-

This article gives some brief instructions on installing FreeBSD 9.1-RELEASE and -upgrading the systems running earlier releases.

-
-
- -
-
-

1 Installing FreeBSD

- -

The “Installing FreeBSD” chapter of the FreeBSD - Handbook provides more in-depth information about the installation program -itself, including a guided walk-through with screenshots.

-
- -
-
-

2 Upgrading FreeBSD

- -

If you are upgrading from a previous release of FreeBSD, please read upgrading section in the Release Notes for notable incompatibilities -carefully.

- -
-
-

2.1 Upgrading from Source

- -

The procedure for doing a source code based update is described in http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/synching.html -and http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html.

- -

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.

-
- -
-
-

2.2 Upgrading Using “FreeBSD -Update”

- -

The -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 -freebsd-update(8) (Errata Notice FreeBSD-EN-12:01.freebsd-update) which is needed in order to -upgrade to FreeBSD 9.1-RELEASE.

- -
-# freebsd-update fetch
-# freebsd-update install
-
- -

Now the -freebsd-update(8) utility can fetch bits - belonging to 9.1-RELEASE. During this process -freebsd-update(8) will ask for help in merging - configuration files.

- -
-# 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:

- -
    -
  1. -

    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 -freebsd-update(8) and confirm that an updated - kernel will be placed into /boot/kernel before -proceeding beyond this point.

    -
  2. - -
  3. -

    The FreeBSD source tree in /usr/src (if present) will -be deleted. (Normally the -freebsd-update(8) utility will update a source -tree, but in this case the changes in release packaging result in the -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.)

    -
  4. -
- -
-# freebsd-update install
-
- -

The system must now be rebooted with the newly installed kernel before the -non-kernel components are updated.

- -
-# shutdown -r now
-
- -

After rebooting, -freebsd-update(8) needs to be run again to -install the new userland components:

- -
-# freebsd-update install
-
- -

At this point, users of systems being upgraded from FreeBSD 8.2-RELEASE or -earlier will be prompted by -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 -freebsd-update(8) printed a message - indicating that this was necessary), run -freebsd-update(8) again so that it can delete the -old (no longer used) system libraries:

- -
-# freebsd-update install
-
- -

Finally, reboot into 9.1-RELEASE

- -
-# shutdown -r now
-
-
-
-
- -
-

This file, and other release-related documents, can be -downloaded from http://www.FreeBSD.org/releases/.

- -

For questions about FreeBSD, read the documentation before contacting <questions@FreeBSD.org>.

- -

All users of FreeBSD 9.1-STABLE should subscribe to the <stable@FreeBSD.org> mailing list.

- -

For questions about this documentation, e-mail <doc@FreeBSD.org>.

- - - 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 `` 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 @@ - - - - -FreeBSD 9.1-RELEASE README - - - - - -
-
-

FreeBSD 9.1-RELEASE README

- -

The FreeBSD Project

- - - -

$FreeBSD: -release/9.1.0/release/doc/en_US.ISO8859-1/readme/article.sgml 243705 2012-11-30 16:15:35Z -hrs $
-

- -
-

FreeBSD is a registered trademark of the FreeBSD Foundation.

- -

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.

- -

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.

- -

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.

- -

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.

-
- -
-
- -
-
-

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.

-
-
- -
-
-

1 Introduction

- -

This distribution is a release of FreeBSD 9.1-RELEASE, the latest point along the -9.1-STABLE branch.

- -
-
-

1.1 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® machines (sparc64). Versions for the ARM® (arm), MIPS® (mips), -and PowerPC® (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® 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.

-
- -
-
-

1.2 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.

-
-
- -
-
-

2 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.

- -
-
-

2.1 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 “Obtaining FreeBSD” appendix to the Handbook.

-
- -
-
-

2.2 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 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 for -more details on becoming an official mirror site. You can also find useful -information for mirror sites at the 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.

-
-
- -
-
-

3 Contacting the FreeBSD -Project

- -
-

3.1 Email and Mailing Lists

- -

For any questions or general technical support issues, please send mail to the FreeBSD -general questions mailing list.

- -

If you're tracking the 9.1-STABLE development efforts, you must join the 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 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 FreeBSD -announcements mailing list.

- -

All of the mailing lists can be freely joined by anyone wishing to do so. Visit -the 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 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.

-
-
-
- -
-
-

3.2 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 -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. 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 -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 -send-pr(1) to -submit a bug report, you can try to send it to the FreeBSD -problem reports mailing list.

- -

For more information, “Writing FreeBSD Problem Reports”, available on the -FreeBSD Web site, has a number of helpful hints on writing and submitting - effective problem reports.

-
-
- -
-
-

4 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.

- -
-
-

4.1 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).

-
-
-
- -
-
-

4.2 Manual Pages

- -

As with almost all UNIX like operating systems, FreeBSD -comes with a set of on-line manual pages, accessed through the -man(1) command -or through the 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 -tuning(7) (a -guide to performance tuning), -security(7) (an -introduction to FreeBSD security), and -style(9) (a -style guide to kernel coding).

-
- -
-
-

4.3 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 Handbook and FAQ - are always available from the 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 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.

-
-
- -
-
-

5 -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 “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.

-
-
- -
-

This file, and other release-related documents, can be -downloaded from http://www.FreeBSD.org/releases/.

- -

For questions about FreeBSD, read the documentation before contacting <questions@FreeBSD.org>.

- -

All users of FreeBSD 9.1-STABLE should subscribe to the <stable@FreeBSD.org> mailing list.

- -

For questions about this documentation, e-mail <doc@FreeBSD.org>.

- - - 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 + +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 @@ - - - - -FreeBSD 9.1-RELEASE Release Notes - - - - - -
-
-

FreeBSD 9.1-RELEASE Release Notes

- -

The FreeBSD Project

- - - -

$FreeBSD: stable/9/release/doc/en_US.ISO8859-1/relnotes/article.xml -244869 2012-12-30 17:54:25Z hrs $
-

- -
-

FreeBSD is a registered trademark of the FreeBSD Foundation.

- -

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.

- -

IEEE, POSIX, and 802 are registered trademarks of Institute of Electrical and -Electronics Engineers, Inc. in the United States.

- -

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.

- -

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.

- -

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.

-
- -
-
-

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
- -
1 Introduction
- -
2 What's New
- -
-
-
2.1 Security Advisories
- -
2.2 Kernel Changes
- -
-
-
2.2.1 Boot Loader Changes
- -
2.2.2 Hardware Support
- -
2.2.3 Network Protocols
- -
2.2.4 Disks and Storage
- -
2.2.5 File Systems
-
-
- -
2.3 Userland Changes
- -
-
-
2.3.1 -periodic(8) Scripts
- -
2.3.2 rc(8) Scripts
-
-
- -
2.4 Contributed Software
- -
2.5 Release Engineering and Integration
-
-
- -
3 Upgrading from previous releases of FreeBSD
- -
-
-
3.1 Upgrading using -freebsd-update(8) or a source-based - procedure
- -
3.2 User-visible incompatibilities
-
-
-
-
- -
-

1 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 “Obtaining FreeBSD” appendix to the 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.

-
- -
-
-

2 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.

- -
-
-

2.1 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/.

- -
- ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AdvisoryDateTopic
SA-12:01.openssl3 May 2012 -

OpenSSL multiple vulnerabilities

-
SA-12:02.crypt30 May 2012 -

Incorrect crypt() hashing

-
SA-12:03.bind12 June 2012 -

Incorrect handling of zero-length RDATA fields in -named(8)

-
SA-12:04.sysret12 June 2012 -

Privilege escalation when returning from kernel

-
SA-12:05.bind6 August 2012 -

-named(8) DNSSEC -validation Denial of Service

-
SA-12:06.bind22 November 2012 -

Multiple Denial of Service vulnerabilities with -named(8)

-
SA-12:07.hostapd22 November 2012 -

Insufficient message length validation for EAP-TLS messages

-
SA-12:08.linux22 November 2012 -

Linux compatibility layer input validation error

-
-
-
- -
-
-

2.2 Kernel Changes

- -

The FreeBSD Jail subsystem now supports mounting -devfs(5), -nullfs(5), and -ZFS filesystem inside a jail. New -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.[r232728]

- -

A new -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.[r234167]

- -

The -posix_fadvise(2) -system call has been implemented. This is a function similar to -madvise(2) -except that it operates on a file descriptor instead of a memory region.[r229723]

- -

The -filemon(4) -pseudo-device has been added. This allows a process to collect file operations - data of its children.[r237795]

- -

The -sysctl(8) -variable kern.stop_scheduler_on_panic is now set to - 1 by default.[r235413]

- -

[powerpc] FreeBSD/powerpc64 now supports kernel profiling by using -kgmon(8).[r231907]

- -

The FreeBSD Linux ABI compatibility layer now supports the linux_fadvise64() and linux_fadvise64_64() system calls.[r231145]

- -

The default value of the -loader(8) - tunable hw.memtest.tests is now automatically set -to 0 when FreeBSD is running on a virtual machine.[r230266]

- -

A new -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).[r234075]

- -

The -null(4) and -zero(4) pseudo - device driver now supports non-blocking mode via the -fcntl(2) - system call.[r230320]

- -

The FreeBSD -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.[r233599]

- -

[sparc64] The PREEMPTION kernel option is now enabled in -the GENERIC kernel.[r235992]

- -

A new -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.[r230039]

- -

The -splash(4) screen -interface now supports ASCII art in TheDraw - format.[r228445]

- -
-
-

2.2.1 Boot Loader Changes

- -

The -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.[r230065]

- -

The FreeBSD -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.[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 -geom(4) -providers like MIRROR which use the last LBA for the -metadata.[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.[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:[r236076]

- -
-# 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
-
-
- -
-
-

2.2.2 Hardware Support

- -

[powerpc] The -abtn(4) -driver, which supports ADB keyboards found on Apple laptops, has been added.[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.[r233798]

- -

[powerpc] The atibl(4) driver, which supports backlight control of ATI graphics -chips on PowerBooks and iBooks, has been added.[r232677]

- -

The -acpi_wmi(4) -driver now supports attaching multiple instances.[r229858]

- -

[powerpc] The adm1030(4) driver for G4 MDD fans now shows its PWM parameter in -the device's -sysctl(8) -variable.[r230290]

- -

[arm] The cesa(4) driver for the Marvell crypto engine and security accelerator -has been added.[r234559]

- -

[powerpc] The -hwpmc(4) -driver now supports PowerPC G4+ (MPC745x/MPC744x).[r230305]

- -

[amd64, i386] The -hwpmc(4) -driver now supports the Intel Sandy Bridge microarchitecture.[r234046]

- -

The -hwpmc(4) driver -now supports software events. Simultaneous usage of software PMC and hardware -PMC is allowed.[r236238]

- -

The pcf8563(4) driver for the NXP (Philips) PCF8563 RTC has been added.[r236078]

- -

[powerpc] FreeBSD/powerpc now supports the PWM-controlled fans found on the -PowerMac SMU (System Management Unit).[r233471]

- -

[arm] FreeBSD/arm now supports the Atmel SAM9XE family of microcontrollers.[r236081]

- -

The following -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.[r230754, r233950]

- -

The -usb(4) driver -now handles suspend and resume correctly with no need to reload the kernel -module.[r229100, r229369]

- -

A bug in the -xhci(4) (USB -3.0) driver has been fixed. It did not work with USB 3.0 hubs.[r230302]

- -

The -viawd(4) driver, -which supports the watchdog timer found in VIA south bridges (VT8251, CX700, -VX800, VX855, VX900), has been added.[r229927]

- -

The -wbwd(4) driver, -which supports the watchdog timer found in Winbond Super I/O chips, has been -added.[r235926]

- -
-
-
2.2.2.1 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 -agp(4) driver -now supports SandyBridge and IvyBridge CPU northbridges.[r236926, r236927, r239965]

- -

The -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.[r232798]

- -

The -snd_hdspe(4) -driver has been added. This supports RME HDSPe AIO and RayDAT sound cards.[r233165]

- -

GPL-licensed headers in the -snd_emu10kx(4), - -snd_maestro3(4), - and -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.[r230964, r230985, r231047, r235769]

-
- -
-
-
2.2.2.2 Network Interface Support
- -

A bug in the ae(4) driver which -could prevent it from working under certain conditions has been fixed.[r229520]

- -

The -axe(4) driver -now supports TX/RX checksum offloading support for the ASIX AX88772B -controller.[r229106]

- -

The -bce(4) driver -has been improved:

- -
    -
  • -

    Unnecessary link up/down has been eliminated.[r229864]

    -
  • - -
  • -

    A bug has been fixed which could prevent IPMI from working when the -interface was marked as down.[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.[r235818]

    -
  • -
- -

The -bge(4) and -brgphy(4) drivers have been improved:

- -
    -
  • -

    A bug which could prevent DMA functionality from working correctly has been - fixed.[r229350]

    -
  • - -
  • -

    It now works with a PCI-X BCM 5704 controller that is connected to AMD-8131 -PCI-X bridge.[r233495]

    -
  • - -
  • -

    It now supports the BCM 5720 and BCM 5720C PHY, and the BCM 57780 1000BASE-T - media interface.[r229357, r229867, r232134]

    -
  • - -
  • -

    It now supports a -loader(8) - tunable dev.bge.N.msi to control the use of MSI. The -default value is 1 (enabled).[r231734]

    -
  • -
- -

The -cxgbe(4) and - -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 -sysctl(8) -variables under dev.t4nex.N.misc for various information.[r231093, r237925]

- -

The dc(4) driver now -supports NVIDIA (ULi) M5261/M5263 PCI FastEthernet controllers, which are -found on the ULi M1563 South Bridge and M1689 Bridge.[r229334]

- -

The et(4) driver -now works on all platforms. A bug which could prevent -altq(4) support -from working has been fixed. A new -sysctl(8) -variable under dev.et.N.stats has been added for hardware MAC -statistics.[r229711, r229717, r229720]

- -

The -igb(4) driver -has been updated to version 2.3.4. It now supports newer i210/i211 -devices.[r238262]

- -

The -iwn(4) driver -now supports Intel Centrino Wireless-N + WiMAX 6150 and Wireless-N 100/130 -series.[r233838, r235843]

- -

The -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 -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.[r230709]

- -

The -msk(4) driver -now uses 64-bit DMA addressing on 64-bit platforms.[r229524]

- -

The -mxge(4) driver -has been updated to firmware version 1.4.55 from Myricom.[r236413]

- -

The nsphyter(4) driver now supports National DP83849.[r232137]

- -

The -oce(4) driver, -which supports Emulex OneConnect 10Gbit Ethernet cards, has been added.[r231663]

- -

The -ral(4) driver -now supports Ralink RT2800 and RT3000 chipsets.[r236004]

- -

The 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.[r229529, r231731]

- -

The -runfw(4) -firmware has been updated to version 0.236.[r234028]

- -

The -sfxge(4) driver, -which supports 10Gb Ethernet adapters based on Solarflare SFC9000 family -controllers, has been added.[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 sf(4) driver.[r233485]

- -

The ti(4) driver now - supports the -altq(4) -framework, reporting link-state changes, and -sysctl(8) -variables under dev.ti.N for interrupt moderation parameters.[r229417, r229438]

- -

A bug in the ti(4) driver which -could prevent it from working correctly with the PAE -kernel option has been fixed.[r229441]

- -

The -vge(4) driver -has been updated to improve its link establishment and link-state -detection.[r229540]

- -

The vr(4) driver now -enables flow control capability in the PHY drivers.[r229641]

- -

The -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.[r231697]

-
-
- -
-
-

2.2.3 Network Protocols

- -

The -if_bridge(4) -pseudo-interface now supports reporting link-state changes depending on the status - of the member interfaces.[r236051]

- -

The table argument in the -ipfw(4) packet -filter rule syntax now supports IP address, interface name, port number, and jail -ID. The following syntax is valid:[r234597]

- -
-skipto tablearg ip from any to any via table(42) in
-
- -

The FreeBSD -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 -ip6(4) protocol -stack now supports multiple FIBs.[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.[r230604]

- -

A bug which could return an incorrect value for the IPV6_MULTICASE_HOPS socket option has been fixed.[r227885]

- -

A new -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.[r231768]

- -

The -netmap(4) fast -packet I/O framework has been added. The em(4), lem(4), - -igb(4), and re(4) drivers now -support this framework. The technical details can be found at http://info.iet.unipi.it/~luigi/netmap/.[r231650, r235527]

- -

The FreeBSD -sctp(4) protocol -stack now supports a new -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), ABORTs are sent.[r231045]

- -

A bug which could cause a system panic when SCTP_RECVINFO or SCTP_NXTINFO is -specified to the -getsockopt(2) -system call has been fixed.[r231049]

- -

The FreeBSD -sctp(4) protocol -stack now supports the SCTP_REMOTE_UDP_ENCAPS_PORT -socket option.[r231070, r231140]

- -

The SO_PROTOCOL and SO_PROTOTYPE socket options have been added. These return the -socket protocol number.[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.[r232945]

-
- -
-
-

2.2.4 Disks and Storage

- -

The -arcmsr(4) driver -has been updated to version 1.20.00.25.[r240758]

- -

The -ahci(4) driver -now supports a new -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.[r229291]

- -

The new -cam(4)-based -ata(4) -driver now supports old -loader(8) -tunables hw.ata.ata_dma and hw.ata.atapi_dma, for backward compatibility.[r231251]

- -

The -cam(4) driver -now supports SEMB (SATA Enclosure Management Bridge) devices, which are -equivalent to the SCSI SES/SAF-TE devices.[r236778]

- -

A new -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).[r236765]

- -

The ctl(4) driver, which supports -cam(4) Target -Layer and -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.[r231772]

- -

The cd(4) driver now -supports Audio CDs in the same way as -acd(4) did. It -will report a 2352-byte sector size to the -geom(4) -subsystem and use the READ CD command for reading the -data. This fixes an interoperability issue with multimedia/vlc.[r230014]

- -

The da(4) driver now -supports BIO_DELETE. To select the method, a new -sysctl(8) -variable kern.cam.da.N.delete_method has been added for each -device instance. The following values are supported:[r236677]

- -
- --- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ValueMethod
NONEno provisioning support reported by the device
DISABLEprovisioning support was disabled because of errors
ZEROWRITE SAME (10) command to write zeroes
WS10WRITE SAME (10) command with UNMAP bit set
WS16use WRITE SAME (16) command with UNMAP bit set
UNMAPuse 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 -geom(4) class -now supports BIO_DELETE. This means the TRIM command will be issued on supported devices when deleting -data.[r238500]

- -

The MULTIPATH -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 -gmultipath(8) -utility to manage the configured paths.[r229303, r234916]

- -

The PART_LDM -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.[r234406]

- -

The PART_MBR -geom(4) class -now allows a primary or extended Linux swap partition to be used as the system dump -device.[r230763]

- -

[amd64, i386] The RAID -geom(4) class is -now included in the GENERIC kernel.[r235877]

- -

The RAID -geom(4) class -now supports disks with over 2TB capacity for the Intel metadata format.[r230244]

- -

The RAID -geom(4) class -now supports the DDF metadata format, which is defined in the SNIA Common RAID Disk -Data Format Specification v2.0.[r235874]

- -

The UNCOMPRESS -geom(4) class -and the -mkulzma(8) -utility have been added. This class supports lzma compressed images like the -UZIP -geom(4) class -and the -mkuzip(8) -utility.[r235483]

- -

[amd64, i386] The -hpt27xx(4) -driver has been added. This supports HighPoint RocketRAID 27xx-based SAS 6Gb/s -HBA.[r229975]

- -

[amd64, i386] The -isci(4) -driver, which supports the integrated SAS controller in the Intel C600 (Patsburg) -chipset, has been added.[r231689]

- -

Bugs in -isp(4) target -mode have been fixed.[r230019]

- -

The -ixgbe(4) driver -now supports the Intel X540 adapter.[r230775]

- -

A bug in the -mfi(4) driver -has been fixed. It could cause some inconsistencies due to missed interrupt -acknowledgements and output the following log message:[r227533]

- -
-mfi0: COMMAND 0xffffffXXXXXXXXXX TIMEOUT AFTER XX SECONDS
-
- -

The -mfi(4) driver -now supports single-message MSI, and Drake Skinny and Thunderbolt cards. The - -loader(8) -tunable hw.mfi.msi has been added and it is -enabled by default.[r229611, r234429]

- -

The -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.[r230920, r231679, r237876]

- -

A bug in the -mpt(4) driver -has been fixed. It could attempt to attach MegaRAID cards which should be -handled by the -mfi(4) -driver.[r232562]

- -

The -usb(4) storage -device driver now enables power save mode by default.[r229107]

-
- -
-
-

2.2.5 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.[r233326]

    -
  • - -
  • -

    A memory leak when a ZFS volume is exported via the FreeBSD NFS server has been -fixed.[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 -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.[r233730]

    -
  • - -
  • -

    The -nfsv4(4) -filesystem now supports a -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.[r229799]

    -
  • -
- -

The -tmpfs(5) -filesystem is not an experimental implementation anymore.[r234511]

- -

The -tmpfs(5) -filesystem now supports a -sysctl(8) -variable vfs.tmpfs.memory_reserved to set the amount - of required free pages when -tmpfs(5) -attempts to allocate a new node.[r234849]

- -

FreeBSD's ZFS filesystem has been updated by merging improvements from the -illumos project. The following changes are made:[r229578, r232328]

- -
    -
  • -

    New properties, clones and written, have been added.

    -
  • - -
  • -

    The -zfs(8) send command now reports an estimated size of the stream.

    -
  • - -
  • -

    The -zfs(8) destroy command now reports an estimate of the space which -would be reclaimed, when -n is specified.

    -
  • - -
  • -

    The -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.[r227705]

- -

The binary program can be built and installed by the following command:

- -
-# 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:

- -
-# sh /usr/src/tools/tools/zfsboottest/zfsboottest.sh poolname
-
- -

The -sysctl(8) -variable vfs.zfs.txg.timeout has been changed from - read-only to writable.

-
-
- -
-
-

2.3 Userland Changes

- -

-auth.conf(5) has -been removed because it was deprecated years ago.[r238481]

- -

The -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.[r237740]

- -

The -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.[r230597]

- -

The -dump(8) utility -now uses 53 characters for the device names in /etc/dumpdates. This was previously limited to 32 - characters.[r230047]

- -

The -fetch(1) utility -now correctly supports a percent-encoded user and password part in a URL.[r235253]

- -

The -fdlopen(3) -function has been implemented. This is an interface for -rtld(1) to load -a shared object by file descriptor.[r230410]

- -

The -fopen(3) -function now supports the x (an exclusive -create-and-open mode) option in the ISO/IEC 9899:2011 and C11 standards.[r229845]

- -

A bug in the -gcc(1) compiler -has been fixed. It could lead to incorrect calculations when -ffast-math is specified.[r234023]

- -

The -hastd(8) daemon -now supports specifying the filename of its process ID file in -hast.conf(5).[r229509]

- -

The -ifconfig(8) -utility now supports a vlanhwcsum parameter to set or - reset checksum offloading capability on VLANs.[r231221]

- -

A bug in the -ifconfig(8) -utility which could display an error message in a jail with no IPv6 support has -been fixed.[r238872]

- -

The -ifconfig(8) -utility now supports a carp state state parameter to set the state to backup or master forcibly.[r232486]

- -

The -jail(8) utility -now supports a configuration file ( -jail.conf(5)) -for complex configurations.[r235839]

- -

The -kdump(1) utility -now supports a -p pid option to accept either a process ID or a -thread ID.[r237789]

- -

The -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.[r236118]

- -

The -kldload(8) -utility now supports a -n flag to ignore the error -status when the specified module is already loaded.[r233560]

- -

libedit has been updated to a NetBSD snapshot as of 28 -December, 2009.[r237738]

- -

-libmap.conf(5) -now supports include and includedir directives. They allow to include specified files -for the configuration.[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.[r234372]

- -

A new C++ 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 C++ runtime support for -features such as run-time type information, dynamic casting, thread-safe static -initializer, and exceptions. libc++ implements the -C++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.[r235798]

- -

The -limits(1) -utility now supports a -P pid option to control limits for the -specified process.[r230919]

- -

The -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).[r237731]

- -

The -procstat(1) -utility now shows the superpage mapping flag when displaying process virtual memory - mappings.[r229710]

- -

The -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.[r230917, r230918]

- -

A bug in the -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.[r234535]

- -

The -rtld(1) run-time -linker now supports GCC's RELRO (RElocation Read-Only). This prevents the GOT -(Global Offset Table) from being overwritten.[r231579]

- -

The -rtld(1) run-time -linker now supports a GNU hash section (DT_GNU_HASH), - which is a replacement of optional ELF hash section.[r235396]

- -

The -setbuf(1) -utility and libstdbuf library have been added. This -controls the default buffering behavior of standard stdio streams.[r235139]

- -

The -top(1) utility -now correctly supports per-thread I/O statistics of ZFS in the -m io option.[r227702]

- -

The -unzip(1) utility -now supports a -Z option for zipinfo.[r234330]

- -

The -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.[r235785]

- -
-
-

2.3.1 -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.[r231721]

- -

The default value of daily_scrub_zfs_default_threshold used in periodic/daily/800.scrub-zfs is now set to 35 days.[r229381]

-
- -
-
-

2.3.2 rc(8) Scripts

- -

The rc.d/nfsd script now sets the vfs.nfsd.server_max_nfsvers -sysctl(8) -variable to 4 when nfsv4_server_enable is set to YES.[r227607]

- -

A backwards compatibility issue when both ipv6_enable=YES and ipv6_gateway_enable=YES are defined at the same time has been -fixed.[r242189]

-
-
- -
-
-

2.4 Contributed Software

- -

ISC BIND has been updated to version 9.8.3-P4.[r241417]

- -

The compiler-rt library, which provides low-level -target-specific interfaces such as functions in libgcc, -has been updated to revision 147467.[r236018]

- -

file ( -file(1)) has -been updated to version 5.11.[r237983]

- -

GNU -gperf(1) has -been updated to version 3.0.3 (the latest GPLv2-licensed version).[r230237]

- -

libarchive, -bsdtar(1), and - -cpio(1) have -been updated to version 2.8.5.[r229588]

- -

The libpcap library has been updated to 1.2.1.[r236167]

- -

libstdc++ has been updated to revision 135556 of the - gcc-4_2-branch (the last LGPLv2-licensed version).[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.[r236144]

- -

The netcat utility has been updated to version 5.1.[r235971]

- -

OpenSSL has been updated to version 0.9.8x.[r237998]

- -

The tcpdump ( -tcpdump(1)) -utility has been updated to version 4.2.1.[r236192]

- -

The TENEX C shell ( -tcsh(1)) has -been updated to version 6.18.01.[r232633]

- -

The timezone database has been updated to the tzdata2012a release.[r233447]

- -

The zlib library has been updated to version 1.2.7.[r237691]

-
- -
-
-

2.5 Release Engineering and -Integration

- -

The supported version of the KDE desktop environment -(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.[r234055]

-
-
- -
-
-

3 Upgrading from previous releases of -FreeBSD

- -
-

3.1 Upgrading using -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 - -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 -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.html.

- -
-
-

Important: Upgrading FreeBSD should, of course, only be attempted after -backing up all data and -configuration files.

-
-
-
- -
-
-

3.2 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 Upgrading Section in 9.0-RELEASE Release Notes carefully before - submitting a problem report and/or posting a question to the FreeBSD mailing -lists.

-
-
-
- -
-

This file, and other release-related documents, can be -downloaded from http://www.FreeBSD.org/releases/.

- -

For questions about FreeBSD, read the documentation before contacting <questions@FreeBSD.org>.

- -

All users of FreeBSD 9.1-STABLE should subscribe to the <stable@FreeBSD.org> mailing list.

- -

For questions about this documentation, e-mail <doc@FreeBSD.org>.

- - - diff --git a/website/content/en/releases/9.1R/relnotes.adoc b/website/content/en/releases/9.1R/relnotes.adoc new file mode 100644 index 0000000000..405e2186bd --- /dev/null +++ b/website/content/en/releases/9.1R/relnotes.adoc @@ -0,0 +1,98 @@ +--- +title: "FreeBSD 9.1-RELEASE Release Notes" +sidenav: download +--- + +include::shared/en/urls.adoc[] + +:libcplusplus: libc++ +:libsupcplusplus: libsupc++ +:libstdcplusplus: libstdc++ + += FreeBSD 9.1-RELEASE Release Notes + +This is a simplified version of the FreeBSD 9.1-RELEASE release notes. + +*Important:* If you are upgrading from a previous release of FreeBSD, please read http://www.FreeBSD.org/releases/9.1R/relnotes-detailed/#upgrade[upgrading section in the Release Notes] for notable incompatibilities carefully. + +== Release Highlights + +The highlights in the 9.1-RELEASE are the following. For more details, please see link:../relnotes-detailed/[the Detailed Release Notes]. + +* The FreeBSD Jail subsystem now supports mounting man:devfs[5], man:nullfs[5], and ZFS filesystem inside a jail. New man:jail[8] parameters `allow.mount.devfs`, `allow.mount.nullfs`, and `allow.mount.zfs` to control the per-jail capabilities have been added. All of them are disabled by default. http://svn.freebsd.org/viewvc/base?view=revision&revision=232728[r232728] +* The FreeBSD man:sched_ule[4] scheduler has been improved on CPU load balancing of SMT (Simultaneous MultiThreading) CPUs. It gives a 10-15% performance improvement when the number of threads is lesser than the number of logical CPUs. http://svn.freebsd.org/viewvc/base?view=revision&revision=233599[r233599] +* The man:boot0cfg[8] utility now supports configuration of PXE boot via the `boot0` boot block temporarily on the next boot. The slice number `6` or a keyword `PXE` can be specified to enable PXE boot using the `-s` option. http://svn.freebsd.org/viewvc/base?view=revision&revision=230065[r230065] +* [amd64, i386] The man:hwpmc[4] driver now supports the Intel Sandy Bridge microarchitecture. http://svn.freebsd.org/viewvc/base?view=revision&revision=234046[r234046] +* [arm] FreeBSD/arm now supports the Atmel SAM9XE family of microcontrollers. http://svn.freebsd.org/viewvc/base?view=revision&revision=236081[r236081] +* A bug in the man:xhci[4] (USB 3.0) driver has been fixed. It did not work with USB 3.0 hubs. http://svn.freebsd.org/viewvc/base?view=revision&revision=230302[r230302] +* The drm2(4) Intel GPU driver, which supports GEM and KMS and works with new generations of GPUs such as IronLake, SandyBridge, and IvyBridge, has been added. The man:agp[4] driver now supports SandyBridge and IvyBridge CPU northbridges. http://svn.freebsd.org/viewvc/base?view=revision&revision=236926[r236926], http://svn.freebsd.org/viewvc/base?view=revision&revision=236927[r236927], http://svn.freebsd.org/viewvc/base?view=revision&revision=239965[r239965] +* The man:snd_hda[4] driver has been updated. It now supports and provides HDMI, new volume control, automatic recording source selection, runtime reconfiguration, more then 4 PCM devices on a controller, multichannel recording, additional playback/record streams, higher bandwidth, and more informative device names. http://svn.freebsd.org/viewvc/base?view=revision&revision=232798[r232798] +* The man:snd_hdspe[4] driver has been added. This supports RME HDSPe AIO and RayDAT sound cards. http://svn.freebsd.org/viewvc/base?view=revision&revision=233165[r233165] +* A bug in man:ae[4] driver which could prevent from working under certain conditions has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=229520[r229520] +* The man:bge[4] and brgphy(4) drivers have been improved: +** A bug which could prevent the DMA functionality from working correctly has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=229350[r229350] +** It now works with PCI-X BCM 5704 controller that is connected to AMD-8131 PCI-X bridge. http://svn.freebsd.org/viewvc/base?view=revision&revision=233495[r233495] +** It now supports the BCM 5720 and BCM 5720C PHY, and the BCM 57780 1000BASE-T media interface. http://svn.freebsd.org/viewvc/base?view=revision&revision=229357[r229357], http://svn.freebsd.org/viewvc/base?view=revision&revision=229867[r229867], http://svn.freebsd.org/viewvc/base?view=revision&revision=232134[r232134] +** It now supports a man:loader[8] tunable `dev.bge.N.msi` to control the use of MSI. The default value is `1` (enabled). http://svn.freebsd.org/viewvc/base?view=revision&revision=231734[r231734] +* The man:cxgbe[4] and man:cxgb[4] driver have been updated to firmware version 1.5.2.0. They now support device configuration via a plain text configuration file, IPv6 hardware checksumming, IPv6 TSO and LRO, a `loadfw` command in the cxgbetool(8) utility which allows to install a firmware to the card, man:sysctl[8] variables under `dev.t4nex.N.misc` for various information. http://svn.freebsd.org/viewvc/base?view=revision&revision=231093[r231093], http://svn.freebsd.org/viewvc/base?view=revision&revision=237925[r237925] +* The man:igb[4] driver has been updated to version 2.3.4. It now supports newer i210/i211 devices. http://svn.freebsd.org/viewvc/base?view=revision&revision=238262[r238262] +* The man:mxge[4] driver has been updated to firmware version 1.4.55 from Myricom. http://svn.freebsd.org/viewvc/base?view=revision&revision=236413[r236413] +* The man:oce[4] driver, which supports Emulex OneConnect 10Gbit Ethernet cards, has been added. http://svn.freebsd.org/viewvc/base?view=revision&revision=231663[r231663] +* The man:ral[4] driver now supports Ralink RT2800 and RT3000 chipsets. http://svn.freebsd.org/viewvc/base?view=revision&revision=236004[r236004] +* The man:re[4] driver now supports the RTL8411 PCIe Gigabit Ethernet controller. A bug which could prevent WoL (Wake-on-LAN) from working on RTL8168E has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=229529[r229529], http://svn.freebsd.org/viewvc/base?view=revision&revision=231731[r231731] +* The man:sfxge[4] driver, which supports 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers, has been added. http://svn.freebsd.org/viewvc/base?view=revision&revision=228100[r228100] +* The man:xnb[4] Xen Paravirtualized Backend Ethernet Driver (netback) has been updated. This is attached via the newbus framework and works properly in both HVM and PVM mode. http://svn.freebsd.org/viewvc/base?view=revision&revision=231697[r231697] +* The `table` argument in the man:ipfw[4] packet filter rule syntax now supports IP address, interface name, port number, and jail ID. http://svn.freebsd.org/viewvc/base?view=revision&revision=234597[r234597] +* The FreeBSD man:ip6[4] protocol stack now has been improved in terms of its performance. Benchmarking can be found at http://people.freebsd.org/~bz/bench/. +* The FreeBSD man:ip6[4] protocol stack now supports multiple FIB. http://svn.freebsd.org/viewvc/base?view=revision&revision=232292[r232292] +* The man:netmap[4] fast packet I/O framework has been added. The man:em[4], man:lem(4), man:igb[4], and man:re[4] drivers now support this framework. The technical details can be found at http://info.iet.unipi.it/~luigi/netmap/. http://svn.freebsd.org/viewvc/base?view=revision&revision=231650[r231650], http://svn.freebsd.org/viewvc/base?view=revision&revision=235527[r235527] +* The man:arcmsr[4] driver has been updated to version 1.20.00.25. http://svn.freebsd.org/viewvc/base?view=revision&revision=240758[r240758] +* The man:cam[4] driver now supports SEMB (SATA Enclosure Management Bridge) devices, which are equivalent to the SCSI SES/SAF-TE devices. http://svn.freebsd.org/viewvc/base?view=revision&revision=236778[r236778] +* The ctl(4) driver, which supports man:cam[4] Target Layer and man:ctladm[8], a userland control utility, have been added. ctl(4) is a disk and processor device emulation subsystem supporting tagged queuing, SCSI task attribute, SCSI implicit command ordering, full task management, multiple ports, multiple simultaneous initiators, multiple simultaneous backing stores, mode sense/select, and error injection support. http://svn.freebsd.org/viewvc/base?view=revision&revision=231772[r231772] +* The *MIRROR* man:geom[4] class now supports `BIO_DELETE`. This means `TRIM` command will be issued on supported devices when deleting data. http://svn.freebsd.org/viewvc/base?view=revision&revision=238500[r238500] +* The *MULTIPATH* man:geom[4] class has been updated. It now supports Active/Active mode, Active/Read mode as hybrid of Active/Active and Active/Passive, keeping a failed path without removing the geom provider, manual configuration without on-disk metadata, and `add`, `remove`, `fail`, `restore`, `configure` subcommands in the man:gmultipath[8] utility to manage the configured paths. http://svn.freebsd.org/viewvc/base?view=revision&revision=229303[r229303], http://svn.freebsd.org/viewvc/base?view=revision&revision=234916[r234916] +* The *UNCOMPRESS* man:geom[4] class and the man:mkulzma[8] utility have been added. This class supports lzma compressed images like the *UZIP* man:geom[4] class and the man:mkuzip[8] utility. http://svn.freebsd.org/viewvc/base?view=revision&revision=235483[r235483] +* [amd64, i386] The man:hpt27xx[4] driver has been added. This supports HighPoint RocketRAID 27xx-based SAS 6Gb/s HBA. http://svn.freebsd.org/viewvc/base?view=revision&revision=229975[r229975] +* [amd64, i386] The man:isci[4] driver, which supports the integrated SAS controller in the Intel C600 (Patsburg) chipset, has been added. http://svn.freebsd.org/viewvc/base?view=revision&revision=231689[r231689] +* The man:ixgbe[4] driver now supports the Intel X540 adapter. http://svn.freebsd.org/viewvc/base?view=revision&revision=230775[r230775] +* The man:mfi[4] driver now supports single-message MSI, and Drake Skinny and Thunderbolt cards. The man:loader[8] tunable `hw.mfi.msi` has been added and it is enabled by default. http://svn.freebsd.org/viewvc/base?view=revision&revision=229611[r229611], http://svn.freebsd.org/viewvc/base?view=revision&revision=234429[r234429] +* The man:mps[4] driver has been updated to version 14.00.00.01-fbsd. This now supports Integrated RAID, WarpDrive controllers, WRITE12 and READ12 for direct I/O, SCSI protection information (EEDP), Transport Level Retries (TLR) for tape drives, and LSI's userland utility. http://svn.freebsd.org/viewvc/base?view=revision&revision=230920[r230920], http://svn.freebsd.org/viewvc/base?view=revision&revision=231679[r231679], http://svn.freebsd.org/viewvc/base?view=revision&revision=237876[r237876] +* The man:usb[4] storage device driver now enables power save mode by default. http://svn.freebsd.org/viewvc/base?view=revision&revision=229107[r229107] +* The FreeBSD NFS filesystem has been improved: +** It now supports a timeout on positive name cache entries on the client side. A new mount option `nametimeo` has been added and set to `60` (in seconds) by default. http://svn.freebsd.org/viewvc/base?view=revision&revision=233326[r233326] +** A memory leak when a ZFS volume is exported via the FreeBSD NFS server has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=234740[r234740] +** A bug has been fixed. When a process writes to an mmap-backed file on an NFS filesystem, flushing changes to the data could fail under some circumstances such as errors due to permission mismatch, and this failure could not detected as an error. A new man:sysctl[8] variable `vfs.nfs.nfs_keep_dirty_on_error` has been added to control the behavior on the client side related to this issue. When this is set to `1`, the pages where a write operation failed are kept dirty. The default value is set to `0`. http://svn.freebsd.org/viewvc/base?view=revision&revision=233730[r233730] +** The man:nfsv4[4] filesystem now supports a man:sysctl[8] variable `vfs.nfsd.disable_checkutf8`. This disables the check for UTF-8 compliance in the filenames. This is disabled by default. Note that enabling this may help some interoperability issues but results in an NFSv4 server that is non-RFC 3530 compliant. http://svn.freebsd.org/viewvc/base?view=revision&revision=229799[r229799] +* The man:tmpfs[5] filesystem is not an experimental implementation anymore. http://svn.freebsd.org/viewvc/base?view=revision&revision=234511[r234511] +* The man:tmpfs[5] filesystem now supports a man:sysctl[8] variable `vfs.tmpfs.memory_reserved` to set the amount of required free pages when man:tmpfs[5] attempts to allocate a new node. http://svn.freebsd.org/viewvc/base?view=revision&revision=234849[r234849] +* FreeBSD ZFS filesystem has been updated by merging improvements from illumos project. The following changes are made: http://svn.freebsd.org/viewvc/base?view=revision&revision=229578[r229578], http://svn.freebsd.org/viewvc/base?view=revision&revision=232328[r232328] +** New properties, `clones` and `written`, have been added. +** The man:zfs[8] `send` command now reports an estimated size of the stream. +** The man:zfs[8] `destroy` command now reports an estimate of the space which would be reclaimed, when `-n` flag is specified. +** The man:zfs[8] `get` command now supports the `-t type` flag to specify the data type. +* The man:dhclient[8] utility now supports `domain-search` (option number 119, described in RFC 3397). This allows a DHCP server to publish a list of implicit domain suffixes used during name lookup. If this option is specified, a `search` keyword will be added to `/etc/resolv.conf`. http://svn.freebsd.org/viewvc/base?view=revision&revision=230597[r230597] +* A bug in the man:gcc[1] compiler has been fixed. It could lead to incorrect calculations when `-ffast-math` is specified. http://svn.freebsd.org/viewvc/base?view=revision&revision=234023[r234023] +* The man:ifconfig[8] utility now supports a `vlanhwcsum` parameter to set or reset checksum offloading capability on VLANs. http://svn.freebsd.org/viewvc/base?view=revision&revision=231221[r231221] +* The man:ifconfig[8] utility now supports a `carp state` parameter to set the state to `backup` or `master` forcibly. http://svn.freebsd.org/viewvc/base?view=revision&revision=232486[r232486] +* The man:jail[8] utility now supports a configuration file (man:jail.conf[5]) for complex configurations. http://svn.freebsd.org/viewvc/base?view=revision&revision=235839[r235839] +* Lock handling performance in the *libthr* pthread library has been improved. It now works 10 times faster especially under the condition that a mutex is heavily contested. http://svn.freebsd.org/viewvc/base?view=revision&revision=234372[r234372] +* A new {cpp} stack has been imported. This consists of *libcxxrt*, originally developed by a FreeBSD developer under contract by PathScale and open sourced by the FreeBSD and NetBSD foundations, and *{libcplusplus}* from the LLVM project. *libcxxrt* is a drop-in replacement for GNU {libsupcplusplus}, which implements the {cpp} runtime support for features such as run-time type information, dynamic casting, thread-safe static initializer, and exceptions. {libcplusplus} implements the {cpp}11 standard library, and will replace GNU {libstdcplusplus} in a future release. In 9.1-RELEASE, {libstdcplusplus} is still installed as standard and now dynamically links against {libsupcplusplus}. This allows libraries linking {libstdcplusplus} and {libcplusplus} to both be used in the same program, to aid migration. http://svn.freebsd.org/viewvc/base?view=revision&revision=235798[r235798] +* The man:rtld[1] run-time linker now supports GCC's RELRO (RElocation Read-Only). This prevents the GOT (Global Offset Table) from being overwritten. http://svn.freebsd.org/viewvc/base?view=revision&revision=231579[r231579] +* The man:rtld[1] run-time linker now supports a GNU hash section (`DT_GNU_HASH`), which is a replacement of optional ELF hash section. http://svn.freebsd.org/viewvc/base?view=revision&revision=235396[r235396] +* The man:setbuf[1] utility and *libstdbuf* library have been added. This controls the default buffering behavior of standard stdio streams. http://svn.freebsd.org/viewvc/base?view=revision&revision=235139[r235139] +* The man:xlocale[3] API has been implemented. This consists of `_l`-suffixed versions of various standard library functions that use the global locale, making them take an explicit locale parameter and allowing thread-safe extended locale support. Most of these APIs are required for IEEE Std 1003.1-2008 (POSIX.1-2008 or ISO/IEC 9945:2009) compatibility, and are required by {libcplusplus} and recent versions of *GNOME*. This implementation also supports several extensions for compatibility with Apple *Darwin*. http://svn.freebsd.org/viewvc/base?view=revision&revision=235785[r235785] +* *ISC BIND* has been updated to version 9.8.3-P4. http://svn.freebsd.org/viewvc/base?view=revision&revision=241417[r241417] +* The *compiler-rt* library, which provides low-level target-specific interfaces such as functions in *libgcc*, has been updated to revision 147467. http://svn.freebsd.org/viewvc/base?view=revision&revision=236018[r236018] +* *file* ( man:file[1]) has been updated to version 5.11. http://svn.freebsd.org/viewvc/base?view=revision&revision=237983[r237983] +* GNU man:gperf[1] has been updated to version 3.0.3 (the latest GPLv2-licensed version). http://svn.freebsd.org/viewvc/base?view=revision&revision=230237[r230237] +* *libarchive*, man:bsdtar[1], and man:cpio[1] have been updated to version 2.8.5. http://svn.freebsd.org/viewvc/base?view=revision&revision=229588[r229588] +* *libpcap* library has been updated to 1.2.1. http://svn.freebsd.org/viewvc/base?view=revision&revision=236167[r236167] +* *libstdc++* have been updated to rev 135556 of `gcc-4_2-branch` (the last LGPLv2-licensed version). http://svn.freebsd.org/viewvc/base?view=revision&revision=229551[r229551] +* The *LLVM* compiler infrastructure and *clang*, a C language family front-end, version 3.1 have been imported. Note that it is not used for building the FreeBSD base system by default. http://svn.freebsd.org/viewvc/base?view=revision&revision=236144[r236144] +* The `netcat` utility has been updated to version 5.1. http://svn.freebsd.org/viewvc/base?view=revision&revision=235971[r235971] +* *OpenSSL* has been updated to version 0.9.8x. http://svn.freebsd.org/viewvc/base?view=revision&revision=237998[r237998] +* *tcpdump* (man:tcpdump[1]) utility has been updated to version 4.2.1. http://svn.freebsd.org/viewvc/base?view=revision&revision=236192[r236192] +* The *TENEX C shell* (man:tcsh[1]) has been updated to version 6.18.01. http://svn.freebsd.org/viewvc/base?view=revision&revision=232633[r232633] +* The *timezone* database has been updated to the *tzdata2012a* release. http://svn.freebsd.org/viewvc/base?view=revision&revision=233447[r233447] +* *zlib* library has been updated to version 1.2.7. http://svn.freebsd.org/viewvc/base?view=revision&revision=237691[r237691] +* The supported version of the *KDE* desktop environment (http://svnweb.FreeBSD.org/ports/head/x11/kde4/pkg-descr?revision=HEAD[`x11/kde4`]) has been updated to 4.8.4. diff --git a/website/content/en/releases/9.1R/relnotes.html b/website/content/en/releases/9.1R/relnotes.html deleted file mode 100644 index 6072ac608c..0000000000 --- a/website/content/en/releases/9.1R/relnotes.html +++ /dev/null @@ -1,764 +0,0 @@ - - - - - FreeBSD 9.1-RELEASE Release Notes - - - - - - -
-
- Skip site navigation (1) - Skip section navigation (2) - -
- -

Site Navigation

- -
-
-
-
-

Section Navigation

- -
-
-

FreeBSD 9.1-RELEASE Release Notes

- -

This is a simplified version of the FreeBSD 9.1-RELEASE release notes.

- -
-
-

Important: If you are upgrading from a previous - release of FreeBSD, please read upgrading section in the Release Notes for - notable incompatibilities carefully.

-
-
- -

Release Highlights

- -

The highlights in the 9.1-RELEASE are the following. For more - details, please see the - Detailed Release Notes.

- -
    -
  • The FreeBSD Jail subsystem now supports mounting - devfs(5), - nullfs(5), and ZFS - filesystem inside a jail. New - 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.[r232728]

  • - -
  • The FreeBSD - sched_ule(4) - scheduler has been improved on CPU load balancing of - SMT (Simultaneous MultiThreading) CPUs. It gives a - 10-15% performance improvement when the number of - threads is lesser than the number of logical CPUs.[r233599]

  • - -
  • The - 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.[r230065]

  • - -
  • [amd64, i386] The - hwpmc(4) - driver now supports the Intel Sandy Bridge - microarchitecture.[r234046]

  • - -
  • [arm] FreeBSD/arm now supports the Atmel SAM9XE family - of microcontrollers.[r236081]

  • - -
  • A bug in the - xhci(4) (USB 3.0) - driver has been fixed. It did not work with USB 3.0 - hubs.[r230302]

  • - -
  • The drm2(4) Intel GPU driver, which supports GEM and - KMS and works with new generations of GPUs such as - IronLake, SandyBridge, and IvyBridge, has been - added. The - agp(4) driver now - supports SandyBridge and IvyBridge CPU - northbridges.[r236926, r236927, r239965]

  • - -
  • The - 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.[r232798]

  • - -
  • The - snd_hdspe(4) - driver has been added. This supports RME HDSPe AIO - and RayDAT sound cards.[r233165]

  • - -
  • A bug in ae(4) driver which - could prevent from working under certain conditions - has been fixed.[r229520]

  • - -
  • The - bge(4) and - brgphy(4) drivers have been improved:

    - -
      -
    • -

      A bug which could prevent the DMA - functionality from working correctly has been - fixed.[r229350]

      -
    • - -
    • -

      It now works with PCI-X BCM 5704 controller - that is connected to AMD-8131 PCI-X bridge.[r233495]

      -
    • - -
    • -

      It now supports the BCM 5720 and BCM 5720C PHY, - and the BCM 57780 1000BASE-T media interface.[r229357, r229867, r232134]

      -
    • - -
    • -

      It now supports a - loader(8) - tunable dev.bge.N.msi - to control the use of MSI. The default value - is 1 (enabled).[r231734]

      -
    • -
    -
  • - -
  • The - cxgbe(4) and - - cxgb(4) driver have - been updated to firmware version 1.5.2.0. They now - support device configuration via a plain text - configuration file, IPv6 hardware checksumming, IPv6 - TSO and LRO, a loadfw command in the - cxgbetool(8) utility which allows to install a - firmware to the card, - sysctl(8) variables - under dev.t4nex.N.misc for - various information.[r231093, r237925]

  • - -
  • The - igb(4) driver has - been updated to version 2.3.4. It now supports newer - i210/i211 devices.[r238262]

  • - -
  • The - mxge(4) driver has - been updated to firmware version 1.4.55 from - Myricom.[r236413]

  • - -
  • The - oce(4) driver, - which supports Emulex OneConnect 10Gbit Ethernet - cards, has been added.[r231663]

  • - -
  • The - ral(4) driver now - supports Ralink RT2800 and RT3000 chipsets.[r236004]

  • - -
  • The 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.[r229529, r231731]

  • - -
  • The - sfxge(4) driver, - which supports 10Gb Ethernet adapters based on - Solarflare SFC9000 family controllers, has been - added.[r228100]

  • - -
  • The - 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.[r231697]

  • - -
  • The table argument in the - - ipfw(4) packet - filter rule syntax now supports IP address, - interface name, port number, and jail ID. [r234597]

  • - -
  • The FreeBSD - ip6(4) protocol - stack now has been improved in terms of its - performance. Benchmarking can be found at http://people.freebsd.org/~bz/bench/.

  • - -
  • The FreeBSD - ip6(4) protocol - stack now supports multiple FIB.[r232292]

  • - -
  • The - netmap(4) fast - packet I/O framework has been added. The em(4), lem(4), - - - igb(4), and re(4) drivers now - support this framework. The technical details can be - found at http://info.iet.unipi.it/~luigi/netmap/.[r231650, r235527]

  • - -
  • The - arcmsr(4) driver - has been updated to version 1.20.00.25.[r240758]

  • - -
  • The - cam(4) driver now - supports SEMB (SATA Enclosure Management Bridge) - devices, which are equivalent to the SCSI SES/SAF-TE - devices.[r236778]

  • - -
  • The ctl(4) driver, which supports - cam(4) Target - Layer and - 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.[r231772]

  • - -
  • The MIRROR - geom(4) class now - supports BIO_DELETE. This - means TRIM command will be - issued on supported devices when deleting - data.[r238500]

  • - -
  • The MULTIPATH - 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 - gmultipath(8) - utility to manage the configured paths.[r229303, r234916]

  • - -
  • The UNCOMPRESS - geom(4) class and - the - mkulzma(8) utility - have been added. This class supports lzma compressed - images like the UZIP - geom(4) class and - the - mkuzip(8) - utility.[r235483]

  • - -
  • [amd64, i386] The - hpt27xx(4) - driver has been added. This supports HighPoint RocketRAID - 27xx-based SAS 6Gb/s HBA.[r229975]

  • - -
  • [amd64, i386] The - isci(4) - driver, which supports the integrated SAS controller in - the Intel C600 (Patsburg) chipset, has been - added.[r231689]

  • - -
  • The - ixgbe(4) driver - now supports the Intel X540 adapter.[r230775]

  • - -
  • The - mfi(4) driver - now supports single-message MSI, and Drake Skinny and Thunderbolt cards. The - - loader(8) tunable - hw.mfi.msi has been - added and it is enabled by default.[r229611, r234429]

  • - -
  • The - 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.[r230920, r231679, r237876]

  • - -
  • The - usb(4) storage - device driver now enables power save mode by - default.[r229107]

  • - -
  • The FreeBSD NFS filesystem has been improved:

    -
      -
    • -

      It now supports a timeout on positive name cache - entries on the client side. A new mount option - nametimeo has been added - and set to 60 (in seconds) - by default.[r233326]

      -
    • - -
    • -

      A memory leak when a ZFS volume is exported via - the FreeBSD NFS server has been fixed.[r234740]

      -
    • - -
    • -

      A bug has been fixed. When a process writes to an - mmap-backed file on an NFS filesystem, flushing - changes to the data could fail under some - circumstances such as errors due to permission - mismatch, and this failure could not detected as an - error. A new - 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.[r233730]

      -
    • - -
    • -

      The - nfsv4(4) - filesystem now supports a - sysctl(8) - variable vfs.nfsd.disable_checkutf8. This - disables the check for UTF-8 compliance in the - filenames. This is disabled by default. Note - that enabling this may help some - interoperability issues but results in an NFSv4 - server that is non-RFC 3530 compliant.[r229799]

      -
    • -
    -
  • - -
  • The - tmpfs(5) - filesystem is not an experimental implementation - anymore.[r234511]

  • - -
  • The - tmpfs(5) - filesystem now supports a - sysctl(8) variable - vfs.tmpfs.memory_reserved to set - the amount of required free pages when - tmpfs(5) attempts - to allocate a new node.[r234849]

  • - -
  • FreeBSD ZFS filesystem has been updated by merging - improvements from illumos project. The following changes - are made:[r229578, r232328]

    - -
      -
    • -

      New properties, clones and written, have been added.

      -
    • - -
    • -

      The - The zfs(8) send command now reports - an estimated size of the stream.

      -
    • - -
    • -

      The - zfs(8) destroy command now reports - an estimate of the space which would be reclaimed, when - -n flag is specified.

      -
    • - -
    • -

      The - zfs(8) get command now supports - the -t type flag - to specify the data type.

      -
    • -
    -
  • - -
  • The - 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.[r230597]

  • - -
  • A bug in the - gcc(1) compiler - has been fixed. It could lead to incorrect - calculations when -ffast-math is specified.[r234023]

  • - -
  • The - ifconfig(8) - utility now supports a vlanhwcsum parameter to set or - reset checksum offloading capability on VLANs.[r231221]

  • - -
  • The - ifconfig(8) - utility now supports a carp - state - parameter to set the state to backup or master forcibly.[r232486]

  • - -
  • The - jail(8) utility - now supports a configuration file ( - jail.conf(5)) for - complex configurations.[r235839]

  • - -
  • Lock handling performance in the libthr pthread library has been - improved. It now works 10 times faster especially under - the condition that a mutex is heavily contested.[r234372]

  • - -
  • A new C++ 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 C++ runtime support for features such - as run-time type information, dynamic casting, - thread-safe static initializer, and exceptions. libc++ implements the C++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.[r235798]

  • - -
  • The - rtld(1) run-time - linker now supports GCC's RELRO (RElocation - Read-Only). This prevents the GOT (Global Offset Table) - from being overwritten.[r231579]

  • - -
  • The - rtld(1) run-time - linker now supports a GNU hash section (DT_GNU_HASH), which is a - replacement of optional ELF hash section.[r235396]

  • - -
  • The - setbuf(1) utility - and libstdbuf library have - been added. This controls the default buffering - behavior of standard stdio streams.[r235139]

  • - -
  • The - 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.[r235785]

  • - -
  • ISC BIND has been updated to version 9.8.3-P4.[r241417]

  • - -
  • The compiler-rt library, - which provides low-level target-specific interfaces - such as functions in libgcc, - has been updated to revision 147467.[r236018]

  • - -
  • file ( - file(1)) has been - updated to version 5.11.[r237983]

  • - -
  • GNU - gperf(1) has been - updated to version 3.0.3 (the latest GPLv2-licensed - version).[r230237]

  • - -
  • libarchive, - bsdtar(1), and - - cpio(1) have been - updated to version 2.8.5.[r229588]

  • - -
  • libpcap library has been - updated to 1.2.1.[r236167]

  • - -
  • libstdc++ have been - updated to rev 135556 of gcc-4_2-branch (the last LGPLv2-licensed - version).[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.[r236144]

  • - -
  • The netcat utility has been - updated to version 5.1.[r235971]

  • - -
  • OpenSSL has been updated - to version 0.9.8x.[r237998]

  • - -
  • tcpdump ( - tcpdump(1)) - utility has been updated to version 4.2.1.[r236192]

  • - -
  • The TENEX C shell ( - tcsh(1)) has - been updated to version 6.18.01.[r232633]

  • - -
  • The timezone database has - been updated to the tzdata2012a - release.[r233447]

  • - -
  • zlib library has been - updated to version 1.2.7.[r237691]

  • - -
  • The supported version of the KDE desktop environment (x11/kde4) has been updated to - 4.8.4.

  • -
-
-
-
- -
-
- - diff --git a/website/content/en/releases/9.1R/schedule.adoc b/website/content/en/releases/9.1R/schedule.adoc new file mode 100644 index 0000000000..e7ed21c5fb --- /dev/null +++ b/website/content/en/releases/9.1R/schedule.adoc @@ -0,0 +1,39 @@ +--- +title: "FreeBSD 9.1 Release Process" +sidenav: download +--- + += FreeBSD 9.1 Release Process + +== Introduction + +This is the release schedule for FreeBSD 9.1. For more information about the release engineering process, please see the link:../../../releng/[Release Engineering] section of the web site. + +General discussions about the pending release and known issues should be sent to the public mailto:FreeBSD-stable@FreeBSD.org[freebsd-stable] mailing list. link:{handbook}#mfc-glossary[MFC] requests should be sent to re@FreeBSD.org. + +== Schedule + +[cols=",,,",] +|=== +|Action |Expected |Actual |Description +|Initial release schedule announcement |- |5 June 2012 |Release Engineers send announcement email to developers with a rough schedule. +|Release schedule reminder |17 June 2012 |26 June 2012 |Release Engineers send reminder announcement e-mail to developers with updated schedule. +|Code freeze begins |2 July 2012 |3 July 2012 |Release Engineers announce that all further commits to the stable/9 branch will require explicit approval. Certain blanket approvals will be granted for narrow areas of development, documentation improvements, etc. +|BETA1 |6 July 2012 |15 July 2012 |First beta test snapshot. +|releng/9.1 branch |3 August 2012 |5 August 2012 |Subversion branch created, propagated to CVS; future release engineering proceeds on this branch. +|RC1 |20 July 2012 |23 August 2012 |First release candidate. +|RC2 |7 September 2012 |9 October 2012 |Second release candidate. +|RC3 |17 October 2012 |3 November 2012 |Third release candidate. +|RELEASE build |9 November 2012 |4 December 2012 |9.1-RELEASE built. +|RELEASE announcement |12 November 2012 |31 December 2012 |9.1-RELEASE press release. +|Turn over to the secteam |- |15 January 2013 |releng/9.1 branch is handed over to the FreeBSD Security Officer Team in one or two weeks after the announcement. +|=== + +== Status / TODO + +http://wiki.freebsd.org/Releng/9.1TODO + +== Additional Information + +* http://wiki.freebsd.org/Releng/9.1TODO/[FreeBSD 9.1 release engineering wiki page], which includes todo lists, scheduling information, binary compatibility information, and more. +* link:../../../releng/[FreeBSD Release Engineering website] diff --git a/website/content/en/releases/9.1R/schedule.html b/website/content/en/releases/9.1R/schedule.html deleted file mode 100644 index 1977963117..0000000000 --- a/website/content/en/releases/9.1R/schedule.html +++ /dev/null @@ -1,381 +0,0 @@ - - - - - FreeBSD 9.1 Release Process - - - - - - -
-
- Skip site navigation (1) - Skip section navigation (2) - -
- -

Site Navigation

- -
-
-
-
-

Section Navigation

- -
-
-

FreeBSD 9.1 Release Process

- -

Introduction

- -

This is the release schedule for FreeBSD 9.1. For more - information about the release engineering process, please see the Release Engineering section of the - web site.

- -

General discussions about the pending release and known issues should be - sent to the public - freebsd-stable mailing list. - MFC - requests should be sent to - re@FreeBSD.org.

- -

Schedule

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ActionExpectedActualDescription
Initial release schedule announcement-5 June 2012Release Engineers send announcement email to developers with a - rough schedule.
Release schedule reminder17 June 201226 June 2012Release Engineers send reminder announcement e-mail to developers - with updated schedule.
Code freeze begins2 July 20123 July 2012Release Engineers announce that all further commits to the - stable/9 branch will require explicit approval. - Certain blanket approvals will be granted for narrow areas of - development, documentation improvements, etc.
BETA16 July 201215 July 2012First beta test snapshot.
releng/9.1 branch3 August 20125 August 2012Subversion branch created, propagated to CVS; future - release engineering proceeds on this branch.
RC120 July 201223 August 2012First release candidate.
RC27 September 20129 October 2012Second release candidate.
RC317 October 20123 November 2012Third release candidate.
RELEASE build9 November 20124 December 20129.1-RELEASE built.
RELEASE announcement12 November 201231 December 20129.1-RELEASE press release.
Turn over to the secteam-15 January 2013releng/9.1 branch is handed over to - the FreeBSD Security Officer Team in one or two weeks after the - announcement.
- -

Status / TODO

- http://wiki.freebsd.org/Releng/9.1TODO - -

Additional Information

- - - - -
-
-
- -
-
- - diff --git a/website/content/en/releases/9.2R/announce.adoc b/website/content/en/releases/9.2R/announce.adoc new file mode 100644 index 0000000000..0733f446b1 --- /dev/null +++ b/website/content/en/releases/9.2R/announce.adoc @@ -0,0 +1,199 @@ +--- +title: "FreeBSD 9.2-RELEASE Announcement" +sidenav: download +--- + += FreeBSD 9.2-RELEASE Announcement + +include::shared/en/urls.adoc[] + +The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD 9.2-RELEASE. This is the second release from the stable/9 branch, which improves on the stability of FreeBSD 9.1 and introduces some new features. Some of the highlights: + +* The ZFS filesystem now supports TRIM when used on solid state drives. +* The virtio(4) drivers have been added to the GENERIC kernel configuration for amd64 and i386 architectures. +* The ZFS filesystem now supports lz4 compression. +* OpenSSL has been updated to version 0.9.8y. +* DTrace hooks have been enabled by default in the GENERIC kernel. +* DTrace has been updated to version 1.9.0. +* Sendmail has been updated to version 8.14.7. +* OpenSSH has been updated to version 6.2p2. +* Import unmapped I/O support from head/. + +For a complete list of new features and known problems, please see the online release notes and errata list, available at: + +* `http://www.FreeBSD.org/releases/9.2R/relnotes/` + +For more information about FreeBSD release engineering activities, please see: + +* `http://www.FreeBSD.org/releng/` + +== Availability + +FreeBSD 9.2-RELEASE is now available for the amd64, i386, ia64, powerpc, powerpc64, and sparc64 architectures. + +FreeBSD 9.2 can be installed from bootable ISO images or over the network. Some architectures also support installing from a USB memory stick. The required files can be downloaded via FTP as described in the section below. While some of the smaller FTP mirrors may not carry all architectures, they will all generally contain the more common ones such as amd64 and i386. + +MD5 and SHA256 hashes for the release ISO and memory stick images are included at the bottom of this message. + +The purpose of the images provided as part of the release are as follows: + +dvd1:: +This contains everything necessary to install the base FreeBSD operating system, the documentation, and a small set of pre-built packages aimed at getting a graphical workstation up and running. It also supports booting into a "livefs" based rescue mode. This should be all you need if you can burn and use DVD-sized media. +disc1:: +This contains the base FreeBSD operating system. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages. +bootonly:: +This supports booting a machine using the CDROM drive but does not contain the support for installing FreeBSD from the CD itself. You would need to perform a network based install (e.g. from an FTP server) after booting from the CD. +memstick:: +This can be written to an USB memory stick (flash drive) and used to do an install on machines capable of booting off USB drives. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages. ++ +As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: ++ +.... +# dd if=FreeBSD-9.2-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync +.... ++ +Be careful to make sure you get the target (of=) correct. + +FreeBSD 9.2-RELEASE can also be purchased on CD-ROM or DVD from several vendors. One of the vendors that will be offering FreeBSD 9.2-based products is: + +* FreeBSD Mall, Inc.`http://www.freebsdmall.com` + +== FTP + +At the time of this announcement the following FTP sites have FreeBSD 9.2-RELEASE available. + +* `ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.2/` + +However before trying these sites please check your regional mirror(s) first by going to: + +* `ftp://ftp..FreeBSD.org/pub/FreeBSD` + +Any additional mirror sites will be labeled ftp2, ftp3 and so on. + +More information about FreeBSD mirror sites can be found at: + +* `http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html` + +For instructions on installing FreeBSD or updating an existing machine to 9.2-RELEASE please see: + +* `http://www.FreeBSD.org/releases/9.2R/installation/` + +== Support + +FreeBSD 9.2-RELEASE will be supported until 2014-09-30. The End-of-Life dates can be found at: + +* `http://www.FreeBSD.org/security/` + +=== Other Projects Based on FreeBSD + +There are many "third party" Projects based on FreeBSD. The Projects range from re-packaging FreeBSD into a more "novice friendly" distribution to making FreeBSD available on Amazon's EC2 infrastructure. For more information about these Third Party Projects see: + +* `http://wiki.FreeBSD.org/3rdPartyProjects` + +=== Acknowledgments + +Many companies donated equipment, network access, or man-hours to support the release engineering activities for FreeBSD 9.2 including The FreeBSD Foundation, Yahoo!, NetApp, Internet Systems Consortium, Sentex Communications, New York Internet, Juniper Networks, and iXsystems. + +The release engineering team for 9.2-RELEASE includes: + +[cols=",",] +|=== +|Ken Smith |Release Engineering Lead +|Marcus von Appen |Release Engineering +|Glen Barber |Release Engineering, 9.2-RELEASE Release Engineer +|Konstantin Belousov |Release Engineering +|Joel Dahl |Release Engineering +|Marc Fonvieille |Release Engineering, Documentation +|Steven Kreuzer |Release Engineering +|Erwin Lansing |Package Building +|Xin Li |Release Engineering, Security +|Simon L. B. Nielsen |Security Officer Emeritus +|Josh Paetzel |Release Engineering +|Colin Percival |Security Officer Emeritus +|Craig Rodrigues |Release Engineering +|Hiroki Sato |Release Engineering, Documentation +|Gleb Smirnoff |Release Engineering +|Dag-Erling Smørgrav |Security Officer +|Marius Strobl |Release Engineering +|Robert Watson |Release Engineering, Security +|=== + +=== Trademark + +FreeBSD is a registered trademark of The FreeBSD Foundation. + +=== ISO Image Checksums + +.... +SHA256 (FreeBSD-9.2-RELEASE-amd64-bootonly.iso) = 63db06d3f468d219b308bb3fbc3f48e791134481fb1abf39e9b1ee415dcfc099 +SHA256 (FreeBSD-9.2-RELEASE-amd64-disc1.iso) = a8c1751b83646530148766618a89a97009e7500e7057a5cbe3afd74ef480c915 +SHA256 (FreeBSD-9.2-RELEASE-amd64-dvd1.iso) = 36c99ac1ffb90f2272df1bf10cafec999fde1b1a6bd289b5583836639c3639ae +SHA256 (FreeBSD-9.2-RELEASE-amd64-memstick.img) = fbc0c46f2db8c347145ee7c8308e4f3058dc5ec3155a9fb51d0f0e52ab2bf5cb +.... + +.... +MD5 (FreeBSD-9.2-RELEASE-amd64-bootonly.iso) = 2338f255d0ddc4659d04545a3c27bfa1 +MD5 (FreeBSD-9.2-RELEASE-amd64-disc1.iso) = cde180e3c5e3e370c97598a4feccb5b4 +MD5 (FreeBSD-9.2-RELEASE-amd64-dvd1.iso) = 21448c2688ba938b42c1727449d69750 +MD5 (FreeBSD-9.2-RELEASE-amd64-memstick.img) = 8a7f0ee3cb2570785b2d0a760d99bad6 +.... + +.... +SHA256 (FreeBSD-9.2-RELEASE-i386-bootonly.iso) = e2df14515911ab964a587c4ae5e23882c71908c4e589ae57f7848399232c161d +SHA256 (FreeBSD-9.2-RELEASE-i386-disc1.iso) = 76093c27288f0ab939a5de14b621ec8eb1420d96343132c2b7c382747d35b67c +SHA256 (FreeBSD-9.2-RELEASE-i386-dvd1.iso) = a1bba5668792cfc8197c0f81b28cdd17e912a1ae5816887f8518bf1536a99af8 +SHA256 (FreeBSD-9.2-RELEASE-i386-memstick.img) = aa635578fea1136da680420afaab21a8e0b7c39541566d28f468d6ebb7a1e3a8 +.... + +.... +MD5 (FreeBSD-9.2-RELEASE-i386-bootonly.iso) = c868d09dace9ec2d673fd62cbd1305b4 +MD5 (FreeBSD-9.2-RELEASE-i386-disc1.iso) = ba7ba7943177aee9626df228fb1ee6c2 +MD5 (FreeBSD-9.2-RELEASE-i386-dvd1.iso) = 917104df8d559f2ec981e98bfdf78e05 +MD5 (FreeBSD-9.2-RELEASE-i386-memstick.img) = affea2f784472cfbed9d16a6fdeab5ce +.... + +.... +SHA256 (FreeBSD-9.2-RELEASE-ia64-bootonly.iso) = 138b6f9fe7bbad418db956a53539ff75f77c918aedaf7fcc1d4960aa2ccca476 +SHA256 (FreeBSD-9.2-RELEASE-ia64-disc1.iso) = 906cfc5012504501547aa0c89292e66047faaed34f18e79594ab95635c43f6c2 +SHA256 (FreeBSD-9.2-RELEASE-ia64-memstick.img) = b178d6466f4b2eb9af0520eb8b434ce98ecab11b9d24bf6ad9478a30f9875531 +.... + +.... +MD5 (FreeBSD-9.2-RELEASE-ia64-bootonly.iso) = 2ef154556774c55ce0a5a27c7a674859 +MD5 (FreeBSD-9.2-RELEASE-ia64-disc1.iso) = aa06455bfd9f54f1257c6b8484e81334 +MD5 (FreeBSD-9.2-RELEASE-ia64-memstick.img) = b047ea9791272a4fbc66cd9f401d6122 +.... + +.... +SHA256 (FreeBSD-9.2-RELEASE-powerpc-bootonly.iso) = 89fea7d441a71b96def24a80815566936b7b6eaab640030ae78518001806d626 +SHA256 (FreeBSD-9.2-RELEASE-powerpc-disc1.iso) = b5f5adc9ab2392c2796881553582a1da1cfa99c62b62b57a3325fc7e6a7259c4 +SHA256 (FreeBSD-9.2-RELEASE-powerpc-memstick.img) = 3951ab28d6226f9c32a71f6d81d6ad9f9d05c9af5d11cf00118380f6ba20f282 +.... + +.... +MD5 (FreeBSD-9.2-RELEASE-powerpc-bootonly.iso) = 84ba491526faf1115827ee3c81593f92 +MD5 (FreeBSD-9.2-RELEASE-powerpc-disc1.iso) = 1a1f683a69d20419834d056d43c8e3de +MD5 (FreeBSD-9.2-RELEASE-powerpc-memstick.img) = dd959ede1dff0971334d3722db8c8bcc +.... + +.... +SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-bootonly.iso) = 092fa817a0a44fb49d05ed7aae44d98e78f4e3e0fc6e0297ee0d11ec8f8ccf37 +SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-disc1.iso) = 56daf1f49bff7ee9e31c3255170fe2373c8674cfce1c560e78deff4ae81c505d +SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-memstick.img) = be87c9edaa0b343a1223ebfb68dd161a023e287e067dd6550198c4ac23d47062 +.... + +.... +MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-bootonly.iso) = c914b221a8f09ac8d004aa4d7db710a0 +MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-disc1.iso) = f471466df756ae85162fb8bb794d007a +MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-memstick.img) = c6b739c889dd94e3ed3ac8ef277ced91 +.... + +.... +SHA256 (FreeBSD-9.2-RELEASE-sparc64-bootonly.iso) = 76813e3a5b400ea56533a3d5762f76284746a736281b6e1bce882d9f0e2dd076 +SHA256 (FreeBSD-9.2-RELEASE-sparc64-disc1.iso) = 0a15095210058fa7c1572102e6af49407462fcd670d28a3af9dfc154efaeb72e +.... + +.... +MD5 (FreeBSD-9.2-RELEASE-sparc64-bootonly.iso) = ae21e0dc63aa0d6327f44c733705c055 +MD5 (FreeBSD-9.2-RELEASE-sparc64-disc1.iso) = 7ce9c00d4b6e23124062cc2be8b56a74 +.... diff --git a/website/content/en/releases/9.2R/announce.html b/website/content/en/releases/9.2R/announce.html deleted file mode 100644 index 2094cbfe4c..0000000000 --- a/website/content/en/releases/9.2R/announce.html +++ /dev/null @@ -1,576 +0,0 @@ - - - - - FreeBSD 9.2-RELEASE Announcement - - - - - - -
-
- Skip site navigation (1) - Skip section navigation (2) - -
- -

Site Navigation

- -
-
-
-
-

Section Navigation

- -
-
-

FreeBSD 9.2-RELEASE Announcement

- -

The FreeBSD Release Engineering Team is pleased to announce the - availability of FreeBSD 9.2-RELEASE. This is the second release - from the stable/9 branch, which improves on the stability of - FreeBSD 9.1 and introduces some new features. Some of the - highlights:

- -
    -
  • The ZFS filesystem now supports TRIM when used on solid - state drives.

  • -
  • The virtio(4) drivers have been added to the GENERIC - kernel configuration for amd64 and i386 - architectures.

  • -
  • The ZFS filesystem now supports lz4 compression.

  • -
  • OpenSSL has been updated to version 0.9.8y.

  • -
  • DTrace hooks have been enabled by default in the GENERIC - kernel.

  • -
  • DTrace has been updated to version 1.9.0.

  • -
  • Sendmail has been updated to version 8.14.7.

  • -
  • OpenSSH has been updated to version 6.2p2.

  • -
  • Import unmapped I/O support from head/.

  • -
- -

For a complete list of new features and known problems, please - see the online release notes and errata list, available at:

- - - -

For more information about FreeBSD release engineering - activities, please see:

- - - -

Availability

- -

FreeBSD 9.2-RELEASE is now available for the amd64, i386, ia64, - powerpc, powerpc64, and sparc64 architectures.

- -

FreeBSD 9.2 can be installed from bootable ISO images or over - the network. Some architectures also support installing from - a USB memory stick. The required files can be downloaded via - FTP as described in the section below. While some of the - smaller FTP mirrors may not carry all architectures, they will - all generally contain the more common ones such as amd64 and - i386.

- -

MD5 and SHA256 hashes for the release ISO and memory stick - images are included at the bottom of this message.

- -

The purpose of the images provided as part of the release are - as follows:

- -
-
dvd1
- -

This contains everything necessary to install the base - FreeBSD operating system, the documentation, and a small - set of pre-built packages aimed at getting a graphical - workstation up and running. It also supports booting into - a "livefs" based rescue mode. This should be all you need - if you can burn and use DVD-sized media.

- -
disc1
- -

This contains the base FreeBSD operating system. It also - supports booting into a "livefs" based rescue mode. There are - no pre-built packages.

- -
bootonly
- -

This supports booting a machine using the CDROM drive but - does not contain the support for installing FreeBSD from the - CD itself. You would need to perform a network based install - (e.g. from an FTP server) after booting from the CD.

- -
memstick
- -

This can be written to an USB memory stick (flash drive) - and used to do an install on machines capable of booting off - USB drives. It also supports booting into a "livefs" based - rescue mode. There are no pre-built packages.

- -

As one example of how to use the memstick image, assuming - the USB drive appears as /dev/da0 on your machine something - like this should work:

- -
# dd if=FreeBSD-9.2-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync
- -

Be careful to make sure you get the target (of=) - correct.

-
- -

FreeBSD 9.2-RELEASE can also be purchased on CD-ROM or DVD from - several vendors. One of the vendors that will be offering - FreeBSD 9.2-based products is:

- - - -

FTP

- -

At the time of this announcement the following FTP sites have - FreeBSD 9.2-RELEASE available.

- - - -

However before trying these sites please check your regional - mirror(s) first by going to:

- - - -

Any additional mirror sites will be labeled ftp2, ftp3 and so - on.

- -

More information about FreeBSD mirror sites can be found - at:

- - - -

For instructions on installing FreeBSD or updating an existing - machine to 9.2-RELEASE please see:

- - - -

Support

- -

FreeBSD 9.2-RELEASE will be supported until 2014-09-30. The - End-of-Life dates can be found at:

- - - -

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:

- - - -

Acknowledgments

- -

Many companies donated equipment, network access, or man-hours - to support the release engineering activities for FreeBSD 9.2 - including The FreeBSD Foundation, Yahoo!, NetApp, Internet - Systems Consortium, Sentex Communications, New York Internet, - Juniper Networks, and iXsystems.

- -

The release engineering team for 9.2-RELEASE includes:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Ken Smith <kensmith@FreeBSD.org>Release Engineering Lead
Marcus von Appen <mva@FreeBSD.org>Release Engineering
Glen Barber <gjb@FreeBSD.org>Release Engineering, 9.2-RELEASE Release Engineer
Konstantin Belousov <kib@FreeBSD.org>Release Engineering
Joel Dahl <joel@FreeBSD.org>Release Engineering
Marc Fonvieille <blackend@FreeBSD.org>Release Engineering, Documentation
Steven Kreuzer <skreuzer@FreeBSD.org>Release Engineering
Erwin Lansing <erwin@FreeBSD.org>Package Building
Xin Li <delphij@FreeBSD.org>Release Engineering, Security
Simon L. B. Nielsen <simon@FreeBSD.org>Security Officer Emeritus
Josh Paetzel <jpaetzel@FreeBSD.org>Release Engineering
Colin Percival <cperciva@FreeBSD.org>Security Officer Emeritus
Craig Rodrigues <rodrigc@FreeBSD.org>Release Engineering
Hiroki Sato <hrs@FreeBSD.org>Release Engineering, Documentation
Gleb Smirnoff <glebius@FreeBSD.org>Release Engineering
Dag-Erling Smřrgrav <des@FreeBSD.org>Security Officer
Marius Strobl <marius@FreeBSD.org>Release Engineering
Robert Watson <rwatson@FreeBSD.org>Release Engineering, Security
- -

Trademark

- -

FreeBSD is a registered trademark of The FreeBSD Foundation.

- -

ISO Image Checksums

- -
SHA256 (FreeBSD-9.2-RELEASE-amd64-bootonly.iso) = 63db06d3f468d219b308bb3fbc3f48e791134481fb1abf39e9b1ee415dcfc099
-SHA256 (FreeBSD-9.2-RELEASE-amd64-disc1.iso) = a8c1751b83646530148766618a89a97009e7500e7057a5cbe3afd74ef480c915
-SHA256 (FreeBSD-9.2-RELEASE-amd64-dvd1.iso) = 36c99ac1ffb90f2272df1bf10cafec999fde1b1a6bd289b5583836639c3639ae
-SHA256 (FreeBSD-9.2-RELEASE-amd64-memstick.img) = fbc0c46f2db8c347145ee7c8308e4f3058dc5ec3155a9fb51d0f0e52ab2bf5cb
- -
MD5 (FreeBSD-9.2-RELEASE-amd64-bootonly.iso) = 2338f255d0ddc4659d04545a3c27bfa1
-MD5 (FreeBSD-9.2-RELEASE-amd64-disc1.iso) = cde180e3c5e3e370c97598a4feccb5b4
-MD5 (FreeBSD-9.2-RELEASE-amd64-dvd1.iso) = 21448c2688ba938b42c1727449d69750
-MD5 (FreeBSD-9.2-RELEASE-amd64-memstick.img) = 8a7f0ee3cb2570785b2d0a760d99bad6
- -
SHA256 (FreeBSD-9.2-RELEASE-i386-bootonly.iso) = e2df14515911ab964a587c4ae5e23882c71908c4e589ae57f7848399232c161d
-SHA256 (FreeBSD-9.2-RELEASE-i386-disc1.iso) = 76093c27288f0ab939a5de14b621ec8eb1420d96343132c2b7c382747d35b67c
-SHA256 (FreeBSD-9.2-RELEASE-i386-dvd1.iso) = a1bba5668792cfc8197c0f81b28cdd17e912a1ae5816887f8518bf1536a99af8
-SHA256 (FreeBSD-9.2-RELEASE-i386-memstick.img) = aa635578fea1136da680420afaab21a8e0b7c39541566d28f468d6ebb7a1e3a8
- -
MD5 (FreeBSD-9.2-RELEASE-i386-bootonly.iso) = c868d09dace9ec2d673fd62cbd1305b4
-MD5 (FreeBSD-9.2-RELEASE-i386-disc1.iso) = ba7ba7943177aee9626df228fb1ee6c2
-MD5 (FreeBSD-9.2-RELEASE-i386-dvd1.iso) = 917104df8d559f2ec981e98bfdf78e05
-MD5 (FreeBSD-9.2-RELEASE-i386-memstick.img) = affea2f784472cfbed9d16a6fdeab5ce
- -
SHA256 (FreeBSD-9.2-RELEASE-ia64-bootonly.iso) = 138b6f9fe7bbad418db956a53539ff75f77c918aedaf7fcc1d4960aa2ccca476
-SHA256 (FreeBSD-9.2-RELEASE-ia64-disc1.iso) = 906cfc5012504501547aa0c89292e66047faaed34f18e79594ab95635c43f6c2
-SHA256 (FreeBSD-9.2-RELEASE-ia64-memstick.img) = b178d6466f4b2eb9af0520eb8b434ce98ecab11b9d24bf6ad9478a30f9875531
- -
MD5 (FreeBSD-9.2-RELEASE-ia64-bootonly.iso) = 2ef154556774c55ce0a5a27c7a674859
-MD5 (FreeBSD-9.2-RELEASE-ia64-disc1.iso) = aa06455bfd9f54f1257c6b8484e81334
-MD5 (FreeBSD-9.2-RELEASE-ia64-memstick.img) = b047ea9791272a4fbc66cd9f401d6122
- -
SHA256 (FreeBSD-9.2-RELEASE-powerpc-bootonly.iso) = 89fea7d441a71b96def24a80815566936b7b6eaab640030ae78518001806d626
-SHA256 (FreeBSD-9.2-RELEASE-powerpc-disc1.iso) = b5f5adc9ab2392c2796881553582a1da1cfa99c62b62b57a3325fc7e6a7259c4
-SHA256 (FreeBSD-9.2-RELEASE-powerpc-memstick.img) = 3951ab28d6226f9c32a71f6d81d6ad9f9d05c9af5d11cf00118380f6ba20f282
- -
MD5 (FreeBSD-9.2-RELEASE-powerpc-bootonly.iso) = 84ba491526faf1115827ee3c81593f92
-MD5 (FreeBSD-9.2-RELEASE-powerpc-disc1.iso) = 1a1f683a69d20419834d056d43c8e3de
-MD5 (FreeBSD-9.2-RELEASE-powerpc-memstick.img) = dd959ede1dff0971334d3722db8c8bcc
- -
SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-bootonly.iso) = 092fa817a0a44fb49d05ed7aae44d98e78f4e3e0fc6e0297ee0d11ec8f8ccf37
-SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-disc1.iso) = 56daf1f49bff7ee9e31c3255170fe2373c8674cfce1c560e78deff4ae81c505d
-SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-memstick.img) = be87c9edaa0b343a1223ebfb68dd161a023e287e067dd6550198c4ac23d47062
- -
MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-bootonly.iso) = c914b221a8f09ac8d004aa4d7db710a0
-MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-disc1.iso) = f471466df756ae85162fb8bb794d007a
-MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-memstick.img) = c6b739c889dd94e3ed3ac8ef277ced91
- -
SHA256 (FreeBSD-9.2-RELEASE-sparc64-bootonly.iso) = 76813e3a5b400ea56533a3d5762f76284746a736281b6e1bce882d9f0e2dd076
-SHA256 (FreeBSD-9.2-RELEASE-sparc64-disc1.iso) = 0a15095210058fa7c1572102e6af49407462fcd670d28a3af9dfc154efaeb72e
- -
MD5 (FreeBSD-9.2-RELEASE-sparc64-bootonly.iso) = ae21e0dc63aa0d6327f44c733705c055
-MD5 (FreeBSD-9.2-RELEASE-sparc64-disc1.iso) = 7ce9c00d4b6e23124062cc2be8b56a74
- -
-
-
- -
-
- - diff --git a/website/content/en/releases/9.2R/docbook.css b/website/content/en/releases/9.2R/docbook.css deleted file mode 100644 index 198855dd82..0000000000 --- a/website/content/en/releases/9.2R/docbook.css +++ /dev/null @@ -1,208 +0,0 @@ -/* - * Copyright (c) 2001, 2003, 2010 The FreeBSD Documentation Project - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * $FreeBSD: head/en_US.ISO8859-1/htdocs/releases/9.2R/docbook.css 42015 2013-06-24 00:14:03Z gjb $ - */ - -BODY ADDRESS { - line-height: 1.3; - margin: .6em 0; -} - -BODY BLOCKQUOTE { - margin-top: .75em; - line-height: 1.5; - margin-bottom: .75em; -} - -HTML BODY { - margin: 1em 8% 1em 10%; - line-height: 1.2; -} - -.LEGALNOTICE { - font-size: small; - font-variant: small-caps; -} - -BODY DIV { - margin: 0; -} - -DL { - margin: .8em 0; - line-height: 1.2; -} - -BODY FORM { - margin: .6em 0; -} - -H1, H2, H3, H4, H5, H6, -DIV.EXAMPLE P B, -.QUESTION, -DIV.TABLE P B, -DIV.PROCEDURE P B { - color: #990000; -} - -BODY H1, BODY H2, BODY H3, BODY H4, BODY H5, BODY H6 { - line-height: 1.3; - margin-left: 0; -} - -BODY H1, BODY H2 { - margin: .8em 0 0 -4%; -} - -BODY H3, BODY H4 { - margin: .8em 0 0 -3%; -} - -BODY H5 { - margin: .8em 0 0 -2%; -} - -BODY H6 { - margin: .8em 0 0 -1%; -} - -BODY HR { - margin: .6em; - border-width: 0 0 1px 0; - border-style: solid; - border-color: #cecece; -} - -BODY IMG.NAVHEADER { - margin: 0 0 0 -4%; -} - -OL { - margin: 0 0 0 5%; - line-height: 1.2; -} - -BODY PRE { - margin: .75em 0; - line-height: 1.0; - font-family: monospace; -} - -BODY TD, BODY TH { - line-height: 1.2; -} - -UL, BODY DIR, BODY MENU { - margin: 0 0 0 5%; - line-height: 1.2; -} - -HTML { - margin: 0; - padding: 0; -} - -BODY P B.APPLICATION { - color: #000000; -} - -.FILENAME { - color: #007a00; -} - -.GUIMENU, .GUIMENUITEM, .GUISUBMENU, -.GUILABEL, .INTERFACE, -.SHORTCUT, .SHORTCUT .KEYCAP { - font-weight: bold; -} - -.GUIBUTTON { - background-color: #CFCFCF; - padding: 2px; -} - -.ACCEL { - background-color: #F0F0F0; - text-decoration: underline; -} - -.SCREEN { - padding: 1ex; -} - -.PROGRAMLISTING { - padding: 1ex; - background-color: #eee; - border: 1px solid #ccc; -} - -@media screen { /* hide from IE3 */ - a[href]:hover { background: #ffa } -} - -BLOCKQUOTE.NOTE { - color: #222; - background: #eee; - border: 1px solid #ccc; - padding: 0.4em 0.4em; - width: 85%; -} - -BLOCKQUOTE.TIP { - color: #004F00; - background: #d8ecd6; - border: 1px solid green; - padding: 0.2em 2em; - width: 85%; -} - -BLOCKQUOTE.IMPORTANT { - font-style:italic; - border: 1px solid #a00; - border-left: 12px solid #c00; - padding: 0.1em 1em; -} - -BLOCKQUOTE.WARNING { - color: #9F1313; - background: #f8e8e8; - border: 1px solid #e59595; - padding: 0.2em 2em; - width: 85%; -} - -.EXAMPLE { - background: #fefde6; - border: 1px solid #f1bb16; - margin: 1em 0; - padding: 0.2em 2em; - width: 90%; -} - -.INFORMALTABLE TABLE.CALSTABLE TR TD { - padding-left: 1em; - padding-right: 1em; -} diff --git a/website/content/en/releases/9.2R/errata.adoc b/website/content/en/releases/9.2R/errata.adoc new file mode 100644 index 0000000000..8cde756618 --- /dev/null +++ b/website/content/en/releases/9.2R/errata.adoc @@ -0,0 +1,59 @@ +--- +title: "FreeBSD 9.2-RELEASE Errata" +sidenav: download +--- + += FreeBSD 9.2-RELEASE Errata + +== Abstract + +This document lists errata items for FreeBSD 9.2-RELEASE, containing significant information discovered after the release or too late in the release cycle to be otherwise included in the release documentation. This information includes security advisories, as well as news relating to the software or documentation that could affect its operation or usability. An up-to-date version of this document should always be consulted before installing this version of FreeBSD. + +This errata document for FreeBSD 9.2-RELEASE will be maintained until the release of FreeBSD 9.3-RELEASE. + +''''' + +Table of Contents + +* <> +* <> +* <> +* <> + +[[intro]] +== Introduction + +This errata document contains"late-breaking news" about FreeBSD 9.2-RELEASE Before installing this version, it is important to consult this document to learn about any post-release discoveries or problems that may already have been found and fixed. + +Any version of this errata document actually distributed with the release (for example, on a CDROM distribution) will be out of date by definition, but other copies are kept updated on the Internet and should be consulted as the "current errata" for this release. These other copies of the errata are located at `http://www.FreeBSD.org/releases/`, plus any sites which keep up-to-date mirrors of this location. + +Source and binary snapshots of FreeBSD 9.3-STABLE also contain up-to-date copies of this document (as of the time of the snapshot). + +For a list of all FreeBSD CERT security advisories, see `http://www.FreeBSD.org/security/` or `ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/`. + +[[security]] +== Security Advisories + +Problems described in the following security advisories have been fixed in 9.3-RELEASE. For more information, consult the individual advisories available from `http://security.FreeBSD.org/`. + +[cols=",,",options="header",] +|=== +|Advisory |Date |Topic +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:01.bsnmpd.asc[SA-14:01.bsnmpd] |1 January 2014 |Fix bsnmpd remote denial of service vulnerability +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:02.ntpd.asc[SA-14:02.ntpd] |1 January 2014 |Fix ntpd distributed reflection Denial of Service vulnerability +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:03.bind.asc[SA-14:03.ntpd] |1 January 2014 |Fix BIND remote denial of service vulnerability +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:05.nfsserver.asc[SA-14:05.nfsserver] |8 April 2014 |Fix NFS deadlock vulnerability +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:06.openssl.asc[SA-14:06.openssl] |8 April 2014 |Fix ECDSA Cache Side-channel Attack +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:08.tcp.asc[SA-14:08.tcp] |30 April 2014 |Fix TCP reassembly vulnerability +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:11.sendmail.asc[SA-14:11.sendmail] |3 June 2014 |Fix sendmail improper close-on-exec flag handling +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:12.ktrace.asc[SA-14:12.ktrace] |3 June 2014 |Fix ktrace memory disclosure +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:13.pam.asc[SA-14:13.pam] |3 June 2014 |Fix incorrect error handling in PAM policy parser +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:14.openssl.asc[SA-14:14.openssl] |5 June 2014 |Multiple vulnerabilities +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:16.file.asc[SA-14:16.file] |24 June 2014 |Multiple vulnerabilities +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:17.kmem.asc[SA-14:17.kmem] |8 July 2014 |Kernel memory disclosure in control messages and SCTP notifications +|=== + +[[late-news]] +== Late-Breaking News + +No late-breaking news. diff --git a/website/content/en/releases/9.2R/errata.html b/website/content/en/releases/9.2R/errata.html deleted file mode 100644 index 311050ddb1..0000000000 --- a/website/content/en/releases/9.2R/errata.html +++ /dev/null @@ -1,55 +0,0 @@ - -FreeBSD 9.2-RELEASE Errata

FreeBSD 9.2-RELEASE Errata

- The FreeBSD Project -

FreeBSD is a registered trademark of - the FreeBSD Foundation.

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.

SPARC, SPARC64, and - UltraSPARC are trademarks of SPARC International, Inc in the United - States and other countries. SPARC International, Inc owns all of the - SPARC trademarks and under licensing agreements allows the proper use - of these trademarks by its members.

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.

Last modified on 2014-07-08 by gjb.
Abstract

This document lists errata items for FreeBSD 9.2-RELEASE, - containing significant information discovered after the release - or too late in the release cycle to be otherwise included in the - release documentation. - This information includes security advisories, as well as news - relating to the software or documentation that could affect its - operation or usability. An up-to-date version of this document - should always be consulted before installing this version of - FreeBSD.

This errata document for FreeBSD 9.2-RELEASE - will be maintained until the release of FreeBSD 9.3-RELEASE.


1. Introduction

This errata document contains late-breaking news - about FreeBSD 9.2-RELEASE - Before installing this version, it is important to consult this - document to learn about any post-release discoveries or problems - that may already have been found and fixed.

Any version of this errata document actually distributed - with the release (for example, on a CDROM distribution) will be - out of date by definition, but other copies are kept updated on - the Internet and should be consulted as the current - errata for this release. These other copies of the - errata are located at http://www.FreeBSD.org/releases/, plus any sites - which keep up-to-date mirrors of this location.

Source and binary snapshots of FreeBSD 9.3-STABLE also - contain up-to-date copies of this document (as of the time of - the snapshot).

For a list of all FreeBSD CERT security advisories, see http://www.FreeBSD.org/security/ or ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/.

2. Security Advisories

Problems described in the following security advisories have - been fixed in 9.3-RELEASE. For more information, consult - the individual advisories available from - http://security.FreeBSD.org/.

AdvisoryDateTopic
SA-14:01.bsnmpd1 January 2014

Fix bsnmpd remote denial of service - vulnerability

SA-14:02.ntpd1 January 2014

Fix ntpd distributed reflection Denial of - Service vulnerability

SA-14:03.ntpd1 January 2014

Fix BIND remote denial of service - vulnerability

SA-14:05.nfsserver8 April 2014

Fix NFS deadlock vulnerability

SA-14:06.openssl8 April 2014

Fix ECDSA Cache Side-channel - Attack

SA-14:08.tcp30 April 2014

Fix TCP reassembly - vulnerability

SA-14:11.sendmail3 June 2014

Fix sendmail improper close-on-exec flag - handling

SA-14:12.ktrace3 June 2014

Fix ktrace memory disclosure

SA-14:13.pam3 June 2014

Fix incorrect error handling in PAM policy - parser

SA-14:14.openssl5 June 2014

Multiple vulnerabilities

SA-14:16.file24 June 2014

Multiple vulnerabilities

SA-14:17.kmem8 July 2014

Kernel memory disclosure in control messages - and SCTP notifications

3. Late-Breaking News

No late-breaking news.

This file, and other release-related documents, - can be downloaded from http://www.FreeBSD.org/releases/.

For questions about FreeBSD, read the - documentation before - contacting <questions@FreeBSD.org>.

All users of FreeBSD 9.3-STABLE should - subscribe to the <current@FreeBSD.org> - mailing list.

For questions about this documentation, - e-mail <doc@FreeBSD.org>.

diff --git a/website/content/en/releases/9.2R/hardware.adoc b/website/content/en/releases/9.2R/hardware.adoc new file mode 100644 index 0000000000..0715430d7b --- /dev/null +++ b/website/content/en/releases/9.2R/hardware.adoc @@ -0,0 +1,3159 @@ +--- +title: "FreeBSD 9.2-RELEASE Hardware Notes" +sidenav: download +--- + += FreeBSD 9.2-RELEASE Hardware Notes + +== Table of Contents + +* <> +* <> +* <> + +[[intro]] +== Introduction + +This document contains the hardware compatibility notes for FreeBSD 9.2-RELEASE. It lists the hardware platforms supported by FreeBSD, as well as the various types of hardware devices (storage controllers, network interfaces, and so on), along with known working instances of these devices. + +[[proc]] +== Supported Processors and System Boards + +This section provides some architecture-specific information about the specific processors and systems that are supported by each architecture. + +[[proc-amd64]] +== amd64 + +Since mid-2003 FreeBSD/amd64 has supported the AMD64 ("Hammer") and Intel(R) EM64T architecture, and is now one of the Tier-1 platforms (fully supported architecture), which are expected to be Production Quality with respects to all aspects of the FreeBSD operating system, including installation and development environments. + +Note that there are two names for this architecture, AMD64 (AMD) and Intel EM64T (Extended Memory 64-bit Technology). 64-bit mode of the two architectures are almost compatible with each other, and FreeBSD/amd64 should support them both. + +As of this writing, the following processors are supported: + +* AMD Athlon(TM)64 ("Clawhammer"). +* AMD Opteron(TM) ("Sledgehammer"). +* All multi-core Intel(R) Xeon(TM) processors except Sossaman have EM64T support. +* The single-core Intel(R) Xeon(TM) processors "Nocona", "Irwindale", "Potomac", and "Cranford" have EM64T support. +* All Intel(R) Core 2 (not Core Duo) and later processors +* All Intel(R) Pentium(R) D processors +* Intel(R) Pentium(R) 4s and Celeron Ds using the "Cedar Mill" core have EM64T support. +* Some Intel(R) Pentium(R) 4s and Celeron Ds using the "Prescott" core have EM64T support. See the http://processorfinder.intel.com[Intel Processor Spec Finder] for the definitive answer about EM64T support in Intel processors. + +Intel(R) EM64T is an extended version of IA-32 (x86) and different from Intel(R) IA-64 (Itanium) architecture, which FreeBSD/ia64 supports. Some Intel(R)'s old documentation refers to Intel(R) EM64T as "64-bit extension technology" or "IA-32e". + +Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) configurations are supported. + +In many respects, FreeBSD/amd64 is similar to FreeBSD/i386, in terms of drivers supported. Generally, drivers that already function correctly on other 64-bit platforms should work. + +[[proc-i386]] +== i386 + +FreeBSD/i386 runs on a wide variety of "IBM PC compatible" machines. Due to the wide range of hardware available for this architecture, it is impossible to exhaustively list all combinations of equipment supported by FreeBSD. Nevertheless, some general guidelines are presented here. + +Almost all i386(TM)-compatible processors with a floating point unit are supported. All Intel(R) processors beginning with the 80486 are supported, including the 80486, Pentium(R), Pentium(R) Pro, Pentium(R) II, Pentium(R) III, Pentium(R) 4, and variants thereof, such as the Xeon(TM) and Celeron(R) processors. All i386(TM)-compatible AMD processors are also supported, including the Am486(R), Am5x86(R), K5, AMD-K6(R) (and variants), AMD Athlon(TM) (including Athlon-MP, Athlon-XP, Athlon-4, and Athlon Thunderbird), and AMD Duron(TM) processors. The AMD Élan SC520 embedded processor is supported. The Transmeta Crusoe is recognized and supported, as are i386(TM)-compatible processors from Cyrix and NexGen. + +There is a wide variety of motherboards available for this architecture. Motherboards using the ISA, VLB, EISA, AGP, and PCI expansion buses are well-supported. There is some limited support for the MCA ("MicroChannel") expansion bus used in the IBM PS/2 line of PCs. + +Symmetric multi-processor (SMP) systems are generally supported by FreeBSD, although in some cases, BIOS or motherboard bugs may generate some problems. Perusal of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp[FreeBSD symmetric multiprocessing mailing list] may yield some clues. + +FreeBSD will take advantage of HyperThreading (HTT) support on Intel(R) CPUs that support this feature. A kernel with the `options SMP` feature enabled will automatically detect the additional logical processors. The default FreeBSD scheduler treats the logical processors the same as additional physical processors; in other words, no attempt is made to optimize scheduling decisions given the shared resources between logical processors within the same CPU. Because this naive scheduling can result in suboptimal performance, under certain circumstances it may be useful to disable the logical processors with the `machdep.hyperthreading_allowed` tunable. The man:smp[4] manual page has more details. + +FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the man:pae[4] manual page for more details. + +FreeBSD will generally run on i386-based laptops, albeit with varying levels of support for certain hardware features such as sound, graphics, power management, and PCCARD expansion slots. These features tend to vary in idiosyncratic ways between machines, and frequently require special-case support in FreeBSD to work around hardware bugs or other oddities. When in doubt, a search of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile[FreeBSD laptop computer mailing list] may be useful. + +Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the man:acpi[4] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: + +[source,programlisting] +---- +hint.acpi.0.disabled="1" +---- + +Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The man:acpi[4] manual page has more information on how to do this via loader tunables. + +ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the man:acpi[4] manual page for more information. + +[[proc-ia64]] +== ia64 + +Currently supported processors are the http://people.freebsd.org/~marcel/refs/ia64/itanium/24532003.pdf[Itanium(R)] and the http://people.freebsd.org/~marcel/refs/ia64/itanium2/25111003.pdf[Itanium(R) 2]. + +Supported chipsets include: + +* HP zx1 +* Intel(R) 460GX +* Intel(R) E8870 + +Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) configurations are supported. + +Most devices that can be found in or are compatible with ia64 machines are fully supported. The notable exception is the VGA console. The FreeBSD support for VGA consoles is at this time too much based on PC hardware and not all ia64 machines have chipsets that provide sufficient PC legacy support. As such man:syscons[4] can not be enabled and the use of a serial console is required. + +[[proc-pc98]] +== pc98 + +NEC PC-9801/9821 series with almost all i386(TM)-compatible processors, including 80486, Pentium(R), Pentium(R) Pro, Pentium(R) II, and variants. All i386(TM)-compatible processors by AMD, Cyrix, IBM, and IDT are also supported. + +NEC FC-9801/9821 series, and NEC SV-98 series (both of them are compatible with PC-9801/9821 series) should be supported. + +EPSON PC-386/486/586 series, which are compatible with NEC PC-9801 series are supported. + +High-resolution mode is not supported. NEC PC-98XA/XL/RL/XL^2, and NEC PC-H98 series are supported in normal (PC-9801 compatible) mode only. + +Although there are some multi-processor systems (such as Rs20/B20), SMP-related features of FreeBSD are not supported yet. + +PC-9801/9821 standard bus (called C-Bus), PC-9801NOTE expansion bus (110pin), and PCI bus are supported. New Extend Standard Architecture (NESA) bus (used in PC-H98, SV-H98, and FC-H98 series) is not supported. + +[[proc-powerpc]] +== powerpc + +This section describes the systems currently known to be supported by FreeBSD on the PowerPC platform. This list is not exhaustive. + +In general, all New World architecture Apple hardware is supported, as well a limited selection of non-Apple machines. + +All systems listed below are fully supported, with the exception that software fan control is currently missing on some Power Macintosh G5 models. SMP is supported on all systems with more than 1 processor. + +* Apple iMac G3 +* Apple iMac G4 +* Apple iMac G5 +* Apple Power Macintosh G3 (Blue & White) +* Apple Power Macintosh G4 +* Apple Power Macintosh G5 +* Apple iBook G3 +* Apple iBook G4 +* Apple PowerBook G3 (Lombard and Pismo) +* Apple PowerBook G4 +* Apple XServe G4 +* Apple XServe G5 +* Apple Mac Mini +* Embedded boards based on MPC85XX + +[[proc-sparc64]] +== sparc64 + +This section describes the systems currently known to be supported by FreeBSD on the Fujitsu SPARC64(R) and Sun UltraSPARC(R) platforms. For background information on the various hardware designs see the http://sunsolve.sun.com/handbook_pub/[Sun System Handbook]. + +SMP is supported on all systems with more than 1 processor. + +When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the man:creator[4] (Sun Creator, Sun Creator3D and Sun Elite3D) or man:machfb[4] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. + +If you have a system that is not listed here, it may not have been tested with FreeBSD 9.2-RELEASE. We encourage you to try it and send a note to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64[FreeBSD SPARC porting mailing list] with your results, including which devices work and which do not. + +The following systems are fully supported by FreeBSD: + +* Naturetech GENIALstation 777S +* Sun Blade(TM) 100 +* Sun Blade(TM) 150 +* Sun Enterprise(TM) 150 +* Sun Enterprise(TM) 220R +* Sun Enterprise(TM) 250 +* Sun Enterprise(TM) 420R +* Sun Enterprise(TM) 450 +* Sun Fire(TM) B100s (support for the on-board NICs first appeared in 8.1-RELEASE) +* Sun Fire(TM) V100 +* Sun Fire(TM) V120 +* Sun Netra(TM) t1 100/105 +* Sun Netra(TM) T1 AC200/DC200 +* Sun Netra(TM) t 1100 +* Sun Netra(TM) t 1120 +* Sun Netra(TM) t 1125 +* Sun Netra(TM) t 1400/1405 +* Sun Netra(TM) 120 +* Sun Netra(TM) X1 +* Sun SPARCEngine(R) Ultra AX1105 +* Sun SPARCEngine(R) Ultra AXe +* Sun SPARCEngine(R) Ultra AXi +* Sun SPARCEngine(R) Ultra AXmp +* Sun SPARCEngine(R) CP1500 +* Sun Ultra(TM) 1 +* Sun Ultra(TM) 1E +* Sun Ultra(TM) 2 +* Sun Ultra(TM) 5 +* Sun Ultra(TM) 10 +* Sun Ultra(TM) 30 +* Sun Ultra(TM) 60 +* Sun Ultra(TM) 80 +* Sun Ultra(TM) 450 + +The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the man:esp[4] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). + +* Sun Enterprise(TM) 3500 +* Sun Enterprise(TM) 4500 + +Starting with 7.2-RELEASE, sparc64 systems based on Sun UltraSPARC(R) III and beyond are also supported by FreeBSD, which includes the following known working systems: + +* Sun Blade(TM) 1000 +* Sun Blade(TM) 1500 +* Sun Blade(TM) 2000 +* Sun Blade(TM) 2500 +* Sun Fire(TM) 280R +* Sun Fire(TM) V210 +* Sun Fire(TM) V215 (support first appeared in 7.3-RELEASE and 8.1-RELEASE) +* Sun Fire(TM) V240 +* Sun Fire(TM) V245 (support first appeared in 7.3-RELEASE and 8.1-RELEASE) +* Sun Fire(TM) V250 +* Sun Fire(TM) V440 (support for the on-board NICs first appeared in 7.3-RELEASE and 8.0-RELEASE) +* Sun Fire(TM) V480 (501-6780 and 501-6790 centerplanes only, for which support first appeared in 7.3-RELEASE and 8.1-RELEASE, other centerplanes might work beginning with 8.3-RELEASE and 9.0-RELEASE) +* Sun Fire(TM) V880 +* Sun Fire(TM) V890 (support first appeared in 7.4-RELEASE and 8.1-RELEASE, non-mixed UltraSPARC(R) IV/IV+ CPU-configurations only) +* Netra(TM) 20/Netra(TM) T4 + +The following Sun UltraSPARC(R) systems are not tested but believed to be also supported by FreeBSD: + +* Sun Fire(TM) V125 +* Sun Fire(TM) V490 (support first appeared in 7.4-RELEASE and 8.1-RELEASE, non-mixed UltraSPARC(R) IV/IV+ CPU-configurations only) + +Starting with 7.4-RELEASE and 8.1-RELEASE, sparc64 systems based on Fujitsu SPARC64(R) V are also supported by FreeBSD, which includes the following known working systems: + +* Fujitsu PRIMEPOWER(R) 250 + +The following Fujitsu PRIMEPOWER(R) systems are not tested but believed to be also supported by FreeBSD: + +* Fujitsu PRIMEPOWER(R) 450 +* Fujitsu PRIMEPOWER(R) 650 +* Fujitsu PRIMEPOWER(R) 850 + +[[support]] +== Supported Devices + +This section describes the devices currently known to be supported by FreeBSD. Other configurations may also work, but simply have not been tested yet. Feedback, updates, and corrections to this list are encouraged. + +Where possible, the drivers applicable to each device or class of devices is listed. If the driver in question has a manual page in the FreeBSD base distribution (most should), it is referenced here. Information on specific models of supported devices, controllers, etc. can be found in the manual pages. + +== Note: + +The device lists in this document are being generated automatically from FreeBSD manual pages. This means that some devices, which are supported by multiple drivers, may appear multiple times. + +[[disk]] +== Disk Controllers + +[amd64, i386, ia64, pc98, sparc64] IDE/ATA controllers (man:ata[4] driver) + +[pc98] IDE/ATA controllers (wdc driver) + +* On-board IDE controller + +[i386,ia64,amd64] Controllers supported by the man:aac[4] driver include: + +* Adaptec AAC-364 +* Adaptec RAID 2045 +* Adaptec RAID 2405 +* Adaptec RAID 2445 +* Adaptec RAID 2805 +* Adaptec RAID 3085 +* Adaptec RAID 31205 +* Adaptec RAID 31605 +* Adaptec RAID 5085 +* Adaptec RAID 51205 +* Adaptec RAID 51245 +* Adaptec RAID 51605 +* Adaptec RAID 51645 +* Adaptec RAID 52445 +* Adaptec RAID 5405 +* Adaptec RAID 5445 +* Adaptec RAID 5805 +* Adaptec SAS RAID 3405 +* Adaptec SAS RAID 3805 +* Adaptec SAS RAID 4000SAS +* Adaptec SAS RAID 4005SAS +* Adaptec SAS RAID 4800SAS +* Adaptec SAS RAID 4805SAS +* Adaptec SATA RAID 2020SA ZCR +* Adaptec SATA RAID 2025SA ZCR +* Adaptec SATA RAID 2026ZCR +* Adaptec SATA RAID 2410SA +* Adaptec SATA RAID 2420SA +* Adaptec SATA RAID 2610SA +* Adaptec SATA RAID 2620SA +* Adaptec SATA RAID 2810SA +* Adaptec SATA RAID 2820SA +* Adaptec SATA RAID 21610SA +* Adaptec SCSI RAID 2020ZCR +* Adaptec SCSI RAID 2025ZCR +* Adaptec SCSI RAID 2120S +* Adaptec SCSI RAID 2130S +* Adaptec SCSI RAID 2130SLP +* Adaptec SCSI RAID 2230SLP +* Adaptec SCSI RAID 2200S +* Adaptec SCSI RAID 2240S +* Adaptec SCSI RAID 3230S +* Adaptec SCSI RAID 3240S +* Adaptec SCSI RAID 5400S +* Dell CERC SATA RAID 2 +* Dell PERC 2/Si +* Dell PERC 2/QC +* Dell PERC 3/Si +* Dell PERC 3/Di +* Dell PERC 320/DC +* HP ML110 G2 (Adaptec SATA RAID 2610SA) +* HP NetRAID 4M +* IBM ServeRAID 8i +* IBM ServeRAID 8k +* IBM ServeRAID 8s +* ICP RAID ICP5045BL +* ICP RAID ICP5085BL +* ICP RAID ICP5085SL +* ICP RAID ICP5125BR +* ICP RAID ICP5125SL +* ICP RAID ICP5165BR +* ICP RAID ICP5165SL +* ICP RAID ICP5445SL +* ICP RAID ICP5805BL +* ICP RAID ICP5805SL +* ICP ICP5085BR SAS RAID +* ICP ICP9085LI SAS RAID +* ICP ICP9047MA SATA RAID +* ICP ICP9067MA SATA RAID +* ICP ICP9087MA SATA RAID +* ICP ICP9014RO SCSI RAID +* ICP ICP9024RO SCSI RAID +* Legend S220 +* Legend S230 +* Sun STK RAID REM +* Sun STK RAID EM +* SG-XPCIESAS-R-IN +* SG-XPCIESAS-R-EX +* AOC-USAS-S4i +* AOC-USAS-S8i +* AOC-USAS-S4iR +* AOC-USAS-S8iR +* AOC-USAS-S8i-LP +* AOC-USAS-S8iR-LP + +[i386,pc98,amd64] The man:adv[4] driver supports the following SCSI controllers: + +* AdvanSys ABP510/5150 +* AdvanSys ABP5140 +* AdvanSys ABP5142 +* AdvanSys ABP902/3902 +* AdvanSys ABP3905 +* AdvanSys ABP915 +* AdvanSys ABP920 +* AdvanSys ABP3922 +* AdvanSys ABP3925 +* AdvanSys ABP930, ABP930U, ABP930UA +* AdvanSys ABP960, ABP960U +* AdvanSys ABP542 +* AdvanSys ABP742 +* AdvanSys ABP842 +* AdvanSys ABP940 +* AdvanSys ABP940UA/3940UA +* AdvanSys ABP940U +* AdvanSys ABP3960UA +* AdvanSys ABP970, ABP970U +* AdvanSys ABP752 +* AdvanSys ABP852 +* AdvanSys ABP950 +* AdvanSys ABP980, ABP980U +* AdvanSys ABP980UA/3980UA +* MELCO IFC-USP (PC-98) +* RATOC REX-PCI30 (PC-98) +* @Nifty FNECHARD IFC-USUP-TX (PC-98) + +[i386,pc98,amd64] The man:adw[4] driver supports SCSI controllers including: + +* AdvanSys ABP940UW/ABP3940UW +* AdvanSys ABP950UW +* AdvanSys ABP970UW +* AdvanSys ABP3940U2W +* AdvanSys ABP3950U2W + +[i386] The man:aha[4] driver supports the following SCSI host adapters: + +* Adaptec AHA-154xB +* Adaptec AHA-154xC +* Adaptec AHA-154xCF +* Adaptec AHA-154xCP +* Adaptec AHA-1640 +* Adaptec AHA-174x in 154x emulation mode +* DTC 3290 SCSI controller in 1542 emulation mode +* Tekram SCSI controllers in 154x emulation mode + +[i386] The man:ahb[4] driver supports the following SCSI host adapters: + +* Adaptec AHA-1740 +* Adaptec AHA-1742 +* Adaptec AHA-1740A +* Adaptec AHA-1742A + +The man:ahc[4] driver supports the following SCSI host adapter chips and SCSI controller cards: + +* Adaptec AIC7770 host adapter chip +* Adaptec AIC7850 host adapter chip +* Adaptec AIC7860 host adapter chip +* Adaptec AIC7870 host adapter chip +* Adaptec AIC7880 host adapter chip +* Adaptec AIC7890 host adapter chip +* Adaptec AIC7891 host adapter chip +* Adaptec AIC7892 host adapter chip +* Adaptec AIC7895 host adapter chip +* Adaptec AIC7896 host adapter chip +* Adaptec AIC7897 host adapter chip +* Adaptec AIC7899 host adapter chip +* Adaptec 274X(W) +* Adaptec 274X(T) +* Adaptec 284X +* Adaptec 2910 +* Adaptec 2915 +* Adaptec 2920C +* Adaptec 2930C +* Adaptec 2930U2 +* Adaptec 2940 +* Adaptec 2940J +* Adaptec 2940N +* Adaptec 2940U +* Adaptec 2940AU +* Adaptec 2940UW +* Adaptec 2940UW Dual +* Adaptec 2940UW Pro +* Adaptec 2940U2W +* Adaptec 2940U2B +* Adaptec 2950U2W +* Adaptec 2950U2B +* Adaptec 19160B +* Adaptec 29160B +* Adaptec 29160N +* Adaptec 3940 +* Adaptec 3940U +* Adaptec 3940AU +* Adaptec 3940UW +* Adaptec 3940AUW +* Adaptec 3940U2W +* Adaptec 3950U2 +* Adaptec 3960 +* Adaptec 39160 +* Adaptec 3985 +* Adaptec 4944UW +* NEC PC-9821Xt13 (PC-98) +* NEC RvII26 (PC-98) +* NEC PC-9821X-B02L/B09 (PC-98) +* NEC SV-98/2-B03 (PC-98) +* Many motherboards with on-board SCSI support + +The man:ahci[4] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). + +Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it supports AHCI part of legacy-PATA + AHCI-SATA combined controllers, such as JMicron JMB36x and Marvell 88SE61xx. + +[i386,sparc64,ia64,amd64] The man:ahd[4] driver supports the following: + +* Adaptec AIC7901 host adapter chip +* Adaptec AIC7901A host adapter chip +* Adaptec AIC7902 host adapter chip +* Adaptec 29320 host adapter +* Adaptec 39320 host adapter +* Many motherboards with on-board SCSI support + +[i386,pc98,amd64] The adapters supported by the man:aic[4] driver include: + +* Adaptec AHA-1505 (ISA) +* Adaptec AHA-1510A, AHA-1510B (ISA) +* Adaptec AHA-1520A, AHA-1520B (ISA) +* Adaptec AHA-1522A, AHA-1522B (ISA) +* Adaptec AHA-1535 (ISA) +* Creative Labs SoundBlaster SCSI host adapter (ISA) +* Adaptec AHA-1460, AHA-1460B, AHA-1460C, AHA-1460D (PC Card) +* Adaptec AHA-1030B, AHA-1030P (PC98) +* NEC PC-9801-100 (PC98) + +[i386,pc98,amd64] Controllers supported by the man:amd[4] driver include: + +* MELCO IFC-DP (PC-98) +* Tekram DC390 +* Tekram DC390T + +Controllers supported by the man:amr[4] driver include: + +* MegaRAID SATA 150-4 +* MegaRAID SATA 150-6 +* MegaRAID SATA 300-4X +* MegaRAID SATA 300-8X +* MegaRAID SCSI 320-1E +* MegaRAID SCSI 320-2E +* MegaRAID SCSI 320-4E +* MegaRAID SCSI 320-0X +* MegaRAID SCSI 320-2X +* MegaRAID SCSI 320-4X +* MegaRAID SCSI 320-0 +* MegaRAID SCSI 320-1 +* MegaRAID SCSI 320-2 +* MegaRAID SCSI 320-4 +* MegaRAID Series 418 +* MegaRAID i4 133 RAID +* MegaRAID Elite 1500 (Series 467) +* MegaRAID Elite 1600 (Series 493) +* MegaRAID Elite 1650 (Series 4xx) +* MegaRAID Enterprise 1200 (Series 428) +* MegaRAID Enterprise 1300 (Series 434) +* MegaRAID Enterprise 1400 (Series 438) +* MegaRAID Enterprise 1500 (Series 467) +* MegaRAID Enterprise 1600 (Series 471) +* MegaRAID Express 100 (Series 466WS) +* MegaRAID Express 200 (Series 466) +* MegaRAID Express 300 (Series 490) +* MegaRAID Express 500 (Series 475) +* Dell PERC +* Dell PERC 2/SC +* Dell PERC 2/DC +* Dell PERC 3/DCL +* Dell PERC 3/QC +* Dell PERC 4/DC +* Dell PERC 4/IM +* Dell PERC 4/SC +* Dell PERC 4/Di +* Dell PERC 4e/DC +* Dell PERC 4e/Di +* Dell PERC 4e/Si +* Dell PERC 4ei +* HP NetRAID-1/Si +* HP NetRAID-3/Si (D4943A) +* HP Embedded NetRAID +* Intel RAID Controller SRCS16 +* Intel RAID Controller SRCU42X + +[i386,amd64] The man:arcmsr[4] driver supports the following cards: + +* ARC-1110 +* ARC-1120 +* ARC-1130 +* ARC-1160 +* ARC-1170 +* ARC-1110ML +* ARC-1120ML +* ARC-1130ML +* ARC-1160ML +* ARC-1200 +* ARC-1201 +* ARC-1210 +* ARC-1212 +* ARC-1213 +* ARC-1214 +* ARC-1220 +* ARC-1222 +* ARC-1223 +* ARC-1224 +* ARC-1230 +* ARC-1231 +* ARC-1260 +* ARC-1261 +* ARC-1270 +* ARC-1280 +* ARC-1210ML +* ARC-1220ML +* ARC-1231ML +* ARC-1261ML +* ARC-1280ML +* ARC-1380 +* ARC-1381 +* ARC-1680 +* ARC-1681 +* ARC-1880 +* ARC-1882 + +[i386] The adapters currently supported by the man:asr[4] driver include the following: + +* Adaptec Zero-Channel SCSI RAID 2000S, 2005S, 2010S, 2015S +* Adaptec SCSI RAID 2100S, 2110S +* Adaptec ATA-100 RAID 2400A +* Adaptec SCSI RAID 3200S, 3210S +* Adaptec SCSI RAID 3400S, 3410S +* Adaptec SmartRAID PM1554 +* Adaptec SmartRAID PM1564 +* Adaptec SmartRAID PM2554 +* Adaptec SmartRAID PM2564 +* Adaptec SmartRAID PM2664 +* Adaptec SmartRAID PM2754 +* Adaptec SmartRAID PM2865 +* Adaptec SmartRAID PM3754 +* Adaptec SmartRAID PM3755U2B / SmartRAID V Millennium +* Adaptec SmartRAID PM3757 +* DEC KZPCC-AC (LVD 1-ch, 4MB or 16MB cache), DEC KZPCC-CE (LVD 3-ch, 64MB cache), DEC KZPCC-XC (LVD 1-ch, 16MB cache), DEC KZPCC-XE (LVD 3-ch, 64MB cache) -- rebadged SmartRAID V Millennium + +[i386,amd64] The man:bt[4] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: + +* BusLogic BT-445C +* BusLogic BT-445S +* BusLogic BT-540CF +* BusLogic BT-542B +* BusLogic BT-542B +* BusLogic BT-542D +* BusLogic BT-545C +* BusLogic BT-545S +* BusLogic/BusTek BT-640 +* BusLogic BT-742A +* BusLogic BT-742A +* BusLogic BT-747C +* BusLogic BT-747D +* BusLogic BT-747S +* BusLogic BT-757C +* BusLogic BT-757CD +* BusLogic BT-757D +* BusLogic BT-757S +* BusLogic BT-946C +* BusLogic BT-948 +* BusLogic BT-956C +* BusLogic BT-956CD +* BusLogic BT-958 +* BusLogic BT-958D +* Storage Dimensions SDC3211B / SDC3211F + +AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the man:bt[4] driver. + +[i386,ia64,amd64] Controllers supported by the man:ciss[4] driver include: + +* Compaq Smart Array 5300 +* Compaq Smart Array 532 +* Compaq Smart Array 5i +* HP Smart Array 5312 +* HP Smart Array 6i +* HP Smart Array 641 +* HP Smart Array 642 +* HP Smart Array 6400 +* HP Smart Array 6400 EM +* HP Smart Array E200 +* HP Smart Array E200i +* HP Smart Array P212 +* HP Smart Array P220i +* HP Smart Array P222 +* HP Smart Array P400 +* HP Smart Array P400i +* HP Smart Array P410 +* HP Smart Array P410i +* HP Smart Array P411 +* HP Smart Array P420 +* HP Smart Array P420i +* HP Smart Array P421 +* HP Smart Array P600 +* HP Smart Array P721m +* HP Smart Array P800 +* HP Smart Array P812 +* HP Modular Smart Array 20 (MSA20) +* HP Modular Smart Array 500 (MSA500) + +[pc98] The man:ct[4] driver supports the following adapters: + +* ELECOM bus-master SCSI adapters +* I-O DATA SC-98II +* ICM IF-2660, IF-2766, IF-2766ET, IF-2767 and IF-2769 +* Logitec LHA-N151 and LHA-20x series +* Midori-Denshi MDC-554NA and MDC-926R +* NEC PC-9801-55, 92 and compatibles +* SMIT transfer type SCSI host adapters +* TEXA HA-55BS2 and its later models + +[i386,ia64,amd64] The man:dpt[4] driver provides support for the following RAID adapters: + +* DPT Smart Cache Plus +* Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) (Gen2) +* Smart RAID II (PM3?2?, PM3021, PM3222) +* Smart Cache III (PM2?3?) +* Smart RAID III (PM3?3?, PM3332 [EISA], PM3334UW [PCI]) (Gen3) +* Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) (Gen4) +* Smart RAID IV + +== Note: + +[amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. + +[sparc64] Controllers supported by the man:esp[4] driver include: + +* MELCO IFC-DP (PC-98) +* Sun ESP family +* Sun FAS family +* Tekram DC390 +* Tekram DC390T + +[i386,amd64] The man:hpt27xx[4] driver supports the following SAS controllers: + +* HighPoint's RocketRAID 271x series +* HighPoint's RocketRAID 272x series +* HighPoint's RocketRAID 274x series +* HighPoint's RocketRAID 276x series +* HighPoint's RocketRAID 278x series + +[i386,amd64] The man:hptiop[4] driver supports the following SAS and SATA RAID controllers: + +* HighPoint RocketRAID 4522 +* HighPoint RocketRAID 4521 +* HighPoint RocketRAID 4520 +* HighPoint RocketRAID 4322 +* HighPoint RocketRAID 4321 +* HighPoint RocketRAID 4320 +* HighPoint RocketRAID 4311 +* HighPoint RocketRAID 4310 +* HighPoint RocketRAID 3640 +* HighPoint RocketRAID 3622 +* HighPoint RocketRAID 3620 + +The man:hptiop[4] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: + +* HighPoint RocketRAID 4211 +* HighPoint RocketRAID 4210 +* HighPoint RocketRAID 3560 +* HighPoint RocketRAID 3540 +* HighPoint RocketRAID 3530 +* HighPoint RocketRAID 3522 +* HighPoint RocketRAID 3521 +* HighPoint RocketRAID 3520 +* HighPoint RocketRAID 3511 +* HighPoint RocketRAID 3510 +* HighPoint RocketRAID 3410 +* HighPoint RocketRAID 3320 +* HighPoint RocketRAID 3220 +* HighPoint RocketRAID 3122 +* HighPoint RocketRAID 3120 +* HighPoint RocketRAID 3020 + +[i386,amd64] The man:hptmv[4] driver supports the following ATA RAID controllers: + +* HighPoint's RocketRAID 182x series + +[i386,amd64] The man:hptrr[4] driver supports the following RAID controllers: + +* RocketRAID 172x series +* RocketRAID 174x series +* RocketRAID 2210 +* RocketRAID 222x series +* RocketRAID 2240 +* RocketRAID 230x series +* RocketRAID 231x series +* RocketRAID 232x series +* RocketRAID 2340 +* RocketRAID 2522 + +[i386] The following controllers are supported by the man:ida[4] driver: + +* Compaq SMART Array 221 +* Compaq Integrated SMART Array Controller +* Compaq SMART Array 4200 +* Compaq SMART Array 4250ES +* Compaq SMART 3200 Controller +* Compaq SMART 3100ES Controller +* Compaq SMART-2/DH Controller +* Compaq SMART-2/SL Controller +* Compaq SMART-2/P Controller +* Compaq SMART-2/E Controller +* Compaq SMART Controller + +[i386,ia64,amd64] Controllers supported by the man:iir[4] driver include: + +* Intel RAID Controller SRCMR +* Intel Server RAID Controller U3-l (SRCU31a) +* Intel Server RAID Controller U3-1L (SRCU31La) +* Intel Server RAID Controller U3-2 (SRCU32) +* All past and future releases of Intel and ICP RAID Controllers. + +* Intel RAID Controller SRCU21 (discontinued) +* Intel RAID Controller SRCU31 (older revision, not compatible) +* Intel RAID Controller SRCU31L (older revision, not compatible) + +The SRCU31 and SRCU31L can be updated via a firmware update available from Intel. + +[i386,amd64] Controllers supported by the man:ips[4] driver include: + +* IBM ServeRAID 3H +* ServeRAID 4L/4M/4H +* ServeRAID Series 5 +* ServeRAID 6i/6M +* ServeRAID 7t/7k/7M + +Newer ServeRAID controllers are supported by the aac(4) or mfi(4) driver. + +[i386,amd64] The man:isci[4] driver provides support for Intel C600 SAS controllers. + +Cards supported by the man:isp[4] driver include: + +* ISP1000 +* ISP1020 +* ISP1040 +* Qlogic 1240 +* Qlogic 1020 +* Qlogic 1040 +* Qlogic 1080 +* Qlogic 1280 +* Qlogic 12160 +* Qlogic 210X +* Qlogic 220X +* Qlogic 2300 +* Qlogic 2312 +* Qlogic 234X +* Qlogic 2322 +* Qlogic 200 +* Qlogic 2422 +* Qlogic 2432 + +[i386,ia64,amd64] The man:mfi[4] driver supports the following hardware: + +* LSI MegaRAID SAS 1078 +* LSI MegaRAID SAS 8408E +* LSI MegaRAID SAS 8480E +* LSI MegaRAID SAS 9260 +* Dell PERC5 +* Dell PERC6 +* IBM ServeRAID M5015 SAS/SATA +* IBM ServeRAID-MR10i +* Intel RAID Controller SROMBSAS18E + +[i386,ia64,amd64] Controllers supported by the man:mlx[4] driver include: + +* Mylex DAC960P +* Mylex DAC960PD / DEC KZPSC (Fast Wide) +* Mylex DAC960PDU +* Mylex DAC960PL +* Mylex DAC960PJ +* Mylex DAC960PG +* Mylex DAC960PU / DEC PZPAC (Ultra Wide) +* Mylex AcceleRAID 150 (DAC960PRL) +* Mylex AcceleRAID 250 (DAC960PTL1) +* Mylex eXtremeRAID 1100 (DAC1164P) +* RAIDarray 230 controllers, aka the Ultra-SCSI DEC KZPAC-AA (1-ch, 4MB cache), KZPAC-CA (3-ch, 4MB), KZPAC-CB (3-ch, 8MB cache) + +All major firmware revisions (2.x, 3.x, 4.x and 5.x) are supported, however it is always advisable to upgrade to the most recent firmware available for the controller. + +Compatible Mylex controllers not listed should work, but have not been verified. + +== Note: + +[amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. + +[i386,ia64,amd64] Controllers supported by the man:mly[4] driver include: + +* Mylex AcceleRAID 160 +* Mylex AcceleRAID 170 +* Mylex AcceleRAID 352 +* Mylex eXtremeRAID 2000 +* Mylex eXtremeRAID 3000 + +Compatible Mylex controllers not listed should work, but have not been verified. + +The man:mps[4] driver supports the following hardware: + +* LSI Logic SAS2004 (4 Port SAS) +* LSI Logic SAS2008 (8 Port SAS) +* LSI Logic SAS2108 (8 Port SAS) +* LSI Logic SAS2116 (16 Port SAS) +* LSI Logic SAS2208 (8 Port SAS) +* LSI Logic SAS2308 (8 Port SAS) +* LSI Logic SSS6200 Solid State Storage +* Intel Integrated RAID Module RMS25JB040 +* Intel Integrated RAID Module RMS25JB080 +* Intel Integrated RAID Module RMS25KB040 +* Intel Integrated RAID Module RMS25KB080 + +The following controllers are supported by the man:mpt[4] driver: + +* LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI) +* LSI Logic AS1064, LSI Logic AS1068 +* LSI Logic FC909 (1Gb/s Fibre Channel) +* LSI Logic FC909A (Dual 1Gb/s Fibre Channel) +* LSI Logic FC919, LSI Logic 7102XP-LC (Single 2Gb/s Fibre Channel) +* LSI Logic FC929, LSI Logic FC929X, LSI Logic 7202XP-LC (Dual 2Gb/s Fibre Channel) +* LSI Logic FC949X (Dual 4Gb/s Fibre Channel) +* LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express) + +The Ultra 320 SCSI controller chips supported by the man:mpt[4] driver can be found onboard on many systems including: + +* Dell PowerEdge 1750 thru 2850 +* IBM eServer xSeries 335 + +These systems also contain Integrated RAID Mirroring and Integrated RAID Mirroring Enhanced which this driver also supports. + +The SAS controller chips are also present on many new AMD/Opteron based systems, like the Sun 4100. Note that this controller can drive both SAS and SATA drives or a mix of them at the same time. The Integrated RAID Mirroring available for these controllers is poorly supported at best. + +The Fibre Channel controller chipset are supported by a broad variety of speeds and systems. The Apple Fibre Channel HBA is in fact the FC949ES card. + +This driver also supports target mode for Fibre Channel cards. This support may be enabled by setting the desired role of the core via the LSI Logic firmware utility that establishes what roles the card can take on - no separate compilation is required. + +The man:mvs[4] driver supports the following controllers: + +Gen-I (SATA 1.5Gbps): + +* 88SX5040 +* 88SX5041 +* 88SX5080 +* 88SX5081 + +Gen-II (SATA 3Gbps, NCQ, PMP): + +* 88SX6040 +* 88SX6041 (including Adaptec 1420SA) +* 88SX6080 +* 88SX6081 + +Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS): + +* 88SX6042 +* 88SX7042 (including Adaptec 1430SA) +* 88F5182 SoC +* 88F6281 SoC +* MV78100 SoC + +Note, that this hardware supports command queueing and FIS-based switching only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port. + +[i386,pc98,amd64] The man:ncr[4] driver provides support for the following NCR/Symbios SCSI controller chips: + +* 53C810 +* 53C810A +* 53C815 +* 53C820 +* 53C825A +* 53C860 +* 53C875 +* 53C875J +* 53C885 +* 53C895 +* 53C895A +* 53C896 +* 53C1510D + +The following add-on boards are known to be supported: + +* I-O DATA SC-98/PCI (PC-98) +* I-O DATA SC-PCI (PC-98) + +[i386,pc98] The following devices are currently supported by the man:ncv[4] driver: + +* I-O DATA PCSC-DV +* KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450 +* Macnica Miracle SCSI-II mPS110 +* Media Intelligent MSC-110, MSC-200 +* NEC PC-9801N-J03R +* New Media Corporation BASICS SCSI +* Qlogic Fast SCSI +* RATOC REX-9530, REX-5572 (SCSI only) + +[i386,pc98] Controllers supported by the man:nsp[4] driver include: + +* Alpha-Data AD-PCS201 +* I-O DATA CBSC16 + +[i386] The man:pst[4] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. + +The man:siis[4] driver supports the following controller chips: + +* SiI3124 (PCI-X 133MHz/64bit, 4 ports) +* SiI3131 (PCIe 1.0 x1, 1 port) +* SiI3132 (PCIe 1.0 x1, 2 ports) +* SiI3531 (PCIe 1.0 x1, 1 port) + +[i386,pc98] Controllers supported by the man:stg[4] driver include: + +* Adaptec 2920/A +* Future Domain SCSI2GO +* Future Domain TMC-18XX/3260 +* IBM SCSI PCMCIA Card +* ICM PSC-2401 SCSI +* MELCO IFC-SC +* RATOC REX-5536, REX-5536AM, REX-5536M, REX-9836A + +Note that the Adaptec 2920C is supported by the ahc(4) driver. + +The man:sym[4] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: + +* 53C810 +* 53C810A +* 53C815 +* 53C825 +* 53C825A +* 53C860 +* 53C875 +* 53C876 +* 53C895 +* 53C895A +* 53C896 +* 53C897 +* 53C1000 +* 53C1000R +* 53C1010-33 +* 53C1010-66 +* 53C1510D + +The SCSI controllers supported by man:sym[4] can be either embedded on a motherboard, or on one of the following add-on boards: + +* ASUS SC-200, SC-896 +* Data Technology DTC3130 (all variants) +* DawiControl DC2976UW +* Diamond FirePort (all) +* I-O DATA SC-UPCI (PC-98) +* Logitec LHA-521UA (PC-98) +* NCR cards (all) +* Symbios cards (all) +* Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D, and 390U3W +* Tyan S1365 + +[i386,amd64] SCSI controllers supported by the man:trm[4] driver include: + +* Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal SCSI connector +* Tekram DC-315U PCI Ultra SCSI adapter without BIOS +* Tekram DC-395F PCI Ultra-Wide SCSI adapter with flash BIOS and 68-pin external SCSI connector +* Tekram DC-395U PCI Ultra SCSI adapter with flash BIOS +* Tekram DC-395UW PCI Ultra-Wide SCSI adapter with flash BIOS +* Tekram DC-395U2W PCI Ultra2-Wide SCSI adapter with flash BIOS + +For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use the sym(4) driver. + +[i386,amd64] The man:twa[4] driver supports the following SATA RAID controllers: + +* AMCC's 3ware 9500S-4LP +* AMCC's 3ware 9500S-8 +* AMCC's 3ware 9500S-8MI +* AMCC's 3ware 9500S-12 +* AMCC's 3ware 9500S-12MI +* AMCC's 3ware 9500SX-4LP +* AMCC's 3ware 9500SX-8LP +* AMCC's 3ware 9500SX-12 +* AMCC's 3ware 9500SX-12MI +* AMCC's 3ware 9500SX-16ML +* AMCC's 3ware 9550SX-4LP +* AMCC's 3ware 9550SX-8LP +* AMCC's 3ware 9550SX-12 +* AMCC's 3ware 9550SX-12MI +* AMCC's 3ware 9550SX-16ML +* AMCC's 3ware 9650SE-2LP +* AMCC's 3ware 9650SE-4LPML +* AMCC's 3ware 9650SE-8LPML +* AMCC's 3ware 9650SE-12ML +* AMCC's 3ware 9650SE-16ML +* AMCC's 3ware 9650SE-24M8 + +[i386,amd64] The man:twe[4] driver supports the following PATA/SATA RAID controllers: + +* AMCC's 3ware 5000 series +* AMCC's 3ware 6000 series +* AMCC's 3ware 7000-2 +* AMCC's 3ware 7006-2 +* AMCC's 3ware 7500-4LP +* AMCC's 3ware 7500-8 +* AMCC's 3ware 7500-12 +* AMCC's 3ware 7506-4LP +* AMCC's 3ware 7506-8 +* AMCC's 3ware 7506-12 +* AMCC's 3ware 8006-2LP +* AMCC's 3ware 8500-4LP +* AMCC's 3ware 8500-8 +* AMCC's 3ware 8500-12 +* AMCC's 3ware 8506-4LP +* AMCC's 3ware 8506-8 +* AMCC's 3ware 8506-8MI +* AMCC's 3ware 8506-12 +* AMCC's 3ware 8506-12MI + +[i386] The man:vpo[4] driver supports the following parallel to SCSI interfaces: + +* Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega ZIP drives) +* Iomega Jaz Traveller interface +* Iomega MatchMaker SCSI interface (built-in to Iomega ZIP+ drives) + +[i386] The wds(4) driver supports the WD7000 SCSI controller. + +With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as man:cd[4]). WORM/CD-R/CD-RW writing support is provided by man:cdrecord#(1)#], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. + +The following CD-ROM type systems are supported at this time: + +* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (man:cd[4]) +* [i386] Sony proprietary interface (all models) (man:scd[4]) +* ATAPI IDE interface (man:acd[4]) + +[i386] The following device is unmaintained: + +* Mitsumi proprietary CD-ROM interface (all models) (man:mcd[4]) + +[[ethernet]] +== Ethernet Interfaces + +The man:ae[4] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: + +* ASUS EeePC 701 +* ASUS EeePC 900 + +Other hardware may or may not work with this driver. + +The man:age[4] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: + +* ASUS M2N8-VMX +* ASUS M2V +* ASUS M3A +* ASUS P2-M2A590G +* ASUS P5B-E +* ASUS P5B-MX/WIFI-AP +* ASUS P5B-VMSE +* ASUS P5K +* ASUS P5KC +* ASUS P5KPL-C +* ASUS P5KPL-VM +* ASUS P5K-SE +* ASUS P5K-V +* ASUS P5L-MX +* ASUS P5DL2-VM +* ASUS P5L-VM 1394 +* ASUS G2S + +The man:ale[4] device driver provides support for the following Ethernet controllers: + +* Atheros AR8113 PCI Express Fast Ethernet controller +* Atheros AR8114 PCI Express Fast Ethernet controller +* Atheros AR8121 PCI Express Gigabit Ethernet controller + +[i386,pc98,ia64,amd64,powerpc] Adapters supported by the man:aue[4] driver include: + +* Abocom UFE1000, DSB650TX_NA +* Accton USB320-EC, SpeedStream +* ADMtek AN986, AN8511 +* Billionton USB100, USB100LP, USB100EL, USBE100 +* Corega Ether FEther USB-T, FEther USB-TX, FEther USB-TXS +* D-Link DSB-650, DSB-650TX, DSB-650TX-PNA +* Elecom LD-USBL/TX +* Elsa Microlink USB2Ethernet +* HP hn210e +* I-O Data USB ETTX +* Kingston KNU101TX +* LinkSys USB10T adapters that contain the AN986 Pegasus chipset, USB10TA, USB10TX, USB100TX, USB100H1 +* MELCO LUA-TX, LUA2-TX +* Netgear FA101 +* Planex UE-200TX +* Sandberg USB to Network Link (model number 133-06) +* Siemens Speedstream +* SmartBridges smartNIC +* SMC 2202USB +* SOHOware NUB100 + +[i386,pc98,amd64,powerpc] The man:axe[4] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: + +AX88172: + +* AboCom UF200 +* Acer Communications EP1427X2 +* ASIX AX88172 +* ATen UC210T +* Billionton SnapPort +* Billionton USB2AR +* Buffalo (Melco Inc.) LUA-U2-KTX +* Corega USB2_TX +* D-Link DUBE100 +* Goodway GWUSB2E +* JVC MP_PRX1 +* LinkSys USB200M +* Netgear FA120 +* Sitecom LN-029 +* System TALKS Inc. SGC-X2UL + +AX88178: + +* ASIX AX88178 +* Belkin F5D5055 +* Logitec LAN-GTJ/U2A +* Buffalo (Melco Inc.) LUA3-U2-AGT +* Planex Communications GU1000T +* Sitecom Europe LN-028 + +AX88772: + +* ASIX AX88772 +* Buffalo (Melco Inc.) LUA3-U2-ATX +* D-Link DUBE100B1 +* Planex UE-200TX-G +* Planex UE-200TX-G2 + +AX88772A: + +* ASIX AX88772A +* Cisco-Linksys USB200Mv2 + +AX88772B: + +* ASIX AX88772B +* Lenovo USB 2.0 Ethernet + +AX88760: + +* ASIX AX88760 + +[i386,amd64] The man:bce[4] driver provides support for various NICs based on the Broadcom NetXtreme II family of Gigabit Ethernet controllers, including the following: + +* Broadcom NetXtreme II BCM5706 1000Base-SX +* Broadcom NetXtreme II BCM5706 1000Base-T +* Broadcom NetXtreme II BCM5708 1000Base-SX +* Broadcom NetXtreme II BCM5708 1000Base-T +* Broadcom NetXtreme II BCM5709 1000Base-SX +* Broadcom NetXtreme II BCM5709 1000Base-T +* Broadcom NetXtreme II BCM5716 1000Base-T +* Dell PowerEdge 1950 integrated BCM5708 NIC +* Dell PowerEdge 2950 integrated BCM5708 NIC +* Dell PowerEdge R710 integrated BCM5709 NIC +* HP NC370F Multifunction Gigabit Server Adapter +* HP NC370T Multifunction Gigabit Server Adapter +* HP NC370i Multifunction Gigabit Server Adapter +* HP NC371i Multifunction Gigabit Server Adapter +* HP NC373F PCIe Multifunc Giga Server Adapter +* HP NC373T PCIe Multifunction Gig Server Adapter +* HP NC373i Multifunction Gigabit Server Adapter +* HP NC373m Multifunction Gigabit Server Adapter +* HP NC374m PCIe Multifunction Adapter +* HP NC380T PCIe DP Multifunc Gig Server Adapter +* HP NC382T PCIe DP Multifunction Gigabit Server Adapter +* HP NC382i DP Multifunction Gigabit Server Adapter +* HP NC382m DP 1GbE Multifunction BL-c Adapter + +[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (man:bfe[4] driver) + +[i386,pc98,sparc64,ia64,amd64] The man:bge[4] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: + +* 3Com 3c996-SX (1000baseSX) +* 3Com 3c996-T (10/100/1000baseTX) +* Dell PowerEdge 1750 integrated BCM5704C NIC (10/100/1000baseTX) +* Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX) +* Dell PowerEdge 2650 integrated BCM5703 NIC (10/100/1000baseTX) +* Dell PowerEdge R200 integrated BCM5750 NIC (10/100/1000baseTX) +* Dell PowerEdge R300 integrated BCM5722 NIC (10/100/1000baseTX) +* IBM x235 server integrated BCM5703x NIC (10/100/1000baseTX) +* HP Compaq dc7600 integrated BCM5752 NIC (10/100/1000baseTX) +* HP ProLiant NC7760 embedded Gigabit NIC (10/100/1000baseTX) +* HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseTX) +* HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseTX) +* HP ProLiant NC7781 embedded PCI-X Gigabit NIC (10/100/1000baseTX) +* Netgear GA302T (10/100/1000baseTX) +* SysKonnect SK-9D21 (10/100/1000baseTX) +* SysKonnect SK-9D41 (1000baseSX) + +The chips supported by the man:cas[4] driver are: + +* National Semiconductor DP83065 Saturn Gigabit Ethernet +* Sun Cassini Gigabit Ethernet +* Sun Cassini+ Gigabit Ethernet + +The following add-on cards are known to work with the man:cas[4] driver at this time: + +* Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524) +* Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902) +* Sun GigaSwift Ethernet UTP (GCS) (part no. 501-6719) +* Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522) +* Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738) + +[i386,pc98,ia64,amd64,powerpc] The following devices are supported by the man:cdce[4] driver: + +* Prolific PL-2501 Host-to-Host Bridge Controller +* Sharp Zaurus PDA +* Terayon TJ-715 DOCSIS Cable Modem + +[amd64, i386] Crystal Semiconductor CS89x0-based NICs (man:cs[4] driver) + +[i386,pc98,ia64,amd64,powerpc] The man:cue[4] driver supports CATC USB-EL1210A based USB Ethernet adapters including: + +* Belkin F5U011/F5U111 +* CATC Netmate +* CATC Netmate II +* SmartBridges SmartLink + +[i386,amd64] The man:cxgb[4] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: + +* Chelsio 10GBase-CX4 +* Chelsio 10GBase-LR +* Chelsio 10GBase-SR + +The man:dc[4] driver provides support for the following chipsets: + +* DEC/Intel 21143 +* ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II and ADM9513 Centaur II +* ALi/ULi M5261 and M5263 +* ASIX Electronics AX88140A and AX88141 +* Conexant LANfinity RS7112 (miniPCI) +* Davicom DM9009, DM9100, DM9102 and DM9102A +* Lite-On 82c168 and 82c169 PNIC +* Lite-On/Macronix 82c115 PNIC II +* Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 and 98732 +* Xircom X3201 (cardbus only) + +The following NICs are known to work with the man:dc[4] driver at this time: + +* 3Com OfficeConnect 10/100B (ADMtek AN985 Centaur-P) +* Abocom FE2500 +* Accton EN1217 (98715A) +* Accton EN2242 MiniPCI +* Adico AE310TX (98715A) +* Alfa Inc GFC2204 (ASIX AX88140A) +* Built in 10Mbps only Ethernet on Compaq Presario 7900 series desktops (21143, non-MII) +* Built in Sun DMFE 10/100 Mbps Ethernet on Sun Netra X1 and Sun Fire V100 (DM9102A, MII) +* Built in Ethernet on LinkSys EtherFast 10/100 Instant GigaDrive (DM9102, MII) +* CNet Pro110B (ASIX AX88140A) +* CNet Pro120A (98715A or 98713A) and CNet Pro120B (98715) +* Compex RL100-TX (98713 or 98713A) +* D-Link DFE-570TX (21143, MII, quad port) +* Digital DE500-BA 10/100 (21143, non-MII) +* ELECOM Laneed LD-CBL/TXA (ADMtek AN985) +* Hawking CB102 CardBus +* IBM EtherJet Cardbus Adapter +* Intel PRO/100 Mobile Cardbus (versions that use the X3201 chipset) +* Jaton XpressNet (Davicom DM9102) +* Kingston KNE100TX (21143, MII) +* Kingston KNE110TX (PNIC 82c169) +* LinkSys LNE100TX (PNIC 82c168, 82c169) +* LinkSys LNE100TX v2.0 (PNIC II 82c115) +* LinkSys LNE100TX v4.0/4.1 (ADMtek AN985 Centaur-P) +* Matrox FastNIC 10/100 (PNIC 82c168, 82c169) +* Melco LGY-PCI-TXL +* Microsoft MN-120 10/100 CardBus (ADMTek Centaur-C) +* Microsoft MN-130 10/100 PCI (ADMTek Centaur-P) +* NDC SOHOware SFA110A (98713A) +* NDC SOHOware SFA110A Rev B4 (98715AEC-C) +* NetGear FA310-TX Rev. D1, D2 or D3 (PNIC 82c169) +* Netgear FA511 +* PlaneX FNW-3602-T (ADMtek AN985) +* SMC EZ Card 10/100 1233A-TX (ADMtek AN985) +* SVEC PN102-TX (98713) +* Xircom Cardbus Realport +* Xircom Cardbus Ethernet 10/100 +* Xircom Cardbus Ethernet II 10/100 + +[i386,pc98,ia64,amd64] Adapters supported by the man:de[4] driver include: + +* Adaptec ANA-6944/TX +* Cogent EM100FX and EM440TX +* Corega FastEther PCI-TX +* D-Link DFE-500TX +* DEC DE435, DEC DE450, and DEC DE500 +* ELECOM LD-PCI2T, LD-PCITS +* I-O DATA LA2/T-PCI +* SMC Etherpower 8432, 9332 and 9334 +* ZNYX ZX3xx + +[i386,pc98] The man:ed[4] driver supports the following Ethernet NICs: + +* 3Com 3c503 Etherlink II +* AR-P500 Ethernet +* Accton EN1644 (old model), EN1646 (old model), EN2203 (old model) (110pin) (flags 0xd00000) +* Accton EN2212/EN2216/UE2216 +* Allied Telesis CentreCOM LA100-PCM_V2 +* Allied Telesis LA-98 (flags 0x000000) (PC-98) +* Allied Telesis SIC-98, SIC-98NOTE (110pin), SIU-98 (flags 0x600000) (PC-98) +* Allied Telesis SIU-98-D (flags 0x610000) (PC-98) +* AmbiCom 10BaseT card +* Bay Networks NETGEAR FA410TXC Fast Ethernet +* Belkin F5D5020 PC Card Fast Ethernet +* Billionton LM5LT-10B Ethernet/Modem PC Card +* Bromax iPort 10/100 Ethernet PC Card +* Bromax iPort 10 Ethernet PC Card +* Buffalo LPC2-CLT, LPC3-CLT, LPC3-CLX, LPC4-TX PC Card +* CNet BC40 adapter +* Compex Net-A adapter +* Compex RL2000 +* Contec C-NET(98), RT-1007(98), C-NET(9N) (110pin) (flags 0xa00000) (PC-98) +* Contec C-NET(98)E-A, C-NET(98)L-A, C-NET(98)P (flags 0x300000) (PC-98) +* Corega Ether98-T (flags 0x000000) (PC-98) +* Corega Ether PCC-T/EtherII PCC-T/FEther PCC-TXF/PCC-TXD PCC-T/Fether II TXD +* Corega LAPCCTXD (TC5299J) +* CyQ've ELA-010 +* DEC EtherWorks DE305 +* Danpex EN-6200P2 +* D-Link DE-298, DE-298P (flags 0x500000) (PC-98) +* D-Link DE-660, DE-660+ +* D-Link IC-CARD/IC-CARD+ Ethernet +* ELECOM LD-98P (flags 0x500000) (PC-98) +* ELECOM LD-BDN, LD-NW801G (flags 0x200000) (PC-98) +* ELECOM Laneed LD-CDL/TX, LD-CDF, LD-CDS, LD-10/100CD, LD-CDWA (DP83902A) +* Hawking PN652TX PC Card (AX88790) +* HP PC Lan+ 27247B and 27252A +* IBM Creditcard Ethernet I/II +* ICM AD-ET2-T, DT-ET-25, DT-ET-T5, IF-2766ET, IF-2771ET, NB-ET-T (110pin) (flags 0x500000) (PC-98) +* I-O DATA LA/T-98, LA/T-98SB, LA2/T-98, ET/T-98 (flags 0x900000) (PC-98) +* I-O DATA ET2/T-PCI +* I-O DATA PCLATE +* Kansai KLA-98C/T (flags 0x900000) (PC-98) +* Kingston KNE-PC2, CIO10T, KNE-PCM/x Ethernet +* KTI ET32P2 PCI +* Linksys EC2T/PCMPC100/PCM100, PCMLM56 +* Linksys EtherFast 10/100 PC Card, Combo PCMCIA Ethernet Card (PCMPC100 V2) +* Logitec LAN-98T (flags 0xb00000) (PC-98) +* MACNICA Ethernet ME1 for JEIDA +* MACNICA ME98 (flags 0x900000) (PC-98) +* MACNICA NE2098 (flags 0x400000) (PC-98) +* MELCO EGY-98 (flags 0x300000) (PC-98) +* MELCO LGH-98, LGY-98, LGY-98-N (110pin), IND-SP, IND-SS (flags 0x400000) (PC-98) +* MELCO LGY-PCI-TR +* MELCO LPC-T/LPC2-T/LPC2-CLT/LPC2-TX/LPC3-TX/LPC3-CLX +* NDC Ethernet Instant-Link +* NEC PC-9801-77, PC-9801-78 (flags 0x910000) (PC-98) +* NEC PC-9801-107, PC-9801-108 (flags 0x800000) (PC-98) +* National Semiconductor InfoMover NE4100 +* NetGear FA-410TX +* NetVin NV5000SC +* Network Everywhere Ethernet 10BaseT PC Card +* Networld 98X3 (flags 0xd00000) (PC-98) +* Networld EC-98X, EP-98X (flags 0xd10000) (PC-98) +* New Media LANSurfer 10+56 Ethernet/Modem +* New Media LANSurfer +* Novell NE1000/NE2000/NE2100 +* PLANEX ENW-8300-T +* PLANEX EN-2298-C (flags 0x200000) (PC-98) +* PLANEX EN-2298P-T, EN-2298-T (flags 0x500000) (PC-98) +* PLANEX FNW-3600-T +* Psion 10/100 LANGLOBAL Combine iT +* RealTek 8019 +* RealTek 8029 +* Relia Combo-L/M-56k PC Card +* SMC Elite 16 WD8013 +* SMC Elite Ultra +* SMC EtherEZ98 (flags 0x000000) (PC-98) +* SMC WD8003E/WD8003EBT/WD8003S/WD8003SBT/WD8003W/WD8013EBT/WD8013W and clones +* SMC EZCard PC Card, 8040-TX, 8041-TX (AX88x90), 8041-TX V.2 (TC5299J) +* Socket LP-E, ES-1000 Ethernet/Serial, LP-E CF, LP-FE CF +* Surecom EtherPerfect EP-427 +* Surecom NE-34 +* TDK 3000/3400/5670 Fast Ethernet/Modem +* TDK LAK-CD031, Grey Cell GCS2000 Ethernet Card +* TDK DFL5610WS Ethernet/Modem PC Card +* Telecom Device SuperSocket RE450T +* Toshiba LANCT00A PC Card +* VIA VT86C926 +* Winbond W89C940 +* Winbond W89C940F + +C-Bus, ISA, PCI and PC Card devices are supported. + +The man:ed[4] driver does not support the following Ethernet NICs: + +* Mitsubishi LAN Adapter B8895 + +The man:em[4] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: + +* Intel PRO/1000 CT Network Connection (82547) +* Intel PRO/1000 F Server Adapter (82543) +* Intel PRO/1000 Gigabit Server Adapter (82542) +* Intel PRO/1000 GT Desktop Adapter (82541PI) +* Intel PRO/1000 MF Dual Port Server Adapter (82546) +* Intel PRO/1000 MF Server Adapter (82545) +* Intel PRO/1000 MF Server Adapter (LX) (82545) +* Intel PRO/1000 MT Desktop Adapter (82540) +* Intel PRO/1000 MT Desktop Adapter (82541) +* Intel PRO/1000 MT Dual Port Server Adapter (82546) +* Intel PRO/1000 MT Quad Port Server Adapter (82546EB) +* Intel PRO/1000 MT Server Adapter (82545) +* Intel PRO/1000 PF Dual Port Server Adapter (82571) +* Intel PRO/1000 PF Quad Port Server Adapter (82571) +* Intel PRO/1000 PF Server Adapter (82572) +* Intel PRO/1000 PT Desktop Adapter (82572) +* Intel PRO/1000 PT Dual Port Server Adapter (82571) +* Intel PRO/1000 PT Quad Port Server Adapter (82571) +* Intel PRO/1000 PT Server Adapter (82572) +* Intel PRO/1000 T Desktop Adapter (82544) +* Intel PRO/1000 T Server Adapter (82543) +* Intel PRO/1000 XF Server Adapter (82544) +* Intel PRO/1000 XT Server Adapter (82544) + +[i386,pc98,amd64] The man:ep[4] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: + +* 3Com 3C1 CF +* 3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC ISA +* 3Com 3C509B-TP, 3C509B-BNC, 3C509B-Combo, 3C509B-TPO, 3C509B-TPC ISA +* 3Com 3C529, 3C529-TP MCA +* 3Com 3C562/3C563 PCMCIA +* 3Com 3C569B-J-TPO, 3C569B-J-COMBO CBUS +* 3Com 3C574, 3C574TX, 3C574-TX, 3CCFE574BT, 3CXFE574BT, 3C3FE574BT PCMCIA +* 3Com 3C579-TP, 3C579-BNC EISA +* 3Com 3C589, 3C589B, 3C589C, 3C589D, 3CXE589DT PCMCIA +* 3Com 3CCFEM556B, 3CCFEM556BI PCMCIA +* 3Com 3CXE589EC, 3CCE589EC, 3CXE589ET, 3CCE589ET PCMCIA +* 3Com Megahertz 3CCEM556, 3CXEM556, 3CCEM556B, 3CXEM556B, 3C3FEM556C PCMCIA +* 3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA +* Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE arrow) + +Agere ET1310 Gigabit Ethernet adapters (man:et[4] driver) + +[i386,amd64] The man:ex[4] driver supports the following Ethernet adapters: + +* Intel EtherExpress Pro/10 ISA +* Intel EtherExpress Pro/10+ ISA +* Olicom OC2220 Ethernet PC Card +* Olicom OC2232 Ethernet/Modem PC Card +* Silicom Ethernet LAN PC Card +* Silicom EtherSerial LAN PC Card + +[i386,pc98,amd64] Controllers and cards supported by the man:fe[4] driver include: + +* Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin) +* CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C (ExtCard) +* CONTEC C-NET(PC)C PC Card Ethernet +* Eagle Tech NE200T +* Eiger Labs EPX-10BT +* Fujitsu FMV-J182, FMV-J182A +* Fujitsu MB86960A, MB86965A +* Fujitsu MBH10303, MBH10302 PC Card Ethernet +* Fujitsu Towa LA501 Ethernet +* HITACHI HT-4840-11 PC Card Ethernet +* NextCom J Link NC5310 +* RATOC REX-5588, REX-9822, REX-4886, and REX-R280 +* RATOC REX-9880/9881/9882/9883 +* TDK LAC-98012, LAC-98013, LAC-98025, LAC-9N011 (110-pin) +* TDK LAK-CD011, LAK-CD021, LAK-CD021A, LAK-CD021BX +* Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE N98(PC86132) (110-pin) + +Adapters supported by the man:fxp[4] driver include: + +* Intel EtherExpress PRO/10 +* Intel InBusiness 10/100 +* Intel PRO/100B / EtherExpressPRO/100 B PCI Adapter +* Intel PRO/100+ Management Adapter +* Intel PRO/100 VE Desktop Adapter +* Intel PRO/100 VM Network Connection +* Intel PRO/100 M Desktop Adapter +* Intel PRO/100 S Desktop, Server and Dual-Port Server Adapters +* Contec C-NET(PI)-100TX (PC-98) +* NEC PC-9821Ra20, Rv20, Xv13, Xv20 internal 100Base-TX (PC-98) +* NEC PC-9821X-B06 (PC-98) +* Many on-board network interfaces on Intel motherboards + +Chips supported by the man:gem[4] driver include: + +* Apple GMAC +* Sun ERI 10/100 Mbps Ethernet +* Sun GEM Gigabit Ethernet + +The following add-on cards are known to work with the man:gem[4] driver at this time: + +* Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373) +* Sun Gigabit Ethernet SBus 2.0/3.0 (GBE/S) (part no. 501-4375) + +The man:hme[4] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. + +Cards supported by the man:hme[4] driver include: + +* Sun PCI SunSwift Adapter +* Sun SBus SunSwift Adapter "( hme" and "SUNW,hme") +* Sun PCI Sun100BaseT Adapter 2.0 +* Sun SBus Sun100BaseT 2.0 +* Sun PCI Quad FastEthernet Controller +* Sun SBus Quad FastEthernet Controller + +[i386] The man:ie[4] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: + +* 3COM 3C507 +* AT&T EN100 +* AT&T Starlan 10 +* AT&T Starlan Fiber +* Intel EtherExpress 16 +* RACAL Interlan NI5210 + +The man:igb[4] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: + +* Intel Gigabit ET Dual Port Server Adapter (82576) +* Intel Gigabit VT Quad Port Server Adapter (82575) + +[i386,amd64] The man:ixgb[4] driver supports the following cards: + +* Intel PRO/10GbE LR Server Adapter +* Intel PRO/10GbE SR Server Adapter + +The man:ixgbe[4] driver supports the following cards: + +* Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter +* Intel(R) 10 Gigabit XF SR/LR Server Adapter +* Intel(R) 82598EB 10 Gigabit AF Network Connection +* Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection + +The man:jme[4] device driver provides support for the following Ethernet controllers: + +* JMicron JMC250 PCI Express Gigabit Ethernet controller +* JMicron JMC251 PCI Express Gigabit Ethernet with Card Read Host controller +* JMicron JMC260 PCI Express Fast Ethernet controller +* JMicron JMC261 PCI Express Gigabit Ethernet with Card Read Host controller + +[i386,pc98,ia64,amd64,powerpc] The man:kue[4] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: + +* 3Com 3c19250 +* 3Com 3c460 HomeConnect Ethernet USB Adapter +* ADS Technologies USB-10BT +* AOX USB101 +* ATen UC10T +* Abocom URE 450 +* Corega USB-T +* D-Link DSB-650C +* Entrega NET-USB-E45, NET-HUB-3U1E +* I/O Data USB ETT +* Kawasaki DU-H3E +* LinkSys USB10T +* Netgear EA101 +* Peracom USB Ethernet Adapter +* Psion Gold Port USB Ethernet adapter +* SMC 2102USB, 2104USB + +[i386,pc98,amd64] Adapters supported by the man:lge[4] driver include: + +* SMC TigerCard 1000 (SMC9462SX) +* D-Link DGE-500SX + +[i386,amd64] The man:msk[4] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: + +* D-Link 550SX Gigabit Ethernet +* D-Link 560SX Gigabit Ethernet +* D-Link 560T Gigabit Ethernet +* Marvell Yukon 88E8021CU Gigabit Ethernet +* Marvell Yukon 88E8021 SX/LX Gigabit Ethernet +* Marvell Yukon 88E8022CU Gigabit Ethernet +* Marvell Yukon 88E8022 SX/LX Gigabit Ethernet +* Marvell Yukon 88E8061CU Gigabit Ethernet +* Marvell Yukon 88E8061 SX/LX Gigabit Ethernet +* Marvell Yukon 88E8062CU Gigabit Ethernet +* Marvell Yukon 88E8062 SX/LX Gigabit Ethernet +* Marvell Yukon 88E8035 Fast Ethernet +* Marvell Yukon 88E8036 Fast Ethernet +* Marvell Yukon 88E8038 Fast Ethernet +* Marvell Yukon 88E8039 Fast Ethernet +* Marvell Yukon 88E8040 Fast Ethernet +* Marvell Yukon 88E8040T Fast Ethernet +* Marvell Yukon 88E8042 Fast Ethernet +* Marvell Yukon 88E8048 Fast Ethernet +* Marvell Yukon 88E8050 Gigabit Ethernet +* Marvell Yukon 88E8052 Gigabit Ethernet +* Marvell Yukon 88E8053 Gigabit Ethernet +* Marvell Yukon 88E8055 Gigabit Ethernet +* Marvell Yukon 88E8056 Gigabit Ethernet +* Marvell Yukon 88E8057 Gigabit Ethernet +* Marvell Yukon 88E8058 Gigabit Ethernet +* Marvell Yukon 88E8059 Gigabit Ethernet +* Marvell Yukon 88E8070 Gigabit Ethernet +* Marvell Yukon 88E8071 Gigabit Ethernet +* Marvell Yukon 88E8072 Gigabit Ethernet +* Marvell Yukon 88E8075 Gigabit Ethernet +* SysKonnect SK-9Sxx Gigabit Ethernet +* SysKonnect SK-9Exx Gigabit Ethernet + +[i386,amd64] The man:mxge[4] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: + +* Myricom 10GBase-CX4 (10G-PCIE-8A-C, 10G-PCIE-8AL-C) +* Myricom 10GBase-R (10G-PCIE-8A-R, 10G-PCIE-8AL-R) +* Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, 10G-PCIE-8AL-Q) + +[i386,pc98] The man:my[4] driver provides support for various NICs based on the Myson chipset. Supported models include: + +* Myson MTD800 PCI Fast Ethernet chip +* Myson MTD803 PCI Fast Ethernet chip +* Myson MTD89X PCI Gigabit Ethernet chip + +[i386,amd64] The man:nfe[4] driver supports the following NVIDIA MCP onboard adapters: + +* NVIDIA nForce MCP Networking Adapter +* NVIDIA nForce MCP04 Networking Adapter +* NVIDIA nForce 430 MCP12 Networking Adapter +* NVIDIA nForce 430 MCP13 Networking Adapter +* NVIDIA nForce MCP51 Networking Adapter +* NVIDIA nForce MCP55 Networking Adapter +* NVIDIA nForce MCP61 Networking Adapter +* NVIDIA nForce MCP65 Networking Adapter +* NVIDIA nForce MCP67 Networking Adapter +* NVIDIA nForce MCP73 Networking Adapter +* NVIDIA nForce MCP77 Networking Adapter +* NVIDIA nForce MCP79 Networking Adapter +* NVIDIA nForce2 MCP2 Networking Adapter +* NVIDIA nForce2 400 MCP4 Networking Adapter +* NVIDIA nForce2 400 MCP5 Networking Adapter +* NVIDIA nForce3 MCP3 Networking Adapter +* NVIDIA nForce3 250 MCP6 Networking Adapter +* NVIDIA nForce3 MCP7 Networking Adapter +* NVIDIA nForce4 CK804 MCP8 Networking Adapter +* NVIDIA nForce4 CK804 MCP9 Networking Adapter + +The man:nge[4] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: + +* Addtron AEG320T +* Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI) +* Asante FriendlyNet GigaNIX 1000TA and 1000TPC +* D-Link DGE-500T +* Linksys EG1032, revision 1 +* Netgear GA621 +* Netgear GA622T +* SMC EZ Card 1000 (SMC9462TX) +* Surecom Technology EP-320G-TX +* Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI) + +[i386,amd64] The man:nve[4] driver supports the NVIDIA MCP onboard adapters of mainboards with the following chipsets: + +* nForce +* nForce2 +* nForce3 +* nForce4 + +[i386,amd64] The man:nxge[4] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. + +[i386,amd64] The man:oce[4] driver supports the following network adapters: + +* Emulex BladeEngine 2 +* Emulex BladeEngine 3 +* Emulex Lancer + +[i386,pc98,ia64,amd64] The man:pcn[4] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: + +* AMD Am79C971 PCnet-FAST +* AMD Am79C972 PCnet-FAST+ +* AMD Am79C973/Am79C975 PCnet-FAST III +* AMD Am79C976 PCnet-PRO +* AMD Am79C978 PCnet-Home +* Allied-Telesis LA-PCI + +[amd64] The man:qlxgb[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: + +* QLogic 3200 series +* QLogic 8200 series + +The man:re[4] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: + +* Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+) +* Compaq Evo N1015v Integrated Ethernet (8139C+) +* Corega CG-LAPCIGT Gigabit Ethernet (8169S) +* D-Link DGE-528(T) Gigabit Ethernet (8169S) +* Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S) +* LevelOne GNC-0105T (8169S) +* LinkSys EG1032 (32-bit PCI) +* PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S) +* USRobotics USR997902 Gigabit Ethernet (8169S) +* Xterasys XN-152 10/100/1000 NIC (8169) + +Adapters supported by the man:rl[4] driver include: + +* Accton "Cheetah" EN1207D (MPX 5030/5038; RealTek 8139 clone) +* Allied Telesyn AT2550 +* Allied Telesyn AT2500TX +* Belkin F5D5000 +* BUFFALO (Melco INC.) LPC-CB-CLX (CardBus) +* Compaq HNE-300 +* CompUSA no-name 10/100 PCI Ethernet NIC +* Corega FEther CB-TXD +* Corega FEtherII CB-TXD +* D-Link DFE-520TX (rev. C1) +* D-Link DFE-528TX +* D-Link DFE-530TX+ +* D-Link DFE-538TX +* D-Link DFE-690TXD +* Edimax EP-4103DL CardBus +* Encore ENL832-TX 10/100 M PCI +* Farallon NetLINE 10/100 PCI +* Genius GF100TXR +* GigaFast Ethernet EE100-AXP +* KTX-9130TX 10/100 Fast Ethernet +* LevelOne FPC-0106TX +* Longshine LCS-8038TX-R +* NDC Communications NE100TX-E +* Netronix Inc. EA-1210 NetEther 10/100 +* Nortel Networks 10/100BaseTX +* OvisLink LEF-8129TX +* OvisLink LEF-8139TX +* Peppercon AG ROL-F +* Planex FNW-3603-TX +* Planex FNW-3800-TX +* SMC EZ Card 10/100 PCI 1211-TX +* SOHO (PRAGMATIC) UE-1211C + +[i386,pc98,amd64] The man:rue[4] driver supports RealTek RTL8150 based USB Ethernet adapters including: + +* Buffalo (Melco Inc.) LUA-KTX +* Green House GH-USB100B +* LinkSys USB100M +* Billionton 10/100 FastEthernet USBKR2 + +Adapters supported by the man:sf[4] driver include: + +* ANA-62011 64-bit single port 10/100baseTX adapter +* ANA-62022 64-bit dual port 10/100baseTX adapter +* ANA-62044 64-bit quad port 10/100baseTX adapter +* ANA-69011 32-bit single port 10/100baseTX adapter +* ANA-62020 64-bit single port 100baseFX adapter + +The man:sfxge[4] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. + +The man:sge[4] device driver provides support for the following Ethernet controllers: + +* SiS190 Fast Ethernet controller +* SiS191 Fast/Gigabit Ethernet controller + +The man:sis[4] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: + +* @Nifty FNECHARD IFC USUP-TX +* MELCO LGY-PCI-TXC +* Netgear FA311-TX (DP83815) +* Netgear FA312-TX (DP83815) +* SiS 630, 635, and 735 motherboard chipsets +* Soekris Engineering net45xx, net48xx, lan1621, and lan1641 + +Adapters supported by the man:sk[4] driver include: + +* 3Com 3C940 single port, 1000baseT adapter +* 3Com 3C2000-T single port, 1000baseT adapter +* Belkin F5D5005 single port, 1000baseT adapter +* D-Link DGE-530T single port, 1000baseT adapter +* Linksys (revision 2) single port, 1000baseT adapter +* SK-9521 SK-NET GE-T single port, 1000baseT adapter +* SK-9821 SK-NET GE-T single port, 1000baseT adapter +* SK-9822 SK-NET GE-T dual port, 1000baseT adapter +* SK-9841 SK-NET GE-LX single port, single mode fiber adapter +* SK-9842 SK-NET GE-LX dual port, single mode fiber adapter +* SK-9843 SK-NET GE-SX single port, multimode fiber adapter +* SK-9844 SK-NET GE-SX dual port, multimode fiber adapter +* SMC 9452TX single port, 1000baseT adapter + +[i386,amd64] The man:sn[4] driver supports SMC91Cxx based ISA and PCMCIA cards including: + +* 3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC +* 3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336, CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T, XJEM3336 +* Farallon EtherMac PC Card 595a +* Motorola Mariner Ethernet/Modem PC Card +* Ositech Seven of Diamonds Ethernet PC Card +* Ositech Jack of Hearts Ethernet/Modem PC Card +* Psion Gold Card Netglobal Ethernet PC Card +* Psion Gold Card Netglobal 10/100 Fast Ethernet PC Card +* Psion Gold Card Netglobal 56k+10Mb Ethernet PC Card +* SMC EZEther PC Card (8020BT) +* SMC EZEther PC Card (8020T) + +The man:sn[4] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. + +The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the man:sn[4] driver. + +[pc98] The man:snc[4] driver supports the following cards: + +* National Semiconductor DP83934AVQB +* NEC PC-9801-83 +* NEC PC-9801-84 +* NEC PC-9801-103 +* NEC PC-9801-104 +* NEC PC-9801N-15 +* NEC PC-9801N-25 +* NEC PC-9801N-J02 PCMCIA +* NEC PC-9801N-J02R PCMCIA + +The man:snc[4] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. + +The man:ste[4] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: + +* D-Link DFE-530TXS +* D-Link DFE-550TX +* D-Link DFE-580TX + +The man:stge[4] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: + +* Antares Microsystems Gigabit Ethernet +* ASUS NX1101 Gigabit Ethernet +* D-Link DL-4000 Gigabit Ethernet +* IC Plus IP1000A Gigabit Ethernet +* Sundance ST-2021 Gigabit Ethernet +* Sundance ST-2023 Gigabit Ethernet +* Sundance TC9021 Gigabit Ethernet +* Tamarack TC9021 Gigabit Ethernet + +[i386,pc98,amd64,sparc64] The man:ti[4] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The man:ti[4] driver has been tested with the following adapters: + +* 3Com 3c985-SX Gigabit Ethernet adapter (Tigon 1) +* 3Com 3c985B-SX Gigabit Ethernet adapter (Tigon 2) +* Alteon AceNIC V Gigabit Ethernet adapter (1000baseSX) +* Alteon AceNIC V Gigabit Ethernet adapter (1000baseT) +* Digital EtherWORKS 1000SX PCI Gigabit adapter +* Netgear GA620 Gigabit Ethernet adapter (1000baseSX) +* Netgear GA620T Gigabit Ethernet adapter (1000baseT) + +The following adapters should also be supported but have not yet been tested: + +* Asante GigaNIX1000T Gigabit Ethernet adapter +* Asante PCI 1000BASE-SX Gigabit Ethernet adapter +* Farallon PN9000SX Gigabit Ethernet adapter +* NEC Gigabit Ethernet +* Silicon Graphics PCI Gigabit Ethernet adapter + +[i386,pc98,amd64] The man:tl[4] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: + +* Olicom OC-2135/2138 10/100 TX UTP adapter +* Olicom OC-2325/OC-2326 10/100 TX UTP adapter +* Racore 8148 10baseT/100baseTX/100baseFX adapter +* Racore 8165 10/100baseTX adapter + +The man:tl[4] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: + +* Compaq Netelligent 10 +* Compaq Netelligent 10 T PCI UTP/Coax +* Compaq Netelligent 10/100 +* Compaq Netelligent 10/100 Dual-Port +* Compaq Netelligent 10/100 Proliant +* Compaq Netelligent 10/100 TX Embedded UTP +* Compaq Netelligent 10/100 TX UTP +* Compaq NetFlex 3P +* Compaq NetFlex 3P Integrated +* Compaq NetFlex 3P w/BNC + +[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (man:tx[4] driver) + +The man:txp[4] driver supports the following cards: + +* 3Com 3CR990-TX-95 +* 3Com 3CR990-TX-97 +* 3Com 3cR990B-TXM +* 3Com 3CR990SVR95 +* 3Com 3CR990SVR97 +* 3Com 3cR990B-SRV + +[i386,pc98,amd64] The man:udav[4] driver supports the following adapters: + +* Corega FEther USB-TXC +* ShanTou ST268 USB NIC + +The man:vge[4] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: + +* VIA Networking LAN-on-motherboard Gigabit Ethernet +* ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701) +* ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702) + +The man:vr[4] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: + +* AOpen/Acer ALN-320 +* D-Link DFE520-TX +* D-Link DFE530-TX +* Hawking Technologies PN102TX +* Soekris Engineering net5501 + +[i386,pc98,ia64,amd64] The man:vx[4] driver supports the following cards: + +* 3Com 3c590 EtherLink III PCI +* 3Com 3c592 EtherLink III EISA +* 3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode +* 3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode + +[i386,amd64] The man:vxge[4] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. + +[i386,pc98,amd64] The man:wb[4] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: + +* Trendware TE100-PCIE + +[i386,amd64] The man:xe[4] driver supports the following cards: + +* Xircom CreditCard Ethernet (PS-CE2-10) +* Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28) +* Xircom CreditCard Ethernet + Modem 33 (CEM33) +* Xircom CreditCard 10/100 (CE3, CE3B) +* Xircom CreditCard Ethernet 10/100 + Modem 56 (CEM56) +* Xircom RealPort Ethernet 10 (RE10) +* Xircom RealPort Ethernet 10/100 (RE100) +* Xircom RealPort Ethernet 10/100 + Modem 56 (REM56, REM56G) +* Accton Fast EtherCard-16 (EN2226) +* Compaq Microcom CPQ550 Ethernet/Modem PC Card +* Compaq Netelligent 10/100 PC Card (CPQ-10/100) +* Intel EtherExpress Pro/100 PC Card Mobile Adapter 16 (Pro/100 M16A) +* Intel EtherExpress Pro/100 LAN/Modem PC Card Adapter (Pro/100 M16B) + +Other similar devices using the same hardware may also be supported. + +The man:xl[4] driver supports the following hardware: + +* 3Com 3c900-TPO +* 3Com 3c900-COMBO +* 3Com 3c905-TX +* 3Com 3c905-T4 +* 3Com 3c900B-TPO +* 3Com 3c900B-TPC +* 3Com 3c900B-FL +* 3Com 3c900B-COMBO +* 3Com 3c905B-T4 +* 3Com 3c905B-TX +* 3Com 3c905B-FX +* 3Com 3c905B-COMBO +* 3Com 3c905C-TX +* 3Com 3c980, 3c980B, and 3c980C server adapters +* 3Com 3cSOHO100-TX OfficeConnect adapters +* 3Com 3c450 HomeConnect adapters +* 3Com 3c555, 3c556 and 3c556B mini-PCI adapters +* 3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT, 3CCFEM656, 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and 3CXFEM656C CardBus adapters +* 3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB, and 3c920B-EMB-WNM embedded adapters + +Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the man:xl[4] driver nor any other FreeBSD driver supports this modem. + +[[fddi]] +== FDDI Interfaces + +[i386, pc98] DEC DEFPA PCI (man:fpa[4] driver) + +[i386] DEC DEFEA EISA (man:fpa[4] driver) + +[[atm]] +== ATM Interfaces + +[i386, pc98] Midway-based ATM interfaces (man:en[4] driver) + +[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and man:fatm[4] drivers) + +[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (man:idt[4] driver) + +[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (man:hatm[4] driver) + +[i386, pc98] IDT77252-based ATM cards (man:patm[4] driver) + +[[wlan]] +== Wireless Network Interfaces + +[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (man:an[4] driver) + +[i386,pc98,amd64,sparc64] The man:ath[4] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. + +The man:bwi[4] driver supports Broadcom BCM43xx based wireless devices, including: + +* Apple Airport Extreme +* Apple Airport Extreme +* ASUS WL-138g +* Buffalo WLI-CB-G54S +* Buffalo WLI-PCI-G54S +* Compaq R4035 onboard +* Dell Wireless 1390 BCM4311 Mini PCI +* Dell Wireless 1470 +* Dell Truemobile 1300 r2 +* Dell Truemobile 1400 +* HP nx6125 +* Linksys WPC54G Ver 3 +* Linksys WPC54GS Ver 2 +* TRENDnet TEW-401PCplus +* US Robotics 5411 + +The man:[4] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the man:bwi[4] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. + +[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (man:ipw[4] driver) + +[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (man:iwi[4] driver) + +[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (man:iwn[4] driver) + +[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (man:malo[4] driver) + +Marvell 88W8363 IEEE 802.11n wireless network adapters (man:mwl[4] driver) + +[i386,amd64] The man:ral[4] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: + +* A-Link WL54H +* A-Link WL54PC +* AirLink101 AWLC5025 +* AirLink101 AWLH5025 +* Amigo AWI-914W +* Amigo AWI-922W +* Amigo AWI-926W +* AMIT WL531C +* AMIT WL531P +* AOpen AOI-831 +* ASUS WL-107G +* ASUS WL-130g +* Atlantis Land A02-PCI-W54 +* Atlantis Land A02-PCM-W54 +* Belkin F5D7000 v3 +* Belkin F5D7010 v2 +* Billionton MIWLGRL +* Canyon CN-WF511 +* Canyon CN-WF513 +* CC&C WL-2102 +* CNet CWC-854 +* CNet CWP-854 +* Compex WL54G +* Compex WLP54G +* Conceptronic C54RC +* Conceptronic C54Ri +* Digitus DN-7001G-RA +* Digitus DN-7006G-RA +* E-Tech WGPC02 +* E-Tech WGPI02 +* Edimax EW-7108PCg +* Edimax EW-7128g +* Eminent EM3036 +* Eminent EM3037 +* Encore ENLWI-G-RLAM +* Encore ENPWI-G-RLAM +* Fiberline WL-400P +* Fibreline WL-400X +* Gigabyte GN-WI01GS +* Gigabyte GN-WIKG +* Gigabyte GN-WMKG +* Gigabyte GN-WP01GS +* Gigabyte GN-WPKG +* Hawking HWC54GR +* Hawking HWP54GR +* iNexQ CR054g-009 (R03) +* JAHT WN-4054P +* JAHT WN-4054PCI +* LevelOne WNC-0301 v2 +* LevelOne WPC-0301 v2 +* Linksys WMP54G v4 +* Micronet SP906GK +* Micronet SP908GK V3 +* Minitar MN54GCB-R +* Minitar MN54GPC-R +* MSI CB54G2 +* MSI MP54G2 +* MSI PC54G2 +* OvisLink EVO-W54PCI +* PheeNet HWL-PCIG/RA +* Pro-Nets CB80211G +* Pro-Nets PC80211G +* Repotec RP-WB7108 +* Repotec RP-WP0854 +* SATech SN-54C +* SATech SN-54P +* Sitecom WL-112 +* Sitecom WL-115 +* SMC SMCWCB-GM +* SMC SMCWPCI-GM +* SparkLAN WL-685R +* Surecom EP-9321-g +* Surecom EP-9321-g1 +* Surecom EP-9428-g +* Sweex LC500050 +* Sweex LC700030 +* TekComm NE-9321-g +* TekComm NE-9428-g +* Unex CR054g-R02 +* Unex MR054g-R02 +* Zinwell ZWX-G160 +* Zinwell ZWX-G360 +* Zinwell ZWX-G361 +* Zonet ZEW1500 +* Zonet ZEW1600 + +[i386,amd64] The man:rum[4] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: + +* 3Com Aolynk WUB320g +* Abocom WUG2700 +* Airlink101 AWLL5025 +* ASUS WL-167g ver 2 +* Belkin F5D7050 ver 3 +* Belkin F5D9050 ver 3 +* Buffalo WLI-U2-SG54HP +* Buffalo WLI-U2-SG54HG +* Buffalo WLI-U2-G54HP +* Buffalo WLI-UC-G +* CNet CWD-854 ver F +* Conceptronic C54RU ver 2 +* Corega CG-WLUSB2GO +* D-Link DWA-110 +* D-Link DWA-111 +* D-Link DWL-G122 rev C1 +* D-Link WUA-1340 +* Digitus DN-7003GR +* Edimax EW-7318USG +* Gigabyte GN-WB01GS +* Gigabyte GN-WI05GS +* Hawking HWUG1 +* Hawking HWU54DM +* Hercules HWGUSB2-54-LB +* Hercules HWGUSB2-54V2-AP +* LevelOne WNC-0301USB v3 +* Linksys WUSB54G rev C +* Linksys WUSB54GR +* Planex GW-US54HP +* Planex GW-US54Mini2 +* Planex GW-USMM +* Senao NUB-3701 +* Sitecom WL-113 ver 2 +* Sitecom WL-172 +* Sweex LW053 +* TP-LINK TL-WN321G + +[i386,amd64] The man:run[4] driver supports the following wireless adapters: + +* Airlink101 AWLL6090 +* ASUS USB-N11 +* ASUS USB-N13 ver. A1 +* ASUS WL-160N +* Belkin F5D8051 ver 3000 +* Belkin F5D8053 +* Belkin F5D8055 +* Belkin F6D4050 ver 1 +* Buffalo WLI-UC-AG300N +* Buffalo WLI-UC-G300N +* Buffalo WLI-UC-G301N +* Buffalo WLI-UC-GN +* Corega CG-WLUSB2GNL +* Corega CG-WLUSB2GNR +* Corega CG-WLUSB300AGN +* Corega CG-WLUSB300GNM +* D-Link DWA-130 rev B1 +* D-Link DWA-140 +* DrayTek Vigor N61 +* Edimax EW-7711UAn +* Edimax EW-7711UTn +* Edimax EW-7717Un +* Edimax EW-7718Un +* Gigabyte GN-WB30N +* Gigabyte GN-WB31N +* Gigabyte GN-WB32L +* Hawking HWDN1 +* Hawking HWUN1 +* Hawking HWUN2 +* Hercules HWNU-300 +* Linksys WUSB54GC v3 +* Linksys WUSB600N +* Mvix Nubbin MS-811N +* Planex GW-USMicroN +* Planex GW-US300MiniS +* Sitecom WL-182 +* Sitecom WL-188 +* Sitecom WL-301 +* Sitecom WL-302 +* Sitecom WL-315 +* SMC SMCWUSBS-N2 +* Sweex LW303 +* Sweex LW313 +* Unex DNUR-81 +* Unex DNUR-82 +* ZyXEL NWD210N +* ZyXEL NWD270N + +The man:uath[4] driver should work with the following adapters: + +* Compex WLU108AG +* Compex WLU108G +* D-Link DWL-G132 +* IODATA WN-G54/US +* MELCO WLI-U2-KAMG54 +* Netgear WG111T +* Netgear WG111U +* Netgear WPN111 +* Olitec 000544 +* PLANET WDL-U357 +* Siemens Gigaset 108 +* SMC SMCWUSBT-G +* SMC SMCWUSBT-G2 +* SparkLAN WL-785A +* TP-Link TL-WN620G +* TRENDware International TEW-444UB +* TRENDware International TEW-504UB +* Unex Technology UR054ag +* ZyXEL XtremeMIMO M-202 + +An up to date list can be found at http://customerproducts.atheros.com/customerproducts/default.asp. + +The man:upgt[4] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: + +* Belkin F5D7050 (version 1000) +* Cohiba Proto Board +* D-Link DWL-G120 Cohiba +* FSC Connect2Air E-5400 USB D1700 +* Gigaset USB Adapter 54 +* Inventel UR045G +* SMC EZ ConnectG SMC2862W-G +* Sagem XG703A +* Spinnaker DUT +* Spinnaker Proto Board + +[i386,amd64] The man:ural[4] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: + +* AMIT WL532U +* ASUS WL-167g +* Belkin F5D7050 v2000 +* Buffalo WLI-U2-KG54-AI +* CNet CWD-854 +* Compex WLU54G 2A1100 +* Conceptronic C54RU +* D-Link DWL-G122 b1 +* Dynalink WLG25USB +* E-Tech WGUS02 +* Gigabyte GN-WBKG +* Hercules HWGUSB2-54 +* KCORP LifeStyle KLS-685 +* Linksys WUSB54G v4 +* Linksys WUSB54GP v4 +* MSI MS-6861 +* MSI MS-6865 +* MSI MS-6869 +* NovaTech NV-902 +* OvisLink Evo-W54USB +* SerComm UB801R +* SparkLAN WL-685R +* Surecom EP-9001-g +* Sweex LC100060 +* Tonze UW-6200C +* Zinwell ZWX-G261 +* Zonet ZEW2500P + +An up to date list can be found at http://ralink.rapla.net/. + +The man:urtw[4] driver supports Realtek RTL8187B/L based wireless network devices, including: + +* Belkin F5D7050E +* Linksys WUSB54GCv2 +* Netgear WG111v2 +* Netgear WG111v3 +* Safehome WLG-1500SMA5 +* Shuttle XPC Accessory PN20 +* Sitecom WL168v1 +* Sitecom WL168v4 +* SureCom EP-9001-g(2A) +* TRENDnet TEW-424UB V3.xR + +[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (man:wi[4] driver) + +[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (man:wl[4] driver) + +[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (man:wpi[4] driver) + +[i386,amd64] The following devices are known to be supported by the man:zyd[4] driver: + +* 3COM 3CRUSB10075 +* Acer WLAN-G-US1 +* Airlink+ AWLL3025 +* Airlink 101 AWLL3026 +* AOpen 802.11g WL54 +* Asus A9T integrated wireless +* Asus WL-159g +* Belkin F5D7050 v.4000 +* Billion BiPAC 3011G +* Buffalo WLI-U2-KG54L +* CC&C WL-2203B +* DrayTek Vigor 550 +* Edimax EW-7317UG +* Edimax EW-7317LDG +* Fiberline Networks WL-43OU +* iNexQ UR055g +* Linksys WUSBF54G +* Longshine LCS-8131G3 +* MSI US54SE +* MyTek MWU-201 USB adapter +* Philips SNU5600 +* Planet WL-U356 +* Planex GW-US54GZ +* Planex GW-US54GZL +* Planex GW-US54Mini +* Safecom SWMULZ-5400 +* Sagem XG 760A +* Sagem XG 76NA +* Sandberg Wireless G54 USB +* Sitecom WL-113 +* SMC SMCWUSB-G +* Sweex wireless USB 54 Mbps +* Tekram/Siemens USB adapter +* Telegent TG54USB +* Trendnet TEW-424UB rev A +* Trendnet TEW-429UB +* TwinMOS G240 +* Unicorn WL-54G +* US Robotics 5423 +* X-Micro XWL-11GUZX +* Yakumo QuickWLAN USB +* Zonet ZEW2501 +* ZyXEL ZyAIR G-202 +* ZyXEL ZyAIR G-220 + +[[misc-network]] +== Miscellaneous Networks + +[i386,pc98] The man:ce[4] driver supports the following models of Tau-PCI/32 WAN adapters: + +* Cronyx Tau-PCI/32 +* Cronyx Tau-PCI/32-Lite + +[i386] The man:cx[4] driver supports the following cards: + +* Cronyx Sigma-22, Sigma-24 +* Cronyx Sigma-100 +* Cronyx Sigma-400, Sigma-401, Sigma-404, Sigma-410, Sigma-440 +* Cronyx Sigma-500 +* Cronyx Sigma-703 +* Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840 + +[i386,pc98] The man:cp[4] driver supports the following models of Tau-PCI WAN adapters: + +* Cronyx Tau-PCI +* Cronyx Tau-PCI/R +* Cronyx Tau-PCI-L +* Cronyx Tau-PCI-L/R +* Cronyx Tau-PCI-E1 +* Cronyx Tau-PCI-G703 +* Cronyx Tau-PCI-2E1 +* Cronyx Tau-PCI-4E1 +* Cronyx Tau-PCI-E3 +* Cronyx Tau-PCI-T3 +* Cronyx Tau-PCI-STS1 + +[i386] The man:ctau[4] driver supports the following cards: + +* Cronyx Tau (RS-232/V.35) +* Cronyx Tau/R (RS-530/RS-449) +* Cronyx Tau/E1 (fractional E1) +* Cronyx Tau/G703 (unframed E1) + +[i386] The man:cm[4] driver supports the following card models: + +* SMC90c26 +* SMC90c56 +* SMC90c66 in '56 compatibility mode. + +[[serial]] +== Serial Interfaces + +[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (man:sio[4] driver) + +The man:uart[4] driver supports the following classes of UARTs: + +* NS8250: standard hardware based on the 8250, 16450, 16550, 16650, 16750 or the 16950 UARTs. +* SCC: serial communications controllers supported by the scc(4) device driver. + +The man:scc[4] driver supports the following classes of SCCs: + +* SAB82532: Siemens SAB 82532 based serial communications controllers. +* Z8530: Zilog 8530 based serial communications controllers. + +[amd64, i386] AST 4 port serial card using shared IRQ + +* ARNET 8 port serial card using shared IRQ +* ARNET (now Digiboard) Sync 570/i high-speed serial + +[i386] Boca multi-port serial cards + +* Boca BB1004 4-Port serial card (Modems _not_ supported) +* Boca IOAT66 6-Port serial card (Modems supported) +* Boca BB1008 8-Port serial card (Modems _not_ supported) +* Boca BB2016 16-Port serial card (Modems supported) + +[i386] Comtrol Rocketport card (man:rp[4] driver) + +[i386] Cyclades Cyclom-Y serial board (man:cy[4] driver) + +[i386] STB 4 port card using shared IRQ + +[i386] DigiBoard intelligent serial cards (digi driver) + +[amd64, i386, ia64] PCI-Based multi-port serial boards (man:puc[4] driver) + +* [amd64, i386] Actiontech 56K PCI +* [amd64, i386] Avlab Technology, PCI IO 2S and PCI IO 4S +* [amd64, i386] Comtrol RocketPort 550 +* [amd64, i386] Decision Computers PCCOM 4-port serial and dual port RS232/422/485 +* [ia64] Diva Serial (GSP) Multiport UART +* [amd64, i386] Dolphin Peripherals 4025/4035/4036 +* [amd64, i386] IC Book Labs Dreadnought 16x Lite and Pro +* [amd64, i386] Lava Computers 2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550 +* [amd64, i386] Middle Digital, Weasle serial port +* [amd64, i386] Moxa Industio CP-114, Smartio C104H-PCI and C168H/PCI +* [amd64, i386] NEC PK-UG-X001 and PK-UG-X008 +* [amd64, i386] Netmos NM9835 PCI-2S-550 +* [amd64, i386] Oxford Semiconductor OX16PCI954 PCI UART +* [amd64, i386] Syba Tech SD-LAB PCI-4S2P-550-ECP +* [amd64, i386] SIIG Cyber I/O PCI 16C550/16C650/16C850 +* [amd64, i386] SIIG Cyber 2P1S PCI 16C550/16C650/16C850 +* [amd64, i386] SIIG Cyber 2S1P PCI 16C550/16C650/16C850 +* [amd64, i386] SIIG Cyber 4S PCI 16C550/16C650/16C850 +* [amd64, i386] SIIG Cyber Serial (Single and Dual) PCI 16C550/16C650/16C850 +* [amd64, i386] Syba Tech Ltd. PCI-4S2P-550-ECP +* [amd64, i386] Titan PCI-200H and PCI-800H +* [amd64, i386] US Robotics (3Com) 3CP5609 modem +* [amd64, i386] VScom PCI-400 and PCI-800 + +[i386] The man:rc[4] driver provides support for the SDL Communications RISCom/8 boards. + +[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (man:si[4] driver) + +[pc98] Internel serial interfaces (man:sio[4] driver) + +* PC-9801 on-board +* PC-9821 2'nd CCU (flags 0x12000000) + +[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (man:sio[4] driver) + +* COM2 (flags 0x01000000) +* COM3 (flags 0x02000000) + +[pc98] NEC PC-9801-120 (man:sio[4] driver) + +== Note: + +"flags 0x11000000" is necessary in kernel configuration. + +[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (man:sio[4] driver) + +== Note: + +"flags 0x14000?01" is necessary in kernel configuration. + +[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (man:sio[4] driver) + +== Note: + +"flags 0x15000?01" is necessary in kernel configuration. + +[pc98] Media Intelligent RSB-384 (man:sio[4] driver) + +== Note: + +"flags 0x16000001" is necessary in kernel configuration. + +[pc98] I-O DATA RSA-98III (man:sio[4] driver) + +== Note: + +"flags 0x18000?01" is necessary in kernel configuration. + +[pc98] Hayes ESP98 (man:sio[4] driver) + +== Note: + +"options COM_ESP" and "flags 0x19000000" are necessary in kernel configuration. + +[[sound]] +== Sound Devices + +[i386,amd64] The man:snd_ad1816[4] driver supports the following sound cards: + +* Analog Devices AD1816 + +[i386] The man:snd_als4000[4] driver supports the following sound cards: + +* Avance Logic ALS4000 + +[i386,amd64] The man:snd_atiixp[4] driver supports the following audio chipsets: + +* ATI IXP 200 +* ATI IXP 300 +* ATI IXP 400 + +[sparc64] The man:snd_audiocs[4] driver supports the following audio devices: + +* CS4231 on SBus based UltraSPARC +* CS4231 on PCI/EBus based UltraSPARC + +[i386,amd64] The man:snd_cmi[4] driver supports the following sound cards: + +* CMedia CMI8338A +* CMedia CMI8338B +* CMedia CMI8738 +* CMedia CMI8738B + +[i386,amd64] The man:snd_cs4281[4] driver supports the following sound cards: + +* Crystal Semiconductor CS4281 + +[i386,amd64] The man:snd_csa[4] driver supports the following sound cards: + +* Crystal Semiconductor CS4280 +* Crystal Semiconductor CS4610 +* Crystal Semiconductor CS4611 +* Crystal Semiconductor CS4614 +* Crystal Semiconductor CS4615 +* Crystal Semiconductor CS4622 +* Crystal Semiconductor CS4624 +* Crystal Semiconductor CS4630 +* Genius Soundmaker 128 Value +* Hercules Game Theatre XP +* Turtle Beach Santa Cruz + +Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the man:snd_csa[4] driver yet. + +[i386,amd64] The man:snd_ds1[4] driver supports the following sound cards: + +* Yamaha DS-1 +* Yamaha DS-1E + +[i386,amd64] The man:snd_emu10k1[4] driver supports the following sound cards: + +* Creative SoundBlaster Live! (EMU10K1 Chipset) +* Creative SoundBlaster Audigy (EMU10K2 Chipset) +* Creative SoundBlaster Audigy 2 (EMU10K2 Chipset) +* Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) + +[i386,amd64] The man:snd_emu10kx[4] driver supports the following sound cards: + +* Creative Sound Blaster Live! (EMU10K1 Chipset). Both PCM and MIDI interfaces are available. +* Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM and two MIDI interfaces available. +* Creative Sound Blaster Audigy 2 and Creative Sound Blaster Audigy 4 (CA0102 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). +* Creative Sound Blaster Audigy 2 Value (CA0108 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). There is no MIDI support for this card. + +The man:snd_emu10kx[4] driver does _not_ support the following sound cards (although they have names similar to some supported ones): + +* Creative Sound Blaster Live! 24-Bit, identified by FreeBSD as +* Creative Sound Blaster Audigy LS / ES, identified by FreeBSD as +* All other Creative sound cards with -DAT chipsets. +* All Creative X-Fi series sound cards. + +[i386,amd64] The man:snd_envy24[4] driver supports the following audio devices: + +* M-Audio Audiophile 2496 +* M-Audio Delta Dio 2496 +* Terratec DMX 6fire + +[i386,amd64] The man:snd_envy24ht[4] driver supports the following audio devices: + +* Audiotrak Prodigy 7.1 +* Audiotrak Prodigy 7.1 LT +* Audiotrak Prodigy 7.1 XT +* Audiotrak Prodigy HD2 +* ESI Juli@ +* M-Audio Audiophile 192 +* M-Audio Revolution 5.1 +* M-Audio Revolution 7.1 +* Terratec Aureon 5.1 Sky +* Terratec Aureon 7.1 Space +* Terratec Aureon 7.1 Universe +* Terratec PHASE 22 +* Terratec PHASE 28 + +[i386,sparc64,amd64] The man:snd_es137x[4] driver supports the following sound cards: + +* Creative CT5880-A +* Creative CT5880-C +* Creative CT5880-D +* Creative CT5880-E +* Creative SB AudioPCI CT4730 +* Ensoniq AudioPCI ES1370 +* Ensoniq AudioPCI ES1371-A +* Ensoniq AudioPCI ES1371-B +* Ensoniq AudioPCI ES1373-A +* Ensoniq AudioPCI ES1373-B +* Ensoniq AudioPCI ES1373-8 + +[i386,amd64] The man:snd_ess[4] driver supports the following sound cards: + +* Ensoniq ESS ISA PnP/non-PnP + +[i386,amd64] The man:snd_fm801[4] driver supports audio devices based on the following chipset: + +* Forte Media FM801 + +[i386,amd64] The man:snd_gusc[4] driver supports the following sound cards: + +* Gravis UltraSound MAX +* Gravis UltraSound PnP + +[i386,amd64] The man:snd_hda[4] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. + +The man:snd_hda[4] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. + +[i386,amd64] The man:snd_hdspe[4] driver supports the following audio devices: + +* RME HDSPe AIO +* RME HDSPe RayDAT + +[i386,amd64] The man:snd_ich[4] driver supports the following audio devices: + +* AMD 768 +* AMD 8111 +* Intel 443MX +* Intel ICH +* Intel ICH revision 1 +* Intel ICH2 +* Intel ICH3 +* Intel ICH4 +* Intel ICH5 +* Intel ICH6 +* Intel ICH7 +* NVIDIA nForce +* NVIDIA nForce2 +* NVIDIA nForce2 400 +* NVIDIA nForce3 +* NVIDIA nForce3 250 +* NVIDIA nForce4 +* SiS 7012 + +[i386,amd64] The man:snd_maestro[4] driver supports the following PCI sound cards: + +* ESS Technology Maestro-1 +* ESS Technology Maestro-2 +* ESS Technology Maestro-2E + +[i386,amd64] The man:snd_maestro3[4] driver supports the following audio devices: + +* ESS Technology Allegro-1 +* ESS Technology Maestro3 + +[i386] The man:snd_mss[4] driver supports the following audio devices: + +* AD1845 +* AD1848 +* Aztech 2320 +* CMedia CMI8330 +* Crystal Semiconductor CS4231 +* Crystal Semiconductor CS4232 +* Crystal Semiconductor CS4234 +* Crystal Semiconductor CS4235 +* Crystal Semiconductor CS4236 +* Crystal Semiconductor CS4237 +* ENSONIQ SoundscapeVIVO ENS4081 +* NeoMagic 256AV (non-AC97) +* OPTi 924 +* OPTi 925 +* OPTi 930 +* OPTi 931 +* OPTi 933 +* Yamaha OPL-SA2 +* Yamaha OPL-SA3 + +[i386,amd64] The man:snd_neomagic[4] driver supports the following audio devices: + +* NeoMagic 256AV +* NeoMagic 256ZX + +[i386,amd64] The man:snd_sbc[4] driver supports the following sound cards: + +* Avance Asound 110 +* Avance Logic ALS100+ +* Avance Logic ALS120 +* Creative SB16 +* Creative SB32 +* Creative AWE64 +* Creative AWE64 Gold +* Creative ViBRA16C +* Creative ViBRA16X +* ESS ES1681 +* ESS ES1688 +* ESS ES1868 +* ESS ES1869 +* ESS ES1878 +* ESS ES1879 +* ESS ES1888 + +[i386,amd64] The man:snd_solo[4] driver supports the following sound cards: + +* ESS Solo-1 (ES1938 Chipset) +* ESS Solo-1E (ES1946 Chipset) + +Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) and/or snd_sbc(4). + +[i386,amd64] The man:snd_spicds[4] driver supports the following codecs: + +* AK4358 +* AK4381 +* AK4396 +* AK4524 +* AK4528 +* WM8770 + +[i386,amd64,sparc64] The man:snd_t4dwave[4] driver supports the following audio devices: + +* Acer Labs M5451 +* SIS 7018 +* Trident 4DWave DX +* Trident 4DWave NX + +[i386,amd64] The man:snd_via8233[4] driver supports the following audio chipsets: + +* VIA VT8233 +* VIA VT8233A +* VIA VT8233C +* VIA VT8235 +* VIA VT8237 +* VIA VT8251 + +[i386,amd64] The man:snd_via82c686[4] driver supports audio devices based on the following chipset: + +* VIA 82C686A + +[i386,amd64] The man:snd_vibes[4] driver supports audio devices based on the following chipset: + +* S3 SonicVibes + +[pc98] NEC PC-9801-73, 86 and compatibles (nss driver) + +* NEC A-MATE internal sound +* Q-Vision WaveStar, WaveMaster + +[pc98] NEC X-MATE, CanBe, ValueStar internal (mss driver) + +[pc98] Creative Technologies SoundBlaster(98) (man:sb[4] driver) + +[pc98] I-O DATA CD-BOX (man:sb[4] driver) + +[pc98] MPU-401 and compatible interfaces (mpu driver) + +* Q-Vision WaveStar + +[[camera]] +== Camera and Video Capture Devices + +[i386,pc98] The man:bktr[4] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: + +* AOpen VA1000 +* AVerMedia AVerTV Studio +* AVerMedia TF/FM-98 +* ATI TV Wonder VE +* Hauppauge WinCast/TV +* Hauppauge WinTV-Go-FM +* Hauppauge WinTV-pci +* Hauppauge WinTV-radio +* Intel Smart Video Recorder III +* KWORLD PCI TV Tuner +* Miro PC TV +* Pinnacle PCTV Pro +* Pinnacle PCTV Rave +* PixelView PlayTV PAK +* PixelView PlayTV Pro (rev 4C, 9D) +* SIGMA TV II +* STB TV PCI Television Tuner +* Super TV Tuner +* TerraTec TValue +* V-Stream XPERT TV-PVR 878 +* Video Highway XTreme +* VideoLogic Captivator PCI + +[i386] Connectix QuickCam + +[[usb]] +== USB Devices + +[amd64, i386, ia64, pc98] A range of USB peripherals are supported; devices known to work are listed in this section. Owing to the generic nature of most USB devices, with some exceptions any device of a given class will be supported, even if not explicitly listed here. + +== Note: + +[amd64, i386, ia64, pc98] USB Ethernet adapters can be found in the section listing <>. + +== Note: + +[amd64, i386, ia64, pc98] USB Bluetooth adapters can be found in <> section. + +[i386,pc98,ia64,amd64,powerpc] The man:ohci[4] driver supports all OHCI v1.0 compliant controllers including: + +* AcerLabs M5237 (Aladdin-V) +* AMD-756 +* OPTi 82C861 (FireLink) +* NEC uPD 9210 +* CMD Tech 670 (USB0670) +* CMD Tech 673 (USB0673) +* NVIDIA nForce3 +* Sun PCIO-2 (RIO USB) + +[i386,pc98,ia64,amd64,powerpc] The man:uhci[4] driver supports all UHCI v1.1 compliant controllers including: + +* Intel 82371AB/EB (PIIX4) +* Intel 82371SB (PIIX3) +* VIA 83C572 + +[amd64, i386, ia64, pc98] USB 2.0 controllers using the EHCI interface (man:ehci[4] driver) + +[amd64, i386, ia64, pc98] Hubs + +[amd64, i386, ia64, pc98] Keyboards (man:ukbd[4] driver) + +[amd64, i386, pc98] Miscellaneous + +* Assist Computer Systems PC Camera C-M1 +* ActiveWire I/O Board +* Creative Technology Video Blaster WebCam Plus +* D-Link DSB-R100 USB Radio (man:ufm[4] driver) +* Mirunet AlphaCam Plus + +[i386,pc98,amd64,powerpc] The following devices are supported by the man:urio[4] driver: + +* Diamond MultiMedia Rio 500 +* Diamond MultiMedia Rio 600 +* Diamond MultiMedia Rio 800 + +[i386,pc98,amd64] Devices supported by the man:umodem[4] driver include: + +* 3Com 5605 +* Curitel PC5740 Wireless Modem +* Kyocera AH-K3001V Mobile Phone(WILLCOM) +* Kyocera WX320K Mobile Phone(WILLCOM) +* Metricom Ricochet GS USB wireless modem +* Sierra MC5720 Wireless Modem +* Yamaha Broadband Wireless Router RTW65b +* ELSA MicroLink 56k USB modem +* Sony Ericsson W810i phone +* Sonim XP5300 Force + +[amd64, i386, ia64, pc98] Mice (man:ums[4] driver) + +[i386,pc98,amd64,powerpc] The man:ulpt[4] driver provides support for USB printers and parallel printer conversion cables, including the following: + +* ATen parallel printer adapter +* Belkin F5U002 parallel printer adapter +* Canon BJ F850, S600 +* Canon LBP-1310, 350 +* Entrega USB-to-parallel printer adapter +* Hewlett-Packard HP Deskjet 3420 (P/N: C8947A #ABJ) +* Oki Data MICROLINE ML660PS +* Seiko Epson PM-900C, 880C, 820C, 730C + +[i386,pc98,amd64] The man:ubsa[4] driver supports the following adapters: + +* AnyData ADU-500A EV-DO modem +* AnyData ADU-E100A (no EV-DO mode support) +* Belkin F5U103 +* Belkin F5U120 +* e-Tek Labs Kwik232 +* GoHubs GoCOM232 +* Peracom single port serial adapter + +[i386,pc98,amd64] The man:ubser[4] driver provides support for the BWCT console management serial adapters. + +[i386,pc98,amd64] The man:uftdi[4] driver supports the following adapters: + +* B&B Electronics USB->RS422/485 adapter +* Elexol USB MOD1 and USB MOD3 +* HP USB-Serial adapter shipped with some HP laptops +* Inland UAS111 +* QVS USC-1000 +* Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote +* Prologix GPIB-USB Controller + +[i386,pc98,amd64] The man:uplcom[4] driver supports the following devices and adapters: + +* ADLINK ND-6530 USB-Serial Adapter +* Alcatel One Touch 535/735 Phone +* Alcor AU9720 USB-RS232 Serial Adapter +* AlDiga AL-11U Modem +* Alltronix ACM003U00 Modem +* Anchor Serial adapter +* ATEN UC-232A +* BAFO BF-800 and BF-810 +* Belkin F5U257 +* BenQ S81 Phone +* Corega CG-USBRS232R Serial Adapter +* Cressi Edy (Seiko) Diving Computer +* ELECOM UC-SGT Serial Adapter +* HAL Corporation Crossam2+USB IR commander +* Hama USB RS-232 Serial Adapter +* Hamlet exagerate XURS232 +* HP LD220 Point-Of-Sale (POS) Display +* IOGEAR UC-232A +* I/O DATA USB-RSAQ, USB-RSAQ2, USB-RSAQ3 and USB-RSAQ5 +* iTegno WM1080A GSM/GFPRS Modem +* iTegno WM2080A CDMA Modem +* Leadtek 9531 GPS +* Micromax 610U Modem +* Microsoft Palm 700WX +* Mobile Action MA-620 Infrared Adapter +* Motorola Cables +* Nokia CA-42 Cable +* OTI DKU-5 cable +* Panasonic TY-TP50P6-S flat screen +* PLX CA-42 Phone Cable +* PLANEX USB-RS232 URS-03 +* Prolific Generic USB-Serial Adapters +* Prolific Pharos USB-Serial Adapter +* RATOC REX-USB60 +* Radio Shack USB Serial Cable +* Sagem USB-Serial Adapter +* Samsung I330 Phone Cradle +* Sandberg USB to Serial Link (model number 133-08) +* Sanwa KB-USB2 Multimeter cable +* Siemens/BenQ EF81, SX1, X65 and X75 Mobile Phones +* Sitecom USB-Serial Adapter +* SMART Technologies USB-Serial Adapter +* Sony QN3 Phone Cable +* Sony Ericsson Datapilot +* Sony Ericsson DCU-10 and DCU-11 (Susteen) USB Cables +* SOURCENEXT KeikaiDenwa 8 (with and without charger) +* Speed Dragon USB-Serial Cable +* Syntech CPT-8001C Barcode Scanner +* TDK UHA6400 and UPA9664 USB-PHS Adapters +* TRENDnet USB to Serial Converter (TU-S9) +* Tripp-Lite U209-000-R USB-Serial Adapter +* UIC HCR331 Magnetic Stripe Card Reader +* UIC MSR206 Magnetic Stripe Card Reader +* Willcom W-SIM DD PHS terminal.(WS002IN) +* YC-Cable USB-Serial Adapter +* Zeagle N2iTion3 Diving Computer + +The man:umct[4] driver supports the following adapters: + +* Belkin F5U109 +* Belkin F5U409 +* D-Link DU-H3SP USB BAY Hub +* Magic Control Technology USB-232 +* Sitecom USB-232 + +[i386,pc98,amd64,powerpc] The man:umass[4] driver supports USB Mass Storage devices, including: + +* ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M +* Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20 +* FujiFilm Zip USB Drive ZDR100 USB A +* GREEN HOUSE USB Flash Memory "PicoDrive" GH-UFD32M, 64M, 128M +* Huawei Mobile (SD slot) +* IBM 32MB USB Memory Key (P/N 22P5296) +* IBM 256MB USB Drive (MSYSTEM DiskOnKey2) +* IBM ThinkPad USB Portable CD-ROM Drive (P/N 33L5151) +* I-O DATA USB CD/CD-R/CD-RW/DVD-R/DVD-RW/DVD-RAM/DVD-ROM Drive DVR-iUH2 (CDROM, DVD-RAM only) +* I-O DATA USB x6 CD-RW Drive CDRW-i64/USB (CDROM only) +* I-O DATA USB/IEEE1394 Portable HD Drive HDP-i30P/CI, HDP-i40P/CI +* Iomega USB Zip 100/250 drive +* Iomega Zip750 USB2.0 drive +* Keian USB1.1/2.0 3.5-inch HDD Case KU350A +* Kurouto Shikou USB 2.5-inch HDD Case GAWAP2.5PS-USB2.0 +* LaCie P3 HardDrive USB 200GB +* Logitec LDR-H443U2 DVD-RAM/-R/+R/-RW/+RW drive +* Logitec Mobile USB Memory LMC-256UD +* Logitec USB1.1/2.0 HDD Unit SHD-E60U2 +* Logitec USB Double-Speed Floppy Drive LFD-31U2 +* Logitec USB/IEEE1394 DVD-RAM/R/RW Unit LDR-N21FU2 (CDROM only) +* MELCO USB Flash Disk "ClipDrive", RUF-C32M, -C64M, -C128M, -C256M, -C512M +* MELCO USB Flash Disk "PetitDrive", RUF-32M, -64M, -128M, -256Mm +* MELCO USB2.0 Flash Disk "PetitDrive2", RUF-256M/U2, -512M/U2 +* MELCO USB2.0 MO Drive MO-CH640U2 +* Matshita CF-VFDU03 floppy drive +* Merlin SM300 MP3/WMA Player (256Mb) +* Microtech International, Inc. USB-SCSI-HD 50 USB to SCSI cable +* Motorola E398 Mobile Phone (TransFlash memory card) +* NOVAC USB2.0 2.5/3.5-inch HDD Case NV-HD351U +* PNY Attache Flash Drive +* Panasonic ("Matshita FDD CF-VFDU03") +* Panasonic KXL-CB20AN Portable DVD-ROM/CD-R/RW +* Panasonic KXL-CB35AN (DVD-ROM & CD-R/RW) +* Panasonic USB2.0 Portable CD-RW Drive KXL-RW40AN (CDROM only) +* Panasonic floppy drive +* Qware BeatZkey! Pro +* RATOC Systems USB2.0 Removable HDD Case U2-MDK1, U2-MDK1B +* SanDisk SDDR-31 (Compact Flash) +* SanDisk SDDR-75 (only Compact Flash port works) +* Sitecom CN-300 MultiFlash (MMC/SD, SmartMedia, CF, MemoryStick) +* Sony Portable CD-R/RW Drive CRX10U (CDROM only) +* TEAC Portable USB CD-ROM Unit CD-110PU/210PU +* Time DPA20B MP3 Player (1Gb) +* Trek Thumbdrive 8MB +* VAIO floppy drive (includes Y-E Data Flashbuster-U) +* Y-E Data floppy drive (720/1.44/2.88Mb) + +Among the supported digital cameras are: + +* Asahi Optical (PENTAX) Optio 230 & 330 + +[amd64, i386, pc98] Audio Devices (man:uaudio[4] driver) + +[i386,pc98,amd64] The man:uvisor[4] driver supports the following devices: + +* Aceeca Mez1000 RDA +* Handspring Treo +* Handspring Treo 600 +* Handspring Visor +* Palm I705 +* Palm M125 +* Palm M130 +* Palm M500 +* Palm M505 +* Palm M515 +* Palm Tungsten T +* Palm Tungsten Z +* Palm Zire +* Palm Zire 31 +* Sony Clie 4.0 +* Sony Clie 4.1 +* Sony Clie 5.0 +* Sony Clie PEG-S500C +* Sony Clie NX60 +* Sony Clie S360 +* Sony Clie TJ37 + +[[firewire]] +== IEEE 1394 (Firewire) Devices + +[i386,sparc64,ia64,amd64,powerpc] The man:fwohci[4] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: + +* Adaptec AHA-894x/AIC-5800 +* Apple Pangea +* Apple UniNorth +* Intel 82372FB +* IOGEAR GUF320 +* Lucent / Agere FW322/323 +* NEC uPD72861 +* NEC uPD72870 +* NEC uPD72871/2 +* NEC uPD72873 +* NEC uPD72874 +* National Semiconductor CS4210 +* Ricoh R5C551 +* Ricoh R5C552 +* Sony CX3022 +* Sony i.LINK (CXD3222) +* Sun PCIO-2 (RIO 1394) +* Texas Instruments PCI4410A +* Texas Instruments PCI4450 +* Texas Instruments PCI4451 +* Texas Instruments TSB12LV22 +* Texas Instruments TSB12LV23 +* Texas Instruments TSB12LV26 +* Texas Instruments TSB43AA22 +* Texas Instruments TSB43AB21/A/AI/A-EP +* Texas Instruments TSB43AB22/A +* Texas Instruments TSB43AB23 +* Texas Instruments TSB82AA2 +* VIA Fire II (VT6306) + +[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (man:sbp[4] driver) + +[[bluetooth]] +== Bluetooth Devices + +[i386,pc98,amd64] The man:ng_bt3c[4] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. + +[i386,pc98,amd64] The man:ng_ubt[4] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: + +* 3Com 3CREB96 +* AIPTEK BR0R02 +* EPoX BT-DG02 +* Mitsumi Bluetooth USB adapter +* MSI MS-6967 +* TDK Bluetooth USB adapter +* Broadcom Bluetooth USB adapter + +[[crypto-accel]] +== Cryptographic Accelerators + +[i386,pc98,amd64] The man:hifn[4] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: + +* Invertex AEON +* Hifn 7751 +* PowerCrypt +* XL-Crypt +* NetSec 7751 +* Soekris Engineering vpn1201 and vpn1211 +* Soekris Engineering vpn1401 and vpn1411 + +[i386,pc98,amd64] The man:safe[4] driver supports cards containing any of the following chips: + +* SafeNet 1141 +* SafeNet 1741 + +[i386,pc98,amd64] The man:ubsec[4] driver supports cards containing any of the following chips: + +* Bluesteel 5501 +* Bluesteel 5601 +* Broadcom BCM5801 +* Broadcom BCM5802 +* Broadcom BCM5805 +* Broadcom BCM5820 +* Broadcom BCM5821 +* Broadcom BCM5822 +* Broadcom BCM5823 +* Broadcom BCM5825 + +[[misc]] +== Miscellaneous + +[amd64, i386, pc98] FAX-Modem/PCCARD + +* MELCO IGM-PCM56K/IGM-PCM56KH +* Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal) + +[amd64, i386, pc98] Floppy drives (man:fdc[4] driver) + +[amd64, i386] VGA-compatible video cards (man:vga[4] driver) + +== Note: + +Information regarding specific video cards and compatibility with [.application]#Xorg# can be found at `http://www.x.org/`. + +[amd64, i386, ia64, pc98] Keyboards including: + +* [i386] AT-style keyboards (man:atkbd[4] driver) +* [amd64, i386] PS/2 keyboards (man:atkbd[4] driver) +* [pc98] Standard keyboards +* [amd64, i386, ia64, pc98] USB keyboards (man:ukbd[4] driver) + +[amd64, i386, ia64, pc98] Pointing devices including: + +* [amd64, i386, pc98] Bus mice and compatible devices (man:mse[4] driver) +* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (man:psm[4] driver) +* Serial mice and compatible devices +* [amd64, i386, ia64, pc98] USB mice (ums[4] driver) + +== Note: + +man:moused[8] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. + +[amd64, i386] "PC standard" parallel ports (man:ppc[4] driver) + +[pc98] "PC-9821 standard" parallel ports (man:ppc[4] driver) + +[i386, amd64] PC-compatible joysticks (man:joy[4] driver) + +[pc98] Joystick port of SoundBlaster(98) (man:joy[4] driver) + +[i386, pc98] PHS Data Communication Card/PCCARD + +* NTT DoCoMo P-in Comp@ct +* Panasonic KX-PH405 +* SII MC-P200 + +[i386] Xilinx XC6200-based reconfigurable hardware cards compatible with the HOT1 from http://www.vcc.com/[Virtual Computers] (xrpu driver). + +[pc98] Power Management Controller of NEC PC-98 Note (pmc driver) diff --git a/website/content/en/releases/9.2R/hardware.html b/website/content/en/releases/9.2R/hardware.html deleted file mode 100644 index 2b4144609f..0000000000 --- a/website/content/en/releases/9.2R/hardware.html +++ /dev/null @@ -1,9306 +0,0 @@ - - - - - -FreeBSD 9.2-RELEASE Hardware Notes - - - - - -
-
-
-
-

FreeBSD 9.2-RELEASE Hardware Notes

-
-
-

The -FreeBSD Documentation Project

-
-
- -
-
-
-

FreeBSD is a registered trademark of the FreeBSD Foundation.

-

AMD, Am486, Am5X86, AMD Athlon, AMD Duron, AMD Opteron, AMD-K6, -Athlon, Élan, Opteron, and PCnet are trademarks of Advanced Micro -Devices, Inc.

-

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.

-

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.

-

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.

-

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.

-

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.

-

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.

-
-
-
Last modified on 2013-09-30 by gjb.
-
-
- -
-
-
-
-

1. Introduction

-
-
-
-

This document contains the hardware compatibility notes for -FreeBSD 9.2-RELEASE. It lists the hardware platforms supported by -FreeBSD, as well as the various types of hardware devices (storage -controllers, network interfaces, and so on), along with known -working instances of these devices.

-
-
-
-
-
-

2. Supported Processors and -System Boards

-
-
-
-

This section provides some architecture-specific information -about the specific processors and systems that are supported by -each architecture.

-
-
-
-
-

2.1. amd64

-
-
-
-

Since mid-2003 FreeBSD/amd64 has supported the AMD64 -(“Hammer”) -and Intel® 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™64 (“Clawhammer”).

    -
  • -
  • -

    AMD Opteron™ (“Sledgehammer”).

    -
  • -
  • -

    All multi-core Intel® -Xeon™ 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® 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 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”.

-

Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) -configurations are supported.

-

In many respects, FreeBSD/amd64 is similar to FreeBSD/i386, in -terms of drivers supported. Generally, drivers that already -function correctly on other 64-bit platforms should work.

-
-
-
-
-
-

2.2. 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™-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® processors. All i386™-compatible AMD processors are also -supported, including the Am486®, -Am5x86®, K5, AMD-K6® (and variants), AMD Athlon™ (including Athlon-MP, -Athlon-XP, Athlon-4, and Athlon Thunderbird), and AMD Duron™ 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 buses are well-supported. There is some limited support -for the MCA (“MicroChannel”) expansion bus used in the IBM -PS/2 line of PCs.

-

Symmetric multi-processor (SMP) systems are generally supported -by FreeBSD, although in some cases, BIOS or motherboard bugs may -generate some problems. Perusal of the archives of the 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 - -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 -pae(4) manual page -for more details.

-

FreeBSD will generally run on i386-based laptops, albeit with -varying levels of support for certain hardware features such as -sound, graphics, power management, and PCCARD expansion slots. -These features tend to vary in idiosyncratic ways between machines, -and frequently require special-case support in FreeBSD to work -around hardware bugs or other oddities. When in doubt, a search of -the archives of the 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 -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:

-
hint.acpi.0.disabled="1"
-

Users debugging ACPI-related problems may find it useful to -disable portions of the ACPI functionality. The -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 DSDT section of the ACPI4Linux project -Web site. FreeBSD can use these DSDTs to override the DSDT provided -by the BIOS; see the -acpi(4) manual page -for more information.

-
-
-
-
-
-

2.3. ia64

-
-
-
-

Currently supported processors are the Itanium® and the -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 -syscons(4) can not be enabled and -the use of a serial console is required.

-
-
-
-
-
-

2.4. 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.

-
-
-
-
-
-

2.5. 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

    -
  • -
-
-
-
-
-
-
-

2.6. sparc64

-
-
-
-

This section describes the systems currently known to be -supported by FreeBSD on the Fujitsu SPARC64® and Sun UltraSPARC® platforms. For background -information on the various hardware designs see the 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 -creator(4) (Sun Creator, Sun -Creator3D and Sun Elite3D) or -machfb(4) (Sun PGX and Sun PGX64 -as well as the ATI Mach64 chips found onboard in for example -Sun Blade™ 100, Sun Blade™ 150, Sun Ultra™ 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.2-RELEASE. We encourage you to try it -and send a note to the 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™ 150

    -
  • -
  • -

    Sun Enterprise™ 220R

    -
  • -
  • -

    Sun Enterprise™ 250

    -
  • -
  • -

    Sun Enterprise™ 420R

    -
  • -
  • -

    Sun Enterprise™ 450

    -
  • -
  • -

    Sun Fire™ B100s (support for -the on-board NICs first appeared in 8.1-RELEASE)

    -
  • -
  • -

    Sun Fire™ V100

    -
  • -
  • -

    Sun Fire™ V120

    -
  • -
  • -

    Sun Netra™ 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® 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 fiber channel controllers in SBus-based systems are -not supported. However, it is possible to use these with a SCSI -controller supported by the -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® 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

    -
  • -
-
-
-
-
-
-
-
-

3. Supported Devices

-
-
-
-

This section describes the devices currently known to be -supported by FreeBSD. Other configurations may also work, but -simply have not been tested yet. Feedback, updates, and corrections -to this list are encouraged.

-

Where possible, the drivers applicable to each device or class -of devices is listed. If the driver in question has a manual page -in the FreeBSD base distribution (most should), it is referenced -here. Information on specific models of supported devices, -controllers, etc. can be found in the manual pages.

-
-

Note:

-

The device lists in this -document are being generated automatically from FreeBSD manual -pages. This means that some devices, which are supported by -multiple drivers, may appear multiple times.

-
-
-
-
-
-

3.1. Disk Controllers

-
-
-
-

[amd64, i386, ia64, pc98, sparc64] IDE/ATA controllers -(ata(4) -driver)

-

[pc98] IDE/ATA controllers (wdc driver)

-
-
    -
  • -

    On-board IDE controller

    -
  • -
-
-

[i386,ia64,amd64] Controllers supported by the -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 -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 -adw(4) driver -supports SCSI controllers including:

-
-
    -
  • -

    AdvanSys ABP940UW/ABP3940UW

    -
  • -
  • -

    AdvanSys ABP950UW

    -
  • -
  • -

    AdvanSys ABP970UW

    -
  • -
  • -

    AdvanSys ABP3940U2W

    -
  • -
  • -

    AdvanSys ABP3950U2W

    -
  • -
-
-

[i386] The -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 -ahb(4) driver -supports the following SCSI host adapters:

-
-
    -
  • -

    Adaptec AHA-1740

    -
  • -
  • -

    Adaptec AHA-1742

    -
  • -
  • -

    Adaptec AHA-1740A

    -
  • -
  • -

    Adaptec AHA-1742A

    -
  • -
-
-

The -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 -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 -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 -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 -amd(4) driver -include:

-
-
    -
  • -

    MELCO IFC-DP (PC-98)

    -
  • -
  • -

    Tekram DC390

    -
  • -
  • -

    Tekram DC390T

    -
  • -
-
-

Controllers supported by the -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 -arcmsr(4) driver supports the -following cards:

-
-
    -
  • -

    ARC-1110

    -
  • -
  • -

    ARC-1120

    -
  • -
  • -

    ARC-1130

    -
  • -
  • -

    ARC-1160

    -
  • -
  • -

    ARC-1170

    -
  • -
  • -

    ARC-1110ML

    -
  • -
  • -

    ARC-1120ML

    -
  • -
  • -

    ARC-1130ML

    -
  • -
  • -

    ARC-1160ML

    -
  • -
  • -

    ARC-1200

    -
  • -
  • -

    ARC-1201

    -
  • -
  • -

    ARC-1210

    -
  • -
  • -

    ARC-1212

    -
  • -
  • -

    ARC-1213

    -
  • -
  • -

    ARC-1214

    -
  • -
  • -

    ARC-1220

    -
  • -
  • -

    ARC-1222

    -
  • -
  • -

    ARC-1223

    -
  • -
  • -

    ARC-1224

    -
  • -
  • -

    ARC-1230

    -
  • -
  • -

    ARC-1231

    -
  • -
  • -

    ARC-1260

    -
  • -
  • -

    ARC-1261

    -
  • -
  • -

    ARC-1270

    -
  • -
  • -

    ARC-1280

    -
  • -
  • -

    ARC-1210ML

    -
  • -
  • -

    ARC-1220ML

    -
  • -
  • -

    ARC-1231ML

    -
  • -
  • -

    ARC-1261ML

    -
  • -
  • -

    ARC-1280ML

    -
  • -
  • -

    ARC-1380

    -
  • -
  • -

    ARC-1381

    -
  • -
  • -

    ARC-1680

    -
  • -
  • -

    ARC-1681

    -
  • -
  • -

    ARC-1880

    -
  • -
  • -

    ARC-1882

    -
  • -
-
-

[i386] The adapters currently supported by the -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 -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 -bt(4) driver.

-

[i386,ia64,amd64] Controllers supported by the -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 -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 -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 -esp(4) driver -include:

-
-
    -
  • -

    MELCO IFC-DP (PC-98)

    -
  • -
  • -

    Sun ESP family

    -
  • -
  • -

    Sun FAS family

    -
  • -
  • -

    Tekram DC390

    -
  • -
  • -

    Tekram DC390T

    -
  • -
-
-

[i386,amd64] The -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 -hptiop(4) driver supports the -following SAS and SATA RAID controllers:

-
-
    -
  • -

    HighPoint RocketRAID 4522

    -
  • -
  • -

    HighPoint RocketRAID 4521

    -
  • -
  • -

    HighPoint RocketRAID 4520

    -
  • -
  • -

    HighPoint RocketRAID 4322

    -
  • -
  • -

    HighPoint RocketRAID 4321

    -
  • -
  • -

    HighPoint RocketRAID 4320

    -
  • -
  • -

    HighPoint RocketRAID 4311

    -
  • -
  • -

    HighPoint RocketRAID 4310

    -
  • -
  • -

    HighPoint RocketRAID 3640

    -
  • -
  • -

    HighPoint RocketRAID 3622

    -
  • -
  • -

    HighPoint RocketRAID 3620

    -
  • -
-
-

The -hptiop(4) driver also supports -the following SAS and SATA RAID controllers that are already -End-of-Life:

-
-
    -
  • -

    HighPoint RocketRAID 4211

    -
  • -
  • -

    HighPoint RocketRAID 4210

    -
  • -
  • -

    HighPoint RocketRAID 3560

    -
  • -
  • -

    HighPoint RocketRAID 3540

    -
  • -
  • -

    HighPoint RocketRAID 3530

    -
  • -
  • -

    HighPoint RocketRAID 3522

    -
  • -
  • -

    HighPoint RocketRAID 3521

    -
  • -
  • -

    HighPoint RocketRAID 3520

    -
  • -
  • -

    HighPoint RocketRAID 3511

    -
  • -
  • -

    HighPoint RocketRAID 3510

    -
  • -
  • -

    HighPoint RocketRAID 3410

    -
  • -
  • -

    HighPoint RocketRAID 3320

    -
  • -
  • -

    HighPoint RocketRAID 3220

    -
  • -
  • -

    HighPoint RocketRAID 3122

    -
  • -
  • -

    HighPoint RocketRAID 3120

    -
  • -
  • -

    HighPoint RocketRAID 3020

    -
  • -
-
-

[i386,amd64] The -hptmv(4) driver -supports the following ATA RAID controllers:

-
-
    -
  • -

    HighPoint's RocketRAID 182x series

    -
  • -
-
-

[i386,amd64] The -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 -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 -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 -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 -isci(4) driver -provides support for Intel C600 SAS controllers.

-

Cards supported by the -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 -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 -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 -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 -mps(4) driver -supports the following hardware:

-
-
    -
  • -

    LSI Logic SAS2004 (4 Port SAS)

    -
  • -
  • -

    LSI Logic SAS2008 (8 Port SAS)

    -
  • -
  • -

    LSI Logic SAS2108 (8 Port SAS)

    -
  • -
  • -

    LSI Logic SAS2116 (16 Port SAS)

    -
  • -
  • -

    LSI Logic SAS2208 (8 Port SAS)

    -
  • -
  • -

    LSI Logic SAS2308 (8 Port SAS)

    -
  • -
  • -

    LSI Logic SSS6200 Solid State Storage

    -
  • -
  • -

    Intel Integrated RAID Module RMS25JB040

    -
  • -
  • -

    Intel Integrated RAID Module RMS25JB080

    -
  • -
  • -

    Intel Integrated RAID Module RMS25KB040

    -
  • -
  • -

    Intel Integrated RAID Module RMS25KB080

    -
  • -
-
-

The following controllers are supported by the -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 -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 -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 -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 - -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 -nsp(4) driver -include:

-
-
    -
  • -

    Alpha-Data AD-PCS201

    -
  • -
  • -

    I-O DATA CBSC16

    -
  • -
-
-

[i386] The -pst(4) driver -supports the Promise Supertrak SX6000 ATA hardware RAID -controller.

-

The -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 -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 -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 -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 -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 -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 -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 -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 - -cd(4)). -WORM/CD-R/CD-RW writing support is provided by -cdrecord(1), which is a part of -the 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) (cd(4))

    -
  • -
  • -

    [i386] Sony proprietary interface (all models) (scd(4))

    -
  • -
  • -

    ATAPI IDE interface (acd(4))

    -
  • -
-
-

[i386] The following device is unmaintained:

-
-
    -
  • -

    Mitsumi proprietary CD-ROM interface (all models) (mcd(4))

    -
  • -
-
-
-
-
-
-
-

3.2. Ethernet Interfaces

-
-
-
-

The -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 -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 -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 - -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 -axe(4) driver -supports ASIX Electronics -AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB -Ethernet adapters including:

-

AX88172:

-
-
    -
  • -

    AboCom UF200

    -
  • -
  • -

    Acer Communications EP1427X2

    -
  • -
  • -

    ASIX AX88172

    -
  • -
  • -

    ATen UC210T

    -
  • -
  • -

    Billionton SnapPort

    -
  • -
  • -

    Billionton USB2AR

    -
  • -
  • -

    Buffalo (Melco Inc.) LUA-U2-KTX

    -
  • -
  • -

    Corega USB2_TX

    -
  • -
  • -

    D-Link DUBE100

    -
  • -
  • -

    Goodway GWUSB2E

    -
  • -
  • -

    JVC MP_PRX1

    -
  • -
  • -

    LinkSys USB200M

    -
  • -
  • -

    Netgear FA120

    -
  • -
  • -

    Sitecom LN-029

    -
  • -
  • -

    System TALKS Inc. SGC-X2UL

    -
  • -
-
-

AX88178:

-
-
    -
  • -

    ASIX AX88178

    -
  • -
  • -

    Belkin F5D5055

    -
  • -
  • -

    Logitec LAN-GTJ/U2A

    -
  • -
  • -

    Buffalo (Melco Inc.) LUA3-U2-AGT

    -
  • -
  • -

    Planex Communications GU1000T

    -
  • -
  • -

    Sitecom Europe LN-028

    -
  • -
-
-

AX88772:

-
-
    -
  • -

    ASIX AX88772

    -
  • -
  • -

    Buffalo (Melco Inc.) LUA3-U2-ATX

    -
  • -
  • -

    D-Link DUBE100B1

    -
  • -
  • -

    Planex UE-200TX-G

    -
  • -
  • -

    Planex UE-200TX-G2

    -
  • -
-
-

AX88772A:

-
-
    -
  • -

    ASIX AX88772A

    -
  • -
  • -

    Cisco-Linksys USB200Mv2

    -
  • -
-
-

AX88772B:

-
-
    -
  • -

    ASIX AX88772B

    -
  • -
  • -

    Lenovo USB 2.0 Ethernet

    -
  • -
-
-

AX88760:

-
-
    -
  • -

    ASIX AX88760

    -
  • -
-
-

[i386,amd64] The -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 -(bfe(4) -driver)

-

[i386,pc98,sparc64,ia64,amd64] The -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 -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 -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 -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 (cs(4) -driver)

-

[i386,pc98,ia64,amd64,powerpc] The -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 -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 -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 -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 -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 -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 -ed(4) driver does not -support the following Ethernet NICs:

-
-
    -
  • -

    Mitsubishi LAN Adapter B8895

    -
  • -
-
-

The -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 -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 (et(4) -driver)

-

[i386,amd64] The -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 - -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 -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 -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 -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 -hme(4) driver -supports the on-board Ethernet interfaces of many Sun UltraSPARC -workstation and server models.

-

Cards supported by the -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 -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 -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 -ixgb(4) driver -supports the following cards:

-
-
    -
  • -

    Intel PRO/10GbE LR Server Adapter

    -
  • -
  • -

    Intel PRO/10GbE SR Server Adapter

    -
  • -
-
-

The -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 -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 -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 -lge(4) driver -include:

-
-
    -
  • -

    SMC TigerCard 1000 (SMC9462SX)

    -
  • -
  • -

    D-Link DGE-500SX

    -
  • -
-
-

[i386,amd64] The -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 -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 -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 -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 -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 -nve(4) driver -supports the NVIDIA MCP onboard adapters of mainboards with the -following chipsets:

-
-
    -
  • -

    nForce

    -
  • -
  • -

    nForce2

    -
  • -
  • -

    nForce3

    -
  • -
  • -

    nForce4

    -
  • -
-
-

[i386,amd64] The -nxge(4) driver -supports Neterion Xframe 10 Gigabit Ethernet adapters listed in -http://www.neterion.com/how/pricing.html.

-

[i386,amd64] The -oce(4) driver -supports the following network adapters:

-
-
    -
  • -

    Emulex BladeEngine 2

    -
  • -
  • -

    Emulex BladeEngine 3

    -
  • -
  • -

    Emulex Lancer

    -
  • -
-
-

[i386,pc98,ia64,amd64] The -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 -qlxgb(4) driver -supports 10 Gigabit Ethernet & CNA Adapter based on the -following chipsets:

-
-
    -
  • -

    QLogic 3200 series

    -
  • -
  • -

    QLogic 8200 series

    -
  • -
-
-

The -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 -rl(4) driver -include:

-
-
    -
  • -

    Accton “Cheetah” EN1207D (MPX 5030/5038; RealTek 8139 -clone)

    -
  • -
  • -

    Allied Telesyn AT2550

    -
  • -
  • -

    Allied Telesyn AT2500TX

    -
  • -
  • -

    Belkin F5D5000

    -
  • -
  • -

    BUFFALO (Melco INC.) LPC-CB-CLX (CardBus)

    -
  • -
  • -

    Compaq HNE-300

    -
  • -
  • -

    CompUSA no-name 10/100 PCI Ethernet NIC

    -
  • -
  • -

    Corega FEther CB-TXD

    -
  • -
  • -

    Corega FEtherII CB-TXD

    -
  • -
  • -

    D-Link DFE-520TX (rev. C1)

    -
  • -
  • -

    D-Link DFE-528TX

    -
  • -
  • -

    D-Link DFE-530TX+

    -
  • -
  • -

    D-Link DFE-538TX

    -
  • -
  • -

    D-Link DFE-690TXD

    -
  • -
  • -

    Edimax EP-4103DL CardBus

    -
  • -
  • -

    Encore ENL832-TX 10/100 M PCI

    -
  • -
  • -

    Farallon NetLINE 10/100 PCI

    -
  • -
  • -

    Genius GF100TXR

    -
  • -
  • -

    GigaFast Ethernet EE100-AXP

    -
  • -
  • -

    KTX-9130TX 10/100 Fast Ethernet

    -
  • -
  • -

    LevelOne FPC-0106TX

    -
  • -
  • -

    Longshine LCS-8038TX-R

    -
  • -
  • -

    NDC Communications NE100TX-E

    -
  • -
  • -

    Netronix Inc. EA-1210 NetEther 10/100

    -
  • -
  • -

    Nortel Networks 10/100BaseTX

    -
  • -
  • -

    OvisLink LEF-8129TX

    -
  • -
  • -

    OvisLink LEF-8139TX

    -
  • -
  • -

    Peppercon AG ROL-F

    -
  • -
  • -

    Planex FNW-3603-TX

    -
  • -
  • -

    Planex FNW-3800-TX

    -
  • -
  • -

    SMC EZ Card 10/100 PCI 1211-TX

    -
  • -
  • -

    SOHO (PRAGMATIC) UE-1211C

    -
  • -
-
-

[i386,pc98,amd64] The -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 -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 -sfxge(4) driver -supports all 10Gb Ethernet adapters based on Solarflare SFC9000 -family controllers.

-

The -sge(4) device driver -provides support for the following Ethernet controllers:

-
-
    -
  • -

    SiS190 Fast Ethernet controller

    -
  • -
  • -

    SiS191 Fast/Gigabit Ethernet controller

    -
  • -
-
-

The -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 -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 -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 -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 -sn(4) driver.

-

[pc98] The -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 -snc(4) driver also -includes support for the National Semiconductor NS46C46 as 64 * 16 -bits Microwave Serial EEPROM.

-

The -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 -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 -ti(4) driver supports -Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. -The -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 -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 -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 -(tx(4) -driver)

-

The -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 -udav(4) driver -supports the following adapters:

-
-
    -
  • -

    Corega FEther USB-TXC

    -
  • -
  • -

    ShanTou ST268 USB NIC

    -
  • -
-
-

The -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 -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 -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 -vxge(4) driver -supports Neterion X3100 10 Gigabit Ethernet adapters listed in -http://www.neterion.com.

-

[i386,pc98,amd64] The -wb(4) driver supports -Winbond W89C840F based Fast Ethernet adapters and embedded -controllers including:

-
-
    -
  • -

    Trendware TE100-PCIE

    -
  • -
-
-

[i386,amd64] The -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 -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 - -xl(4) driver nor any -other FreeBSD driver supports this modem.

-
-
-
-
-
-

3.3. FDDI Interfaces

-
-
-
-

[i386, pc98] DEC DEFPA PCI (fpa(4) -driver)

-

[i386] DEC DEFEA EISA (fpa(4) -driver)

-
-
-
-
-
-

3.4. ATM Interfaces

-
-
-
-

[i386, pc98] Midway-based ATM interfaces (en(4) -driver)

-

[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI -Adapters (hfa and -fatm(4) drivers)

-

[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (idt(4) -driver)

-

[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM -interfaces (hatm(4) -driver)

-

[i386, pc98] IDT77252-based ATM cards (patm(4) -driver)

-
-
-
-
-
-

3.5. Wireless Network Interfaces

-
-
-
-

[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters -(an(4) -driver)

-

[i386,pc98,amd64,sparc64] The -ath(4) driver -supports all Atheros Cardbus and PCI cards, except those that are -based on the AR5005VL chipset.

-

The -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 -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 -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 -(ipw(4) -driver)

-

[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and -2225BG PCI network adapters (iwi(4) -driver)

-

[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI -network adapters (iwn(4) -driver)

-

[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network -adapters (malo(4) -driver)

-

Marvell 88W8363 IEEE 802.11n wireless network adapters -(mwl(4) -driver)

-

[i386,amd64] The -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 -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 -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 -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 -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 -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 -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 (wi(4) -driver)

-

[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed -ISA/radio LAN cards (wl(4) -driver)

-

[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network -adapters (wpi(4) -driver)

-

[i386,amd64] The following devices are known to be supported by -the -zyd(4) driver:

-
-
    -
  • -

    3COM 3CRUSB10075

    -
  • -
  • -

    Acer WLAN-G-US1

    -
  • -
  • -

    Airlink+ AWLL3025

    -
  • -
  • -

    Airlink 101 AWLL3026

    -
  • -
  • -

    AOpen 802.11g WL54

    -
  • -
  • -

    Asus A9T integrated wireless

    -
  • -
  • -

    Asus WL-159g

    -
  • -
  • -

    Belkin F5D7050 v.4000

    -
  • -
  • -

    Billion BiPAC 3011G

    -
  • -
  • -

    Buffalo WLI-U2-KG54L

    -
  • -
  • -

    CC&C WL-2203B

    -
  • -
  • -

    DrayTek Vigor 550

    -
  • -
  • -

    Edimax EW-7317UG

    -
  • -
  • -

    Edimax EW-7317LDG

    -
  • -
  • -

    Fiberline Networks WL-43OU

    -
  • -
  • -

    iNexQ UR055g

    -
  • -
  • -

    Linksys WUSBF54G

    -
  • -
  • -

    Longshine LCS-8131G3

    -
  • -
  • -

    MSI US54SE

    -
  • -
  • -

    MyTek MWU-201 USB adapter

    -
  • -
  • -

    Philips SNU5600

    -
  • -
  • -

    Planet WL-U356

    -
  • -
  • -

    Planex GW-US54GZ

    -
  • -
  • -

    Planex GW-US54GZL

    -
  • -
  • -

    Planex GW-US54Mini

    -
  • -
  • -

    Safecom SWMULZ-5400

    -
  • -
  • -

    Sagem XG 760A

    -
  • -
  • -

    Sagem XG 76NA

    -
  • -
  • -

    Sandberg Wireless G54 USB

    -
  • -
  • -

    Sitecom WL-113

    -
  • -
  • -

    SMC SMCWUSB-G

    -
  • -
  • -

    Sweex wireless USB 54 Mbps

    -
  • -
  • -

    Tekram/Siemens USB adapter

    -
  • -
  • -

    Telegent TG54USB

    -
  • -
  • -

    Trendnet TEW-424UB rev A

    -
  • -
  • -

    Trendnet TEW-429UB

    -
  • -
  • -

    TwinMOS G240

    -
  • -
  • -

    Unicorn WL-54G

    -
  • -
  • -

    US Robotics 5423

    -
  • -
  • -

    X-Micro XWL-11GUZX

    -
  • -
  • -

    Yakumo QuickWLAN USB

    -
  • -
  • -

    Zonet ZEW2501

    -
  • -
  • -

    ZyXEL ZyAIR G-202

    -
  • -
  • -

    ZyXEL ZyAIR G-220

    -
  • -
-
-
-
-
-
-
-

3.6. Miscellaneous Networks

-
-
-
-

[i386,pc98] The -ce(4) driver supports -the following models of Tau-PCI/32 WAN adapters:

-
-
    -
  • -

    Cronyx Tau-PCI/32

    -
  • -
  • -

    Cronyx Tau-PCI/32-Lite

    -
  • -
-
-

[i386] The -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 -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 -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 -cm(4) driver supports -the following card models:

-
-
    -
  • -

    SMC90c26

    -
  • -
  • -

    SMC90c56

    -
  • -
  • -

    SMC90c66 in '56 compatibility mode.

    -
  • -
-
-
-
-
-
-
-

3.7. Serial Interfaces

-
-
-
-

[amd64, i386] “PC -standard” 8250, 16450, and 16550-based serial ports -(sio(4) -driver)

-

The -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 -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 (rp(4) -driver)

-

[i386] Cyclades Cyclom-Y serial board (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 -(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 -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. (si(4) -driver)

-

[pc98] Internel serial interfaces (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 -(sio(4) -driver)

-
-
    -
  • -

    COM2 (flags 0x01000000)

    -
  • -
  • -

    COM3 (flags 0x02000000)

    -
  • -
-
-

[pc98] NEC PC-9801-120 (sio(4) -driver)

-
-

Note:

-

"flags 0x11000000" is -necessary in kernel configuration.

-
-

[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (sio(4) -driver)

-
-

Note:

-

"flags 0x14000?01" is -necessary in kernel configuration.

-
-

[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 -(sio(4) -driver)

-
-

Note:

-

"flags 0x15000?01" is -necessary in kernel configuration.

-
-

[pc98] Media Intelligent RSB-384 (sio(4) -driver)

-
-

Note:

-

"flags 0x16000001" is -necessary in kernel configuration.

-
-

[pc98] I-O DATA RSA-98III (sio(4) -driver)

-
-

Note:

-

"flags 0x18000?01" is -necessary in kernel configuration.

-
-

[pc98] Hayes ESP98 (sio(4) -driver)

-
-

Note:

-

"options COM_ESP" and -"flags 0x19000000" are necessary in kernel configuration.

-
-
-
-
-
-
-

3.8. Sound Devices

-
-
-
-

[i386,amd64] The -snd_ad1816(4) driver supports the -following sound cards:

-
-
    -
  • -

    Analog Devices AD1816

    -
  • -
-
-

[i386] The -snd_als4000(4) driver supports -the following sound cards:

-
-
    -
  • -

    Avance Logic ALS4000

    -
  • -
-
-

[i386,amd64] The -snd_atiixp(4) driver supports the -following audio chipsets:

-
-
    -
  • -

    ATI IXP 200

    -
  • -
  • -

    ATI IXP 300

    -
  • -
  • -

    ATI IXP 400

    -
  • -
-
-

[sparc64] The -snd_audiocs(4) driver supports -the following audio devices:

-
-
    -
  • -

    CS4231 on SBus based UltraSPARC

    -
  • -
  • -

    CS4231 on PCI/EBus based UltraSPARC

    -
  • -
-
-

[i386,amd64] The -snd_cmi(4) driver supports the -following sound cards:

-
-
    -
  • -

    CMedia CMI8338A

    -
  • -
  • -

    CMedia CMI8338B

    -
  • -
  • -

    CMedia CMI8738

    -
  • -
  • -

    CMedia CMI8738B

    -
  • -
-
-

[i386,amd64] The -snd_cs4281(4) driver supports the -following sound cards:

-
-
    -
  • -

    Crystal Semiconductor CS4281

    -
  • -
-
-

[i386,amd64] The -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 -snd_csa(4) driver yet.

-

[i386,amd64] The -snd_ds1(4) driver supports the -following sound cards:

-
-
    -
  • -

    Yamaha DS-1

    -
  • -
  • -

    Yamaha DS-1E

    -
  • -
-
-

[i386,amd64] The -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 -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 -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 -snd_envy24(4) driver supports the -following audio devices:

-
-
    -
  • -

    M-Audio Audiophile 2496

    -
  • -
  • -

    M-Audio Delta Dio 2496

    -
  • -
  • -

    Terratec DMX 6fire

    -
  • -
-
-

[i386,amd64] The -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 -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 -snd_ess(4) driver supports the -following sound cards:

-
-
    -
  • -

    Ensoniq ESS ISA PnP/non-PnP

    -
  • -
-
-

[i386,amd64] The -snd_fm801(4) driver supports -audio devices based on the following chipset:

-
-
    -
  • -

    Forte Media FM801

    -
  • -
-
-

[i386,amd64] The -snd_gusc(4) driver supports the -following sound cards:

-
-
    -
  • -

    Gravis UltraSound MAX

    -
  • -
  • -

    Gravis UltraSound PnP

    -
  • -
-
-

[i386,amd64] The -snd_hda(4) driver supports -controllers having PCI class 4 (multimedia) and subclass 3 (HDA), -compatible with Intel HDA specification.

-

The -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 -snd_hdspe(4) driver supports the -following audio devices:

-
-
    -
  • -

    RME HDSPe AIO

    -
  • -
  • -

    RME HDSPe RayDAT

    -
  • -
-
-

[i386,amd64] The -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 -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 -snd_maestro3(4) driver supports -the following audio devices:

-
-
    -
  • -

    ESS Technology Allegro-1

    -
  • -
  • -

    ESS Technology Maestro3

    -
  • -
-
-

[i386] The -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 -snd_neomagic(4) driver supports -the following audio devices:

-
-
    -
  • -

    NeoMagic 256AV

    -
  • -
  • -

    NeoMagic 256ZX

    -
  • -
-
-

[i386,amd64] The -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 -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 -snd_spicds(4) driver supports the -following codecs:

-
-
    -
  • -

    AK4358

    -
  • -
  • -

    AK4381

    -
  • -
  • -

    AK4396

    -
  • -
  • -

    AK4524

    -
  • -
  • -

    AK4528

    -
  • -
  • -

    WM8770

    -
  • -
-
-

[i386,amd64,sparc64] The -snd_t4dwave(4) driver supports -the following audio devices:

-
-
    -
  • -

    Acer Labs M5451

    -
  • -
  • -

    SIS 7018

    -
  • -
  • -

    Trident 4DWave DX

    -
  • -
  • -

    Trident 4DWave NX

    -
  • -
-
-

[i386,amd64] The -snd_via8233(4) driver supports -the following audio chipsets:

-
-
    -
  • -

    VIA VT8233

    -
  • -
  • -

    VIA VT8233A

    -
  • -
  • -

    VIA VT8233C

    -
  • -
  • -

    VIA VT8235

    -
  • -
  • -

    VIA VT8237

    -
  • -
  • -

    VIA VT8251

    -
  • -
-
-

[i386,amd64] The -snd_via82c686(4) driver supports -audio devices based on the following chipset:

-
-
    -
  • -

    VIA 82C686A

    -
  • -
-
-

[i386,amd64] The -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) (sb(4) -driver)

-

[pc98] I-O DATA CD-BOX (sb(4) -driver)

-

[pc98] MPU-401 and compatible interfaces (mpu driver)

-
-
    -
  • -

    Q-Vision WaveStar

    -
  • -
-
-
-
-
-
-
-

3.9. Camera and Video Capture Devices

-
-
-
-

[i386,pc98] The -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

-
-
-
-
-
-

3.10. USB Devices

-
-
-
-

[amd64, i386, ia64, pc98] A range of USB peripherals are -supported; devices known to work are listed in this section. Owing -to the generic nature of most USB devices, with some exceptions any -device of a given class will be supported, even if not explicitly -listed here.

-
-

Note:

-

[amd64, i386, ia64, pc98] -USB Ethernet adapters can be found in the section listing Ethernet interfaces.

-
-
-

Note:

-

[amd64, i386, ia64, pc98] -USB Bluetooth adapters can be found in Bluetooth -section.

-
-

[i386,pc98,ia64,amd64,powerpc] The -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 -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 (ehci(4) -driver)

-

[amd64, i386, ia64, pc98] Hubs

-

[amd64, i386, ia64, pc98] Keyboards (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 (ufm(4) -driver)

    -
  • -
  • -

    Mirunet AlphaCam Plus

    -
  • -
-
-

[i386,pc98,amd64,powerpc] The following devices are supported by -the -urio(4) driver:

-
-
    -
  • -

    Diamond MultiMedia Rio 500

    -
  • -
  • -

    Diamond MultiMedia Rio 600

    -
  • -
  • -

    Diamond MultiMedia Rio 800

    -
  • -
-
-

[i386,pc98,amd64] Devices supported by the -umodem(4) driver include:

-
-
    -
  • -

    3Com 5605

    -
  • -
  • -

    Curitel PC5740 Wireless Modem

    -
  • -
  • -

    Kyocera AH-K3001V Mobile Phone(WILLCOM)

    -
  • -
  • -

    Kyocera WX320K Mobile Phone(WILLCOM)

    -
  • -
  • -

    Metricom Ricochet GS USB wireless modem

    -
  • -
  • -

    Sierra MC5720 Wireless Modem

    -
  • -
  • -

    Yamaha Broadband Wireless Router RTW65b

    -
  • -
  • -

    ELSA MicroLink 56k USB modem

    -
  • -
  • -

    Sony Ericsson W810i phone

    -
  • -
  • -

    Sonim XP5300 Force

    -
  • -
-
-

[amd64, i386, ia64, pc98] Mice (ums(4) -driver)

-

[i386,pc98,amd64,powerpc] The -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 -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 -ubser(4) driver -provides support for the BWCT console management serial -adapters.

-

[i386,pc98,amd64] The -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 -uplcom(4) driver supports the -following devices and adapters:

-
-
    -
  • -

    ADLINK ND-6530 USB-Serial Adapter

    -
  • -
  • -

    Alcatel One Touch 535/735 Phone

    -
  • -
  • -

    Alcor AU9720 USB-RS232 Serial Adapter

    -
  • -
  • -

    AlDiga AL-11U Modem

    -
  • -
  • -

    Alltronix ACM003U00 Modem

    -
  • -
  • -

    Anchor Serial adapter

    -
  • -
  • -

    ATEN UC-232A

    -
  • -
  • -

    BAFO BF-800 and BF-810

    -
  • -
  • -

    Belkin F5U257

    -
  • -
  • -

    BenQ S81 Phone

    -
  • -
  • -

    Corega CG-USBRS232R Serial Adapter

    -
  • -
  • -

    Cressi Edy (Seiko) Diving Computer

    -
  • -
  • -

    ELECOM UC-SGT Serial Adapter

    -
  • -
  • -

    HAL Corporation Crossam2+USB IR commander

    -
  • -
  • -

    Hama USB RS-232 Serial Adapter

    -
  • -
  • -

    Hamlet exagerate XURS232

    -
  • -
  • -

    HP LD220 Point-Of-Sale (POS) Display

    -
  • -
  • -

    IOGEAR UC-232A

    -
  • -
  • -

    I/O DATA USB-RSAQ, USB-RSAQ2, USB-RSAQ3 and USB-RSAQ5

    -
  • -
  • -

    iTegno WM1080A GSM/GFPRS Modem

    -
  • -
  • -

    iTegno WM2080A CDMA Modem

    -
  • -
  • -

    Leadtek 9531 GPS

    -
  • -
  • -

    Micromax 610U Modem

    -
  • -
  • -

    Microsoft Palm 700WX

    -
  • -
  • -

    Mobile Action MA-620 Infrared Adapter

    -
  • -
  • -

    Motorola Cables

    -
  • -
  • -

    Nokia CA-42 Cable

    -
  • -
  • -

    OTI DKU-5 cable

    -
  • -
  • -

    Panasonic TY-TP50P6-S flat screen

    -
  • -
  • -

    PLX CA-42 Phone Cable

    -
  • -
  • -

    PLANEX USB-RS232 URS-03

    -
  • -
  • -

    Prolific Generic USB-Serial Adapters

    -
  • -
  • -

    Prolific Pharos USB-Serial Adapter

    -
  • -
  • -

    RATOC REX-USB60

    -
  • -
  • -

    Radio Shack USB Serial Cable

    -
  • -
  • -

    Sagem USB-Serial Adapter

    -
  • -
  • -

    Samsung I330 Phone Cradle

    -
  • -
  • -

    Sandberg USB to Serial Link (model number 133-08)

    -
  • -
  • -

    Sanwa KB-USB2 Multimeter cable

    -
  • -
  • -

    Siemens/BenQ EF81, SX1, X65 and X75 Mobile Phones

    -
  • -
  • -

    Sitecom USB-Serial Adapter

    -
  • -
  • -

    SMART Technologies USB-Serial Adapter

    -
  • -
  • -

    Sony QN3 Phone Cable

    -
  • -
  • -

    Sony Ericsson Datapilot

    -
  • -
  • -

    Sony Ericsson DCU-10 and DCU-11 (Susteen) USB Cables

    -
  • -
  • -

    SOURCENEXT KeikaiDenwa 8 (with and without charger)

    -
  • -
  • -

    Speed Dragon USB-Serial Cable

    -
  • -
  • -

    Syntech CPT-8001C Barcode Scanner

    -
  • -
  • -

    TDK UHA6400 and UPA9664 USB-PHS Adapters

    -
  • -
  • -

    TRENDnet USB to Serial Converter (TU-S9)

    -
  • -
  • -

    Tripp-Lite U209-000-R USB-Serial Adapter

    -
  • -
  • -

    UIC HCR331 Magnetic Stripe Card Reader

    -
  • -
  • -

    UIC MSR206 Magnetic Stripe Card Reader

    -
  • -
  • -

    Willcom W-SIM DD PHS terminal.(WS002IN)

    -
  • -
  • -

    YC-Cable USB-Serial Adapter

    -
  • -
  • -

    Zeagle N2iTion3 Diving Computer

    -
  • -
-
-

The -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 -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 (uaudio(4) -driver)

-

[i386,pc98,amd64] The -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

    -
  • -
-
-
-
-
-
-
-

3.11. IEEE 1394 (Firewire) Devices

-
-
-
-

[i386,sparc64,ia64,amd64,powerpc] The -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 (sbp(4) -driver)

-
-
-
-
-
-

3.12. Bluetooth Devices

-
-
-
-

[i386,pc98,amd64] The -ng_bt3c(4) driver provides -support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter.

-

[i386,pc98,amd64] The -ng_ubt(4) driver supports all -Bluetooth USB devices that conform with the Bluetooth specification -v1.1, including:

-
-
    -
  • -

    3Com 3CREB96

    -
  • -
  • -

    AIPTEK BR0R02

    -
  • -
  • -

    EPoX BT-DG02

    -
  • -
  • -

    Mitsumi Bluetooth USB adapter

    -
  • -
  • -

    MSI MS-6967

    -
  • -
  • -

    TDK Bluetooth USB adapter

    -
  • -
  • -

    Broadcom Bluetooth USB adapter

    -
  • -
-
-
-
-
-
-
-

3.13. Cryptographic Accelerators

-
-
-
-

[i386,pc98,amd64] The -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 -safe(4) driver -supports cards containing any of the following chips:

-
-
    -
  • -

    SafeNet 1141

    -
  • -
  • -

    SafeNet 1741

    -
  • -
-
-

[i386,pc98,amd64] The -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

    -
  • -
-
-
-
-
-
-
-

3.14. 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 (fdc(4) -driver)

-

[amd64, i386] VGA-compatible video cards (vga(4) -driver)

-
-

Note:

-

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 (atkbd(4) -driver)

    -
  • -
  • -

    [amd64, i386] PS/2 keyboards (atkbd(4) -driver)

    -
  • -
  • -

    [pc98] Standard keyboards

    -
  • -
  • -

    [amd64, i386, ia64, pc98] USB keyboards (ukbd(4) -driver)

    -
  • -
-
-

[amd64, i386, ia64, pc98] Pointing devices including:

-
-
    -
  • -

    [amd64, i386, pc98] Bus mice and compatible devices (mse(4) -driver)

    -
  • -
  • -

    [amd64, i386] PS/2 mice and compatible devices, including many -laptop pointing devices (psm(4) -driver)

    -
  • -
  • -

    Serial mice and compatible devices

    -
  • -
  • -

    [amd64, i386, ia64, pc98] USB mice (ums(4) -driver)

    -
  • -
-
-
-

Note:

-

-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 (ppc(4) -driver)

-

[pc98] “PC-9821 -standard” parallel ports (ppc(4) -driver)

-

[i386, amd64] PC-compatible joysticks (joy(4) -driver)

-

[pc98] Joystick port of SoundBlaster(98) (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 Virtual Computers (xrpu -driver).

-

[pc98] Power Management Controller of NEC PC-98 Note (pmc -driver)

-
-
-
- - diff --git a/website/content/en/releases/9.2R/installation.adoc b/website/content/en/releases/9.2R/installation.adoc new file mode 100644 index 0000000000..1c95722927 --- /dev/null +++ b/website/content/en/releases/9.2R/installation.adoc @@ -0,0 +1,91 @@ +--- +title: "FreeBSD 9.2-RELEASE Installation Instructions" +sidenav: download +--- + += FreeBSD 9.2-RELEASE Installation Instructions + +''''' +This article gives some brief instructions on installing FreeBSD 9.2-RELEASE and upgrading the systems running earlier releases. + +''''' + +[[INSTALL]] +== Installing FreeBSD + +The link:{handbook}#bsdinstall[“Installing FreeBSD”] chapter of the link:{handbook}[FreeBSD Handbook] provides more in-depth information about the installation program itself, including a guided walk-through with screenshots. + +''''' + +[[UPGRADE]] +== Upgrading FreeBSD + +''''' + +=== Upgrading from Source + +The procedure for doing a source code based update is described in link:{handbook}#synching[https://doc.FreeBSD.org/en/books/handbook/book/#synching] and link:{handbook}#makeworld[https://doc.FreeBSD.org/en/books/handbook/book/#makeworld]. + +For SVN use the `releng/9.2` branch which will be where any upcoming Security Advisories or Errata Notices will be applied. + +Note that CVS is *not* supported. + +''''' + +=== Upgrading Using "FreeBSD Update" + +The man:freebsd-update[8] utility supports binary upgrades of i386 and amd64 systems running earlier FreeBSD releases. Systems running `8.[34]-RELEASE`, `9.[01]-RELEASE`, `9.2-BETA[123]`, or `9.2-RC[1234]` can upgrade as follows: + +[source,SCREEN] +---- +# freebsd-update fetch +# freebsd-update install +---- + +Now the man:freebsd-update[8] utility can fetch bits belonging to 9.2-RELEASE. During this process man:freebsd-update[8] will ask for help in merging configuration files. + +[source,SCREEN] +---- +# freebsd-update upgrade -r 9.2-RELEASE +---- + +Due to changes in the way that FreeBSD is packaged on the release media, two complications may arise in this process if upgrading from FreeBSD 8.x: + +[arabic] +. The FreeBSD kernel, which previously could appear in either `/boot/kernel` or `/boot/GENERIC`, now only appears as `/boot/kernel`. As a result, any kernel appearing in `/boot/GENERIC` will be deleted. Please carefully read the output printed by man:freebsd-update[8] and confirm that an updated kernel will be placed into `/boot/kernel` before proceeding beyond this point. +. The FreeBSD source tree in `/usr/src` (if present) will be deleted. (Normally the man:freebsd-update[8] utility will update a source tree, but in this case the changes in release packaging result in the man:freebsd-update[8] utility not recognizing that the source tree from the old release and the source tree from the new release correspond to the same part of FreeBSD.) + +[source,SCREEN] +---- +# freebsd-update install +---- + +The system must now be rebooted with the newly installed kernel before the non-kernel components are updated. + +[source,SCREEN] +---- +# shutdown -r now +---- + +After rebooting, man:freebsd-update[8] needs to be run again to install the new userland components: + +[source,SCREEN] +---- +# freebsd-update install +---- + +At this point, users of systems being upgraded from FreeBSD 8.4-RELEASE or earlier will be prompted by man:freebsd-update[8] to rebuild all third-party applications (e.g., ports installed from the ports tree) due to updates in system libraries. + +After updating installed third-party applications (and again, only if man:freebsd-update[8] printed a message indicating that this was necessary), run man:freebsd-update[8] again so that it can delete the old (no longer used) system libraries: + +[source,SCREEN] +---- +# freebsd-update install +---- + +Finally, reboot into 9.2-RELEASE + +[source,SCREEN] +---- +# shutdown -r now +---- diff --git a/website/content/en/releases/9.2R/installation.html b/website/content/en/releases/9.2R/installation.html deleted file mode 100644 index 0e3d2a3a10..0000000000 --- a/website/content/en/releases/9.2R/installation.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - -FreeBSD 9.2-RELEASE Installation Instructions - - - - - -
-
-

FreeBSD 9.2-RELEASE Installation -Instructions

- -

The FreeBSD Project

- - - -

$FreeBSD: head/en_US.ISO8859-1/htdocs/releases/9.2R/installation.html 42790 2013-10-01 15:53:58Z gjb $
-

- -
-

FreeBSD is a registered trademark of the FreeBSD Foundation.

- -

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.

- -

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.

- -

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.

-
- -
-
- -
-
-

This article gives some brief instructions on installing FreeBSD 9.2-RELEASE and -upgrading the systems running earlier releases.

-
-
- -
-
-

1 Installing FreeBSD

- -

The “Installing FreeBSD” chapter of the FreeBSD - Handbook provides more in-depth information about the installation program -itself, including a guided walk-through with screenshots.

-
- -
-
-

2 Upgrading FreeBSD

- - - -
-
-

2.1 Upgrading from Source

- -

The procedure for doing a source code based update is described in http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/synching.html -and http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook//makeworld.html.

- -

For SVN use the releng/9.2 branch which will be where -any upcoming Security Advisories or Errata Notices will be applied.

- -

Note that CVS is not supported.

-
- -
-
-

2.2 Upgrading Using “FreeBSD -Update”

- -

The -freebsd-update(8) utility supports binary - upgrades of i386 and amd64 systems running earlier FreeBSD releases. Systems -running 8.[34]-RELEASE, 9.[01]-RELEASE, 9.2-BETA[123], or - 9.2-RC[1234] can upgrade as follows:

- -
-# freebsd-update fetch
-# freebsd-update install
-
- -

Now the -freebsd-update(8) utility can fetch bits - belonging to 9.2-RELEASE. During this process -freebsd-update(8) will ask for help in merging - configuration files.

- -
-# freebsd-update upgrade -r 9.2-RELEASE
-
- -

Due to changes in the way that FreeBSD is packaged on the release media, two -complications may arise in this process if upgrading from FreeBSD 8.x:

- -
    -
  1. -

    The FreeBSD kernel, which previously could appear in either /boot/kernel or /boot/GENERIC, now -only appears as /boot/kernel. As a result, any -kernel appearing in /boot/GENERIC will be deleted. Please -carefully read the output printed by -freebsd-update(8) and confirm that an updated - kernel will be placed into /boot/kernel before -proceeding beyond this point.

    -
  2. - -
  3. -

    The FreeBSD source tree in /usr/src (if present) will -be deleted. (Normally the -freebsd-update(8) utility will update a source -tree, but in this case the changes in release packaging result in the -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.)

    -
  4. -
- -
-# freebsd-update install
-
- -

The system must now be rebooted with the newly installed kernel before the -non-kernel components are updated.

- -
-# shutdown -r now
-
- -

After rebooting, -freebsd-update(8) needs to be run again to -install the new userland components:

- -
-# freebsd-update install
-
- -

At this point, users of systems being upgraded from FreeBSD 8.4-RELEASE or -earlier will be prompted by -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 -freebsd-update(8) printed a message - indicating that this was necessary), run -freebsd-update(8) again so that it can delete the -old (no longer used) system libraries:

- -
-# freebsd-update install
-
- -

Finally, reboot into 9.2-RELEASE

- -
-# shutdown -r now
-
-
-
-
- -
-

This file, and other release-related documents, can be -downloaded from http://www.FreeBSD.org/releases/.

- -

For questions about FreeBSD, read the documentation before contacting <questions@FreeBSD.org>.

- -

All users of FreeBSD 9.2-STABLE should subscribe to the <stable@FreeBSD.org> mailing list.

- -

For questions about this documentation, e-mail <doc@FreeBSD.org>.

- - - diff --git a/website/content/en/releases/9.2R/readme.adoc b/website/content/en/releases/9.2R/readme.adoc new file mode 100644 index 0000000000..b547ef9851 --- /dev/null +++ b/website/content/en/releases/9.2R/readme.adoc @@ -0,0 +1,131 @@ +--- +title: "FreeBSD 9.2-RELEASE README" +sidenav: download +--- + +include::shared/en/urls.adoc[] + += FreeBSD 9.2-RELEASE README + +''''' + +Table of Contents + +* <> +* <> +* <> +* <> +* <> + +This document gives a brief introduction to FreeBSD 9.2-RELEASE. It includes some information on how to obtain FreeBSD, a listing of various ways to contact the FreeBSD Project, and pointers to some other sources of information. + +[[intro]] +== Introduction + +This distribution is a snapshot of FreeBSD 9.2-RELEASE, the latest point along the 9.2-STABLE branch. + +== About FreeBSD + +FreeBSD is an operating system based on 4.4 BSD Lite for AMD64 and Intel EM64T based PC hardware (amd64), Intel, AMD, Cyrix or NexGen "x86" based PC hardware (i386), Intel Itanium Processor based computers (ia64), NEC PC-9801/9821 series PCs and compatibles (pc98), and UltraSPARC(R) machines (sparc64). Versions for the ARM(R) (arm), MIPS(R) (mips), and PowerPC(R) (powerpc) architectures are currently under development as well. FreeBSD works with a wide variety of peripherals and configurations and can be used for everything from software development to games to Internet Service Provision. + +This release of FreeBSD contains everything you need to run such a system, including full source code for the kernel and all utilities in the base distribution. With the source distribution installed, you can literally recompile the entire system from scratch with one command, making it ideal for students, researchers, or users who simply want to see how it all works. + +A large collection of third-party ported software (the "Ports Collection") is also provided to make it easy to obtain and install all your favorite traditional UNIX(R) utilities for FreeBSD. Each "port" consists of a set of scripts to retrieve, configure, build, and install a piece of software, with a single command. Over 24,000 ports, from editors to programming languages to graphical applications, make FreeBSD a powerful and comprehensive operating environment that extends far beyond what's provided by many commercial versions of UNIX(R). Most ports are also available as pre-compiled "packages", which can be quickly installed from the installation program. + +== Target Audience + +This snapshot is aimed primarily at early adopters and various other users who want to get involved with the ongoing development of FreeBSD. While the FreeBSD development team tries its best to ensure that each snapshot works as advertised, 9.2-STABLE is very much a work-in-progress. + +The basic requirements for using this snapshot are technical proficiency with FreeBSD and an understanding of the ongoing development process of FreeBSD 9.2-STABLE (as discussed on the http://lists.FreeBSD.org/mailman/listinfo/freebsd-current[FreeBSD-CURRENT mailing list]). + +For those more interested in doing business with FreeBSD than in experimenting with new FreeBSD technology, formal releases (such as 9.1-RELEASE) are frequently more appropriate. Releases undergo a period of testing and quality assurance checking to ensure high reliability and dependability. + +[[obtain]] +== Obtaining FreeBSD + +FreeBSD may be obtained in a variety of ways. This section focuses on those ways that are primarily useful for obtaining a complete FreeBSD distribution, rather than updating an existing installation. + +== CDROM and DVD + +FreeBSD -RELEASE distributions may be ordered on CDROM or DVD from several publishers. This is frequently the most convenient way to obtain FreeBSD for new installations, as it provides a convenient way to quickly reinstall the system if necessary. Some distributions include some of the optional, precompiled "packages" from the FreeBSD Ports Collection, or other extra material. + +A list of the CDROM and DVD publishers known to the project are listed in the link:{handbook}#mirrors["Obtaining FreeBSD"] appendix to the Handbook. + +== FTP + +You can use FTP to retrieve FreeBSD and any or all of its optional packages from ftp://ftp.FreeBSD.org/, which is the official FreeBSD release site, or any of its "mirrors". + +Lists of locations that mirror FreeBSD can be found in the link:{handbook}#mirrors-ftp[FTP Sites] section of the Handbook. Finding a close (in networking terms) mirror from which to download the distribution is highly recommended. + +Additional mirror sites are always welcome. Contact `` for more details on becoming an official mirror site. You can also find useful information for mirror sites at the link:{hubs[Mirroring FreeBSD] article. + +Mirrors generally contain the ISO images generally used to create a CDROM of a FreeBSD release. They usually also contain floppy disk images (for applicable platforms), as well as the files necessary to do an installation over the network. Finally mirrors sites usually contain a set of packages for the most current release. + +[[contacting]] +== Contacting the FreeBSD Project + +== Email and Mailing Lists + +For any questions or general technical support issues, please send mail to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions[FreeBSD general questions mailing list]. + +If you're tracking the 9.2-STABLE development efforts, you _must_ join the http://lists.FreeBSD.org/mailman/listinfo/freebsd-current[FreeBSD-CURRENT mailing list], in order to keep abreast of recent developments and changes that may affect the way you use and maintain the system. + +Being a largely-volunteer effort, the FreeBSD Project is always happy to have extra hands willing to help—there are already far more desired enhancements than there is time to implement them. To contact the developers on technical matters, or with offers of help, please send mail to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers[FreeBSD technical discussions mailing list]. + +Please note that these mailing lists can experience _significant_ amounts of traffic. If you have slow or expensive mail access, or are only interested in keeping up with major FreeBSD events, you may find it preferable to subscribe instead to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce[FreeBSD announcements mailing list]. + +All of the mailing lists can be freely joined by anyone wishing to do so. Visit the http://www.FreeBSD.org/mailman/listinfo[FreeBSD Mailman Info Page]. This will give you more information on joining the various lists, accessing archives, etc. There are a number of mailing lists targeted at special interest groups not mentioned here; more information can be obtained either from the Mailman pages or the http://www.FreeBSD.org/support/#mailing-list[mailing lists section] of the FreeBSD Web site. + +== Important: + +Do _not_ send email to the lists asking to be subscribed. Use the Mailman interface instead. + +== Submitting Problem Reports + +Suggestions, bug reports and contributions of code are always valued—please do not hesitate to report any problems you may find. Bug reports with attached fixes are of course even more welcome. + +The preferred method to submit bug reports from a machine with Internet mail connectivity is to use the man:send-pr[1] command. "Problem Reports" (PRs) submitted in this way will be filed and their progress tracked; the FreeBSD developers will do their best to respond to all reported bugs as soon as possible. http://www.FreeBSD.org/cgi/query-pr-summary.cgi[A list of all active PRs] is available on the FreeBSD Web site; this list is useful to see what potential problems other users have encountered. + +Note that man:send-pr[1] itself is a shell script that should be easy to move even onto a non-FreeBSD system. Using this interface is highly preferred. If, for some reason, you are unable to use man:send-pr[1] to submit a bug report, you can try to send it to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs[FreeBSD problem reports mailing list]. + +For more information, link:{problem-reports}["Writing FreeBSD Problem Reports"], available on the FreeBSD Web site, has a number of helpful hints on writing and submitting effective problem reports. + +[[seealso]] +== Further Reading + +There are many sources of information about FreeBSD; some are included with this distribution, while others are available on-line or in print versions. + +[[release-docs]] +== Release Documentation + +A number of other files provide more specific information about this snapshot distribution. These files are provided in various formats. Most distributions will include both ASCII text (`.TXT`) and HTML (`.HTM`) renditions. Some distributions may also include other formats such as Portable Document Format (`.PDF`). + +* `README.TXT`: This file, which gives some general information about FreeBSD as well as some cursory notes about obtaining a distribution. +* `RELNOTES.TXT`: The release notes, showing what's new and different in FreeBSD 9.2-RELEASE compared to the previous release (FreeBSD 9.1-RELEASE). +* `HARDWARE.TXT`: The hardware compatibility list, showing devices with which FreeBSD has been tested and is known to work. +* `ERRATA.TXT`: Release errata. Late-breaking, post-release information can be found in this file, which is principally applicable to releases (as opposed to snapshots). It is important to consult this file before installing a release of FreeBSD, as it contains the latest information on problems which have been found and fixed since the release was created. + +== Note: + +It is extremely important to read the errata for any given release before installing it, to learn about any "late-breaking news" or post-release problems. The errata file accompanying each release (most likely right next to this file) is already out of date by definition, but other copies are kept updated on the Internet and should be consulted as the "current errata" for this release. These other copies of the errata are located at http://www.FreeBSD.org/releases/ (as well as any sites which keep up-to-date mirrors of this location). + +== Manual Pages + +As with almost all UNIX(R) like operating systems, FreeBSD comes with a set of on-line manual pages, accessed through the man:man[1] command or through the http://www.FreeBSD.org/cgi/man.cgi[hypertext manual pages gateway] on the FreeBSD Web site. In general, the manual pages provide information on the different commands and APIs available to the FreeBSD user. + +In some cases, manual pages are written to give information on particular topics. Notable examples of such manual pages are man:tuning[7] (a guide to performance tuning), man:security[7] (an introduction to FreeBSD security), and man:style[9] (a style guide to kernel coding). + +== Books and Articles + +Two highly-useful collections of FreeBSD-related information, maintained by the FreeBSD Project, are the FreeBSD Handbook and FreeBSD FAQ (Frequently Asked Questions document). On-line versions of the link:{handbook}[Handbook] and link:{faq}[FAQ] are always available from the http://www.FreeBSD.org/docs/[FreeBSD Documentation page] or its mirrors. If you install the `doc` distribution set, you can use a Web browser to read the Handbook and FAQ locally. In particular, note that the Handbook contains a step-by-step guide to installing FreeBSD. + +A number of on-line books and articles, also maintained by the FreeBSD Project, cover more-specialized, FreeBSD-related topics. This material spans a wide range of topics, from effective use of the mailing lists, to dual-booting FreeBSD with other operating systems, to guidelines for new committers. Like the Handbook and FAQ, these documents are available from the FreeBSD Documentation Page or in the `doc` distribution set. + +A listing of other books and documents about FreeBSD can be found in the link:{handbook}#bibliography[bibliography] of the FreeBSD Handbook. Because of FreeBSD's strong UNIX(R) heritage, many other articles and books written for UNIX(R) systems are applicable as well, some of which are also listed in the bibliography. + +[[acknowledgements]] +== Acknowledgments + +FreeBSD represents the cumulative work of many hundreds, if not thousands, of individuals from around the world who have worked countless hours to bring about this snapshot. For a complete list of FreeBSD developers and contributors, please see link:{contributors}["Contributors to FreeBSD"] on the FreeBSD Web site or any of its mirrors. + +Special thanks also go to the many thousands of FreeBSD users and testers all over the world, without whom this snapshot simply would not have been possible. diff --git a/website/content/en/releases/9.2R/readme.html b/website/content/en/releases/9.2R/readme.html deleted file mode 100644 index 6e4072985b..0000000000 --- a/website/content/en/releases/9.2R/readme.html +++ /dev/null @@ -1,515 +0,0 @@ - - - - - -FreeBSD 9.2-RELEASE README - - - - - -
-
-
-
-

FreeBSD 9.2-RELEASE README

-
-
-

The -FreeBSD Project

-
-
- -
-
-
-

FreeBSD is a registered trademark of the FreeBSD Foundation.

-

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.

-

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.

-

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.

-

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.

-
-
-
Last modified on 2013-09-26 by gjb.
-
-
- -
-
-

This document gives a brief introduction to FreeBSD 9.2-RELEASE. -It includes some information on how to obtain FreeBSD, a listing of -various ways to contact the FreeBSD Project, and pointers to some -other sources of information.

-
-
-
-
-
-

1. Introduction

-
-
-
-

This distribution is a snapshot of FreeBSD 9.2-RELEASE, the -latest point along the 9.2-STABLE branch.

-
-
-
-
-

1.1. 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® machines (sparc64). -Versions for the ARM® (arm), -MIPS® (mips), and PowerPC® (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® utilities for FreeBSD. Each “port” consists of a set -of scripts to retrieve, configure, build, and install a piece of -software, with a single command. Over 24,000 ports, from editors to -programming languages to graphical applications, make FreeBSD a -powerful and comprehensive operating environment that extends far -beyond what's provided by many commercial versions of UNIX®. Most ports are also available as -pre-compiled “packages”, which can be quickly installed -from the installation program.

-
-
-
-
-
-

1.2. Target Audience

-
-
-
-

This snapshot is aimed primarily at early adopters and various -other users who want to get involved with the ongoing development -of FreeBSD. While the FreeBSD development team tries its best to -ensure that each snapshot works as advertised, 9.2-STABLE is very -much a work-in-progress.

-

The basic requirements for using this snapshot are technical -proficiency with FreeBSD and an understanding of the ongoing -development process of FreeBSD 9.2-STABLE (as discussed on the -FreeBSD-CURRENT mailing list).

-

For those more interested in doing business with FreeBSD than in -experimenting with new FreeBSD technology, formal releases (such as -9.1-RELEASE) are frequently more appropriate. Releases undergo a -period of testing and quality assurance checking to ensure high -reliability and dependability.

-
-
-
-
-
-
-

2. 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.

-
-
-
-
-

2.1. 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 “Obtaining -FreeBSD” appendix to the Handbook.

-
-
-
-
-
-

2.2. 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 -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 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.

-
-
-
-
-
-
-

3. Contacting the FreeBSD -Project

-
-
-
-
-
-
-
-

3.1. Email and Mailing Lists

-
-
-
-

For any questions or general technical support issues, please -send mail to the FreeBSD general questions mailing list.

-

If you're tracking the 9.2-STABLE development efforts, you -must join the 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 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 FreeBSD announcements mailing list.

-

All of the mailing lists can be freely joined by anyone wishing -to do so. Visit the 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 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.

-
-
-
-
-
-
-

3.2. 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 -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. 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 -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 -send-pr(1) to submit a bug -report, you can try to send it to the FreeBSD problem reports mailing list.

-

For more information, “Writing -FreeBSD Problem Reports”, available on the -FreeBSD Web site, has a number of helpful hints on writing and -submitting effective problem reports.

-
-
-
-
-
-
-

4. 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.

-
-
-
-
-

4.1. Release Documentation

-
-
-
-

A number of other files provide more specific information about -this snapshot distribution. These files are provided in various -formats. Most distributions will include both ASCII text -(.TXT) and HTML (.HTM) renditions. Some distributions may also -include other formats such as Portable Document Format -(.PDF).

-
-
    -
  • -

    README.TXT: This file, which gives -some general information about FreeBSD as well as some cursory -notes about obtaining a distribution.

    -
  • -
  • -

    RELNOTES.TXT: The release notes, -showing what's new and different in FreeBSD 9.2-RELEASE compared to -the previous release (FreeBSD 9.1-RELEASE).

    -
  • -
  • -

    HARDWARE.TXT: The hardware -compatibility list, showing devices with which FreeBSD has been -tested and is known to work.

    -
  • -
  • -

    ERRATA.TXT: Release errata. -Late-breaking, post-release information can be found in this file, -which is principally applicable to releases (as opposed to -snapshots). It is important to consult this file before installing -a release of FreeBSD, as it contains the latest information on -problems which have been found and fixed since the release was -created.

    -
  • -
-
-
-

Note:

-

It is extremely important -to read the errata for any given release before installing it, to -learn about any “late-breaking news” or post-release problems. -The errata file accompanying each release (most likely right next -to this file) is already out of date by definition, but other -copies are kept updated on the Internet and should be consulted as -the “current -errata” for this release. These other copies of the -errata are located at http://www.FreeBSD.org/releases/ (as well as any sites -which keep up-to-date mirrors of this location).

-
-
-
-
-
-
-

4.2. Manual Pages

-
-
-
-

As with almost all UNIX® like -operating systems, FreeBSD comes with a set of on-line manual -pages, accessed through the -man(1) command or -through the 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 - -tuning(7) (a guide to performance -tuning), -security(7) (an introduction to -FreeBSD security), and -style(9) (a style -guide to kernel coding).

-
-
-
-
-
-

4.3. 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 Handbook and FAQ are always available from the 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 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.

-
-
-
-
-
-
-

5. Acknowledgments

-
-
-
-

FreeBSD represents the cumulative work of many hundreds, if not -thousands, of individuals from around the world who have worked -countless hours to bring about this snapshot. For a complete list -of FreeBSD developers and contributors, please see “Contributors -to FreeBSD” on the FreeBSD Web site or any of its -mirrors.

-

Special thanks also go to the many thousands of FreeBSD users -and testers all over the world, without whom this snapshot simply -would not have been possible.

-
-
- - diff --git a/website/content/en/releases/9.2R/relnotes.adoc b/website/content/en/releases/9.2R/relnotes.adoc new file mode 100644 index 0000000000..4ed0c57fb1 --- /dev/null +++ b/website/content/en/releases/9.2R/relnotes.adoc @@ -0,0 +1,44 @@ +--- +title: "FreeBSD 9.2-RELEASE Release Notes" +sidenav: download +--- + +include::shared/en/urls.adoc[] + += FreeBSD 9.2-RELEASE Release Notes + +== Release Highlights + +The highlights in the 9.2-RELEASE include the following. + +* Support for man:rarpd[8] added to man:vlan[4]. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=245076[r245076]] +* man:xz[1] updated to version 5.0.4. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=245128[r245128]] +* The ZFS filesystem now supports TRIM when used on solid state drives. ZFS TRIM support is enabled by default. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251419[r251419]] The following tunables have been added: +** `vfs.zfs.trim.enabled`: Enable ZFS TRIM +** `vfs.zfs.trim.max_interval`: Maximum interval in seconds between TRIM queue processing +** `vfs.zfs.trim.timeout`: Delay TRIMs by up to this many seconds +** `vfs.zfs.trim.txg_delay`: Delay TRIMs by up to this many TXGs +* The man:firewire[4] drivers have been removed from the GENERIC kernel configuration for all architectures. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=246321[r246321]] +* man:awk[1] has been updated to version 20121220. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=246373[r246373]] +* The man:virtio[4] drivers have been added to the GENERIC kernel configuration for amd64 and i386 architectures. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=247306[r247306]] +* The ZFS filesystem now supports lz4 compression. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=247309[r247309]] +* The man:oce[4] has been updated to version 4.6.95.0. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=248062[r248062]] +* *OpenSSL* has been updated to version 0.9.8y. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=248272[r248272]] +* The man:bsdinstall[8] installer now supports installation over HTTP. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=248313[r248313]] +* *DTrace* hooks have been enabled by default in the GENERIC kernel. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=249549[r249549]] +* *DTrace* has been updated to version 1.9.0. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=249856[r249856]] +* *Sendmail* has been updated to version 8.14.7. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=r249865[r249865], http://svn.FreeBSD.org/viewvc/base?view=revision&revision=r249866[r249866], http://svn.FreeBSD.org/viewvc/base?view=revision&revision=r249867[r249867], http://svn.FreeBSD.org/viewvc/base?view=revision&revision=r249875[r249875]] +* *OpenSSH* has been updated to version 6.2p2. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251135[r251135]] +* man:less[1] has been updated to version 458. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251154[r251154]] +* Add ATA pass-through support to man:cam[4]. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251302[r251302]] +* Implement new man:rc.conf[5] syntax for man:hostapd[8]. The new format is: `ifconfig_wlanX="HOSTAP"`, where `X` represents the man:wlan[4] interface. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252748[r252748]] +* Import unmapped I/O support from `head/`. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251897[r251897]] +* Merge man:nvme[4] from `head/`. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252222[r252222]] +* Add support for the Chelsio 40G T5. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252495[r252495]] +* Add a tunable to increase the initial TCP congestion window from 4 segments to 10 segments. This tunable can be enabled by adding `net.inet.tcp.experimental.initcwnd10=1` to man:sysctl.conf[5]. This tunable is turned off by default in FreeBSD 9.2-RELEASE. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252789[r252789]] +* Update the man:ixgbe[4] driver. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252898[r252898]] +* Update the Intel e1000 driver. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252899[r252899]] +* Add support for the HighPoint DC Series Data Center HBA (DC7280 and R750). [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252903[r252903]] +* Add service-specific man:setfib[1] support. This is enabled by setting: `_fib` in man:rc.conf[5].[http://svn.FreeBSD.org/viewvc/base?view=revision&revision=253233[r253233]] +* Update devices supported by man:cxgbe[4]. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=253776[r253776]] +* Remove man:ctl[4] from the GENERIC kernel configuration. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=253860[r253860]] diff --git a/website/content/en/releases/9.2R/relnotes.html b/website/content/en/releases/9.2R/relnotes.html deleted file mode 100644 index 0cd01bb09d..0000000000 --- a/website/content/en/releases/9.2R/relnotes.html +++ /dev/null @@ -1,397 +0,0 @@ - - - - - FreeBSD 9.2-RELEASE Release Notes - - - - - - -
-
- Skip site navigation (1) - Skip section navigation (2) - -
- -

Site Navigation

- -
-
-
-
-

Section Navigation

- -
-
-

FreeBSD 9.2-RELEASE Release Notes

- - - - - -

Release Highlights

- -

The highlights in the 9.2-RELEASE include the - following.

- -
    -
  • -

    Support for rarpd(8) added to vlan(4). - [r245076]

  • - -
  • -

    xz(1) updated to version 5.0.4. - [r245128]

  • - -
  • -

    The ZFS filesystem now supports TRIM when used on solid - state drives. ZFS TRIM support is enabled by default. [r251419] The following - tunables have been added:

    -
      -
    • -

      vfs.zfs.trim.enabled: - Enable ZFS TRIM

    • - -
    • -

      vfs.zfs.trim.max_interval: - Maximum interval in seconds between TRIM queue - processing

    • - -
    • -

      vfs.zfs.trim.timeout: - Delay TRIMs by up to this many seconds

    • - -
    • -

      vfs.zfs.trim.txg_delay: - Delay TRIMs by up to this many TXGs

    • -
    -
  • - -
  • -

    The firewire(4) drivers have been removed from the - GENERIC kernel configuration for all architectures. [r246321]

  • - -
  • -

    awk(1) has been updated to version 20121220. [r246373]

  • - -
  • -

    The virtio(4) drivers have been added to the GENERIC - kernel configuration for amd64 and i386 architectures. [r247306]

  • - -
  • -

    The ZFS filesystem now supports lz4 compression. [r247309]

  • - -
  • -

    The oce(4) has been updated to version 4.6.95.0. - [r248062]

  • - -
  • -

    OpenSSL has been updated to - version 0.9.8y. [r248272]

  • - -
  • -

    The bsdinstall(8) installer now supports installation - over HTTP. [r248313]

  • - -
  • -

    DTrace hooks have been enabled - by default in the GENERIC kernel. [r249549]

  • - -
  • -

    DTrace has been updated to - version 1.9.0. [r249856]

  • - -
  • -

    Sendmail has been updated to - version 8.14.7. [r249865, r249866, r249867, r249875]

  • - -
  • -

    OpenSSH has been updated to - version 6.2p2. [r251135]

  • - -
  • -

    less(1) has been updated to version 458. [r251154]

  • - -
  • -

    Add ATA pass-through support to cam(4). [r251302]

  • - -
  • -

    Implement new rc.conf(5) syntax for hostapd(8). - The new format is: ifconfig_wlanX="HOSTAP", - where X represents the wlan(4) interface. - [r252748]

  • - -
  • -

    Import unmapped I/O support from head/. [r251897]

  • - -
  • -

    Merge nvme(4) from head/. [r252222]

  • - -
  • -

    Add support for the Chelsio 40G T5. [r252495]

  • - -
  • -

    Add a tunable to increase the initial TCP congestion - window from 4 segments to 10 segments. This tunable - can be enabled by adding - net.inet.tcp.experimental.initcwnd10=1 to - sysctl.conf(5). This tunable is turned off by default - in FreeBSD 9.2-RELEASE. - [r252789]

  • - -
  • -

    Update the ixgbe(4) driver. [r252898]

  • - -
  • -

    Update the Intel e1000 driver. [r252899]

  • - -
  • -

    Add support for the HighPoint DC Series Data Center HBA - (DC7280 and R750). [r252903]

  • - -
  • -

    Add service-specific setfib(1) support. - This is enabled by setting: - <name>_fib in rc.conf(5).[r253233]

  • - -
  • -

    Update devices supported by cxgbe(4). [r253776]

  • - -
  • -

    Remove ctl(4) from the GENERIC kernel configuration. - [r253860]

  • - -
- -
-
-
- -
-
- - diff --git a/website/content/en/releases/9.2R/schedule.adoc b/website/content/en/releases/9.2R/schedule.adoc new file mode 100644 index 0000000000..2517f4f1c7 --- /dev/null +++ b/website/content/en/releases/9.2R/schedule.adoc @@ -0,0 +1,40 @@ +--- +title: "FreeBSD 9.2 Release Process" +sidenav: download +--- + += FreeBSD 9.2 Release Process + +== Introduction + +This is the release schedule for FreeBSD 9.2. For more information about the release engineering process, please see the link:../../../releng/[Release Engineering] section of the web site. + +General discussions about the pending release and known issues should be sent to the public mailto:FreeBSD-stable@FreeBSD.org[freebsd-stable] mailing list. link:{handbook}#mfc-glossary[MFC] requests should be sent to re@FreeBSD.org. + +== Schedule + +[.tblbasic] +[width="100%",cols="25%,25%,25%,25%",] +|=== +|Action |Expected |Actual |Description +|Initial release schedule announcement |- |23 June 2013 |Release Engineers send announcement email to developers with a rough schedule. +|Release schedule reminder |1 July 2013 |4 July 2013 |Release Engineers send reminder announcement e-mail to developers with updated schedule. +|Code slush begins |6 July 2013 |6 July 2013 |Release Engineers announce that all further commits to the stable/9 branch will not require explicit approval, however new features should be avoided. +|Code freeze begins |12 July 2013 |12 July 2013 |Release Engineers announce that all further commits to the stable/9 branch will require explicit approval. Certain blanket approvals will be granted for narrow areas of development, documentation improvements, etc. +|BETA1 builds begin |19 July 2013 |19 July 2013 |First beta test snapshot. +|BETA2 builds begin |26 July 2013 |26 July 2013 |Second beta test snapshot. +|releng/9.2 branch |1 August 2013 |3 August 2013 |Subversion branch created; future release engineering proceeds on this branch. +|RC1 builds begin |2 August 2013 |3 August 2013 |First release candidate. +|RC2 builds begin |9 August 2013 |15 August 2013 |Second release candidate. +|RC3 builds begin |16 August 2013 |24 August 2013 |Third release candidate. +|RC4 builds begin |31 August 2013 |11 September 2013 |Fourth release candidate. +|RELEASE builds begin |[line-through]*23 August 2013* + +6 September 2013 |26 September 2013 |9.2-RELEASE built. +|RELEASE announcement |[line-through]*31 August 2013* + +14 September 2013 |30 September 2013 |9.2-RELEASE press release. +|Turn over to the secteam |- |15 October 2013 |releng/9.2 branch is handed over to the FreeBSD Security Officer Team in one or two weeks after the announcement. +|=== + +== Additional Information + +* link:../../../releng/[FreeBSD Release Engineering website] diff --git a/website/content/en/releases/9.2R/schedule.html b/website/content/en/releases/9.2R/schedule.html deleted file mode 100644 index b8c896962a..0000000000 --- a/website/content/en/releases/9.2R/schedule.html +++ /dev/null @@ -1,403 +0,0 @@ - - - - - FreeBSD 9.2 Release Process - - - - - - -
-
- Skip site navigation (1) - Skip section navigation (2) - -
- -

Site Navigation

- -
-
-
-
-

Section Navigation

- -
-
-

FreeBSD 9.2 Release Process

- -

Introduction

- -

This is the release schedule for FreeBSD 9.2. For more - information about the release engineering process, please see the Release Engineering section of the - web site.

- -

General discussions about the pending release and known issues should be - sent to the public - freebsd-stable mailing list. - MFC - requests should be sent to - re@FreeBSD.org.

- -

Schedule

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ActionExpectedActualDescription
Initial release schedule announcement-23 June 2013Release Engineers send announcement email to developers with a - rough schedule.
Release schedule reminder1 July 20134 July 2013Release Engineers send reminder announcement e-mail to developers - with updated schedule.
Code slush begins6 July 20136 July 2013Release Engineers announce that all further commits to the - stable/9 branch will not require explicit approval, - however new features should be avoided.
Code freeze begins12 July 201312 July 2013Release Engineers announce that all further commits to the - stable/9 branch will require explicit approval. - Certain blanket approvals will be granted for narrow areas of - development, documentation improvements, etc.
BETA1 builds begin19 July 201319 July 2013First beta test snapshot.
BETA2 builds begin26 July 201326 July 2013Second beta test snapshot.
releng/9.2 branch1 August 20133 August 2013Subversion branch created; future release engineering - proceeds on this branch.
RC1 builds begin2 August 20133 August 2013First release candidate.
RC2 builds begin9 August 201315 August 2013Second release candidate.
RC3 builds begin16 August 201324 August 2013Third release candidate.
RC4 builds begin31 August 201311 September 2013Fourth release candidate.
RELEASE builds begin23 August 2013
- 6 September 2013
26 September 20139.2-RELEASE built.
RELEASE announcement31 August 2013
- 14 September 2013
30 September 20139.2-RELEASE press release.
Turn over to the secteam-15 October 2013releng/9.2 branch is handed over to the FreeBSD - Security Officer Team in one or two weeks after the - announcement.
- - - -

Additional Information

- - - - -
-
-
- -
-
- - diff --git a/website/content/en/releases/9.3R/announce.adoc b/website/content/en/releases/9.3R/announce.adoc new file mode 100644 index 0000000000..118cccd2bc --- /dev/null +++ b/website/content/en/releases/9.3R/announce.adoc @@ -0,0 +1,293 @@ +--- +title: "FreeBSD 9.3-RELEASE Announcement" +sidenav: download +--- + += FreeBSD 9.3-RELEASE Announcement + +include::shared/en/urls.adoc[] + +The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD 9.3-RELEASE. This is the fourth release of the stable/9 branch, which improves on the stability of FreeBSD 9.2-RELEASE and introduces some new features. + +Some of the highlights: + +* The zfs(8) filesystem has been updated to support the bookmarks feature. +* The uname(1) utility has been updated to include the -U and -K flags, which print the __FreeBSD_version for the running userland and kernel, respectively. +* The fetch(3) library has been updated to support SNI (Server Name Identification), allowing to use virtual hosts on HTTPS. +* Several updates to gcc(1) have been imported from Google. +* The hastctl(8) utility has been updated to output the current queue sizes. +* The protect(1) command has been added, which allows exempting processes from being killed when swap is exhausted. +* The etcupdate(8) utility, a tool for managing updates to files in /etc, has been merged from head/. +* A new shared library directory, /usr/lib/private, has been added for internal-use shared libraries. +* OpenPAM has been updated to Nummularia (20130907). +* A new flag, "onifconsole" has been added to /etc/ttys. This allows the system to provide a login prompt via serial console if the device is an active kernel console, otherwise it is equivalent to off. +* Sendmail has been updated to version 8.14.9. +* BIND has been updated to version 9.9.5. +* The xz(1) utility has been updated to a post-5.0.5 snapshot. +* OpenSSH has been updated to version 6.6p1. +* OpenSSL has been updated to version 0.9.8za. + +For a complete list of new features and known problems, please see the online release notes and errata list, available at: + +* `https://www.FreeBSD.org/releases/9.3R/relnotes/` +* `https://www.FreeBSD.org/releases/9.3R/errata/` + +For more information about FreeBSD release engineering activities, please see: + +* `https://www.FreeBSD.org/releng/` + +== Availability + +FreeBSD 9.3-RELEASE is now available for the amd64, i386, ia64, powerpc, powerpc64, and sparc64 architectures. + +FreeBSD 9.3-RELEASE can be installed from bootable ISO images or over the network. Some architectures also support installing from a USB memory stick. The required files can be downloaded via FTP as described in the section below. While some of the smaller FTP mirrors may not carry all architectures, they will all generally contain the more common ones such as amd64 and i386. + +SHA256 and MD5 hashes for the release ISO and memory stick images are included at the bottom of this message. + +A PGP-signed version of this announcement is available at: + +* https://www.FreeBSD.org/releases/9.3R/announce.asc + +The purpose of the images provided as part of the release are as follows: + +dvd1:: +This contains everything necessary to install the base FreeBSD operating system, the documentation, and a small set of pre-built packages aimed at getting a graphical workstation up and running. It also supports booting into a "livefs" based rescue mode. This should be all you need if you can burn and use DVD-sized media. +disc1:: +This contains the base FreeBSD operating system. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages. +bootonly:: +This supports booting a machine using the CDROM drive but does not contain the installation distribution sets for installing FreeBSD from the CD itself. You would need to perform a network based install (e.g. from an FTP server) after booting from the CD. +memstick:: +This can be written to an USB memory stick (flash drive) and used to do an install on machines capable of booting off USB drives. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages. ++ +As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: ++ +.... +# dd if=FreeBSD-9.3-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync +.... ++ +Be careful to make sure you get the target (of=) correct. +mini-memstick:: +This can be written to an USB memory stick (flash drive) and used to boot a machine, but does not contain the installation distribution sets on the medium itself, similar to the bootonly image. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages. ++ +As one example of how to use the mini-memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work: ++ +.... +# dd if=FreeBSD-9.3-RELEASE-amd64-mini-memstick.img of=/dev/da0 bs=10240 conv=sync +.... ++ +Be careful to make sure you get the target (of=) correct. + +FreeBSD 9.3-RELEASE can also be purchased on CD-ROM or DVD from several vendors. One of the vendors that will be offering FreeBSD 9.3-based products is: + +* FreeBSD Mall, Inc.`https://www.freebsdmall.com` + +== FTP + +FreeBSD 9.3-RELEASE may be downloaded via ftp from the following site: + +* `ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.3/` + +However before trying this site, please check your regional mirror(s) first by going to: + +* `ftp://ftp..FreeBSD.org/pub/FreeBSD` + +Any additional mirror sites will be labeled ftp2, ftp3 and so on. + +More information about FreeBSD mirror sites can be found at: + +* `https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html` + +For instructions on installing FreeBSD or updating an existing machine to 9.3-RELEASE please see: + +* `https://www.FreeBSD.org/releases/9.3R/installation/` + +== Support + +FreeBSD 9.3-RELEASE will be supported until January 1, 2017. The End-of-Life dates can be found at: + +* `https://www.FreeBSD.org/security/` + +== Other Projects Based on FreeBSD + +There are many "third party" Projects based on FreeBSD. The Projects range from re-packaging FreeBSD into a more "novice friendly" distribution to making FreeBSD available on Amazon's EC2 infrastructure. For more information about these Third Party Projects see: + +* `https://wiki.FreeBSD.org/3rdPartyProjects` + +== Acknowledgments + +Many companies donated equipment, network access, or man-hours to support the release engineering activities for FreeBSD 9.3 including The FreeBSD Foundation, Yahoo!, NetApp, Internet Systems Consortium, ByteMark Hosting, Sentex Communications, New York Internet, Juniper Networks, NLNet Labs, iXsystems, and Yandex. + +The release engineering team for 9.3-RELEASE includes: + +[cols=",",] +|=== +|Glen Barber |Release Engineering Lead, 9.3-RELEASE Release Engineer +|Konstantin Belousov |Release Engineering +|Joel Dahl |Release Engineering +|Baptiste Daroussin |Package Building +|Bryan Drewery |Package Building +|Marc Fonvieille |Release Engineering, Documentation +|Steven Kreuzer |Release Engineering +|Xin Li |Release Engineering, Security Officer +|Josh Paetzel |Release Engineering +|Colin Percival |Security Officer Emeritus +|Craig Rodrigues |Release Engineering +|Hiroki Sato |Release Engineering, Documentation +|Gleb Smirnoff |Release Engineering +|Ken Smith |Release Engineering +|Dag-Erling Smørgrav |Security Officer +|Marius Strobl |Release Engineering +|Robert Watson |Release Engineering, Security +|=== + +=== Trademark + +FreeBSD is a registered trademark of The FreeBSD Foundation. + +=== ISO Image Checksums + +amd64 (x86_64): + +.... +SHA256 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso) = e6962c2605c6a191a9c238545576eff3a5a2c2c96b5058c26c8c54b6cf701914 +SHA256 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso.xz) = bcb5d5c8bbc1aa06baf769a6a57908e6cbf820a02c6f6f57a902db564bff4a1f +SHA256 (FreeBSD-9.3-RELEASE-amd64-disc1.iso) = 5a3c82653d77bba7d7ded8bd7efbedc09d52cf4045d98ce52a82c9e0f8fa9b0e +SHA256 (FreeBSD-9.3-RELEASE-amd64-disc1.iso.xz) = daf255ccb9694f0a82e34e71be1e6d0bbcf332bf74f1c6f92343f00dad579d99 +SHA256 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso) = 30c0baa7d51a4b3130108c862bbc9439f60a3a6362b13183c1ae0be959ae9a95 +SHA256 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso.xz) = 292cac57dea0ad7723798842a2ddf582661c41c428bc78a951535d69ae92aceb +SHA256 (FreeBSD-9.3-RELEASE-amd64-memstick.img) = 04c2c98c9bcf188bb2df988ebc2c1c02ea7350c77e1711904fc368db62709634 +SHA256 (FreeBSD-9.3-RELEASE-amd64-memstick.img.xz) = 56deb31212c19c18852baee6097bebd048658d464e14a14e125840a24c939e63 +SHA256 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img) = d5a0379caa5ebb9f8252a44417d10d2b3ab0ce424d275d546689fcf9c4dd6dbe +SHA256 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img.xz) = 0e6fe54a2fcd3173f27fafc62f0d67cff44cdf5a9f133adba7aedff804cbb087 +.... + +.... +MD5 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso) = b53878805ea89633aaa59351d706081f +MD5 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso.xz) = f3b2bfdce28af6ce3fe2fecb0838ae86 +MD5 (FreeBSD-9.3-RELEASE-amd64-disc1.iso) = 1fc7f8bace8dc861258af9042c9918d6 +MD5 (FreeBSD-9.3-RELEASE-amd64-disc1.iso.xz) = 69701074a505b78c998807e0bb20dae6 +MD5 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso) = 14c176c236c27a0fa276ffb554768d38 +MD5 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso.xz) = da4f382733c63260877184ef33dbfec6 +MD5 (FreeBSD-9.3-RELEASE-amd64-memstick.img) = ebcf069c96aeb59279af0c480b5717ca +MD5 (FreeBSD-9.3-RELEASE-amd64-memstick.img.xz) = d52f0909d7e4ea3c9080f7ac5358edd5 +MD5 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img) = 6077f2f90b09b4926dbf0e59df6528bf +MD5 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img.xz) = 0c342b43053375a48bea2e7413a3c3e8 +.... + +i386 (x86): + +.... +SHA256 (FreeBSD-9.3-RELEASE-i386-bootonly.iso) = 84a26479e690caaa428b361f2f96c0723a5f1b09a342bd58e5eee345fc5f7406 +SHA256 (FreeBSD-9.3-RELEASE-i386-bootonly.iso.xz) = 66bad7f519bb6f504932c3ba701c4d83709699a785258aba6b3ee11c651d868a +SHA256 (FreeBSD-9.3-RELEASE-i386-disc1.iso) = cab6aad9c3d5ea6a3fb4059f808225c67f1edaea730c555a86a9707ac41ba75d +SHA256 (FreeBSD-9.3-RELEASE-i386-disc1.iso.xz) = f248e0c16a2a03a5c8a39ee41b99e0ff656f75035ccf5e720c83587d9733ca39 +SHA256 (FreeBSD-9.3-RELEASE-i386-dvd1.iso) = 6c47c17ec1e0e0ccca2c24bec0f880334d5a52847bdc092a3ff4cdd7be7a85f3 +SHA256 (FreeBSD-9.3-RELEASE-i386-dvd1.iso.xz) = 76830e50357aec289daeb9eb01416dcb42414bf57126b4875e7352e976a7451b +SHA256 (FreeBSD-9.3-RELEASE-i386-memstick.img) = 3465923d625d07ef40448e2c03bfe5c61bf89ac56cbe34fb358500860e9524aa +SHA256 (FreeBSD-9.3-RELEASE-i386-memstick.img.xz) = 30480eb3ed73e2c8d45ff7928e5edcb7f69704f0c459bbaf943907ec69adcc10 +SHA256 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img) = 17c6a518b000bb9ba81229658a71a7d47f71a4e46a3846e82887d43b1d73bf81 +SHA256 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img.xz) = 44b4d7d1cf1c6c59d440df84731efb110dd062c2226a25adef168bc24d55dcbe +.... + +.... +MD5 (FreeBSD-9.3-RELEASE-i386-bootonly.iso) = c9abbb89fa43eed6efefb2b7926d7fa7 +MD5 (FreeBSD-9.3-RELEASE-i386-bootonly.iso.xz) = 9a797ff03c3eade54654120fdbc23ccb +MD5 (FreeBSD-9.3-RELEASE-i386-disc1.iso) = 752fa8cd15f0f1e240042c342a161eb4 +MD5 (FreeBSD-9.3-RELEASE-i386-disc1.iso.xz) = f4ace2617eea05e2898d8d0b70249bf4 +MD5 (FreeBSD-9.3-RELEASE-i386-dvd1.iso) = fb598013bf363c44e248054106c33829 +MD5 (FreeBSD-9.3-RELEASE-i386-dvd1.iso.xz) = 2024f7f2aaa73353e225ef7a1ec5aeea +MD5 (FreeBSD-9.3-RELEASE-i386-memstick.img) = c8a833fffc40a8eee2bb6a9a36595ac4 +MD5 (FreeBSD-9.3-RELEASE-i386-memstick.img.xz) = 4189b56c90e7a40e1bb69ff6f26f37e2 +MD5 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img) = a2b0c1085db9424ea25b594e32230a3a +MD5 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img.xz) = a95d50f326868c739f06aa1a3a76d636 +.... + +ia64: + +.... +SHA256 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso) = 8d9236f55b1467f4e882a751d5e040ea6538da88f4d319746679874a8dc9caba +SHA256 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso.xz) = eceb7125b8a8711969d7c3997044f9043ec938fc3518dd8a197fd94f4d7076c6 +SHA256 (FreeBSD-9.3-RELEASE-ia64-disc1.iso) = 953b7c847f21e6316c22c0741a5de76865b521b594b593d67fe60bf5e348452d +SHA256 (FreeBSD-9.3-RELEASE-ia64-disc1.iso.xz) = 3fef900ad1ef288202701e04ce3c9ef1ab6c870e5e7ec97b9ab6a6a5e5dccf59 +SHA256 (FreeBSD-9.3-RELEASE-ia64-memstick.img) = c4d5d921443c993e294fe9e9ca9ae60409c5c663ad895f6e582ba955c9155e86 +SHA256 (FreeBSD-9.3-RELEASE-ia64-memstick.img.xz) = ccd354b7571ebd5c3763158b49b1aa51c2bed63d0ce36eb49a6cf1e227bc133e +SHA256 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img) = 7475bfafd661600de2516d9ce0ed6c5621699d3ebda59f672d1e7cfc8efeb504 +SHA256 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img.xz) = 1ed6d2ea23e320b6708958989aaf90788cd56371a4c25e9145911dc4f890dbfa +.... + +.... +MD5 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso) = 6d2210defeb17219a600d02917fa3f79 +MD5 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso.xz) = f17b43d7fbec6dab1d05bb0d2f0bfb15 +MD5 (FreeBSD-9.3-RELEASE-ia64-disc1.iso) = 1bdf7afa83a7494e9569888cb162752c +MD5 (FreeBSD-9.3-RELEASE-ia64-disc1.iso.xz) = 81c6d02da1645bda86a2c1fec716e622 +MD5 (FreeBSD-9.3-RELEASE-ia64-memstick.img) = b5003d7260190a5123ae478a1980b526 +MD5 (FreeBSD-9.3-RELEASE-ia64-memstick.img.xz) = d53ba4fc4748ca0953067f3c4c31b4f0 +MD5 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img) = 1946ba71adecc220d66f70d0aee6606e +MD5 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img.xz) = d891966f184e6264203bf964404a4530 +.... + +powerpc: + +.... +SHA256 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso) = 6a2d0ac953ead098e7dbee736e4e19b28b8d914baa5947083d494c150d257381 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso.xz) = a68b22d933ef03894da5eee16c8f1fd8bdc05003d2ee40f34f0e0f165eb97715 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso) = dd30aa9491b14410dd520f2cb8c231be701debbc36c5b023a427e3e28bcba3c4 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso.xz) = a609d8d641d7839707d8caf9796434deee0e3f4218c79d7cadaa7787d3975c33 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-memstick.img) = 0e0c449026084f8431bc7852dcdaeaa3101301c2c73151204e9ce4d4ccdbfb38 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-memstick.img.xz) = f5d3b880fa1d737b708e96584c52804c33af9e7de4c7e2ee744584c08c8d8b84 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img) = c8fb345384558215eb7d5126684c827e73104eabe36309a3de275c7ea9512822 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img.xz) = 931706a17b708c1db6337cf0fbf8bad877a8dfce64c2e5079fe890e5e85339e3 +.... + +.... +MD5 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso) = e80fd4c1278db39e3f8740612dff0da9 +MD5 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso.xz) = 7690229bf847dbf377a5086652dfc1aa +MD5 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso) = a308f49d59c6553cfcb625ec3c2a278d +MD5 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso.xz) = 8d5783474fdf5463ab5aa06d7d09509e +MD5 (FreeBSD-9.3-RELEASE-powerpc-memstick.img) = ec112f1085ab363b27931c25c451fb2c +MD5 (FreeBSD-9.3-RELEASE-powerpc-memstick.img.xz) = 1c9d741dd889b1461812fce34fb48e93 +MD5 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img) = 0b3c655654d8def1eeb96b478a0572f0 +MD5 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img.xz) = f7913ffa1eebb43e875ba81c5bd8e992 +.... + +powerpc64: + +.... +SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso) = c8bb1f3105f2a2d9dd4a76536d8d44d8ae0aa7742230d549ea280f04e41f81b2 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso.xz) = f5327d0c665cf7f286e3daca382e04abb0aee9d125cc70a41a2d96ad13ffe531 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso) = f89d13f3c292381549b8c9b70e81cd152491f34e0e889d78e439d63884a346c6 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso.xz) = 5047b76a8c4299d3f2a56271a9798a7088717356792c91bea96ca61f871f087a +SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img) = b94b05b0999aae0d197ad45b19d4d2b2678d322109da43bd10b2556b441b207c +SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img.xz) = 9da446da2dfb73f24195b70c873317c4dd7578dc339dd051e082e2351b3bcac3 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img) = 21874e49e3c7685c098c90100717f28975db2dbc9043e810fef554f08a6bc940 +SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img.xz) = a6cc4f340802bd936acb4b7920aa4fced54a2e265b60ffecf0b7b1c2f71fa644 +.... + +.... +MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso) = 674ed0a922e0f662c2f8118d8424473f +MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso.xz) = 5836f439da4dc8372da0e20d1a78ec97 +MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso) = 0c5cf50f3bbf1263708ca3f9da0465bb +MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso.xz) = d2788b12c02134da11ba72238081e4cc +MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img) = 5e5123677e21a53b463a3cceb2ad324d +MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img.xz) = d6fd35a61aed2d529432e9c9df425be5 +MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img) = a850121bc10455c3b835fd161237e8b2 +MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img.xz) = 3bcf3571a3815ea78fbed61094745437 +.... + +sparc64: + +.... +SHA256 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso) = d9f9089c7f992744bb9675206042224bdabcfd924e72d322195acb207fe96294 +SHA256 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso.xz) = 67830e9f64ee617acf2fff79770ea47aa3e98c7e2901068b413d41d2282d4372 +SHA256 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso) = 989a2d8181b889ec0c1ee08e3afabfdcaf23c75b4157c9463c9ab7496e82a949 +SHA256 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso.xz) = 2f2b94f379ae3df05762e2618e573b19ae83756dfde11d6628236c3c6a0052bc +.... + +.... +MD5 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso) = 8b97d45e204dcfa8515f227189a35b1c +MD5 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso.xz) = fae6c32e0f9dd2f909b729ba6f4bfeb6 +MD5 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso) = 838b0211322dd19f1285b9b94e6ac17e +MD5 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso.xz) = c8a8ab9f3b6eddca77623e5bc3f6718b +.... + +Love FreeBSD? Support this and future releases with a https://www.freebsdfoundation.org/donate/[donation] to The FreeBSD Foundation! diff --git a/website/content/en/releases/9.3R/announce.html b/website/content/en/releases/9.3R/announce.html deleted file mode 100644 index e53065d89b..0000000000 --- a/website/content/en/releases/9.3R/announce.html +++ /dev/null @@ -1,774 +0,0 @@ - - - - - FreeBSD 9.3-RELEASE Announcement - - - - - - -
-
- Skip site navigation (1) - Skip section navigation (2) - -
- -

Site Navigation

- -
-
-
-
-

Section Navigation

- -
-
-

FreeBSD 9.3-RELEASE Announcement

- -

The FreeBSD Release Engineering Team is pleased to announce the - availability of FreeBSD 9.3-RELEASE. This is the fourth - release of the stable/9 branch, which improves on the - stability of FreeBSD 9.2-RELEASE and introduces some new - features.

- -

Some of the highlights:

- -
    -
  • -

    The zfs(8) filesystem has been updated to support the - bookmarks feature.

    -
  • - -
  • -

    The uname(1) utility has been updated to include the -U and - -K flags, which print the __FreeBSD_version for the running - userland and kernel, respectively.

    -
  • - -
  • -

    The fetch(3) library has been updated to support SNI - (Server Name Identification), allowing to use virtual hosts - on HTTPS.

    -
  • - -
  • -

    Several updates to gcc(1) have been imported from - Google.

    -
  • - -
  • -

    The hastctl(8) utility has been updated to output the - current queue sizes.

    -
  • - -
  • -

    The protect(1) command has been added, which allows - exempting processes from being killed when swap is - exhausted.

    -
  • - -
  • -

    The etcupdate(8) utility, a tool for managing updates to - files in /etc, has been merged from head/.

    -
  • - -
  • -

    A new shared library directory, /usr/lib/private, has been - added for internal-use shared libraries.

    -
  • - -
  • -

    OpenPAM has been updated to Nummularia (20130907).

    -
  • - -
  • -

    A new flag, "onifconsole" has been added to /etc/ttys. This - allows the system to provide a login prompt via serial - console if the device is an active kernel console, otherwise - it is equivalent to off.

    -
  • - -
  • -

    Sendmail has been updated to version 8.14.9.

    -
  • - -
  • -

    BIND has been updated to version 9.9.5.

    -
  • - -
  • -

    The xz(1) utility has been updated to a post-5.0.5 - snapshot.

    -
  • - -
  • -

    OpenSSH has been updated to version 6.6p1.

    -
  • - -
  • -

    OpenSSL has been updated to version 0.9.8za.

    -
  • -
- -

For a complete list of new features and known problems, please - see the online release notes and errata list, available at:

- - - -

For more information about FreeBSD release engineering - activities, please see:

- - - -

Availability

- -

FreeBSD 9.3-RELEASE is now available for the amd64, i386, - ia64, powerpc, powerpc64, and sparc64 architectures.

- -

FreeBSD 9.3-RELEASE can be installed from bootable - ISO images or over the network. Some architectures also support - installing from a USB memory stick. The required files can be - downloaded via FTP as described in the section below. While - some of the smaller FTP mirrors may not carry all architectures, - they will all generally contain the more common ones such as - amd64 and i386.

- -

SHA256 and MD5 hashes for the release ISO and memory stick - images are included at the bottom of this message.

- -

A PGP-signed version of this announcement is available at:

- - - -

The purpose of the images provided as part of the release are - as follows:

- -
-
dvd1
- -
-

This contains everything necessary to install the base FreeBSD - operating system, the documentation, and a small set of - pre-built packages aimed at getting a graphical workstation - up and running. It also supports booting into a "livefs" - based rescue mode. This should be all you need if you can - burn and use DVD-sized media.

-
- -
disc1
- -
-

This contains the base FreeBSD operating system. It also - supports booting into a "livefs" based rescue mode. There - are no pre-built packages.

-
- -
bootonly
- -
-

This supports booting a machine using the CDROM drive but - does not contain the installation distribution sets for - installing FreeBSD from the CD itself. You would need to - perform a network based install (e.g. from an FTP server) - after booting from the CD.

-
- -
memstick
- -
-

This can be written to an USB memory stick (flash drive) - and used to do an install on machines capable of booting off - USB drives. It also supports booting into a "livefs" based - rescue mode. There are no pre-built packages.

- -

As one example of how to use the memstick image, assuming - the USB drive appears as /dev/da0 on your machine something - like this should work:

- -
-	  # dd if=FreeBSD-9.3-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync
-	
- -

Be careful to make sure you get the target (of=) - correct.

-
- -
mini-memstick
- -
-

This can be written to an USB memory stick (flash drive) - and used to boot a machine, but does not contain the - installation distribution sets on the medium itself, similar - to the bootonly image. It also supports booting into - a "livefs" based rescue mode. There are no pre-built - packages.

- -

As one example of how to use the mini-memstick image, - assuming the USB drive appears as /dev/da0 on your machine - something like this should work:

- -
-	  # dd if=FreeBSD-9.3-RELEASE-amd64-mini-memstick.img of=/dev/da0 bs=10240 conv=sync
-	
- -

Be careful to make sure you get the target (of=) - correct.

-
-
- -

FreeBSD 9.3-RELEASE can also be purchased on CD-ROM - or DVD from several vendors. One of the vendors that will be - offering FreeBSD 9.3-based products is:

- - - -

FTP

- -

FreeBSD 9.3-RELEASE may be downloaded via ftp from - the following site:

- - - -

However before trying this site, please check your regional - mirror(s) first by going to:

- - - -

Any additional mirror sites will be labeled ftp2, ftp3 and so - on.

- -

More information about FreeBSD mirror sites can be found - at:

- - - -

For instructions on installing FreeBSD or updating an existing - machine to 9.3-RELEASE please see:

- - - -

Support

- -

FreeBSD 9.3-RELEASE will be supported until - January 1, 2017. The End-of-Life dates can be found at:

- - - -

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:

- - - -

Acknowledgments

- -

Many companies donated equipment, network access, or man-hours - to support the release engineering activities for FreeBSD 9.3 - including The FreeBSD Foundation, Yahoo!, NetApp, Internet Systems - Consortium, ByteMark Hosting, Sentex Communications, New York - Internet, Juniper Networks, NLNet Labs, iXsystems, and Yandex.

- -

The release engineering team for 9.3-RELEASE includes:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Glen Barber <gjb@FreeBSD.org>Release Engineering Lead, 9.3-RELEASE Release Engineer
Konstantin Belousov <kib@FreeBSD.org>Release Engineering
Joel Dahl <joel@FreeBSD.org>Release Engineering
Baptiste Daroussin <bapt@FreeBSD.org>Package Building
Bryan Drewery <bdrewery@FreeBSD.org>Package Building
Marc Fonvieille <blackend@FreeBSD.org>Release Engineering, Documentation
Steven Kreuzer <skreuzer@FreeBSD.org>Release Engineering
Xin Li <delphij@FreeBSD.org>Release Engineering, Security Officer
Josh Paetzel <jpaetzel@FreeBSD.org>Release Engineering
Colin Percival <cperciva@FreeBSD.org>Security Officer Emeritus
Craig Rodrigues <rodrigc@FreeBSD.org>Release Engineering
Hiroki Sato <hrs@FreeBSD.org>Release Engineering, Documentation
Gleb Smirnoff <glebius@FreeBSD.org>Release Engineering
Ken Smith <kensmith@FreeBSD.org>Release Engineering
Dag-Erling Smřrgrav <des@FreeBSD.org>Security Officer
Marius Strobl <marius@FreeBSD.org>Release Engineering
Robert Watson <rwatson@FreeBSD.org>Release Engineering, Security
- -

Trademark

- -

FreeBSD is a registered trademark of The FreeBSD Foundation.

- -

ISO Image Checksums

- -

amd64 (x86_64):

- -
-    SHA256 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso) = e6962c2605c6a191a9c238545576eff3a5a2c2c96b5058c26c8c54b6cf701914
-    SHA256 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso.xz) = bcb5d5c8bbc1aa06baf769a6a57908e6cbf820a02c6f6f57a902db564bff4a1f
-    SHA256 (FreeBSD-9.3-RELEASE-amd64-disc1.iso) = 5a3c82653d77bba7d7ded8bd7efbedc09d52cf4045d98ce52a82c9e0f8fa9b0e
-    SHA256 (FreeBSD-9.3-RELEASE-amd64-disc1.iso.xz) = daf255ccb9694f0a82e34e71be1e6d0bbcf332bf74f1c6f92343f00dad579d99
-    SHA256 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso) = 30c0baa7d51a4b3130108c862bbc9439f60a3a6362b13183c1ae0be959ae9a95
-    SHA256 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso.xz) = 292cac57dea0ad7723798842a2ddf582661c41c428bc78a951535d69ae92aceb
-    SHA256 (FreeBSD-9.3-RELEASE-amd64-memstick.img) = 04c2c98c9bcf188bb2df988ebc2c1c02ea7350c77e1711904fc368db62709634
-    SHA256 (FreeBSD-9.3-RELEASE-amd64-memstick.img.xz) = 56deb31212c19c18852baee6097bebd048658d464e14a14e125840a24c939e63
-    SHA256 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img) = d5a0379caa5ebb9f8252a44417d10d2b3ab0ce424d275d546689fcf9c4dd6dbe
-    SHA256 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img.xz) = 0e6fe54a2fcd3173f27fafc62f0d67cff44cdf5a9f133adba7aedff804cbb087
-  
- -
-    MD5 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso) = b53878805ea89633aaa59351d706081f
-    MD5 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso.xz) = f3b2bfdce28af6ce3fe2fecb0838ae86
-    MD5 (FreeBSD-9.3-RELEASE-amd64-disc1.iso) = 1fc7f8bace8dc861258af9042c9918d6
-    MD5 (FreeBSD-9.3-RELEASE-amd64-disc1.iso.xz) = 69701074a505b78c998807e0bb20dae6
-    MD5 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso) = 14c176c236c27a0fa276ffb554768d38
-    MD5 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso.xz) = da4f382733c63260877184ef33dbfec6
-    MD5 (FreeBSD-9.3-RELEASE-amd64-memstick.img) = ebcf069c96aeb59279af0c480b5717ca
-    MD5 (FreeBSD-9.3-RELEASE-amd64-memstick.img.xz) = d52f0909d7e4ea3c9080f7ac5358edd5
-    MD5 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img) = 6077f2f90b09b4926dbf0e59df6528bf
-    MD5 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img.xz) = 0c342b43053375a48bea2e7413a3c3e8
-  
- -

i386 (x86):

- -
-    SHA256 (FreeBSD-9.3-RELEASE-i386-bootonly.iso) = 84a26479e690caaa428b361f2f96c0723a5f1b09a342bd58e5eee345fc5f7406
-    SHA256 (FreeBSD-9.3-RELEASE-i386-bootonly.iso.xz) = 66bad7f519bb6f504932c3ba701c4d83709699a785258aba6b3ee11c651d868a
-    SHA256 (FreeBSD-9.3-RELEASE-i386-disc1.iso) = cab6aad9c3d5ea6a3fb4059f808225c67f1edaea730c555a86a9707ac41ba75d
-    SHA256 (FreeBSD-9.3-RELEASE-i386-disc1.iso.xz) = f248e0c16a2a03a5c8a39ee41b99e0ff656f75035ccf5e720c83587d9733ca39
-    SHA256 (FreeBSD-9.3-RELEASE-i386-dvd1.iso) = 6c47c17ec1e0e0ccca2c24bec0f880334d5a52847bdc092a3ff4cdd7be7a85f3
-    SHA256 (FreeBSD-9.3-RELEASE-i386-dvd1.iso.xz) = 76830e50357aec289daeb9eb01416dcb42414bf57126b4875e7352e976a7451b
-    SHA256 (FreeBSD-9.3-RELEASE-i386-memstick.img) = 3465923d625d07ef40448e2c03bfe5c61bf89ac56cbe34fb358500860e9524aa
-    SHA256 (FreeBSD-9.3-RELEASE-i386-memstick.img.xz) = 30480eb3ed73e2c8d45ff7928e5edcb7f69704f0c459bbaf943907ec69adcc10
-    SHA256 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img) = 17c6a518b000bb9ba81229658a71a7d47f71a4e46a3846e82887d43b1d73bf81
-    SHA256 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img.xz) = 44b4d7d1cf1c6c59d440df84731efb110dd062c2226a25adef168bc24d55dcbe
-  
- -
-    MD5 (FreeBSD-9.3-RELEASE-i386-bootonly.iso) = c9abbb89fa43eed6efefb2b7926d7fa7
-    MD5 (FreeBSD-9.3-RELEASE-i386-bootonly.iso.xz) = 9a797ff03c3eade54654120fdbc23ccb
-    MD5 (FreeBSD-9.3-RELEASE-i386-disc1.iso) = 752fa8cd15f0f1e240042c342a161eb4
-    MD5 (FreeBSD-9.3-RELEASE-i386-disc1.iso.xz) = f4ace2617eea05e2898d8d0b70249bf4
-    MD5 (FreeBSD-9.3-RELEASE-i386-dvd1.iso) = fb598013bf363c44e248054106c33829
-    MD5 (FreeBSD-9.3-RELEASE-i386-dvd1.iso.xz) = 2024f7f2aaa73353e225ef7a1ec5aeea
-    MD5 (FreeBSD-9.3-RELEASE-i386-memstick.img) = c8a833fffc40a8eee2bb6a9a36595ac4
-    MD5 (FreeBSD-9.3-RELEASE-i386-memstick.img.xz) = 4189b56c90e7a40e1bb69ff6f26f37e2
-    MD5 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img) = a2b0c1085db9424ea25b594e32230a3a
-    MD5 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img.xz) = a95d50f326868c739f06aa1a3a76d636
-  
- -

ia64:

- -
-    SHA256 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso) = 8d9236f55b1467f4e882a751d5e040ea6538da88f4d319746679874a8dc9caba
-    SHA256 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso.xz) = eceb7125b8a8711969d7c3997044f9043ec938fc3518dd8a197fd94f4d7076c6
-    SHA256 (FreeBSD-9.3-RELEASE-ia64-disc1.iso) = 953b7c847f21e6316c22c0741a5de76865b521b594b593d67fe60bf5e348452d
-    SHA256 (FreeBSD-9.3-RELEASE-ia64-disc1.iso.xz) = 3fef900ad1ef288202701e04ce3c9ef1ab6c870e5e7ec97b9ab6a6a5e5dccf59
-    SHA256 (FreeBSD-9.3-RELEASE-ia64-memstick.img) = c4d5d921443c993e294fe9e9ca9ae60409c5c663ad895f6e582ba955c9155e86
-    SHA256 (FreeBSD-9.3-RELEASE-ia64-memstick.img.xz) = ccd354b7571ebd5c3763158b49b1aa51c2bed63d0ce36eb49a6cf1e227bc133e
-    SHA256 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img) = 7475bfafd661600de2516d9ce0ed6c5621699d3ebda59f672d1e7cfc8efeb504
-    SHA256 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img.xz) = 1ed6d2ea23e320b6708958989aaf90788cd56371a4c25e9145911dc4f890dbfa
-  
- -
-    MD5 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso) = 6d2210defeb17219a600d02917fa3f79
-    MD5 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso.xz) = f17b43d7fbec6dab1d05bb0d2f0bfb15
-    MD5 (FreeBSD-9.3-RELEASE-ia64-disc1.iso) = 1bdf7afa83a7494e9569888cb162752c
-    MD5 (FreeBSD-9.3-RELEASE-ia64-disc1.iso.xz) = 81c6d02da1645bda86a2c1fec716e622
-    MD5 (FreeBSD-9.3-RELEASE-ia64-memstick.img) = b5003d7260190a5123ae478a1980b526
-    MD5 (FreeBSD-9.3-RELEASE-ia64-memstick.img.xz) = d53ba4fc4748ca0953067f3c4c31b4f0
-    MD5 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img) = 1946ba71adecc220d66f70d0aee6606e
-    MD5 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img.xz) = d891966f184e6264203bf964404a4530
-  
- -

powerpc:

- -
-    SHA256 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso) = 6a2d0ac953ead098e7dbee736e4e19b28b8d914baa5947083d494c150d257381
-    SHA256 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso.xz) = a68b22d933ef03894da5eee16c8f1fd8bdc05003d2ee40f34f0e0f165eb97715
-    SHA256 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso) = dd30aa9491b14410dd520f2cb8c231be701debbc36c5b023a427e3e28bcba3c4
-    SHA256 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso.xz) = a609d8d641d7839707d8caf9796434deee0e3f4218c79d7cadaa7787d3975c33
-    SHA256 (FreeBSD-9.3-RELEASE-powerpc-memstick.img) = 0e0c449026084f8431bc7852dcdaeaa3101301c2c73151204e9ce4d4ccdbfb38
-    SHA256 (FreeBSD-9.3-RELEASE-powerpc-memstick.img.xz) = f5d3b880fa1d737b708e96584c52804c33af9e7de4c7e2ee744584c08c8d8b84
-    SHA256 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img) = c8fb345384558215eb7d5126684c827e73104eabe36309a3de275c7ea9512822
-    SHA256 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img.xz) = 931706a17b708c1db6337cf0fbf8bad877a8dfce64c2e5079fe890e5e85339e3
-  
- -
-    MD5 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso) = e80fd4c1278db39e3f8740612dff0da9
-    MD5 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso.xz) = 7690229bf847dbf377a5086652dfc1aa
-    MD5 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso) = a308f49d59c6553cfcb625ec3c2a278d
-    MD5 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso.xz) = 8d5783474fdf5463ab5aa06d7d09509e
-    MD5 (FreeBSD-9.3-RELEASE-powerpc-memstick.img) = ec112f1085ab363b27931c25c451fb2c
-    MD5 (FreeBSD-9.3-RELEASE-powerpc-memstick.img.xz) = 1c9d741dd889b1461812fce34fb48e93
-    MD5 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img) = 0b3c655654d8def1eeb96b478a0572f0
-    MD5 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img.xz) = f7913ffa1eebb43e875ba81c5bd8e992
-  
- -

powerpc64:

- -
-    SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso) = c8bb1f3105f2a2d9dd4a76536d8d44d8ae0aa7742230d549ea280f04e41f81b2
-    SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso.xz) = f5327d0c665cf7f286e3daca382e04abb0aee9d125cc70a41a2d96ad13ffe531
-    SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso) = f89d13f3c292381549b8c9b70e81cd152491f34e0e889d78e439d63884a346c6
-    SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso.xz) = 5047b76a8c4299d3f2a56271a9798a7088717356792c91bea96ca61f871f087a
-    SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img) = b94b05b0999aae0d197ad45b19d4d2b2678d322109da43bd10b2556b441b207c
-    SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img.xz) = 9da446da2dfb73f24195b70c873317c4dd7578dc339dd051e082e2351b3bcac3
-    SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img) = 21874e49e3c7685c098c90100717f28975db2dbc9043e810fef554f08a6bc940
-    SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img.xz) = a6cc4f340802bd936acb4b7920aa4fced54a2e265b60ffecf0b7b1c2f71fa644
-  
- -
-    MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso) = 674ed0a922e0f662c2f8118d8424473f
-    MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso.xz) = 5836f439da4dc8372da0e20d1a78ec97
-    MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso) = 0c5cf50f3bbf1263708ca3f9da0465bb
-    MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso.xz) = d2788b12c02134da11ba72238081e4cc
-    MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img) = 5e5123677e21a53b463a3cceb2ad324d
-    MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img.xz) = d6fd35a61aed2d529432e9c9df425be5
-    MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img) = a850121bc10455c3b835fd161237e8b2
-    MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img.xz) = 3bcf3571a3815ea78fbed61094745437
-  
- -

sparc64:

- -
-    SHA256 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso) = d9f9089c7f992744bb9675206042224bdabcfd924e72d322195acb207fe96294
-    SHA256 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso.xz) = 67830e9f64ee617acf2fff79770ea47aa3e98c7e2901068b413d41d2282d4372
-    SHA256 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso) = 989a2d8181b889ec0c1ee08e3afabfdcaf23c75b4157c9463c9ab7496e82a949
-    SHA256 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso.xz) = 2f2b94f379ae3df05762e2618e573b19ae83756dfde11d6628236c3c6a0052bc
-  
- -
-    MD5 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso) = 8b97d45e204dcfa8515f227189a35b1c
-    MD5 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso.xz) = fae6c32e0f9dd2f909b729ba6f4bfeb6
-    MD5 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso) = 838b0211322dd19f1285b9b94e6ac17e
-    MD5 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso.xz) = c8a8ab9f3b6eddca77623e5bc3f6718b
-  
- -

Love FreeBSD? Support this and future releases with a donation - to The FreeBSD Foundation!

- -
-
-
- -
-
- - diff --git a/website/content/en/releases/9.3R/docbook.css b/website/content/en/releases/9.3R/docbook.css deleted file mode 100644 index d56f0e396e..0000000000 --- a/website/content/en/releases/9.3R/docbook.css +++ /dev/null @@ -1,403 +0,0 @@ -/* - * Copyright (c) 2001, 2003, 2010 The FreeBSD Documentation Project - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * $FreeBSD: head/en_US.ISO8859-1/htdocs/releases/9.3R/docbook.css 46253 2015-02-05 16:55:02Z gjb $ - */ - -/* - * General DocBook styles from the DocBook XSL distribution - */ - -.formalpara-title { - font-weight: bold; -} - -a:link { - color:#0645AD; - text-decoration: underline; -} - -a:visited, a:hover, a:active { - color:#663366; - text-decoration: underline; -} - -div.blockquote-title { - font-weight: bold; - margin-top: 1em; - margin-bottom: 1em; -} - -span.msgmain-title { - font-weight: bold; -} - -span.msgsub-title { - font-weight: bold; -} - -span.msgrel-title { - font-weight: bold; -} - -div.msglevel, div.msgorig, div.msgaud { - margin-top: 1em; - margin-bottom: 1em; -} - -span.msglevel-title, span.msgorig-title, span.msgaud-title { - font-weight: bold; -} - -div.msgexplan { - margin-top: 1em; - margin-bottom: 1em; -} - -span.msgexplan-title { - font-weight: bold; -} - -div.figure-title { - font-weight: bold; -} - -div.example-title { - font-weight: bold; -} - -div.equation-title { - font-weight: bold; -} - -div.table-title { - font-weight: bold; -} - -div.sidebar-title { - font-weight: bold; -} - -div.synopsis { - white-space: pre; - font-family: monospace; -} - -/* - * FreeBSD-specific formatting - */ - -body address { - line-height: 1.3; - margin: .6em 0; -} - -html body { - margin: 1em 8% 1em 10%; - line-height: 1.2; -} - -@media screen { - html body { font-family: sans-serif; } -} - -@media print { - html body { font-family: serif; } -} - -.legalnotice { - font-size: small; - font-variant: small-caps; -} - -body div { - margin: 0; -} - -dl { - margin: .4em 0 0 0; - line-height: 1.2; -} - -dt { - font-weight: bold; - margin: 0.4em 0 0 0; -} - -div.abstract div.abstract-title, -div.toc div.toc-title, -div.list-of-figures div.toc-title, -div.list-of-tables div.toc-title, -div.list-of-examples div.toc-title { - font-size: 115%; -} - -div.calloutlist dt { - float: left; - width: 1em;} - -div.calloutlist dd { - clear: right; - margin-bottom: 1ex; -} - -body .calloutlist td { - padding-right: 0.5em; - width: auto; -} - -body .calloutlist td p { - line-height: 1.2; - margin-top: 4px; - margin-bottom: 4px; -} - -body form { - margin: .6em 0; -} - -div.example p b, -.question, -div.table p b, -div.procedure p b { - color: #990000; -} - -h1.title, h2.title, h3.title, h4.title, h5.title, h6.title, -h3.author, .corpauthor, -div.abstract div.abstract-title, -div.toc div.toc-title, -div.list-of-figures div.toc-title, -div.list-of-tables div.toc-title, -div.list-of-examples div.toc-title { - font-weight: bold; - line-height: 1.3; - margin-top: 1em; - margin-left: 0; - color: #990000; -} - -h1.title, h2.title { - margin: .8em 0 0 -4%; -} - -h3.title, h4.title { - margin: .8em 0 0 -3%; -} - -h5.title { - margin: .8em 0 0 -2%; -} - -h6.title { - margin: .8em 0 0 -1%; -} - -body hr { - margin: .6em; - border-width: 0 0 1px 0; - border-style: solid; - border-color: #cecece; -} - -body img.navheader { - margin: 0 0 0 -4%; -} - -ol { - margin: 0 0 0 1em; - line-height: 1.2; -} - -body pre { - margin: .75em 0; - font-family: monospace; -} - -body td, body th { - line-height: 1.2; - padding-right: 1.5em; -} - -ul, body dir, body menu { - margin: 0 0 0 1em; - line-height: 1.2; -} - -html { - margin: 0; - padding: 0; -} - -.filename { - color: #007a00; -} - -.package, .port { - color: #007a00; - font-family: monospace; - font-style: italic; -} - -.svnref { - color: #007a00; -} - -.guimenu, .guimenuitem, .guisubmenu, -.guilabel, .interface, -.shortcut, .shortcut .keycap { - font-weight: bold; -} - -.guibutton { - background-color: #CFCFCF; - padding: 2px; -} - -.accel { - background-color: #F0F0F0; - text-decoration: underline; -} - -pre.screen { - white-space: pre; - overflow: auto; - font-family: monospace; - padding: 1ex; - background-color: #edc; - border: 1px solid #ccc; - border-radius: 4px; -} - -pre.programlisting { - white-space: pre; - overflow: auto; - font-family: monospace; - padding: 1ex; - background-color: #eee; - border: 1px solid #ccc; - border-radius: 4px; -} - -@media screen { /* hide from IE3 */ - a[href]:hover { background: #ffa } -} - -.informaltable, .table th { - padding-left: 0.2em; - text-align: left; -} - -.note, .tip, .important, .warning, .caution, .example, div.procedure { - border-radius: 4px; - padding: 2ex 2ex 0 2ex; - margin: .75em 3em .75em 1em; - line-height: 1.3; -} - -.note, div.procedure { - color: #222; - background: #eee; - border: 1px solid #ccc; - width: 90%; -} - -.tip { - color: #004F00; - background: #d8ecd6; - border: 1px solid green; - width: 90%; -} - -.important { - font-style:italic; - border: 1px solid #a00; - border-left: 12px solid #c00; - width: 90%; -} - -.warning { - color: #9F1313; - background: #f8e8e8; - border: 1px solid #e59595; - width: 90%; -} - -.caution { - color: #3E3535; - background: #FFC; - border: 1px solid #e59595; - width: 90%; -} - -.example { - background: #fefde6; - border: 1px solid #f1bb16; - width: 90%; -} - -.admontitle { - display: inline; - line-height: 1; - margin-right: 0; -} - -.procedure-title { - font-weight: bold; - line-height: 1; - margin-right: 0; -} - -.note p, .tip p, .important p, .warning p, .caution p, { - display: inline; -} - -.informaltable table.calstable tr td { - padding-left: 1em; - padding-right: 1em; -} - -.authorgroup { - font-style: italic; -} - -.userinput, -.userinput code { - font-weight: bold; -} - -pre.screen strong { - font-weight: normal; -} - -.procedure ol { - line-height: 1.2; - margin: 0 0 0 -1em; -} - -span.contrib { - font-size: small; - font-style: italic; -} diff --git a/website/content/en/releases/9.3R/errata.adoc b/website/content/en/releases/9.3R/errata.adoc new file mode 100644 index 0000000000..ef1f3bfc7d --- /dev/null +++ b/website/content/en/releases/9.3R/errata.adoc @@ -0,0 +1,145 @@ +--- +title: "FreeBSD 9.3-RELEASE Errata" +sidenav: download +--- + += FreeBSD 9.3-RELEASE Errata + +== Abstract + +This document lists errata items for FreeBSD 9.3-RELEASE, containing significant information discovered after the release or too late in the release cycle to be otherwise included in the release documentation. This information includes security advisories, as well as news relating to the software or documentation that could affect its operation or usability. An up-to-date version of this document should always be consulted before installing this version of FreeBSD. + +This errata document for FreeBSD 9.3-RELEASE will be maintained until the EoL of FreeBSD 9.3-STABLE. + +''''' + +Table of Contents + +* <> +* <> +* <> +* <> + +[[intro]] +== Introduction + +This errata document contains "late-breaking news" about FreeBSD 9.3-RELEASE Before installing this version, it is important to consult this document to learn about any post-release discoveries or problems that may already have been found and fixed. + +Any version of this errata document actually distributed with the release (for example, on a CDROM distribution) will be out of date by definition, but other copies are kept updated on the Internet and should be consulted as the "current errata" for this release. These other copies of the errata are located at `https://www.FreeBSD.org/releases/`, plus any sites which keep up-to-date mirrors of this location. + +Source and binary snapshots of FreeBSD 9.3-STABLE also contain up-to-date copies of this document (as of the time of the snapshot). + +For a list of all FreeBSD CERT security advisories, see `https://www.FreeBSD.org/security/`. + +[[security]] +== Security Advisories + +Problems described in the following security advisories have been fixed in 9.3-RELEASE. For more information, consult the individual advisories available from `http://security.FreeBSD.org/`. + +[width="100%",cols="40%,30%,30%",options="header",] +|=== +|Advisory |Date |Topic +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:18.openssl.asc[FreeBSD-SA-14:18.openssl] |9 September 2014 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:19.tcp.asc[FreeBSD-SA-14:19.tcp] |16 September 2014 |Denial of Service in TCP packet processing. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:20.rtsold.asc[FreeBSD-SA-14:20.rtsold] |21 October 2014 |Remote buffer overflow vulnerability. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:21.routed.asc[FreeBSD-SA-14:21.routed] |21 October 2014 |Remote denial of service vulnerability. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:22.namei.asc[FreeBSD-SA-14:22.namei] |21 October 2014 |Memory leak in sandboxed namei lookup. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:23.openssl.asc[FreeBSD-SA-14:23.openssl] |21 October 2014 |Multiple vulerabilities. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:25.setlogin.asc[FreeBSD-SA-14:25.setlogin] |04 November 2014 |Kernel stack disclosure. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:26.ftp.asc[FreeBSD-SA-14:26.ftp] |04 November 2014 |Remote code execution. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:28.file.asc[FreeBSD-SA-14:28.file] |10 December 2014 |Multiple vulnerabilities in man:file[1] and man:libmagic[3] +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:29.bind.asc[FreeBSD-SA-14:29.bind] |10 December 2014 |Remote denial of service vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:31.ntp.asc[FreeBSD-SA-14:31.ntp] |23 December 2014 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:01.openssl.asc[FreeBSD-SA-15:01.openssl] |14 January 2015 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:02.kmem.asc[FreeBSD-SA-15:02.kmem] |27 January 2015 |SCTP kernel memory corruption and disclosure vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:03.sctp.asc[FreeBSD-SA-15:03.sctp] |27 January 2015 |SCTP stream reset vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:04.igmp.asc[FreeBSD-SA-15:04.igmp] |25 February 2015 |Integer overflow in IGMP protocol +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:05.bind.asc[FreeBSD-SA-15:05.igmp] |25 February 2015 |Remote denial of service vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:06.openssl.asc[FreeBSD-SA-15:06.openssl] |19 March 2015 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:07.ntp.asc[FreeBSD-SA-15:07.ntp] |7 April 2015 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:09.ipv6.asc[FreeBSD-SA-15:09.ipv6] |7 April 2015 |Router advertisement Denial of Service +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:10.openssl.asc[FreeBSD-SA-15:10.openssl] |16 June 2015 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:11.bind.asc[FreeBSD-SA-15:11.bind] |7 July 2015 |Resolver remote denial of service +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:13.tcp.asc[FreeBSD-SA-15:13.tcp] |21 July 2015 |resource exhaustion due to sessions stuck in `LAST_ACK` state. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:15.tcp.asc[FreeBSD-SA-15:15.tcp] |28 July 2015 |resource exhaustion in TCP reassembly +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:16.openssh.asc[FreeBSD-SA-15:16.openssh] |28 July 2015 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:17.bind.asc[FreeBSD-SA-15:17.bind] |28 July 2015 |Remote denial of service vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:19.routed.asc[FreeBSD-SA-15:19.routed] |5 August 2015 |Remote denial of service vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:20.expat.asc[FreeBSD-SA-15:20.expat] |18 August 2015 |Fix multiple integer overflows in man:libbsdxml[3]. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:21.amd64.asc[FreeBSD-SA-15:21.amd64] |25 August 2015 |Fix local privilege escalation in IRET handler. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:22.openssh.asc[FreeBSD-SA-15:22.openssh] |25 August 2015 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:23.bind.asc[FreeBSD-SA-15:23.bind] |2 September 2015 |Remote denial of service vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:24.rpcbind.asc[FreeBSD-SA-15:24.rpcbind] |29 September 2015 |Remote denial of service +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:25.ntp.asc[FreeBSD-SA-15:25.ntp] |26 October 2015 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:26.openssl.asc[FreeBSD-SA-15:26.openssl] |5 December 2015 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:27.bind.asc[FreeBSD-SA-15:27.bind] |16 December 2015 |Remote denial of service +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:01.sctp.asc[FreeBSD-SA-16:01.sctp] |14 January 2016 |ICMPv6 error message vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:02.ntp.asc[FreeBSD-SA-16:02.ntp] |14 January 2016 |Panic threshold bypass vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:03.linux.asc[FreeBSD-SA-16:03.linux] |14 January 2016 |Incorrect `futex` handling +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:04.linux.asc[FreeBSD-SA-16:04.linux] |14 January 2016 |man:setgroups[2] system call vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:05.tcp.asc[FreeBSD-SA-16:05.tcp] |14 January 2016 |MD5 signature denial of service +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:06.bsnmpd.asc[FreeBSD-SA-16:06.bsnmpd] |14 January 2016 |Insecure default configuration file permissions +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:07.openssh.asc[FreeBSD-SA-16:07.openssh] |14 January 2016 |OpenSSH client information leak +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:08.bind.asc[FreeBSD-SA-16:08.bind] |27 January 2016 |Remote denial of service vulnerability. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:09.ntp.asc[FreeBSD-SA-16:09.ntp] |27 January 2016 |Multiple vulnerabilities. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:10.linux.asc[FreeBSD-SA-16:10.linux] |27 January 2016 |man:issetugid[2] system call vulnerability. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:11.openssl.asc[FreeBSD-SA-16:11.openssl] |30 January 2016 |SSLv2 cipher suite downgrade vulnerability. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:12.openssl.asc[FreeBSD-SA-16:12.openssl] |7 March 2016 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:13.bind.asc[FreeBSD-SA-16:13.bind] |10 March 2016 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:14.openssh-xauth.asc[FreeBSD-SA-16:14.openssh-xauth] |16 March 2016 |OpenSSH xauth injection vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:15.sysarch.asc[FreeBSD-SA-16:15.sysarch] |16 March 2016 |Incorrect argument validation in man:sysarch[2] +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:09.ntp.asc[FreeBSD-SA-16:09.ntp] |29 April 2016 |Multiple ntp vulnerabilities. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:17.openssl.asc[FreeBSD-SA-16:17.openssl] |29 April 2016 |Multiple OpenSSL vulnerabilities. +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:18.atkbd.asc[FreeBSD-SA-16:18.atkbd] |17 May 2016 |Keyboard driver buffer overflow +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:19.sendmsg.asc[FreeBSD-SA-16:19.sendmsg] |17 May 2016 |Incorrect argument handling in man:sendmsg[2] +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:20.linux.asc[FreeBSD-SA-16:20.linux] |31 May 2016 |Kernel stack disclosure in Linux compatibility layer +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:21.43bsd.asc[FreeBSD-SA-16:21.43bsd] |31 May 2016 |Kernel stack disclosure in 4.3BSD compatibility layer +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:22.libarchive.asc[FreeBSD-SA-16:22.libarchive] |31 May 2016 |Absolute path traversal vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:23.libarchive.asc[FreeBSD-SA-16:23.libarchive] |31 May 2016 |Absolute path traversal vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:24.ntp.asc[FreeBSD-SA-16:24.ntp] |3 June 2016 |Multiple ntp vulnerabilties +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:25.bspatch.asc[FreeBSD-SA-16:25.bspatch] |25 July 2016 |heap overflow vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:26.openssl.asc[FreeBSD-SA-16:26.openssl] |23 September 2016 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:27.openssl.asc[FreeBSD-SA-16:27.openssl] |26 September 2016 |Regression in OpenSSL suite +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:28.bind.asc[FreeBSD-SA-16:28.bind] |10 October 2016 |BIND denial of service +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:29.bspatch.asc[FreeBSD-SA-16:29.bspatch] |10 October 2016 |Heap overflow vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:30.portsnap.asc[FreeBSD-SA-16:30.portsnap] |10 October 2016 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:31.libarchive.asc[FreeBSD-SA-16:31.libarchive] |10 October 2016 |Multiple vulnerabilities +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:34.bind.asc[FreeBSD-SA-16:34.bind] |2 November 2016 |Remote Denial of Service vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:35.openssl.asc[FreeBSD-SA-16:35.openssl] |2 November 2016 |Remote Denial of Service vulnerability +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:36.telnetd.asc[FreeBSD-SA-16:36.telnetd] |6 December 2016 |Possible man:login[1] argument injection +|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:37.libc.asc[FreeBSD-SA-16:37.libc] |6 December 2016 |man:link_ntoa[3] buffer overflow +|=== + +[[errata]] +== Errata Notices + +[width="100%",cols="40%,30%,30%",options="header",] +|=== +|Errata |Date |Topic +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-14:10.tzdata.asc[FreeBSD-EN-14:10.tzdata] |21 October 2014 |Time zone data file update +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-14:11.crypt.asc[FreeBSD-EN-14:11.crypt] |21 October 2014 |Change man:crypt[3] default hashing algorithm back to DES +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-14:12.zfs.asc[FreeBSD-EN-14:12.zfs] |11 November 2014 |Fix NFSv4 and ZFS cache consistency issue +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-14:13.freebsd-update.asc[FreeBSD-EN-14:13.freebsd-update] |23 December 2014 |Fixed directory deletion issue in man:freebsd-update[8] +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:01.vt.asc[FreeBSD-EN-15:01.vt] |25 February 2015 |man:vt[4] crash with improper ioctl parameters +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:02.openssl.asc[FreeBSD-EN-15:02.openssl] |25 February 2015 |OpenSSL update +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:03.freebsd-update.asc[FreeBSD-EN-15:03.freebsd-update] |25 February 2015 |man:freebsd-update[8] updates libraries in suboptimal order +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:04.freebsd-update.asc[FreeBSD-EN-15:04.freebsd-update] |13 May 2015 |man:freebsd-update[8] does not ensure the previous upgrade has completed +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:06.file.asc[FreeBSD-EN-15:06.file] |9 June 2015 |Multiple denial of service issues +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:08.sendmail.asc[FreeBSD-EN-15:08.sendmail] |30 June 2015 (revised) |Sendmail TLS/DH interoperability improvement +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:09.xlocale.asc[FreeBSD-EN-15:09.xlocale] |30 June 2015 |Fix inconsistency between locale and rune locale states +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:15.pkg.asc[FreeBSD-EN-15:15.pkg] |25 August 2015 |Insufficient check of supported man:pkg[7] signature methods. +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:18.pkg.asc[FreeBSD-EN-15:18.pkg] |16 September 2015 |Implement `pubkey` support for man:pkg[7] bootstrap. +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:19.kqueue.asc[FreeBSD-EN-15:19.kqueue] |4 November 2015 |man:kqueue[2] write events never fire for files larger than 2GB. +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:20.vm.asc[FreeBSD-EN-15:20.vm] |4 November 2015 |Applications exiting due to segmentation violation on a correct memory address. +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:02.pf.asc[FreeBSD-EN-16:02.pf] |14 January 2016 |Invalid TCP checksum issue. +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:03.yplib.asc[FreeBSD-EN-16:03.yplib] |14 January 2016 |YP/NIS library bug. +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:08.zfs.asc[FreeBSD-EN-16:08.zfs] |4 May 2016 |Memory leak in ZFS +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:09.freebsd-update.asc[FreeBSD-EN-16:09.freebsd-update] |25 July 2016 |Fix man:freebsd-update[8] support of FreeBSD 11.0-RELEASE +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:19.tzcode.asc[FreeBSD-EN-16:19.tzcode] |6 December 2016 |Fix warnings about invalid timezone abbreviations +|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:20.tzdata.asc[FreeBSD-EN-16:20.tzdata] |6 December 2016 |Update timezone database information +|=== + +[[late-news]] +== Late-Breaking News + +No late-breaking news. diff --git a/website/content/en/releases/9.3R/errata.html b/website/content/en/releases/9.3R/errata.html deleted file mode 100644 index 4908f9e731..0000000000 --- a/website/content/en/releases/9.3R/errata.html +++ /dev/null @@ -1,101 +0,0 @@ - -FreeBSD 9.3-RELEASE Errata

FreeBSD 9.3-RELEASE Errata

- The FreeBSD Project -

FreeBSD is a registered trademark of - the FreeBSD Foundation.

Intel, Celeron, Centrino, Core, EtherExpress, i386, - i486, Itanium, Pentium, and Xeon are trademarks or registered - trademarks of Intel Corporation or its subsidiaries in the United - States and other countries.

SPARC, SPARC64, and - UltraSPARC are trademarks of SPARC International, Inc in the United - States and other countries. SPARC International, Inc owns all of the - SPARC trademarks and under licensing agreements allows the proper use - of these trademarks by its members.

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.

Last modified on 2016-01-14 11:11:46Z by gjb.
Abstract

This document lists errata items for FreeBSD 9.3-RELEASE, - containing significant information discovered after the release - or too late in the release cycle to be otherwise included in the - release documentation. - This information includes security advisories, as well as news - relating to the software or documentation that could affect its - operation or usability. An up-to-date version of this document - should always be consulted before installing this version of - FreeBSD.

This errata document for FreeBSD 9.3-RELEASE - will be maintained until the EoL of FreeBSD 9.3-STABLE.


1. Introduction

This errata document contains late-breaking news - about FreeBSD 9.3-RELEASE - Before installing this version, it is important to consult this - document to learn about any post-release discoveries or problems - that may already have been found and fixed.

Any version of this errata document actually distributed - with the release (for example, on a CDROM distribution) will be - out of date by definition, but other copies are kept updated on - the Internet and should be consulted as the current - errata for this release. These other copies of the - errata are located at https://www.FreeBSD.org/releases/, plus any sites - which keep up-to-date mirrors of this location.

Source and binary snapshots of FreeBSD 9.3-STABLE also - contain up-to-date copies of this document (as of the time of - the snapshot).

For a list of all FreeBSD CERT security advisories, see https://www.FreeBSD.org/security/.

2. Security Advisories

Problems described in the following security advisories have - been fixed in 9.3-RELEASE. For more information, consult - the individual advisories available from - http://security.FreeBSD.org/.

AdvisoryDateTopic
FreeBSD-SA-14:18.openssl9 September 2014

Multiple vulnerabilities

FreeBSD-SA-14:19.tcp16 September 2014

Denial of Service in TCP packet - processing.

FreeBSD-SA-14:20.rtsold21 October 2014

Remote buffer overflow - vulnerability.

FreeBSD-SA-14:21.routed21 October 2014

Remote denial of service - vulnerability.

FreeBSD-SA-14:22.namei21 October 2014

Memory leak in sandboxed namei - lookup.

FreeBSD-SA-14:23.openssl21 October 2014

Multiple vulerabilities.

FreeBSD-SA-14:25.setlogin04 November 2014

Kernel stack disclosure.

FreeBSD-SA-14:26.ftp04 November 2014

Remote code execution.

FreeBSD-SA-14:28.file10 December 2014

Multiple vulnerabilities in file(1) and - libmagic(3)

FreeBSD-SA-14:29.bind10 December 2014

Remote denial of service - vulnerability

FreeBSD-SA-14:31.ntp23 December 2014

Multiple vulnerabilities

FreeBSD-SA-15:01.openssl14 January 2015

Multiple vulnerabilities

FreeBSD-SA-15:02.kmem27 January 2015

SCTP kernel memory corruption and - disclosure vulnerability

FreeBSD-SA-15:03.sctp27 January 2015

SCTP stream reset - vulnerability

FreeBSD-SA-15:04.igmp25 February 2015

Integer overflow in IGMP protocol

FreeBSD-SA-15:05.igmp25 February 2015

Remote denial of service - vulnerability

FreeBSD-SA-15:06.openssl19 March 2015

Multiple vulnerabilities

FreeBSD-SA-15:07.ntp7 April 2015

Multiple vulnerabilities

FreeBSD-SA-15:09.ipv67 April 2015

Router advertisement Denial of - Service

FreeBSD-SA-15:10.openssl16 June 2015

Multiple vulnerabilities

FreeBSD-SA-15:11.bind7 July 2015

Resolver remote denial of service

FreeBSD-SA-15:13.tcp21 July 2015

resource exhaustion due to sessions stuck in - LAST_ACK state.

FreeBSD-SA-15:15.tcp28 July 2015

resource exhaustion in TCP - reassembly

FreeBSD-SA-15:16.openssh28 July 2015

Multiple vulnerabilities

FreeBSD-SA-15:17.bind28 July 2015

Remote denial of service - vulnerability

FreeBSD-SA-15:19.routed5 August 2015

Remote denial of service - vulnerability

FreeBSD-SA-15:20.expat18 August 2015

Fix multiple integer overflows in - libbsdxml(3).

FreeBSD-SA-15:21.amd6425 August 2015

Fix local privilege escalation in IRET - handler.

FreeBSD-SA-15:22.openssh25 August 2015

Multiple vulnerabilities

FreeBSD-SA-15:23.bind2 September 2015

Remote denial of service - vulnerability

FreeBSD-SA-15:24.rpcbind29 September 2015

Remote denial of service

FreeBSD-SA-15:25.ntp26 October 2015

Multiple vulnerabilities

FreeBSD-SA-15:26.openssl5 December 2015

Multiple vulnerabilities

FreeBSD-SA-15:27.bind16 December 2015

Remote denial of service

FreeBSD-SA-16:01.sctp14 January 2016

ICMPv6 error message vulnerability

FreeBSD-SA-16:02.ntp14 January 2016

Panic threshold bypass - vulnerability

FreeBSD-SA-16:03.linux14 January 2016

Incorrect futex - handling

FreeBSD-SA-16:04.linux14 January 2016

setgroups(2) system call - vulnerability

FreeBSD-SA-16:05.tcp14 January 2016

MD5 signature denial of service

FreeBSD-SA-16:06.bsnmpd14 January 2016

Insecure default configuration file - permissions

FreeBSD-SA-16:07.openssh14 January 2016

OpenSSH client - information leak

FreeBSD-SA-16:08.bind27 January 2016

Remote denial of service - vulnerability.

FreeBSD-SA-16:09.ntp27 January 2016

Multiple vulnerabilities.

FreeBSD-SA-16:10.linux27 January 2016

issetugid(2) system call - vulnerability.

FreeBSD-SA-16:11.openssl30 January 2016

SSLv2 cipher suite downgrade - vulnerability.

FreeBSD-SA-16:12.openssl7 March 2016

Multiple vulnerabilities

FreeBSD-SA-16:13.bind10 March 2016

Multiple vulnerabilities

FreeBSD-SA-16:14.openssh-xauth16 March 2016

OpenSSH xauth injection - vulnerability

FreeBSD-SA-16:15.sysarch16 March 2016

Incorrect argument validation in - sysarch(2)

FreeBSD-SA-16:09.ntp29 April 2016

Multiple ntp - vulnerabilities.

FreeBSD-SA-16:17.openssl29 April 2016

Multiple OpenSSL - vulnerabilities.

FreeBSD-SA-16:18.atkbd17 May 2016

Keyboard driver buffer overflow

FreeBSD-SA-16:19.sendmsg17 May 2016

Incorrect argument handling in - sendmsg(2)

FreeBSD-SA-16:20.linux31 May 2016

Kernel stack disclosure in Linux compatibility - layer

FreeBSD-SA-16:21.43bsd31 May 2016

Kernel stack disclosure in 4.3BSD compatibility - layer

FreeBSD-SA-16:22.libarchive31 May 2016

Absolute path traversal - vulnerability

FreeBSD-SA-16:23.libarchive31 May 2016

Absolute path traversal - vulnerability

FreeBSD-SA-16:24.ntp3 June 2016

Multiple ntp - vulnerabilties

FreeBSD-SA-16:25.bspatch25 July 2016

heap overflow vulnerability

FreeBSD-SA-16:26.openssl23 September 2016

Multiple vulnerabilities

FreeBSD-SA-16:27.openssl26 September 2016

Regression in OpenSSL - suite

FreeBSD-SA-16:28.bind10 October 2016

BIND denial of - service

FreeBSD-SA-16:29.bspatch10 October 2016

Heap overflow vulnerability

FreeBSD-SA-16:30.portsnap10 October 2016

Multiple vulnerabilities

FreeBSD-SA-16:31.libarchive10 October 2016

Multiple vulnerabilities

FreeBSD-SA-16:34.bind2 November 2016

Remote Denial of Service - vulnerability

FreeBSD-SA-16:35.openssl2 November 2016

Remote Denial of Service - vulnerability

FreeBSD-SA-16:36.telnetd6 December 2016

Possible login(1) argument - injection

FreeBSD-SA-16:37.libc6 December 2016

link_ntoa(3) buffer overflow

3. Errata Notices

ErrataDateTopic
FreeBSD-EN-14:10.tzdata21 October 2014

Time zone data file update

FreeBSD-EN-14:11.crypt21 October 2014

Change crypt(3) default hashing algorithm - back to DES

FreeBSD-EN-14:12.zfs11 November 2014

Fix NFSv4 and ZFS cache consistency - issue

FreeBSD-EN-14:13.freebsd-update23 December 2014

Fixed directory deletion issue in - freebsd-update(8)

FreeBSD-EN-15:01.vt25 February 2015

vt(4) crash with improper ioctl - parameters

FreeBSD-EN-15:02.openssl25 February 2015

OpenSSL update

FreeBSD-EN-15:03.freebsd-update25 February 2015

freebsd-update(8) updates libraries in - suboptimal order

FreeBSD-EN-15:04.freebsd-update13 May 2015

freebsd-update(8) does not ensure the - previous upgrade has completed

FreeBSD-EN-15:06.file9 June 2015

Multiple denial of service issues

FreeBSD-EN-15:08.sendmail30 June 2015 (revised)

Sendmail TLS/DH interoperability improvement

FreeBSD-EN-15:09.xlocale30 June 2015

Fix inconsistency between locale and rune locale states

FreeBSD-EN-15:15.pkg25 August 2015

Insufficient check of supported pkg(7) - signature methods.

FreeBSD-EN-15:18.pkg16 September 2015

Implement pubkey support for - pkg(7) bootstrap.

FreeBSD-EN-15:19.kqueue4 November 2015

kqueue(2) write events never fire for files - larger than 2GB.

FreeBSD-EN-15:20.vm4 November 2015

Applications exiting due to segmentation - violation on a correct memory address.

FreeBSD-EN-16:02.pf14 January 2016

Invalid TCP checksum issue.

FreeBSD-EN-16:03.yplib14 January 2016

YP/NIS library - bug.

FreeBSD-EN-16:08.zfs4 May 2016

Memory leak in ZFS

FreeBSD-EN-16:09.freebsd-update25 July 2016

Fix freebsd-update(8) support of - FreeBSD 11.0-RELEASE

FreeBSD-EN-16:19.tzcode6 December 2016

Fix warnings about invalid timezone - abbreviations

FreeBSD-EN-16:20.tzdata6 December 2016

Update timezone database - information

4. Late-Breaking News

No late-breaking news.

This file, and other release-related documents, - can be downloaded from https://www.FreeBSD.org/releases/.

For questions about FreeBSD, read the - documentation before - contacting <questions@FreeBSD.org>.

All users of FreeBSD 9.3-STABLE should - subscribe to the <stable@FreeBSD.org> - mailing list.

For questions about this documentation, - e-mail <doc@FreeBSD.org>.

\ No newline at end of file diff --git a/website/content/en/releases/9.3R/hardware.adoc b/website/content/en/releases/9.3R/hardware.adoc new file mode 100644 index 0000000000..1609d0e0c9 --- /dev/null +++ b/website/content/en/releases/9.3R/hardware.adoc @@ -0,0 +1,3221 @@ +--- +title: "FreeBSD 9.3-RELEASE Hardware Notes" +sidenav: download +--- + += FreeBSD 9.3-RELEASE Hardware Notes + +== Table of Contents + +* <> +* <> +* <> + +[[intro]] +== Introduction + +This document contains the hardware compatibility notes for FreeBSD 9.3-RELEASE. It lists the hardware platforms supported by FreeBSD, as well as the various types of hardware devices (storage controllers, network interfaces, and so on), along with known working instances of these devices. + +[[proc]] +== Supported Processors and System Boards + +This section provides some architecture-specific information about the specific processors and systems that are supported by each architecture. + +[[proc-amd64]] +== amd64 + +Since mid-2003 FreeBSD/amd64 has supported the AMD64 ("Hammer") and Intel(R) EM64T architecture, and is now one of the Tier-1 platforms (fully supported architecture), which are expected to be Production Quality with respects to all aspects of the FreeBSD operating system, including installation and development environments. + +Note that there are two names for this architecture, AMD64 (AMD) and Intel EM64T (Extended Memory 64-bit Technology). 64-bit mode of the two architectures are almost compatible with each other, and FreeBSD/amd64 should support them both. + +As of this writing, the following processors are supported: + +* AMD Athlon(TM)64 ("Clawhammer"). +* AMD Opteron(TM) ("Sledgehammer"). +* All multi-core Intel(R) Xeon(TM) processors except Sossaman have EM64T support. +* The single-core Intel(R) Xeon(TM) processors "Nocona", "Irwindale", "Potomac", and "Cranford" have EM64T support. +* All Intel(R) Core 2 (not Core Duo) and later processors +* All Intel(R) Pentium(R) D processors +* Intel(R) Pentium(R) 4s and Celeron Ds using the "Cedar Mill" core have EM64T support. +* Some Intel(R) Pentium(R) 4s and Celeron Ds using the "Prescott" core have EM64T support. See the http://processorfinder.intel.com[Intel Processor Spec Finder] for the definitive answer about EM64T support in Intel processors. + +Intel(R) EM64T is an extended version of IA-32 (x86) and different from Intel(R) IA-64 (Itanium) architecture, which FreeBSD/ia64 supports. Some Intel(R)'s old documentation refers to Intel(R) EM64T as "64-bit extension technology" or "IA-32e". + +Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) configurations are supported. + +In many respects, FreeBSD/amd64 is similar to FreeBSD/i386, in terms of drivers supported. Generally, drivers that already function correctly on other 64-bit platforms should work. + +[[proc-i386]] +== i386 + +FreeBSD/i386 runs on a wide variety of "IBM PC compatible" machines. Due to the wide range of hardware available for this architecture, it is impossible to exhaustively list all combinations of equipment supported by FreeBSD. Nevertheless, some general guidelines are presented here. + +Almost all i386(TM)-compatible processors with a floating point unit are supported. All Intel(R) processors beginning with the 80486 are supported, including the 80486, Pentium(R), Pentium(R) Pro, Pentium(R) II, Pentium(R) III, Pentium(R) 4, and variants thereof, such as the Xeon(TM) and Celeron(R) processors. All i386(TM)-compatible AMD processors are also supported, including the Am486(R), Am5x86(R), K5, AMD-K6(R) (and variants), AMD Athlon(TM) (including Athlon-MP, Athlon-XP, Athlon-4, and Athlon Thunderbird), and AMD Duron(TM) processors. The AMD Élan SC520 embedded processor is supported. The Transmeta Crusoe is recognized and supported, as are i386(TM)-compatible processors from Cyrix and NexGen. + +There is a wide variety of motherboards available for this architecture. Motherboards using the ISA, VLB, EISA, AGP, and PCI expansion buses are well-supported. There is some limited support for the MCA ("MicroChannel") expansion bus used in the IBM PS/2 line of PCs. + +Symmetric multi-processor (SMP) systems are generally supported by FreeBSD, although in some cases, BIOS or motherboard bugs may generate some problems. Perusal of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp[FreeBSD symmetric multiprocessing mailing list] may yield some clues. + +FreeBSD will take advantage of HyperThreading (HTT) support on Intel(R) CPUs that support this feature. A kernel with the `options SMP` feature enabled will automatically detect the additional logical processors. The default FreeBSD scheduler treats the logical processors the same as additional physical processors; in other words, no attempt is made to optimize scheduling decisions given the shared resources between logical processors within the same CPU. Because this naive scheduling can result in suboptimal performance, under certain circumstances it may be useful to disable the logical processors with the `machdep.hyperthreading_allowed` tunable. The man:smp[4] manual page has more details. + +FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that support this feature. A kernel with the `PAE` feature enabled will detect memory above 4 gigabytes and allow it to be used by the system. This feature places constraints on the device drivers and other features of FreeBSD which may be used; consult the man:pae[4] manual page for more details. + +FreeBSD will generally run on i386-based laptops, albeit with varying levels of support for certain hardware features such as sound, graphics, power management, and PCCARD expansion slots. These features tend to vary in idiosyncratic ways between machines, and frequently require special-case support in FreeBSD to work around hardware bugs or other oddities. When in doubt, a search of the archives of the http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile[FreeBSD laptop computer mailing list] may be useful. + +Most modern laptops (as well as many desktops) use the Advanced Configuration and Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component Architecture reference implementation from Intel(R), as described in the man:acpi[4] manual page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding the following line to `/boot/device.hints`: + +[source,programlisting] +---- +hint.acpi.0.disabled="1" +---- + +Users debugging ACPI-related problems may find it useful to disable portions of the ACPI functionality. The man:acpi[4] manual page has more information on how to do this via loader tunables. + +ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from functioning correctly. Replacement DSDTs for some machines can be found at the http://acpi.sourceforge.net/dsdt/index.php[DSDT] section of the http://acpi.sourceforge.net/[ACPI4Linux] project Web site. FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the man:acpi[4] manual page for more information. + +[[proc-ia64]] +== ia64 + +Currently supported processors are the http://people.freebsd.org/~marcel/refs/ia64/itanium/24532003.pdf[Itanium(R)] and the http://people.freebsd.org/~marcel/refs/ia64/itanium2/25111003.pdf[Itanium(R) 2]. + +Supported chipsets include: + +* HP zx1 +* Intel(R) 460GX +* Intel(R) E8870 + +Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) configurations are supported. + +Most devices that can be found in or are compatible with ia64 machines are fully supported. The notable exception is the VGA console. The FreeBSD support for VGA consoles is at this time too much based on PC hardware and not all ia64 machines have chipsets that provide sufficient PC legacy support. As such man:syscons[4] can not be enabled and the use of a serial console is required. + +[[proc-pc98]] +== pc98 + +NEC PC-9801/9821 series with almost all i386(TM)-compatible processors, including 80486, Pentium(R), Pentium(R) Pro, Pentium(R) II, and variants. All i386(TM)-compatible processors by AMD, Cyrix, IBM, and IDT are also supported. + +NEC FC-9801/9821 series, and NEC SV-98 series (both of them are compatible with PC-9801/9821 series) should be supported. + +EPSON PC-386/486/586 series, which are compatible with NEC PC-9801 series are supported. + +High-resolution mode is not supported. NEC PC-98XA/XL/RL/XL^2, and NEC PC-H98 series are supported in normal (PC-9801 compatible) mode only. + +Although there are some multi-processor systems (such as Rs20/B20), SMP-related features of FreeBSD are not supported yet. + +PC-9801/9821 standard bus (called C-Bus), PC-9801NOTE expansion bus (110pin), and PCI bus are supported. New Extend Standard Architecture (NESA) bus (used in PC-H98, SV-H98, and FC-H98 series) is not supported. + +[[proc-powerpc]] +== powerpc + +This section describes the systems currently known to be supported by FreeBSD on the PowerPC platform. This list is not exhaustive. + +In general, all New World architecture Apple hardware is supported, as well a limited selection of non-Apple machines. + +All systems listed below are fully supported, with the exception that software fan control is currently missing on some Power Macintosh G5 models. SMP is supported on all systems with more than 1 processor. + +* Apple iMac G3 +* Apple iMac G4 +* Apple iMac G5 +* Apple Power Macintosh G3 (Blue & White) +* Apple Power Macintosh G4 +* Apple Power Macintosh G5 +* Apple iBook G3 +* Apple iBook G4 +* Apple PowerBook G3 (Lombard and Pismo) +* Apple PowerBook G4 +* Apple XServe G4 +* Apple XServe G5 +* Apple Mac Mini +* Embedded boards based on MPC85XX + +[[proc-sparc64]] +== sparc64 + +This section describes the systems currently known to be supported by FreeBSD on the Fujitsu SPARC64(R) and Sun UltraSPARC(R) platforms. For background information on the various hardware designs see the http://sunsolve.sun.com/handbook_pub/[Sun System Handbook]. + +SMP is supported on all systems with more than 1 processor. + +When using the `GENERIC` kernel, FreeBSD/sparc64 systems not equipped with a framebuffer supported by the man:creator[4] (Sun Creator, Sun Creator3D and Sun Elite3D) or man:machfb[4] (Sun PGX and Sun PGX64 as well as the ATI Mach64 chips found onboard in for example Sun Blade(TM) 100, Sun Blade(TM) 150, Sun Ultra(TM) 5 and Sun Ultra(TM) 10) driver must use the serial console. + +If you have a system that is not listed here, it may not have been tested with FreeBSD 9.3-RELEASE. We encourage you to try it and send a note to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64[FreeBSD SPARC porting mailing list] with your results, including which devices work and which do not. + +The following systems are fully supported by FreeBSD: + +* Naturetech GENIALstation 777S +* Sun Blade(TM) 100 +* Sun Blade(TM) 150 +* Sun Enterprise(TM) 150 +* Sun Enterprise(TM) 220R +* Sun Enterprise(TM) 250 +* Sun Enterprise(TM) 420R +* Sun Enterprise(TM) 450 +* Sun Fire(TM) B100s (support for the on-board NICs first appeared in 8.1-RELEASE) +* Sun Fire(TM) V100 +* Sun Fire(TM) V120 +* Sun Netra(TM) t1 100/105 +* Sun Netra(TM) T1 AC200/DC200 +* Sun Netra(TM) t 1100 +* Sun Netra(TM) t 1120 +* Sun Netra(TM) t 1125 +* Sun Netra(TM) t 1400/1405 +* Sun Netra(TM) 120 +* Sun Netra(TM) X1 +* Sun SPARCEngine(R) Ultra AX1105 +* Sun SPARCEngine(R) Ultra AXe +* Sun SPARCEngine(R) Ultra AXi +* Sun SPARCEngine(R) Ultra AXmp +* Sun SPARCEngine(R) CP1500 +* Sun Ultra(TM) 1 +* Sun Ultra(TM) 1E +* Sun Ultra(TM) 2 +* Sun Ultra(TM) 5 +* Sun Ultra(TM) 10 +* Sun Ultra(TM) 30 +* Sun Ultra(TM) 60 +* Sun Ultra(TM) 80 +* Sun Ultra(TM) 450 + +The following systems are partially supported by FreeBSD. In particular the fiber channel controllers in SBus-based systems are not supported. However, it is possible to use these with a SCSI controller supported by the man:esp[4] driver (Sun ESP SCSI, Sun FAS Fast-SCSI and Sun FAS366 Fast-Wide SCSI controllers). + +* Sun Enterprise(TM) 3500 +* Sun Enterprise(TM) 4500 + +Starting with 7.2-RELEASE, sparc64 systems based on Sun UltraSPARC(R) III and beyond are also supported by FreeBSD, which includes the following known working systems: + +* Sun Blade(TM) 1000 +* Sun Blade(TM) 1500 +* Sun Blade(TM) 2000 +* Sun Blade(TM) 2500 +* Sun Fire(TM) 280R +* Sun Fire(TM) V210 +* Sun Fire(TM) V215 (support first appeared in 7.3-RELEASE and 8.1-RELEASE) +* Sun Fire(TM) V240 +* Sun Fire(TM) V245 (support first appeared in 7.3-RELEASE and 8.1-RELEASE) +* Sun Fire(TM) V250 +* Sun Fire(TM) V440 (support for the on-board NICs first appeared in 7.3-RELEASE and 8.0-RELEASE) +* Sun Fire(TM) V480 (501-6780 and 501-6790 centerplanes only, for which support first appeared in 7.3-RELEASE and 8.1-RELEASE, other centerplanes might work beginning with 8.3-RELEASE and 9.0-RELEASE) +* Sun Fire(TM) V880 +* Sun Fire(TM) V890 (support first appeared in 7.4-RELEASE and 8.1-RELEASE, non-mixed UltraSPARC(R) IV/IV+ CPU-configurations only) +* Netra(TM) 20/Netra(TM) T4 + +The following Sun UltraSPARC(R) systems are not tested but believed to be also supported by FreeBSD: + +* Sun Fire(TM) V125 +* Sun Fire(TM) V490 (support first appeared in 7.4-RELEASE and 8.1-RELEASE, non-mixed UltraSPARC(R) IV/IV+ CPU-configurations only) + +Starting with 7.4-RELEASE and 8.1-RELEASE, sparc64 systems based on Fujitsu SPARC64(R) V are also supported by FreeBSD, which includes the following known working systems: + +* Fujitsu PRIMEPOWER(R) 250 + +The following Fujitsu PRIMEPOWER(R) systems are not tested but believed to be also supported by FreeBSD: + +* Fujitsu PRIMEPOWER(R) 450 +* Fujitsu PRIMEPOWER(R) 650 +* Fujitsu PRIMEPOWER(R) 850 + +[[support]] +== Supported Devices + +This section describes the devices currently known to be supported by FreeBSD. Other configurations may also work, but simply have not been tested yet. Feedback, updates, and corrections to this list are encouraged. + +Where possible, the drivers applicable to each device or class of devices is listed. If the driver in question has a manual page in the FreeBSD base distribution (most should), it is referenced here. Information on specific models of supported devices, controllers, etc. can be found in the manual pages. + +== Note: + +The device lists in this document are being generated automatically from FreeBSD manual pages. This means that some devices, which are supported by multiple drivers, may appear multiple times. + +[[disk]] +== Disk Controllers + +[amd64, i386, ia64, pc98, sparc64] IDE/ATA controllers (man:ata[4] driver) + +[pc98] IDE/ATA controllers (wdc driver) + +* On-board IDE controller + +[i386,ia64,amd64] Controllers supported by the man:aac[4] driver include: + +* Adaptec AAC-364 +* Adaptec RAID 2045 +* Adaptec RAID 2405 +* Adaptec RAID 2445 +* Adaptec RAID 2805 +* Adaptec RAID 3085 +* Adaptec RAID 31205 +* Adaptec RAID 31605 +* Adaptec RAID 5085 +* Adaptec RAID 51205 +* Adaptec RAID 51245 +* Adaptec RAID 51605 +* Adaptec RAID 51645 +* Adaptec RAID 52445 +* Adaptec RAID 5405 +* Adaptec RAID 5445 +* Adaptec RAID 5805 +* Adaptec SAS RAID 3405 +* Adaptec SAS RAID 3805 +* Adaptec SAS RAID 4000SAS +* Adaptec SAS RAID 4005SAS +* Adaptec SAS RAID 4800SAS +* Adaptec SAS RAID 4805SAS +* Adaptec SATA RAID 2020SA ZCR +* Adaptec SATA RAID 2025SA ZCR +* Adaptec SATA RAID 2026ZCR +* Adaptec SATA RAID 2410SA +* Adaptec SATA RAID 2420SA +* Adaptec SATA RAID 2610SA +* Adaptec SATA RAID 2620SA +* Adaptec SATA RAID 2810SA +* Adaptec SATA RAID 2820SA +* Adaptec SATA RAID 21610SA +* Adaptec SCSI RAID 2020ZCR +* Adaptec SCSI RAID 2025ZCR +* Adaptec SCSI RAID 2120S +* Adaptec SCSI RAID 2130S +* Adaptec SCSI RAID 2130SLP +* Adaptec SCSI RAID 2230SLP +* Adaptec SCSI RAID 2200S +* Adaptec SCSI RAID 2240S +* Adaptec SCSI RAID 3230S +* Adaptec SCSI RAID 3240S +* Adaptec SCSI RAID 5400S +* Dell CERC SATA RAID 2 +* Dell PERC 2/Si +* Dell PERC 2/QC +* Dell PERC 3/Si +* Dell PERC 3/Di +* Dell PERC 320/DC +* HP ML110 G2 (Adaptec SATA RAID 2610SA) +* HP NetRAID 4M +* IBM ServeRAID 8i +* IBM ServeRAID 8k +* IBM ServeRAID 8s +* ICP RAID ICP5045BL +* ICP RAID ICP5085BL +* ICP RAID ICP5085SL +* ICP RAID ICP5125BR +* ICP RAID ICP5125SL +* ICP RAID ICP5165BR +* ICP RAID ICP5165SL +* ICP RAID ICP5445SL +* ICP RAID ICP5805BL +* ICP RAID ICP5805SL +* ICP ICP5085BR SAS RAID +* ICP ICP9085LI SAS RAID +* ICP ICP9047MA SATA RAID +* ICP ICP9067MA SATA RAID +* ICP ICP9087MA SATA RAID +* ICP ICP9014RO SCSI RAID +* ICP ICP9024RO SCSI RAID +* Legend S220 +* Legend S230 +* Sun STK RAID REM +* Sun STK RAID EM +* SG-XPCIESAS-R-IN +* SG-XPCIESAS-R-EX +* AOC-USAS-S4i +* AOC-USAS-S8i +* AOC-USAS-S4iR +* AOC-USAS-S8iR +* AOC-USAS-S8i-LP +* AOC-USAS-S8iR-LP + +[i386,pc98,amd64] The man:adv[4] driver supports the following SCSI controllers: + +* AdvanSys ABP510/5150 +* AdvanSys ABP5140 +* AdvanSys ABP5142 +* AdvanSys ABP902/3902 +* AdvanSys ABP3905 +* AdvanSys ABP915 +* AdvanSys ABP920 +* AdvanSys ABP3922 +* AdvanSys ABP3925 +* AdvanSys ABP930, ABP930U, ABP930UA +* AdvanSys ABP960, ABP960U +* AdvanSys ABP542 +* AdvanSys ABP742 +* AdvanSys ABP842 +* AdvanSys ABP940 +* AdvanSys ABP940UA/3940UA +* AdvanSys ABP940U +* AdvanSys ABP3960UA +* AdvanSys ABP970, ABP970U +* AdvanSys ABP752 +* AdvanSys ABP852 +* AdvanSys ABP950 +* AdvanSys ABP980, ABP980U +* AdvanSys ABP980UA/3980UA +* MELCO IFC-USP (PC-98) +* RATOC REX-PCI30 (PC-98) +* @Nifty FNECHARD IFC-USUP-TX (PC-98) + +[i386,pc98,amd64] The man:adw[4] driver supports SCSI controllers including: + +* AdvanSys ABP940UW/ABP3940UW +* AdvanSys ABP950UW +* AdvanSys ABP970UW +* AdvanSys ABP3940U2W +* AdvanSys ABP3950U2W + +[i386] The man:aha[4] driver supports the following SCSI host adapters: + +* Adaptec AHA-154xB +* Adaptec AHA-154xC +* Adaptec AHA-154xCF +* Adaptec AHA-154xCP +* Adaptec AHA-1640 +* Adaptec AHA-174x in 154x emulation mode +* DTC 3290 SCSI controller in 1542 emulation mode +* Tekram SCSI controllers in 154x emulation mode + +[i386] The man:ahb[4] driver supports the following SCSI host adapters: + +* Adaptec AHA-1740 +* Adaptec AHA-1742 +* Adaptec AHA-1740A +* Adaptec AHA-1742A + +The man:ahc[4] driver supports the following SCSI host adapter chips and SCSI controller cards: + +* Adaptec AIC7770 host adapter chip +* Adaptec AIC7850 host adapter chip +* Adaptec AIC7860 host adapter chip +* Adaptec AIC7870 host adapter chip +* Adaptec AIC7880 host adapter chip +* Adaptec AIC7890 host adapter chip +* Adaptec AIC7891 host adapter chip +* Adaptec AIC7892 host adapter chip +* Adaptec AIC7895 host adapter chip +* Adaptec AIC7896 host adapter chip +* Adaptec AIC7897 host adapter chip +* Adaptec AIC7899 host adapter chip +* Adaptec 274X(W) +* Adaptec 274X(T) +* Adaptec 284X +* Adaptec 2910 +* Adaptec 2915 +* Adaptec 2920C +* Adaptec 2930C +* Adaptec 2930U2 +* Adaptec 2940 +* Adaptec 2940J +* Adaptec 2940N +* Adaptec 2940U +* Adaptec 2940AU +* Adaptec 2940UW +* Adaptec 2940UW Dual +* Adaptec 2940UW Pro +* Adaptec 2940U2W +* Adaptec 2940U2B +* Adaptec 2950U2W +* Adaptec 2950U2B +* Adaptec 19160B +* Adaptec 29160B +* Adaptec 29160N +* Adaptec 3940 +* Adaptec 3940U +* Adaptec 3940AU +* Adaptec 3940UW +* Adaptec 3940AUW +* Adaptec 3940U2W +* Adaptec 3950U2 +* Adaptec 3960 +* Adaptec 39160 +* Adaptec 3985 +* Adaptec 4944UW +* NEC PC-9821Xt13 (PC-98) +* NEC RvII26 (PC-98) +* NEC PC-9821X-B02L/B09 (PC-98) +* NEC SV-98/2-B03 (PC-98) +* Many motherboards with on-board SCSI support + +The man:ahci[4] driver supports AHCI compatible controllers having PCI class 1 (mass storage), subclass 6 (SATA) and programming interface 1 (AHCI). + +Also, in cooperation with atamarvell and atajmicron drivers of ata(4), it supports AHCI part of legacy-PATA + AHCI-SATA combined controllers, such as JMicron JMB36x and Marvell 88SE61xx. + +[i386,sparc64,ia64,amd64] The man:ahd[4] driver supports the following: + +* Adaptec AIC7901 host adapter chip +* Adaptec AIC7901A host adapter chip +* Adaptec AIC7902 host adapter chip +* Adaptec 29320 host adapter +* Adaptec 39320 host adapter +* Many motherboards with on-board SCSI support + +[i386,pc98,amd64] The adapters supported by the man:aic[4] driver include: + +* Adaptec AHA-1505 (ISA) +* Adaptec AHA-1510A, AHA-1510B (ISA) +* Adaptec AHA-1520A, AHA-1520B (ISA) +* Adaptec AHA-1522A, AHA-1522B (ISA) +* Adaptec AHA-1535 (ISA) +* Creative Labs SoundBlaster SCSI host adapter (ISA) +* Adaptec AHA-1460, AHA-1460B, AHA-1460C, AHA-1460D (PC Card) +* Adaptec AHA-1030B, AHA-1030P (PC98) +* NEC PC-9801-100 (PC98) + +[i386,pc98,amd64] Controllers supported by the man:amd[4] driver include: + +* MELCO IFC-DP (PC-98) +* Tekram DC390 +* Tekram DC390T + +Controllers supported by the man:amr[4] driver include: + +* MegaRAID SATA 150-4 +* MegaRAID SATA 150-6 +* MegaRAID SATA 300-4X +* MegaRAID SATA 300-8X +* MegaRAID SCSI 320-1E +* MegaRAID SCSI 320-2E +* MegaRAID SCSI 320-4E +* MegaRAID SCSI 320-0X +* MegaRAID SCSI 320-2X +* MegaRAID SCSI 320-4X +* MegaRAID SCSI 320-0 +* MegaRAID SCSI 320-1 +* MegaRAID SCSI 320-2 +* MegaRAID SCSI 320-4 +* MegaRAID Series 418 +* MegaRAID i4 133 RAID +* MegaRAID Elite 1500 (Series 467) +* MegaRAID Elite 1600 (Series 493) +* MegaRAID Elite 1650 (Series 4xx) +* MegaRAID Enterprise 1200 (Series 428) +* MegaRAID Enterprise 1300 (Series 434) +* MegaRAID Enterprise 1400 (Series 438) +* MegaRAID Enterprise 1500 (Series 467) +* MegaRAID Enterprise 1600 (Series 471) +* MegaRAID Express 100 (Series 466WS) +* MegaRAID Express 200 (Series 466) +* MegaRAID Express 300 (Series 490) +* MegaRAID Express 500 (Series 475) +* Dell PERC +* Dell PERC 2/SC +* Dell PERC 2/DC +* Dell PERC 3/DCL +* Dell PERC 3/QC +* Dell PERC 4/DC +* Dell PERC 4/IM +* Dell PERC 4/SC +* Dell PERC 4/Di +* Dell PERC 4e/DC +* Dell PERC 4e/Di +* Dell PERC 4e/Si +* Dell PERC 4ei +* HP NetRAID-1/Si +* HP NetRAID-3/Si (D4943A) +* HP Embedded NetRAID +* Intel RAID Controller SRCS16 +* Intel RAID Controller SRCU42X + +[i386,amd64] The man:arcmsr[4] driver supports the following cards: + +* ARC-1110 +* ARC-1120 +* ARC-1130 +* ARC-1160 +* ARC-1170 +* ARC-1110ML +* ARC-1120ML +* ARC-1130ML +* ARC-1160ML +* ARC-1200 +* ARC-1201 +* ARC-1210 +* ARC-1212 +* ARC-1213 +* ARC-1214 +* ARC-1220 +* ARC-1222 +* ARC-1223 +* ARC-1224 +* ARC-1230 +* ARC-1231 +* ARC-1260 +* ARC-1261 +* ARC-1270 +* ARC-1280 +* ARC-1210ML +* ARC-1220ML +* ARC-1231ML +* ARC-1261ML +* ARC-1280ML +* ARC-1380 +* ARC-1381 +* ARC-1680 +* ARC-1681 +* ARC-1880 +* ARC-1882 + +[i386] The adapters currently supported by the man:asr[4] driver include the following: + +* Adaptec Zero-Channel SCSI RAID 2000S, 2005S, 2010S, 2015S +* Adaptec SCSI RAID 2100S, 2110S +* Adaptec ATA-100 RAID 2400A +* Adaptec SCSI RAID 3200S, 3210S +* Adaptec SCSI RAID 3400S, 3410S +* Adaptec SmartRAID PM1554 +* Adaptec SmartRAID PM1564 +* Adaptec SmartRAID PM2554 +* Adaptec SmartRAID PM2564 +* Adaptec SmartRAID PM2664 +* Adaptec SmartRAID PM2754 +* Adaptec SmartRAID PM2865 +* Adaptec SmartRAID PM3754 +* Adaptec SmartRAID PM3755U2B / SmartRAID V Millennium +* Adaptec SmartRAID PM3757 +* DEC KZPCC-AC (LVD 1-ch, 4MB or 16MB cache), DEC KZPCC-CE (LVD 3-ch, 64MB cache), DEC KZPCC-XC (LVD 1-ch, 16MB cache), DEC KZPCC-XE (LVD 3-ch, 64MB cache) -- rebadged SmartRAID V Millennium + +[i386,amd64] The man:bt[4] driver supports the following BusLogic MultiMaster "W", "C", "S", and "A" series and compatible SCSI host adapters: + +* BusLogic BT-445C +* BusLogic BT-445S +* BusLogic BT-540CF +* BusLogic BT-542B +* BusLogic BT-542B +* BusLogic BT-542D +* BusLogic BT-545C +* BusLogic BT-545S +* BusLogic/BusTek BT-640 +* BusLogic BT-742A +* BusLogic BT-742A +* BusLogic BT-747C +* BusLogic BT-747D +* BusLogic BT-747S +* BusLogic BT-757C +* BusLogic BT-757CD +* BusLogic BT-757D +* BusLogic BT-757S +* BusLogic BT-946C +* BusLogic BT-948 +* BusLogic BT-956C +* BusLogic BT-956CD +* BusLogic BT-958 +* BusLogic BT-958D +* Storage Dimensions SDC3211B / SDC3211F + +AMI FastDisk Host Adapters that are true BusLogic MultiMaster clones are also supported by the man:bt[4] driver. + +[i386,ia64,amd64] Controllers supported by the man:ciss[4] driver include: + +* Compaq Smart Array 5300 +* Compaq Smart Array 532 +* Compaq Smart Array 5i +* HP Smart Array 5312 +* HP Smart Array 6i +* HP Smart Array 641 +* HP Smart Array 642 +* HP Smart Array 6400 +* HP Smart Array 6400 EM +* HP Smart Array E200 +* HP Smart Array E200i +* HP Smart Array P212 +* HP Smart Array P220i +* HP Smart Array P222 +* HP Smart Array P230i +* HP Smart Array P400 +* HP Smart Array P400i +* HP Smart Array P410 +* HP Smart Array P410i +* HP Smart Array P411 +* HP Smart Array P420 +* HP Smart Array P420i +* HP Smart Array P421 +* HP Smart Array P430 +* HP Smart Array P430i +* HP Smart Array P431 +* HP Smart Array P530 +* HP Smart Array P531 +* HP Smart Array P600 +* HP Smart Array P721m +* HP Smart Array P731m +* HP Smart Array P800 +* HP Smart Array P812 +* HP Smart Array P830 +* HP Smart Array P830i +* HP Modular Smart Array 20 (MSA20) +* HP Modular Smart Array 500 (MSA500) + +[pc98] The man:ct[4] driver supports the following adapters: + +* ELECOM bus-master SCSI adapters +* I-O DATA SC-98II +* ICM IF-2660, IF-2766, IF-2766ET, IF-2767 and IF-2769 +* Logitec LHA-N151 and LHA-20x series +* Midori-Denshi MDC-554NA and MDC-926R +* NEC PC-9801-55, 92 and compatibles +* SMIT transfer type SCSI host adapters +* TEXA HA-55BS2 and its later models + +[i386,ia64,amd64] The man:dpt[4] driver provides support for the following RAID adapters: + +* DPT Smart Cache Plus +* Smart Cache II (PM2?2?, PM2022 [EISA], PM2024/PM2124 [PCI]) (Gen2) +* Smart RAID II (PM3?2?, PM3021, PM3222) +* Smart Cache III (PM2?3?) +* Smart RAID III (PM3?3?, PM3332 [EISA], PM3334UW [PCI]) (Gen3) +* Smart Cache IV (PM2?4?, PM2042 [EISA], PM2044/PM2144 [PCI]) (Gen4) +* Smart RAID IV + +== Note: + +[amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. + +[sparc64] Controllers supported by the man:esp[4] driver include: + +* MELCO IFC-DP (PC-98) +* Sun ESP family +* Sun FAS family +* Tekram DC390 +* Tekram DC390T + +[i386,amd64] The man:hpt27xx[4] driver supports the following SAS controllers: + +* HighPoint's RocketRAID 271x series +* HighPoint's RocketRAID 272x series +* HighPoint's RocketRAID 274x series +* HighPoint's RocketRAID 276x series +* HighPoint's RocketRAID 278x series + +[i386,amd64] The man:hptiop[4] driver supports the following SAS and SATA RAID controllers: + +* HighPoint RocketRAID 4522 +* HighPoint RocketRAID 4521 +* HighPoint RocketRAID 4520 +* HighPoint RocketRAID 4322 +* HighPoint RocketRAID 4321 +* HighPoint RocketRAID 4320 +* HighPoint RocketRAID 4311 +* HighPoint RocketRAID 4310 +* HighPoint RocketRAID 3640 +* HighPoint RocketRAID 3622 +* HighPoint RocketRAID 3620 + +The man:hptiop[4] driver also supports the following SAS and SATA RAID controllers that are already End-of-Life: + +* HighPoint RocketRAID 4211 +* HighPoint RocketRAID 4210 +* HighPoint RocketRAID 3560 +* HighPoint RocketRAID 3540 +* HighPoint RocketRAID 3530 +* HighPoint RocketRAID 3522 +* HighPoint RocketRAID 3521 +* HighPoint RocketRAID 3520 +* HighPoint RocketRAID 3511 +* HighPoint RocketRAID 3510 +* HighPoint RocketRAID 3410 +* HighPoint RocketRAID 3320 +* HighPoint RocketRAID 3220 +* HighPoint RocketRAID 3122 +* HighPoint RocketRAID 3120 +* HighPoint RocketRAID 3020 + +[i386,amd64] The man:hptmv[4] driver supports the following ATA RAID controllers: + +* HighPoint's RocketRAID 182x series + +[i386,amd64] The man:hptrr[4] driver supports the following RAID controllers: + +* RocketRAID 172x series +* RocketRAID 174x series +* RocketRAID 2210 +* RocketRAID 222x series +* RocketRAID 2240 +* RocketRAID 230x series +* RocketRAID 231x series +* RocketRAID 232x series +* RocketRAID 2340 +* RocketRAID 2522 + +[i386] The following controllers are supported by the man:ida[4] driver: + +* Compaq SMART Array 221 +* Compaq Integrated SMART Array Controller +* Compaq SMART Array 4200 +* Compaq SMART Array 4250ES +* Compaq SMART 3200 Controller +* Compaq SMART 3100ES Controller +* Compaq SMART-2/DH Controller +* Compaq SMART-2/SL Controller +* Compaq SMART-2/P Controller +* Compaq SMART-2/E Controller +* Compaq SMART Controller + +[i386,ia64,amd64] Controllers supported by the man:iir[4] driver include: + +* Intel RAID Controller SRCMR +* Intel Server RAID Controller U3-l (SRCU31a) +* Intel Server RAID Controller U3-1L (SRCU31La) +* Intel Server RAID Controller U3-2 (SRCU32) +* All past and future releases of Intel and ICP RAID Controllers. + +* Intel RAID Controller SRCU21 (discontinued) +* Intel RAID Controller SRCU31 (older revision, not compatible) +* Intel RAID Controller SRCU31L (older revision, not compatible) + +The SRCU31 and SRCU31L can be updated via a firmware update available from Intel. + +[i386,amd64] Controllers supported by the man:ips[4] driver include: + +* IBM ServeRAID 3H +* ServeRAID 4L/4M/4H +* ServeRAID Series 5 +* ServeRAID 6i/6M +* ServeRAID 7t/7k/7M + +Newer ServeRAID controllers are supported by the aac(4) or mfi(4) driver. + +[i386,amd64] The man:isci[4] driver provides support for Intel C600 SAS controllers. + +Cards supported by the man:isp[4] driver include: + +* ISP1000 +* ISP1020 +* ISP1040 +* Qlogic 1240 +* Qlogic 1020 +* Qlogic 1040 +* Qlogic 1080 +* Qlogic 1280 +* Qlogic 12160 +* Qlogic 210X +* Qlogic 220X +* Qlogic 2300 +* Qlogic 2312 +* Qlogic 234X +* Qlogic 2322 +* Qlogic 200 +* Qlogic 2422 +* Qlogic 2432 + +[i386,ia64,amd64] The man:mfi[4] driver supports the following hardware: + +* LSI MegaRAID SAS 1078 +* LSI MegaRAID SAS 8408E +* LSI MegaRAID SAS 8480E +* LSI MegaRAID SAS 9260 +* Dell PERC5 +* Dell PERC6 +* IBM ServeRAID M5015 SAS/SATA +* IBM ServeRAID-MR10i +* Intel RAID Controller SROMBSAS18E + +[i386,ia64,amd64] Controllers supported by the man:mlx[4] driver include: + +* Mylex DAC960P +* Mylex DAC960PD / DEC KZPSC (Fast Wide) +* Mylex DAC960PDU +* Mylex DAC960PL +* Mylex DAC960PJ +* Mylex DAC960PG +* Mylex DAC960PU / DEC PZPAC (Ultra Wide) +* Mylex AcceleRAID 150 (DAC960PRL) +* Mylex AcceleRAID 250 (DAC960PTL1) +* Mylex eXtremeRAID 1100 (DAC1164P) +* RAIDarray 230 controllers, aka the Ultra-SCSI DEC KZPAC-AA (1-ch, 4MB cache), KZPAC-CA (3-ch, 4MB), KZPAC-CB (3-ch, 8MB cache) + +All major firmware revisions (2.x, 3.x, 4.x and 5.x) are supported, however it is always advisable to upgrade to the most recent firmware available for the controller. + +Compatible Mylex controllers not listed should work, but have not been verified. + +== Note: + +[amd64, i386] Booting from these controllers is supported. EISA adapters are not supported. + +[i386,ia64,amd64] Controllers supported by the man:mly[4] driver include: + +* Mylex AcceleRAID 160 +* Mylex AcceleRAID 170 +* Mylex AcceleRAID 352 +* Mylex eXtremeRAID 2000 +* Mylex eXtremeRAID 3000 + +Compatible Mylex controllers not listed should work, but have not been verified. + +The man:mps[4] driver supports the following hardware: + +* LSI Logic SAS2004 (4 Port SAS) +* LSI Logic SAS2008 (8 Port SAS) +* LSI Logic SAS2108 (8 Port SAS) +* LSI Logic SAS2116 (16 Port SAS) +* LSI Logic SAS2208 (8 Port SAS) +* LSI Logic SAS2308 (8 Port SAS) +* LSI Logic SSS6200 Solid State Storage +* Intel Integrated RAID Module RMS25JB040 +* Intel Integrated RAID Module RMS25JB080 +* Intel Integrated RAID Module RMS25KB040 +* Intel Integrated RAID Module RMS25KB080 + +The following controllers are supported by the man:mpt[4] driver: + +* LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI) +* LSI Logic AS1064, LSI Logic AS1068 +* LSI Logic FC909 (1Gb/s Fibre Channel) +* LSI Logic FC909A (Dual 1Gb/s Fibre Channel) +* LSI Logic FC919, LSI Logic 7102XP-LC (Single 2Gb/s Fibre Channel) +* LSI Logic FC929, LSI Logic FC929X, LSI Logic 7202XP-LC (Dual 2Gb/s Fibre Channel) +* LSI Logic FC949X (Dual 4Gb/s Fibre Channel) +* LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express) + +The Ultra 320 SCSI controller chips supported by the man:mpt[4] driver can be found onboard on many systems including: + +* Dell PowerEdge 1750 thru 2850 +* IBM eServer xSeries 335 + +These systems also contain Integrated RAID Mirroring and Integrated RAID Mirroring Enhanced which this driver also supports. + +The SAS controller chips are also present on many new AMD/Opteron based systems, like the Sun 4100. Note that this controller can drive both SAS and SATA drives or a mix of them at the same time. The Integrated RAID Mirroring available for these controllers is poorly supported at best. + +The Fibre Channel controller chipset are supported by a broad variety of speeds and systems. The Apple Fibre Channel HBA is in fact the FC949ES card. + +This driver also supports target mode for Fibre Channel cards. This support may be enabled by setting the desired role of the core via the LSI Logic firmware utility that establishes what roles the card can take on - no separate compilation is required. + +The man:mrsas[4] driver supports the following hardware: + +[ Thunderbolt 6Gb/s MR controller ] + +* LSI MegaRAID SAS 9265 +* LSI MegaRAID SAS 9266 +* LSI MegaRAID SAS 9267 +* LSI MegaRAID SAS 9270 +* LSI MegaRAID SAS 9271 +* LSI MegaRAID SAS 9272 +* LSI MegaRAID SAS 9285 +* LSI MegaRAID SAS 9286 +* DELL PERC H810 +* DELL PERC H710/P + +[ Invader/Fury 12Gb/s MR controller ] + +* LSI MegaRAID SAS 9380 +* LSI MegaRAID SAS 9361 +* LSI MegaRAID SAS 9341 +* DELL PERC H830 +* DELL PERC H730/P +* DELL PERC H330 + +The man:mvs[4] driver supports the following controllers: + +Gen-I (SATA 1.5Gbps): + +* 88SX5040 +* 88SX5041 +* 88SX5080 +* 88SX5081 + +Gen-II (SATA 3Gbps, NCQ, PMP): + +* 88SX6040 +* 88SX6041 (including Adaptec 1420SA) +* 88SX6080 +* 88SX6081 + +Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS): + +* 88SX6042 +* 88SX7042 (including Adaptec 1430SA) +* 88F5182 SoC +* 88F6281 SoC +* MV78100 SoC + +Note, that this hardware supports command queueing and FIS-based switching only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port. + +[i386,pc98,amd64] The man:ncr[4] driver provides support for the following NCR/Symbios SCSI controller chips: + +* 53C810 +* 53C810A +* 53C815 +* 53C820 +* 53C825A +* 53C860 +* 53C875 +* 53C875J +* 53C885 +* 53C895 +* 53C895A +* 53C896 +* 53C1510D + +The following add-on boards are known to be supported: + +* I-O DATA SC-98/PCI (PC-98) +* I-O DATA SC-PCI (PC-98) + +[i386,pc98] The following devices are currently supported by the man:ncv[4] driver: + +* I-O DATA PCSC-DV +* KME KXLC002 (TAXAN ICD-400PN, etc.), KXLC004, and UJDCD450 +* Macnica Miracle SCSI-II mPS110 +* Media Intelligent MSC-110, MSC-200 +* NEC PC-9801N-J03R +* New Media Corporation BASICS SCSI +* Qlogic Fast SCSI +* RATOC REX-9530, REX-5572 (SCSI only) + +[i386,pc98] Controllers supported by the man:nsp[4] driver include: + +* Alpha-Data AD-PCS201 +* I-O DATA CBSC16 + +[i386] The man:pst[4] driver supports the Promise Supertrak SX6000 ATA hardware RAID controller. + +The man:siis[4] driver supports the following controller chips: + +* SiI3124 (PCI-X 133MHz/64bit, 4 ports) +* SiI3131 (PCIe 1.0 x1, 1 port) +* SiI3132 (PCIe 1.0 x1, 2 ports) +* SiI3531 (PCIe 1.0 x1, 1 port) + +[i386,pc98] Controllers supported by the man:stg[4] driver include: + +* Adaptec 2920/A +* Future Domain SCSI2GO +* Future Domain TMC-18XX/3260 +* IBM SCSI PCMCIA Card +* ICM PSC-2401 SCSI +* MELCO IFC-SC +* RATOC REX-5536, REX-5536AM, REX-5536M, REX-9836A + +Note that the Adaptec 2920C is supported by the ahc(4) driver. + +The man:sym[4] driver provides support for the following Symbios/LSI Logic PCI SCSI controllers: + +* 53C810 +* 53C810A +* 53C815 +* 53C825 +* 53C825A +* 53C860 +* 53C875 +* 53C876 +* 53C895 +* 53C895A +* 53C896 +* 53C897 +* 53C1000 +* 53C1000R +* 53C1010-33 +* 53C1010-66 +* 53C1510D + +The SCSI controllers supported by man:sym[4] can be either embedded on a motherboard, or on one of the following add-on boards: + +* ASUS SC-200, SC-896 +* Data Technology DTC3130 (all variants) +* DawiControl DC2976UW +* Diamond FirePort (all) +* I-O DATA SC-UPCI (PC-98) +* Logitec LHA-521UA (PC-98) +* NCR cards (all) +* Symbios cards (all) +* Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D, and 390U3W +* Tyan S1365 + +[i386,amd64] SCSI controllers supported by the man:trm[4] driver include: + +* Tekram DC-315 PCI Ultra SCSI adapter without BIOS and internal SCSI connector +* Tekram DC-315U PCI Ultra SCSI adapter without BIOS +* Tekram DC-395F PCI Ultra-Wide SCSI adapter with flash BIOS and 68-pin external SCSI connector +* Tekram DC-395U PCI Ultra SCSI adapter with flash BIOS +* Tekram DC-395UW PCI Ultra-Wide SCSI adapter with flash BIOS +* Tekram DC-395U2W PCI Ultra2-Wide SCSI adapter with flash BIOS + +For the Tekram DC-310/U and DC-390F/U/UW/U2B/U2W/U3W PCI SCSI host adapters, use the sym(4) driver. + +[i386,amd64] The man:twa[4] driver supports the following SATA RAID controllers: + +* AMCC's 3ware 9500S-4LP +* AMCC's 3ware 9500S-8 +* AMCC's 3ware 9500S-8MI +* AMCC's 3ware 9500S-12 +* AMCC's 3ware 9500S-12MI +* AMCC's 3ware 9500SX-4LP +* AMCC's 3ware 9500SX-8LP +* AMCC's 3ware 9500SX-12 +* AMCC's 3ware 9500SX-12MI +* AMCC's 3ware 9500SX-16ML +* AMCC's 3ware 9550SX-4LP +* AMCC's 3ware 9550SX-8LP +* AMCC's 3ware 9550SX-12 +* AMCC's 3ware 9550SX-12MI +* AMCC's 3ware 9550SX-16ML +* AMCC's 3ware 9650SE-2LP +* AMCC's 3ware 9650SE-4LPML +* AMCC's 3ware 9650SE-8LPML +* AMCC's 3ware 9650SE-12ML +* AMCC's 3ware 9650SE-16ML +* AMCC's 3ware 9650SE-24M8 + +[i386,amd64] The man:twe[4] driver supports the following PATA/SATA RAID controllers: + +* AMCC's 3ware 5000 series +* AMCC's 3ware 6000 series +* AMCC's 3ware 7000-2 +* AMCC's 3ware 7006-2 +* AMCC's 3ware 7500-4LP +* AMCC's 3ware 7500-8 +* AMCC's 3ware 7500-12 +* AMCC's 3ware 7506-4LP +* AMCC's 3ware 7506-8 +* AMCC's 3ware 7506-12 +* AMCC's 3ware 8006-2LP +* AMCC's 3ware 8500-4LP +* AMCC's 3ware 8500-8 +* AMCC's 3ware 8500-12 +* AMCC's 3ware 8506-4LP +* AMCC's 3ware 8506-8 +* AMCC's 3ware 8506-8MI +* AMCC's 3ware 8506-12 +* AMCC's 3ware 8506-12MI + +[i386,amd64] The man:tws[4] driver supports the following SATA/SAS RAID controller: + +* LSI's 3ware SAS 9750 series + +[i386] The man:vpo[4] driver supports the following parallel to SCSI interfaces: + +* Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega ZIP drives) +* Iomega Jaz Traveller interface +* Iomega MatchMaker SCSI interface (built-in to Iomega ZIP+ drives) + +[i386] The wds(4) driver supports the WD7000 SCSI controller. + +With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT, 8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM drives. WORM devices that support CD-ROM commands are supported for read-only access by the CD-ROM drivers (such as man:cd[4]). WORM/CD-R/CD-RW writing support is provided by man:cdrecord#(1)#], which is a part of the http://www.freebsd.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr[sysutils/cdrtools] port in the Ports Collection. + +The following CD-ROM type systems are supported at this time: + +* SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (man:cd[4]) +* [i386] Sony proprietary interface (all models) (man:scd[4]) +* ATAPI IDE interface (man:acd[4]) + +[i386] The following device is unmaintained: + +* Mitsumi proprietary CD-ROM interface (all models) (man:mcd[4]) + +[[ethernet]] +== Ethernet Interfaces + +The man:ae[4] driver supports Attansic/Atheros L2 PCIe FastEthernet controllers, and is known to support the following hardware: + +* ASUS EeePC 701 +* ASUS EeePC 900 + +Other hardware may or may not work with this driver. + +The man:age[4] driver provides support for LOMs based on Attansic/Atheros L1 Gigabit Ethernet controller chips, including: + +* ASUS M2N8-VMX +* ASUS M2V +* ASUS M3A +* ASUS P2-M2A590G +* ASUS P5B-E +* ASUS P5B-MX/WIFI-AP +* ASUS P5B-VMSE +* ASUS P5K +* ASUS P5KC +* ASUS P5KPL-C +* ASUS P5KPL-VM +* ASUS P5K-SE +* ASUS P5K-V +* ASUS P5L-MX +* ASUS P5DL2-VM +* ASUS P5L-VM 1394 +* ASUS G2S + +The man:ale[4] device driver provides support for the following Ethernet controllers: + +* Atheros AR8113 PCI Express Fast Ethernet controller +* Atheros AR8114 PCI Express Fast Ethernet controller +* Atheros AR8121 PCI Express Gigabit Ethernet controller + +[i386,pc98,ia64,amd64,powerpc] Adapters supported by the man:aue[4] driver include: + +* Abocom UFE1000, DSB650TX_NA +* Accton USB320-EC, SpeedStream +* ADMtek AN986, AN8511 +* Billionton USB100, USB100LP, USB100EL, USBE100 +* Corega Ether FEther USB-T, FEther USB-TX, FEther USB-TXS +* D-Link DSB-650, DSB-650TX, DSB-650TX-PNA +* Elecom LD-USBL/TX +* Elsa Microlink USB2Ethernet +* HP hn210e +* I-O Data USB ETTX +* Kingston KNU101TX +* LinkSys USB10T adapters that contain the AN986 Pegasus chipset, USB10TA, USB10TX, USB100TX, USB100H1 +* MELCO LUA-TX, LUA2-TX +* Netgear FA101 +* Planex UE-200TX +* Sandberg USB to Network Link (model number 133-06) +* Siemens Speedstream +* SmartBridges smartNIC +* SMC 2202USB +* SOHOware NUB100 + +[i386,pc98,amd64,powerpc] The man:axe[4] driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including: + +AX88172: + +* AboCom UF200 +* Acer Communications EP1427X2 +* ASIX AX88172 +* ATen UC210T +* Billionton SnapPort +* Billionton USB2AR +* Buffalo (Melco Inc.) LUA-U2-KTX +* Corega USB2_TX +* D-Link DUBE100 +* Goodway GWUSB2E +* JVC MP_PRX1 +* LinkSys USB200M +* Netgear FA120 +* Sitecom LN-029 +* System TALKS Inc. SGC-X2UL + +AX88178: + +* ASIX AX88178 +* Belkin F5D5055 +* Logitec LAN-GTJ/U2A +* Buffalo (Melco Inc.) LUA3-U2-AGT +* Planex Communications GU1000T +* Sitecom Europe LN-028 + +AX88772: + +* ASIX AX88772 +* Buffalo (Melco Inc.) LUA3-U2-ATX +* D-Link DUBE100B1 +* Planex UE-200TX-G +* Planex UE-200TX-G2 + +AX88772A: + +* ASIX AX88772A +* Cisco-Linksys USB200Mv2 + +AX88772B: + +* ASIX AX88772B +* Lenovo USB 2.0 Ethernet + +AX88760: + +* ASIX AX88760 + +ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet adapters (man:axge[4] driver) + +[i386,amd64] The man:bce[4] driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following: + +* QLogic NetXtreme II BCM5706 1000Base-SX +* QLogic NetXtreme II BCM5706 1000Base-T +* QLogic NetXtreme II BCM5708 1000Base-SX +* QLogic NetXtreme II BCM5708 1000Base-T +* QLogic NetXtreme II BCM5709 1000Base-SX +* QLogic NetXtreme II BCM5709 1000Base-T +* QLogic NetXtreme II BCM5716 1000Base-T +* Dell PowerEdge 1950 integrated BCM5708 NIC +* Dell PowerEdge 2950 integrated BCM5708 NIC +* Dell PowerEdge R710 integrated BCM5709 NIC +* HP NC370F Multifunction Gigabit Server Adapter +* HP NC370T Multifunction Gigabit Server Adapter +* HP NC370i Multifunction Gigabit Server Adapter +* HP NC371i Multifunction Gigabit Server Adapter +* HP NC373F PCIe Multifunc Giga Server Adapter +* HP NC373T PCIe Multifunction Gig Server Adapter +* HP NC373i Multifunction Gigabit Server Adapter +* HP NC373m Multifunction Gigabit Server Adapter +* HP NC374m PCIe Multifunction Adapter +* HP NC380T PCIe DP Multifunc Gig Server Adapter +* HP NC382T PCIe DP Multifunction Gigabit Server Adapter +* HP NC382i DP Multifunction Gigabit Server Adapter +* HP NC382m DP 1GbE Multifunction BL-c Adapter + +[amd64, i386] Broadcom BCM4401 based Fast Ethernet adapters (man:bfe[4] driver) + +[i386,pc98,sparc64,ia64,amd64] The man:bge[4] driver provides support for various NICs based on the Broadcom BCM570x family of Gigabit Ethernet controller chips, including the following: + +* 3Com 3c996-SX (1000baseSX) +* 3Com 3c996-T (10/100/1000baseTX) +* Dell PowerEdge 1750 integrated BCM5704C NIC (10/100/1000baseTX) +* Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX) +* Dell PowerEdge 2650 integrated BCM5703 NIC (10/100/1000baseTX) +* Dell PowerEdge R200 integrated BCM5750 NIC (10/100/1000baseTX) +* Dell PowerEdge R300 integrated BCM5722 NIC (10/100/1000baseTX) +* IBM x235 server integrated BCM5703x NIC (10/100/1000baseTX) +* HP Compaq dc7600 integrated BCM5752 NIC (10/100/1000baseTX) +* HP ProLiant NC7760 embedded Gigabit NIC (10/100/1000baseTX) +* HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseTX) +* HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseTX) +* HP ProLiant NC7781 embedded PCI-X Gigabit NIC (10/100/1000baseTX) +* Netgear GA302T (10/100/1000baseTX) +* SysKonnect SK-9D21 (10/100/1000baseTX) +* SysKonnect SK-9D41 (1000baseSX) + +The chips supported by the man:cas[4] driver are: + +* National Semiconductor DP83065 Saturn Gigabit Ethernet +* Sun Cassini Gigabit Ethernet +* Sun Cassini+ Gigabit Ethernet + +The following add-on cards are known to work with the man:cas[4] driver at this time: + +* Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524) +* Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902) +* Sun GigaSwift Ethernet UTP (GCS) (part no. 501-6719) +* Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522) +* Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738) + +[i386,pc98,ia64,amd64,powerpc] The following devices are supported by the man:cdce[4] driver: + +* Prolific PL-2501 Host-to-Host Bridge Controller +* Sharp Zaurus PDA +* Terayon TJ-715 DOCSIS Cable Modem + +[amd64, i386] Crystal Semiconductor CS89x0-based NICs (man:cs[4] driver) + +[i386,pc98,ia64,amd64,powerpc] The man:cue[4] driver supports CATC USB-EL1210A based USB Ethernet adapters including: + +* Belkin F5U011/F5U111 +* CATC Netmate +* CATC Netmate II +* SmartBridges SmartLink + +[i386,amd64] The man:cxgb[4] driver supports 10 Gigabit and 1 Gigabit Ethernet adapters based on the T3 and T3B chipset: + +* Chelsio 10GBase-CX4 +* Chelsio 10GBase-LR +* Chelsio 10GBase-SR + +The man:dc[4] driver provides support for the following chipsets: + +* DEC/Intel 21143 +* ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II and ADM9513 Centaur II +* ALi/ULi M5261 and M5263 +* ASIX Electronics AX88140A and AX88141 +* Conexant LANfinity RS7112 (miniPCI) +* Davicom DM9009, DM9100, DM9102 and DM9102A +* Lite-On 82c168 and 82c169 PNIC +* Lite-On/Macronix 82c115 PNIC II +* Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 and 98732 +* Xircom X3201 (cardbus only) + +The following NICs are known to work with the man:dc[4] driver at this time: + +* 3Com OfficeConnect 10/100B (ADMtek AN985 Centaur-P) +* Abocom FE2500 +* Accton EN1217 (98715A) +* Accton EN2242 MiniPCI +* Adico AE310TX (98715A) +* Alfa Inc GFC2204 (ASIX AX88140A) +* Built in 10Mbps only Ethernet on Compaq Presario 7900 series desktops (21143, non-MII) +* Built in Sun DMFE 10/100 Mbps Ethernet on Sun Netra X1 and Sun Fire V100 (DM9102A, MII) +* Built in Ethernet on LinkSys EtherFast 10/100 Instant GigaDrive (DM9102, MII) +* CNet Pro110B (ASIX AX88140A) +* CNet Pro120A (98715A or 98713A) and CNet Pro120B (98715) +* Compex RL100-TX (98713 or 98713A) +* D-Link DFE-570TX (21143, MII, quad port) +* Digital DE500-BA 10/100 (21143, non-MII) +* ELECOM Laneed LD-CBL/TXA (ADMtek AN985) +* Hawking CB102 CardBus +* IBM EtherJet Cardbus Adapter +* Intel PRO/100 Mobile Cardbus (versions that use the X3201 chipset) +* Jaton XpressNet (Davicom DM9102) +* Kingston KNE100TX (21143, MII) +* Kingston KNE110TX (PNIC 82c169) +* LinkSys LNE100TX (PNIC 82c168, 82c169) +* LinkSys LNE100TX v2.0 (PNIC II 82c115) +* LinkSys LNE100TX v4.0/4.1 (ADMtek AN985 Centaur-P) +* Matrox FastNIC 10/100 (PNIC 82c168, 82c169) +* Melco LGY-PCI-TXL +* Microsoft MN-120 10/100 CardBus (ADMTek Centaur-C) +* Microsoft MN-130 10/100 PCI (ADMTek Centaur-P) +* NDC SOHOware SFA110A (98713A) +* NDC SOHOware SFA110A Rev B4 (98715AEC-C) +* NetGear FA310-TX Rev. D1, D2 or D3 (PNIC 82c169) +* Netgear FA511 +* PlaneX FNW-3602-T (ADMtek AN985) +* SMC EZ Card 10/100 1233A-TX (ADMtek AN985) +* SVEC PN102-TX (98713) +* Xircom Cardbus Realport +* Xircom Cardbus Ethernet 10/100 +* Xircom Cardbus Ethernet II 10/100 + +[i386,pc98,ia64,amd64] Adapters supported by the man:de[4] driver include: + +* Adaptec ANA-6944/TX +* Cogent EM100FX and EM440TX +* Corega FastEther PCI-TX +* D-Link DFE-500TX +* DEC DE435, DEC DE450, and DEC DE500 +* ELECOM LD-PCI2T, LD-PCITS +* I-O DATA LA2/T-PCI +* SMC Etherpower 8432, 9332 and 9334 +* ZNYX ZX3xx + +[i386,pc98] The man:ed[4] driver supports the following Ethernet NICs: + +* 3Com 3c503 Etherlink II +* AR-P500 Ethernet +* Accton EN1644 (old model), EN1646 (old model), EN2203 (old model) (110pin) (flags 0xd00000) +* Accton EN2212/EN2216/UE2216 +* Allied Telesis CentreCOM LA100-PCM_V2 +* Allied Telesis LA-98 (flags 0x000000) (PC-98) +* Allied Telesis SIC-98, SIC-98NOTE (110pin), SIU-98 (flags 0x600000) (PC-98) +* Allied Telesis SIU-98-D (flags 0x610000) (PC-98) +* AmbiCom 10BaseT card +* Bay Networks NETGEAR FA410TXC Fast Ethernet +* Belkin F5D5020 PC Card Fast Ethernet +* Billionton LM5LT-10B Ethernet/Modem PC Card +* Bromax iPort 10/100 Ethernet PC Card +* Bromax iPort 10 Ethernet PC Card +* Buffalo LPC2-CLT, LPC3-CLT, LPC3-CLX, LPC4-TX PC Card +* CNet BC40 adapter +* Compex Net-A adapter +* Compex RL2000 +* Contec C-NET(98), RT-1007(98), C-NET(9N) (110pin) (flags 0xa00000) (PC-98) +* Contec C-NET(98)E-A, C-NET(98)L-A, C-NET(98)P (flags 0x300000) (PC-98) +* Corega Ether98-T (flags 0x000000) (PC-98) +* Corega Ether PCC-T/EtherII PCC-T/FEther PCC-TXF/PCC-TXD PCC-T/Fether II TXD +* Corega LAPCCTXD (TC5299J) +* CyQ've ELA-010 +* DEC EtherWorks DE305 +* Danpex EN-6200P2 +* D-Link DE-298, DE-298P (flags 0x500000) (PC-98) +* D-Link DE-660, DE-660+ +* D-Link IC-CARD/IC-CARD+ Ethernet +* ELECOM LD-98P (flags 0x500000) (PC-98) +* ELECOM LD-BDN, LD-NW801G (flags 0x200000) (PC-98) +* ELECOM Laneed LD-CDL/TX, LD-CDF, LD-CDS, LD-10/100CD, LD-CDWA (DP83902A) +* Hawking PN652TX PC Card (AX88790) +* HP PC Lan+ 27247B and 27252A +* IBM Creditcard Ethernet I/II +* ICM AD-ET2-T, DT-ET-25, DT-ET-T5, IF-2766ET, IF-2771ET, NB-ET-T (110pin) (flags 0x500000) (PC-98) +* I-O DATA LA/T-98, LA/T-98SB, LA2/T-98, ET/T-98 (flags 0x900000) (PC-98) +* I-O DATA ET2/T-PCI +* I-O DATA PCLATE +* Kansai KLA-98C/T (flags 0x900000) (PC-98) +* Kingston KNE-PC2, CIO10T, KNE-PCM/x Ethernet +* KTI ET32P2 PCI +* Linksys EC2T/PCMPC100/PCM100, PCMLM56 +* Linksys EtherFast 10/100 PC Card, Combo PCMCIA Ethernet Card (PCMPC100 V2) +* Logitec LAN-98T (flags 0xb00000) (PC-98) +* MACNICA Ethernet ME1 for JEIDA +* MACNICA ME98 (flags 0x900000) (PC-98) +* MACNICA NE2098 (flags 0x400000) (PC-98) +* MELCO EGY-98 (flags 0x300000) (PC-98) +* MELCO LGH-98, LGY-98, LGY-98-N (110pin), IND-SP, IND-SS (flags 0x400000) (PC-98) +* MELCO LGY-PCI-TR +* MELCO LPC-T/LPC2-T/LPC2-CLT/LPC2-TX/LPC3-TX/LPC3-CLX +* NDC Ethernet Instant-Link +* NEC PC-9801-77, PC-9801-78 (flags 0x910000) (PC-98) +* NEC PC-9801-107, PC-9801-108 (flags 0x800000) (PC-98) +* National Semiconductor InfoMover NE4100 +* NetGear FA-410TX +* NetVin NV5000SC +* Network Everywhere Ethernet 10BaseT PC Card +* Networld 98X3 (flags 0xd00000) (PC-98) +* Networld EC-98X, EP-98X (flags 0xd10000) (PC-98) +* New Media LANSurfer 10+56 Ethernet/Modem +* New Media LANSurfer +* Novell NE1000/NE2000/NE2100 +* PLANEX ENW-8300-T +* PLANEX EN-2298-C (flags 0x200000) (PC-98) +* PLANEX EN-2298P-T, EN-2298-T (flags 0x500000) (PC-98) +* PLANEX FNW-3600-T +* Psion 10/100 LANGLOBAL Combine iT +* RealTek 8019 +* RealTek 8029 +* Relia Combo-L/M-56k PC Card +* SMC Elite 16 WD8013 +* SMC Elite Ultra +* SMC EtherEZ98 (flags 0x000000) (PC-98) +* SMC WD8003E/WD8003EBT/WD8003S/WD8003SBT/WD8003W/WD8013EBT/WD8013W and clones +* SMC EZCard PC Card, 8040-TX, 8041-TX (AX88x90), 8041-TX V.2 (TC5299J) +* Socket LP-E, ES-1000 Ethernet/Serial, LP-E CF, LP-FE CF +* Surecom EtherPerfect EP-427 +* Surecom NE-34 +* TDK 3000/3400/5670 Fast Ethernet/Modem +* TDK LAK-CD031, Grey Cell GCS2000 Ethernet Card +* TDK DFL5610WS Ethernet/Modem PC Card +* Telecom Device SuperSocket RE450T +* Toshiba LANCT00A PC Card +* VIA VT86C926 +* Winbond W89C940 +* Winbond W89C940F + +C-Bus, ISA, PCI and PC Card devices are supported. + +The man:ed[4] driver does not support the following Ethernet NICs: + +* Mitsubishi LAN Adapter B8895 + +The man:em[4] driver supports Gigabit Ethernet adapters based on the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, 82546GB, 82547, 82571, 82572, 82573, and 82574 controller chips: + +* Intel PRO/1000 CT Network Connection (82547) +* Intel PRO/1000 F Server Adapter (82543) +* Intel PRO/1000 Gigabit Server Adapter (82542) +* Intel PRO/1000 GT Desktop Adapter (82541PI) +* Intel PRO/1000 MF Dual Port Server Adapter (82546) +* Intel PRO/1000 MF Server Adapter (82545) +* Intel PRO/1000 MF Server Adapter (LX) (82545) +* Intel PRO/1000 MT Desktop Adapter (82540) +* Intel PRO/1000 MT Desktop Adapter (82541) +* Intel PRO/1000 MT Dual Port Server Adapter (82546) +* Intel PRO/1000 MT Quad Port Server Adapter (82546EB) +* Intel PRO/1000 MT Server Adapter (82545) +* Intel PRO/1000 PF Dual Port Server Adapter (82571) +* Intel PRO/1000 PF Quad Port Server Adapter (82571) +* Intel PRO/1000 PF Server Adapter (82572) +* Intel PRO/1000 PT Desktop Adapter (82572) +* Intel PRO/1000 PT Dual Port Server Adapter (82571) +* Intel PRO/1000 PT Quad Port Server Adapter (82571) +* Intel PRO/1000 PT Server Adapter (82572) +* Intel PRO/1000 T Desktop Adapter (82544) +* Intel PRO/1000 T Server Adapter (82543) +* Intel PRO/1000 XF Server Adapter (82544) +* Intel PRO/1000 XT Server Adapter (82544) + +[i386,pc98,amd64] The man:ep[4] driver supports Ethernet adapters based on the 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including: + +* 3Com 3C1 CF +* 3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC ISA +* 3Com 3C509B-TP, 3C509B-BNC, 3C509B-Combo, 3C509B-TPO, 3C509B-TPC ISA +* 3Com 3C529, 3C529-TP MCA +* 3Com 3C562/3C563 PCMCIA +* 3Com 3C569B-J-TPO, 3C569B-J-COMBO CBUS +* 3Com 3C574, 3C574TX, 3C574-TX, 3CCFE574BT, 3CXFE574BT, 3C3FE574BT PCMCIA +* 3Com 3C579-TP, 3C579-BNC EISA +* 3Com 3C589, 3C589B, 3C589C, 3C589D, 3CXE589DT PCMCIA +* 3Com 3CCFEM556B, 3CCFEM556BI PCMCIA +* 3Com 3CXE589EC, 3CCE589EC, 3CXE589ET, 3CCE589ET PCMCIA +* 3Com Megahertz 3CCEM556, 3CXEM556, 3CCEM556B, 3CXEM556B, 3C3FEM556C PCMCIA +* 3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA +* Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE arrow) + +Agere ET1310 Gigabit Ethernet adapters (man:et[4] driver) + +[i386,amd64] The man:ex[4] driver supports the following Ethernet adapters: + +* Intel EtherExpress Pro/10 ISA +* Intel EtherExpress Pro/10+ ISA +* Olicom OC2220 Ethernet PC Card +* Olicom OC2232 Ethernet/Modem PC Card +* Silicom Ethernet LAN PC Card +* Silicom EtherSerial LAN PC Card + +[i386,pc98,amd64] Controllers and cards supported by the man:fe[4] driver include: + +* Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin) +* CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C (ExtCard) +* CONTEC C-NET(PC)C PC Card Ethernet +* Eagle Tech NE200T +* Eiger Labs EPX-10BT +* Fujitsu FMV-J182, FMV-J182A +* Fujitsu MB86960A, MB86965A +* Fujitsu MBH10303, MBH10302 PC Card Ethernet +* Fujitsu Towa LA501 Ethernet +* HITACHI HT-4840-11 PC Card Ethernet +* NextCom J Link NC5310 +* RATOC REX-5588, REX-9822, REX-4886, and REX-R280 +* RATOC REX-9880/9881/9882/9883 +* TDK LAC-98012, LAC-98013, LAC-98025, LAC-9N011 (110-pin) +* TDK LAK-CD011, LAK-CD021, LAK-CD021A, LAK-CD021BX +* Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE N98(PC86132) (110-pin) + +Adapters supported by the man:fxp[4] driver include: + +* Intel EtherExpress PRO/10 +* Intel InBusiness 10/100 +* Intel PRO/100B / EtherExpressPRO/100 B PCI Adapter +* Intel PRO/100+ Management Adapter +* Intel PRO/100 VE Desktop Adapter +* Intel PRO/100 VM Network Connection +* Intel PRO/100 M Desktop Adapter +* Intel PRO/100 S Desktop, Server and Dual-Port Server Adapters +* Contec C-NET(PI)-100TX (PC-98) +* NEC PC-9821Ra20, Rv20, Xv13, Xv20 internal 100Base-TX (PC-98) +* NEC PC-9821X-B06 (PC-98) +* Many on-board network interfaces on Intel motherboards + +Chips supported by the man:gem[4] driver include: + +* Apple GMAC +* Sun ERI 10/100 Mbps Ethernet +* Sun GEM Gigabit Ethernet + +The following add-on cards are known to work with the man:gem[4] driver at this time: + +* Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373) +* Sun Gigabit Ethernet SBus 2.0/3.0 (GBE/S) (part no. 501-4375) + +The man:hme[4] driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models. + +Cards supported by the man:hme[4] driver include: + +* Sun PCI SunSwift Adapter +* Sun SBus SunSwift Adapter "( hme" and "SUNW,hme") +* Sun PCI Sun100BaseT Adapter 2.0 +* Sun SBus Sun100BaseT 2.0 +* Sun PCI Quad FastEthernet Controller +* Sun SBus Quad FastEthernet Controller + +[i386] The man:ie[4] driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: + +* 3COM 3C507 +* AT&T EN100 +* AT&T Starlan 10 +* AT&T Starlan Fiber +* Intel EtherExpress 16 +* RACAL Interlan NI5210 + +The man:igb[4] driver supports Gigabit Ethernet adapters based on the Intel 82575 and 82576 controller chips: + +* Intel Gigabit ET Dual Port Server Adapter (82576) +* Intel Gigabit VT Quad Port Server Adapter (82575) + +[i386,amd64] The man:ixgb[4] driver supports the following cards: + +* Intel PRO/10GbE LR Server Adapter +* Intel PRO/10GbE SR Server Adapter + +The man:ixgbe[4] driver supports the following cards: + +* Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter +* Intel(R) 10 Gigabit XF SR/LR Server Adapter +* Intel(R) 82598EB 10 Gigabit AF Network Connection +* Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection + +The man:jme[4] device driver provides support for the following Ethernet controllers: + +* JMicron JMC250 PCI Express Gigabit Ethernet controller +* JMicron JMC251 PCI Express Gigabit Ethernet with Card Read Host controller +* JMicron JMC260 PCI Express Fast Ethernet controller +* JMicron JMC261 PCI Express Gigabit Ethernet with Card Read Host controller + +[i386,pc98,ia64,amd64,powerpc] The man:kue[4] driver supports Kawasaki LSI KL5KLUSB101B based USB Ethernet adapters including: + +* 3Com 3c19250 +* 3Com 3c460 HomeConnect Ethernet USB Adapter +* ADS Technologies USB-10BT +* AOX USB101 +* ATen UC10T +* Abocom URE 450 +* Corega USB-T +* D-Link DSB-650C +* Entrega NET-USB-E45, NET-HUB-3U1E +* I/O Data USB ETT +* Kawasaki DU-H3E +* LinkSys USB10T +* Netgear EA101 +* Peracom USB Ethernet Adapter +* Psion Gold Port USB Ethernet adapter +* SMC 2102USB, 2104USB + +[i386,pc98,amd64] Adapters supported by the man:lge[4] driver include: + +* SMC TigerCard 1000 (SMC9462SX) +* D-Link DGE-500SX + +[i386,amd64] The man:msk[4] driver provides support for various NICs based on the Marvell/SysKonnect Yukon II based Gigabit Ethernet controller chips, including: + +* D-Link 550SX Gigabit Ethernet +* D-Link 560SX Gigabit Ethernet +* D-Link 560T Gigabit Ethernet +* Marvell Yukon 88E8021CU Gigabit Ethernet +* Marvell Yukon 88E8021 SX/LX Gigabit Ethernet +* Marvell Yukon 88E8022CU Gigabit Ethernet +* Marvell Yukon 88E8022 SX/LX Gigabit Ethernet +* Marvell Yukon 88E8061CU Gigabit Ethernet +* Marvell Yukon 88E8061 SX/LX Gigabit Ethernet +* Marvell Yukon 88E8062CU Gigabit Ethernet +* Marvell Yukon 88E8062 SX/LX Gigabit Ethernet +* Marvell Yukon 88E8035 Fast Ethernet +* Marvell Yukon 88E8036 Fast Ethernet +* Marvell Yukon 88E8038 Fast Ethernet +* Marvell Yukon 88E8039 Fast Ethernet +* Marvell Yukon 88E8040 Fast Ethernet +* Marvell Yukon 88E8040T Fast Ethernet +* Marvell Yukon 88E8042 Fast Ethernet +* Marvell Yukon 88E8048 Fast Ethernet +* Marvell Yukon 88E8050 Gigabit Ethernet +* Marvell Yukon 88E8052 Gigabit Ethernet +* Marvell Yukon 88E8053 Gigabit Ethernet +* Marvell Yukon 88E8055 Gigabit Ethernet +* Marvell Yukon 88E8056 Gigabit Ethernet +* Marvell Yukon 88E8057 Gigabit Ethernet +* Marvell Yukon 88E8058 Gigabit Ethernet +* Marvell Yukon 88E8059 Gigabit Ethernet +* Marvell Yukon 88E8070 Gigabit Ethernet +* Marvell Yukon 88E8071 Gigabit Ethernet +* Marvell Yukon 88E8072 Gigabit Ethernet +* Marvell Yukon 88E8075 Gigabit Ethernet +* SysKonnect SK-9Sxx Gigabit Ethernet +* SysKonnect SK-9Exx Gigabit Ethernet + +[i386,amd64] The man:mxge[4] driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: + +* Myricom 10GBase-CX4 (10G-PCIE-8A-C, 10G-PCIE-8AL-C) +* Myricom 10GBase-R (10G-PCIE-8A-R, 10G-PCIE-8AL-R) +* Myricom 10G XAUI over ribbon fiber (10G-PCIE-8A-Q, 10G-PCIE-8AL-Q) + +[i386,pc98] The man:my[4] driver provides support for various NICs based on the Myson chipset. Supported models include: + +* Myson MTD800 PCI Fast Ethernet chip +* Myson MTD803 PCI Fast Ethernet chip +* Myson MTD89X PCI Gigabit Ethernet chip + +[i386,amd64] The man:nfe[4] driver supports the following NVIDIA MCP onboard adapters: + +* NVIDIA nForce MCP Networking Adapter +* NVIDIA nForce MCP04 Networking Adapter +* NVIDIA nForce 430 MCP12 Networking Adapter +* NVIDIA nForce 430 MCP13 Networking Adapter +* NVIDIA nForce MCP51 Networking Adapter +* NVIDIA nForce MCP55 Networking Adapter +* NVIDIA nForce MCP61 Networking Adapter +* NVIDIA nForce MCP65 Networking Adapter +* NVIDIA nForce MCP67 Networking Adapter +* NVIDIA nForce MCP73 Networking Adapter +* NVIDIA nForce MCP77 Networking Adapter +* NVIDIA nForce MCP79 Networking Adapter +* NVIDIA nForce2 MCP2 Networking Adapter +* NVIDIA nForce2 400 MCP4 Networking Adapter +* NVIDIA nForce2 400 MCP5 Networking Adapter +* NVIDIA nForce3 MCP3 Networking Adapter +* NVIDIA nForce3 250 MCP6 Networking Adapter +* NVIDIA nForce3 MCP7 Networking Adapter +* NVIDIA nForce4 CK804 MCP8 Networking Adapter +* NVIDIA nForce4 CK804 MCP9 Networking Adapter + +The man:nge[4] driver supports National Semiconductor DP83820 and DP83821 based Gigabit Ethernet adapters including: + +* Addtron AEG320T +* Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI) +* Asante FriendlyNet GigaNIX 1000TA and 1000TPC +* D-Link DGE-500T +* Linksys EG1032, revision 1 +* Netgear GA621 +* Netgear GA622T +* SMC EZ Card 1000 (SMC9462TX) +* Surecom Technology EP-320G-TX +* Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI) + +[i386,amd64] The man:nve[4] driver supports the NVIDIA MCP onboard adapters of mainboards with the following chipsets: + +* nForce +* nForce2 +* nForce3 +* nForce4 + +[i386,amd64] The man:nxge[4] driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html. + +[i386,amd64] The man:oce[4] driver supports the following network adapters: + +* Emulex BladeEngine 2 +* Emulex BladeEngine 3 +* Emulex Lancer + +[i386,pc98,ia64,amd64] The man:pcn[4] driver supports adapters and embedded controllers based on the AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO and PCnet/Home Fast Ethernet chips: + +* AMD Am79C971 PCnet-FAST +* AMD Am79C972 PCnet-FAST+ +* AMD Am79C973/Am79C975 PCnet-FAST III +* AMD Am79C976 PCnet-PRO +* AMD Am79C978 PCnet-Home +* Allied-Telesis LA-PCI + +[amd64] The man:qlxgb[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: + +* QLogic 3200 series +* QLogic 8200 series + +[amd64] The man:qlxgbe[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: + +* QLogic 8300 series + +[amd64] The man:qlxge[4] driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets: + +* QLogic 8100 series + +The man:re[4] driver supports RealTek RTL8139C+, RTL8169, RTL816xS, RTL811xS, RTL8168, RTL810xE and RTL8111 based Fast Ethernet and Gigabit Ethernet adapters including: + +* Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+) +* Compaq Evo N1015v Integrated Ethernet (8139C+) +* Corega CG-LAPCIGT Gigabit Ethernet (8169S) +* D-Link DGE-528(T) Gigabit Ethernet (8169S) +* Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S) +* LevelOne GNC-0105T (8169S) +* LinkSys EG1032 (32-bit PCI) +* PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S) +* USRobotics USR997902 Gigabit Ethernet (8169S) +* Xterasys XN-152 10/100/1000 NIC (8169) + +Adapters supported by the man:rl[4] driver include: + +* Accton "Cheetah" EN1207D (MPX 5030/5038; RealTek 8139 clone) +* Allied Telesyn AT2550 +* Allied Telesyn AT2500TX +* Belkin F5D5000 +* BUFFALO (Melco INC.) LPC-CB-CLX (CardBus) +* Compaq HNE-300 +* CompUSA no-name 10/100 PCI Ethernet NIC +* Corega FEther CB-TXD +* Corega FEtherII CB-TXD +* D-Link DFE-520TX (rev. C1) +* D-Link DFE-528TX +* D-Link DFE-530TX+ +* D-Link DFE-538TX +* D-Link DFE-690TXD +* Edimax EP-4103DL CardBus +* Encore ENL832-TX 10/100 M PCI +* Farallon NetLINE 10/100 PCI +* Genius GF100TXR +* GigaFast Ethernet EE100-AXP +* KTX-9130TX 10/100 Fast Ethernet +* LevelOne FPC-0106TX +* Longshine LCS-8038TX-R +* NDC Communications NE100TX-E +* Netronix Inc. EA-1210 NetEther 10/100 +* Nortel Networks 10/100BaseTX +* OvisLink LEF-8129TX +* OvisLink LEF-8139TX +* Peppercon AG ROL-F +* Planex FNW-3603-TX +* Planex FNW-3800-TX +* SMC EZ Card 10/100 PCI 1211-TX +* SOHO (PRAGMATIC) UE-1211C + +[i386,pc98,amd64] The man:rue[4] driver supports RealTek RTL8150 based USB Ethernet adapters including: + +* Buffalo (Melco Inc.) LUA-KTX +* Green House GH-USB100B +* LinkSys USB100M +* Billionton 10/100 FastEthernet USBKR2 + +Adapters supported by the man:sf[4] driver include: + +* ANA-62011 64-bit single port 10/100baseTX adapter +* ANA-62022 64-bit dual port 10/100baseTX adapter +* ANA-62044 64-bit quad port 10/100baseTX adapter +* ANA-69011 32-bit single port 10/100baseTX adapter +* ANA-62020 64-bit single port 100baseFX adapter + +The man:sfxge[4] driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers. + +The man:sge[4] device driver provides support for the following Ethernet controllers: + +* SiS190 Fast Ethernet controller +* SiS191 Fast/Gigabit Ethernet controller + +The man:sis[4] driver supports Silicon Integrated Systems SiS 900 and SiS 7016 based Fast Ethernet adapters and embedded controllers, as well as Fast Ethernet adapters based on the National Semiconductor DP83815 (MacPhyter) and DP83816 chips. Supported adapters include: + +* @Nifty FNECHARD IFC USUP-TX +* MELCO LGY-PCI-TXC +* Netgear FA311-TX (DP83815) +* Netgear FA312-TX (DP83815) +* SiS 630, 635, and 735 motherboard chipsets +* Soekris Engineering net45xx, net48xx, lan1621, and lan1641 + +Adapters supported by the man:sk[4] driver include: + +* 3Com 3C940 single port, 1000baseT adapter +* 3Com 3C2000-T single port, 1000baseT adapter +* Belkin F5D5005 single port, 1000baseT adapter +* D-Link DGE-530T single port, 1000baseT adapter +* Linksys (revision 2) single port, 1000baseT adapter +* SK-9521 SK-NET GE-T single port, 1000baseT adapter +* SK-9821 SK-NET GE-T single port, 1000baseT adapter +* SK-9822 SK-NET GE-T dual port, 1000baseT adapter +* SK-9841 SK-NET GE-LX single port, single mode fiber adapter +* SK-9842 SK-NET GE-LX dual port, single mode fiber adapter +* SK-9843 SK-NET GE-SX single port, multimode fiber adapter +* SK-9844 SK-NET GE-SX dual port, multimode fiber adapter +* SMC 9452TX single port, 1000baseT adapter + +[i386,amd64] The man:sn[4] driver supports SMC91Cxx based ISA and PCMCIA cards including: + +* 3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC +* 3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336, CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T, XJEM3336 +* Farallon EtherMac PC Card 595a +* Motorola Mariner Ethernet/Modem PC Card +* Ositech Seven of Diamonds Ethernet PC Card +* Ositech Jack of Hearts Ethernet/Modem PC Card +* Psion Gold Card Netglobal Ethernet PC Card +* Psion Gold Card Netglobal 10/100 Fast Ethernet PC Card +* Psion Gold Card Netglobal 56k+10Mb Ethernet PC Card +* SMC EZEther PC Card (8020BT) +* SMC EZEther PC Card (8020T) + +The man:sn[4] driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96, SMC91C100 and SMC 91C100FD chips from SMC. + +The Farallon EtherWave and EtherMac card came in two varieties. The ep(4) driver supports the 595 and 895 cards. These cards have the blue arrow on the front along with a 3Com logo. The Farallon 595a cards, which have a red arrow on the front, are also called EtherWave and EtherMac. They are supported by the man:sn[4] driver. + +[pc98] The man:snc[4] driver supports the following cards: + +* National Semiconductor DP83934AVQB +* NEC PC-9801-83 +* NEC PC-9801-84 +* NEC PC-9801-103 +* NEC PC-9801-104 +* NEC PC-9801N-15 +* NEC PC-9801N-25 +* NEC PC-9801N-J02 PCMCIA +* NEC PC-9801N-J02R PCMCIA + +The man:snc[4] driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM. + +The man:ste[4] driver supports Sundance Technologies ST201 based Fast Ethernet adapters and embedded controllers including: + +* D-Link DFE-530TXS +* D-Link DFE-550TX +* D-Link DFE-580TX + +The man:stge[4] driver provides support for various NICs based on the Sundance/Tamarack TC9021 based Gigabit Ethernet controller chips, including: + +* Antares Microsystems Gigabit Ethernet +* ASUS NX1101 Gigabit Ethernet +* D-Link DL-4000 Gigabit Ethernet +* IC Plus IP1000A Gigabit Ethernet +* Sundance ST-2021 Gigabit Ethernet +* Sundance ST-2023 Gigabit Ethernet +* Sundance TC9021 Gigabit Ethernet +* Tamarack TC9021 Gigabit Ethernet + +[i386,pc98,amd64,sparc64] The man:ti[4] driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The man:ti[4] driver has been tested with the following adapters: + +* 3Com 3c985-SX Gigabit Ethernet adapter (Tigon 1) +* 3Com 3c985B-SX Gigabit Ethernet adapter (Tigon 2) +* Alteon AceNIC V Gigabit Ethernet adapter (1000baseSX) +* Alteon AceNIC V Gigabit Ethernet adapter (1000baseT) +* Digital EtherWORKS 1000SX PCI Gigabit adapter +* Netgear GA620 Gigabit Ethernet adapter (1000baseSX) +* Netgear GA620T Gigabit Ethernet adapter (1000baseT) + +The following adapters should also be supported but have not yet been tested: + +* Asante GigaNIX1000T Gigabit Ethernet adapter +* Asante PCI 1000BASE-SX Gigabit Ethernet adapter +* Farallon PN9000SX Gigabit Ethernet adapter +* NEC Gigabit Ethernet +* Silicon Graphics PCI Gigabit Ethernet adapter + +[i386,pc98,amd64] The man:tl[4] driver supports Texas Instruments ThunderLAN based Ethernet and Fast Ethernet adapters including a large number of Compaq PCI Ethernet adapters. Also supported are: + +* Olicom OC-2135/2138 10/100 TX UTP adapter +* Olicom OC-2325/OC-2326 10/100 TX UTP adapter +* Racore 8148 10baseT/100baseTX/100baseFX adapter +* Racore 8165 10/100baseTX adapter + +The man:tl[4] driver also supports the built-in Ethernet adapters of various Compaq Prosignia servers and Compaq Deskpro desktop machines including: + +* Compaq Netelligent 10 +* Compaq Netelligent 10 T PCI UTP/Coax +* Compaq Netelligent 10/100 +* Compaq Netelligent 10/100 Dual-Port +* Compaq Netelligent 10/100 Proliant +* Compaq Netelligent 10/100 TX Embedded UTP +* Compaq Netelligent 10/100 TX UTP +* Compaq NetFlex 3P +* Compaq NetFlex 3P Integrated +* Compaq NetFlex 3P w/BNC + +[amd64, i386, pc98] SMC 83c17x (EPIC)-based Ethernet NICs (man:tx[4] driver) + +The man:txp[4] driver supports the following cards: + +* 3Com 3CR990-TX-95 +* 3Com 3CR990-TX-97 +* 3Com 3cR990B-TXM +* 3Com 3CR990SVR95 +* 3Com 3CR990SVR97 +* 3Com 3cR990B-SRV + +[i386,pc98,amd64] The man:udav[4] driver supports the following adapters: + +* Corega FEther USB-TXC +* ShanTou ST268 USB NIC + +The man:vge[4] driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters including: + +* VIA Networking LAN-on-motherboard Gigabit Ethernet +* ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701) +* ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702) + +The man:vr[4] driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including: + +* AOpen/Acer ALN-320 +* D-Link DFE520-TX +* D-Link DFE530-TX +* Hawking Technologies PN102TX +* Soekris Engineering net5501 + +The man:vte[4] device driver provides support for the following Ethernet controllers: + +* DM&P Vortex86 RDC R6040 Fast Ethernet controller + +[i386,pc98,ia64,amd64] The man:vx[4] driver supports the following cards: + +* 3Com 3c590 EtherLink III PCI +* 3Com 3c592 EtherLink III EISA +* 3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode +* 3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode + +[i386,amd64] The man:vxge[4] driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com. + +[i386,pc98,amd64] The man:wb[4] driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including: + +* Trendware TE100-PCIE + +[i386,amd64] The man:xe[4] driver supports the following cards: + +* Xircom CreditCard Ethernet (PS-CE2-10) +* Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28) +* Xircom CreditCard Ethernet + Modem 33 (CEM33) +* Xircom CreditCard 10/100 (CE3, CE3B) +* Xircom CreditCard Ethernet 10/100 + Modem 56 (CEM56) +* Xircom RealPort Ethernet 10 (RE10) +* Xircom RealPort Ethernet 10/100 (RE100) +* Xircom RealPort Ethernet 10/100 + Modem 56 (REM56, REM56G) +* Accton Fast EtherCard-16 (EN2226) +* Compaq Microcom CPQ550 Ethernet/Modem PC Card +* Compaq Netelligent 10/100 PC Card (CPQ-10/100) +* Intel EtherExpress Pro/100 PC Card Mobile Adapter 16 (Pro/100 M16A) +* Intel EtherExpress Pro/100 LAN/Modem PC Card Adapter (Pro/100 M16B) + +Other similar devices using the same hardware may also be supported. + +The man:xl[4] driver supports the following hardware: + +* 3Com 3c900-TPO +* 3Com 3c900-COMBO +* 3Com 3c905-TX +* 3Com 3c905-T4 +* 3Com 3c900B-TPO +* 3Com 3c900B-TPC +* 3Com 3c900B-FL +* 3Com 3c900B-COMBO +* 3Com 3c905B-T4 +* 3Com 3c905B-TX +* 3Com 3c905B-FX +* 3Com 3c905B-COMBO +* 3Com 3c905C-TX +* 3Com 3c980, 3c980B, and 3c980C server adapters +* 3Com 3cSOHO100-TX OfficeConnect adapters +* 3Com 3c450 HomeConnect adapters +* 3Com 3c555, 3c556 and 3c556B mini-PCI adapters +* 3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT, 3CCFEM656, 3CCFEM656B, and 3CCFEM656C, 3CXFEM656, 3CXFEM656B, and 3CXFEM656C CardBus adapters +* 3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB, and 3c920B-EMB-WNM embedded adapters + +Both the 3C656 family of CardBus cards and the 3C556 family of MiniPCI cards have a built-in proprietary modem. Neither the man:xl[4] driver nor any other FreeBSD driver supports this modem. + +[[fddi]] +== FDDI Interfaces + +[i386, pc98] DEC DEFPA PCI (man:fpa[4] driver) + +[i386] DEC DEFEA EISA (man:fpa[4] driver) + +[[atm]] +== ATM Interfaces + +[i386, pc98] Midway-based ATM interfaces (man:en[4] driver) + +[i386, pc98 sparc64] FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and man:fatm[4] drivers) + +[i386, pc98] IDT NICStAR 77201/211-based ATM Adapters (man:idt[4] driver) + +[i386, pc98 sparc64] FORE Systems, Inc. HE155 and HE622 ATM interfaces (man:hatm[4] driver) + +[i386, pc98] IDT77252-based ATM cards (man:patm[4] driver) + +[[wlan]] +== Wireless Network Interfaces + +[amd64, i386, pc98] Cisco/Aironet 802.11b wireless adapters (man:an[4] driver) + +[i386,pc98,amd64,sparc64] The man:ath[4] driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset. + +The man:bwi[4] driver supports Broadcom BCM43xx based wireless devices, including: + +* Apple Airport Extreme +* Apple Airport Extreme +* ASUS WL-138g +* Buffalo WLI-CB-G54S +* Buffalo WLI-PCI-G54S +* Compaq R4035 onboard +* Dell Wireless 1390 BCM4311 Mini PCI +* Dell Wireless 1470 +* Dell Truemobile 1300 r2 +* Dell Truemobile 1400 +* HP nx6125 +* Linksys WPC54G Ver 3 +* Linksys WPC54GS Ver 2 +* TRENDnet TEW-401PCplus +* US Robotics 5411 + +The man:[4] driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the man:bwi[4] driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. + +[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (man:ipw[4] driver) + +[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (man:iwi[4] driver) + +[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters (man:iwn[4] driver) + +[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (man:malo[4] driver) + +Marvell 88W8363 IEEE 802.11n wireless network adapters (man:mwl[4] driver) + +[i386,amd64] The man:ral[4] driver supports PCI/PCIe/CardBus wireless adapters based on Ralink Technology chipsets, including: + +* A-Link WL54H +* A-Link WL54PC +* AirLink101 AWLC5025 +* AirLink101 AWLH5025 +* Amigo AWI-914W +* Amigo AWI-922W +* Amigo AWI-926W +* AMIT WL531C +* AMIT WL531P +* AOpen AOI-831 +* ASUS WL-107G +* ASUS WL-130g +* Atlantis Land A02-PCI-W54 +* Atlantis Land A02-PCM-W54 +* Belkin F5D7000 v3 +* Belkin F5D7010 v2 +* Billionton MIWLGRL +* Canyon CN-WF511 +* Canyon CN-WF513 +* CC&C WL-2102 +* CNet CWC-854 +* CNet CWP-854 +* Compex WL54G +* Compex WLP54G +* Conceptronic C54RC +* Conceptronic C54Ri +* Digitus DN-7001G-RA +* Digitus DN-7006G-RA +* E-Tech WGPC02 +* E-Tech WGPI02 +* Edimax EW-7108PCg +* Edimax EW-7128g +* Eminent EM3036 +* Eminent EM3037 +* Encore ENLWI-G-RLAM +* Encore ENPWI-G-RLAM +* Fiberline WL-400P +* Fibreline WL-400X +* Gigabyte GN-WI01GS +* Gigabyte GN-WIKG +* Gigabyte GN-WMKG +* Gigabyte GN-WP01GS +* Gigabyte GN-WPKG +* Hawking HWC54GR +* Hawking HWP54GR +* iNexQ CR054g-009 (R03) +* JAHT WN-4054P +* JAHT WN-4054PCI +* LevelOne WNC-0301 v2 +* LevelOne WPC-0301 v2 +* Linksys WMP54G v4 +* Micronet SP906GK +* Micronet SP908GK V3 +* Minitar MN54GCB-R +* Minitar MN54GPC-R +* MSI CB54G2 +* MSI MP54G2 +* MSI PC54G2 +* OvisLink EVO-W54PCI +* PheeNet HWL-PCIG/RA +* Pro-Nets CB80211G +* Pro-Nets PC80211G +* Repotec RP-WB7108 +* Repotec RP-WP0854 +* SATech SN-54C +* SATech SN-54P +* Sitecom WL-112 +* Sitecom WL-115 +* SMC SMCWCB-GM +* SMC SMCWPCI-GM +* SparkLAN WL-685R +* Surecom EP-9321-g +* Surecom EP-9321-g1 +* Surecom EP-9428-g +* Sweex LC500050 +* Sweex LC700030 +* TekComm NE-9321-g +* TekComm NE-9428-g +* Unex CR054g-R02 +* Unex MR054g-R02 +* Zinwell ZWX-G160 +* Zinwell ZWX-G360 +* Zinwell ZWX-G361 +* Zonet ZEW1500 +* Zonet ZEW1600 + +[i386,amd64] The man:rum[4] driver supports USB 2.0 wireless adapters based on the Ralink RT2501USB and RT2601USB chipsets, including: + +* 3Com Aolynk WUB320g +* Abocom WUG2700 +* Airlink101 AWLL5025 +* ASUS WL-167g ver 2 +* Belkin F5D7050 ver 3 +* Belkin F5D9050 ver 3 +* Buffalo WLI-U2-SG54HP +* Buffalo WLI-U2-SG54HG +* Buffalo WLI-U2-G54HP +* Buffalo WLI-UC-G +* CNet CWD-854 ver F +* Conceptronic C54RU ver 2 +* Corega CG-WLUSB2GO +* D-Link DWA-110 +* D-Link DWA-111 +* D-Link DWL-G122 rev C1 +* D-Link WUA-1340 +* Digitus DN-7003GR +* Edimax EW-7318USG +* Gigabyte GN-WB01GS +* Gigabyte GN-WI05GS +* Hawking HWUG1 +* Hawking HWU54DM +* Hercules HWGUSB2-54-LB +* Hercules HWGUSB2-54V2-AP +* LevelOne WNC-0301USB v3 +* Linksys WUSB54G rev C +* Linksys WUSB54GR +* Planex GW-US54HP +* Planex GW-US54Mini2 +* Planex GW-USMM +* Senao NUB-3701 +* Sitecom WL-113 ver 2 +* Sitecom WL-172 +* Sweex LW053 +* TP-LINK TL-WN321G + +[i386,amd64] The man:run[4] driver supports the following wireless adapters: + +* Airlink101 AWLL6090 +* ASUS USB-N11 +* ASUS USB-N13 ver. A1 +* ASUS USB-N66 +* ASUS WL-160N +* Belkin F5D8051 ver 3000 +* Belkin F5D8053 +* Belkin F5D8055 +* Belkin F6D4050 ver 1 +* Belkin F9L1103 +* Buffalo WLI-UC-AG300N +* Buffalo WLI-UC-G300N +* Buffalo WLI-UC-G301N +* Buffalo WLI-UC-GN +* Buffalo WLI-UC-GNM +* Buffalo WLI-UC-GNM2 +* Corega CG-WLUSB2GNL +* Corega CG-WLUSB2GNR +* Corega CG-WLUSB300AGN +* Corega CG-WLUSB300GNM +* D-Link DWA-130 rev B1 +* D-Link DWA-140 rev B1, B2, B3, D1 +* D-Link DWA-160 rev B2 +* D-Link DWA-162 +* DrayTek Vigor N61 +* Edimax EW-7711UAn +* Edimax EW-7711UTn +* Edimax EW-7717Un +* Edimax EW-7718Un +* Edimax EW-7733UnD +* Gigabyte GN-WB30N +* Gigabyte GN-WB31N +* Gigabyte GN-WB32L +* Hawking HWDN1 +* Hawking HWUN1 +* Hawking HWUN2 +* Hercules HWNU-300 +* Linksys WUSB54GC v3 +* Linksys WUSB600N +* Logitec LAN-W150N/U2 +* Mvix Nubbin MS-811N +* Planex GW-USMicroN +* Planex GW-US300MiniS +* Sitecom WL-182 +* Sitecom WL-188 +* Sitecom WL-301 +* Sitecom WL-302 +* Sitecom WL-315 +* SMC SMCWUSBS-N2 +* Sweex LW303 +* Sweex LW313 +* TP-LINK TL-WDN3200 +* TP-LINK TL-WN727N v3 +* Unex DNUR-81 +* Unex DNUR-82 +* ZyXEL NWD2705 +* ZyXEL NWD210N +* ZyXEL NWD270N + +The man:uath[4] driver should work with the following adapters: + +* Compex WLU108AG +* Compex WLU108G +* D-Link DWL-G132 +* IODATA WN-G54/US +* MELCO WLI-U2-KAMG54 +* Netgear WG111T +* Netgear WG111U +* Netgear WPN111 +* Olitec 000544 +* PLANET WDL-U357 +* Siemens Gigaset 108 +* SMC SMCWUSBT-G +* SMC SMCWUSBT-G2 +* SparkLAN WL-785A +* TP-Link TL-WN620G +* TRENDware International TEW-444UB +* TRENDware International TEW-504UB +* Unex Technology UR054ag +* ZyXEL XtremeMIMO M-202 + +An up to date list can be found at http://customerproducts.atheros.com/customerproducts/default.asp. + +The man:upgt[4] driver supports USB 2.0 Conexant/Intersil PrismGT series wireless adapters based on the GW3887 chipset, among them: + +* Belkin F5D7050 (version 1000) +* Cohiba Proto Board +* D-Link DWL-G120 Cohiba +* FSC Connect2Air E-5400 USB D1700 +* Gigaset USB Adapter 54 +* Inventel UR045G +* SMC EZ ConnectG SMC2862W-G +* Sagem XG703A +* Spinnaker DUT +* Spinnaker Proto Board + +[i386,amd64] The man:ural[4] driver supports USB 2.0 wireless adapters based on the Ralink Technology RT2500USB chipset, including: + +* AMIT WL532U +* ASUS WL-167g +* Belkin F5D7050 v2000 +* Buffalo WLI-U2-KG54-AI +* CNet CWD-854 +* Compex WLU54G 2A1100 +* Conceptronic C54RU +* D-Link DWL-G122 b1 +* Dynalink WLG25USB +* E-Tech WGUS02 +* Gigabyte GN-WBKG +* Hercules HWGUSB2-54 +* KCORP LifeStyle KLS-685 +* Linksys WUSB54G v4 +* Linksys WUSB54GP v4 +* MSI MS-6861 +* MSI MS-6865 +* MSI MS-6869 +* NovaTech NV-902 +* OvisLink Evo-W54USB +* SerComm UB801R +* SparkLAN WL-685R +* Surecom EP-9001-g +* Sweex LC100060 +* Tonze UW-6200C +* Zinwell ZWX-G261 +* Zonet ZEW2500P + +An up to date list can be found at http://ralink.rapla.net/. + +The man:urtw[4] driver supports Realtek RTL8187B/L based wireless network devices, including: + +* Belkin F5D7050E +* Linksys WUSB54GCv2 +* Netgear WG111v2 +* Netgear WG111v3 +* Safehome WLG-1500SMA5 +* Shuttle XPC Accessory PN20 +* Sitecom WL168v1 +* Sitecom WL168v4 +* SureCom EP-9001-g(2A) +* TRENDnet TEW-424UB V3.xR + +[amd64, i386, pc98] Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24 chipsets (man:wi[4] driver) + +[i386] NCR / AT&T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (man:wl[4] driver) + +[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (man:wpi[4] driver) + +[i386,amd64] The following devices are known to be supported by the man:zyd[4] driver: + +* 3COM 3CRUSB10075 +* Acer WLAN-G-US1 +* Airlink+ AWLL3025 +* Airlink 101 AWLL3026 +* AOpen 802.11g WL54 +* Asus A9T integrated wireless +* Asus WL-159g +* Belkin F5D7050 v.4000 +* Billion BiPAC 3011G +* Buffalo WLI-U2-KG54L +* CC&C WL-2203B +* DrayTek Vigor 550 +* Edimax EW-7317UG +* Edimax EW-7317LDG +* Fiberline Networks WL-43OU +* iNexQ UR055g +* Linksys WUSBF54G +* Longshine LCS-8131G3 +* MSI US54SE +* MyTek MWU-201 USB adapter +* Philips SNU5600 +* Planet WL-U356 +* Planex GW-US54GZ +* Planex GW-US54GZL +* Planex GW-US54Mini +* Safecom SWMULZ-5400 +* Sagem XG 760A +* Sagem XG 76NA +* Sandberg Wireless G54 USB +* Sitecom WL-113 +* SMC SMCWUSB-G +* Sweex wireless USB 54 Mbps +* Tekram/Siemens USB adapter +* Telegent TG54USB +* Trendnet TEW-424UB rev A +* Trendnet TEW-429UB +* TwinMOS G240 +* Unicorn WL-54G +* US Robotics 5423 +* X-Micro XWL-11GUZX +* Yakumo QuickWLAN USB +* Zonet ZEW2501 +* ZyXEL ZyAIR G-202 +* ZyXEL ZyAIR G-220 + +[[misc-network]] +== Miscellaneous Networks + +[i386,pc98] The man:ce[4] driver supports the following models of Tau-PCI/32 WAN adapters: + +* Cronyx Tau-PCI/32 +* Cronyx Tau-PCI/32-Lite + +[i386] The man:cx[4] driver supports the following cards: + +* Cronyx Sigma-22, Sigma-24 +* Cronyx Sigma-100 +* Cronyx Sigma-400, Sigma-401, Sigma-404, Sigma-410, Sigma-440 +* Cronyx Sigma-500 +* Cronyx Sigma-703 +* Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840 + +[i386,pc98] The man:cp[4] driver supports the following models of Tau-PCI WAN adapters: + +* Cronyx Tau-PCI +* Cronyx Tau-PCI/R +* Cronyx Tau-PCI-L +* Cronyx Tau-PCI-L/R +* Cronyx Tau-PCI-E1 +* Cronyx Tau-PCI-G703 +* Cronyx Tau-PCI-2E1 +* Cronyx Tau-PCI-4E1 +* Cronyx Tau-PCI-E3 +* Cronyx Tau-PCI-T3 +* Cronyx Tau-PCI-STS1 + +[i386] The man:ctau[4] driver supports the following cards: + +* Cronyx Tau (RS-232/V.35) +* Cronyx Tau/R (RS-530/RS-449) +* Cronyx Tau/E1 (fractional E1) +* Cronyx Tau/G703 (unframed E1) + +[i386] The man:cm[4] driver supports the following card models: + +* SMC90c26 +* SMC90c56 +* SMC90c66 in '56 compatibility mode. + +[[serial]] +== Serial Interfaces + +[amd64, i386] "PC standard" 8250, 16450, and 16550-based serial ports (man:sio[4] driver) + +The man:uart[4] driver supports the following classes of UARTs: + +* NS8250: standard hardware based on the 8250, 16450, 16550, 16650, 16750 or the 16950 UARTs. +* SCC: serial communications controllers supported by the scc(4) device driver. + +The man:scc[4] driver supports the following classes of SCCs: + +* SAB82532: Siemens SAB 82532 based serial communications controllers. +* Z8530: Zilog 8530 based serial communications controllers. + +[amd64, i386] AST 4 port serial card using shared IRQ + +* ARNET 8 port serial card using shared IRQ +* ARNET (now Digiboard) Sync 570/i high-speed serial + +[i386] Boca multi-port serial cards + +* Boca BB1004 4-Port serial card (Modems _not_ supported) +* Boca IOAT66 6-Port serial card (Modems supported) +* Boca BB1008 8-Port serial card (Modems _not_ supported) +* Boca BB2016 16-Port serial card (Modems supported) + +[i386] Comtrol Rocketport card (man:rp[4] driver) + +[i386] Cyclades Cyclom-Y serial board (man:cy[4] driver) + +[i386] STB 4 port card using shared IRQ + +[i386] DigiBoard intelligent serial cards (digi driver) + +[amd64, i386, ia64] PCI-Based multi-port serial boards (man:puc[4] driver) + +* [amd64, i386] Actiontech 56K PCI +* [amd64, i386] Avlab Technology, PCI IO 2S and PCI IO 4S +* [amd64, i386] Comtrol RocketPort 550 +* [amd64, i386] Decision Computers PCCOM 4-port serial and dual port RS232/422/485 +* [ia64] Diva Serial (GSP) Multiport UART +* [amd64, i386] Dolphin Peripherals 4025/4035/4036 +* [amd64, i386] IC Book Labs Dreadnought 16x Lite and Pro +* [amd64, i386] Lava Computers 2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550 +* [amd64, i386] Middle Digital, Weasle serial port +* [amd64, i386] Moxa Industio CP-114, Smartio C104H-PCI and C168H/PCI +* [amd64, i386] NEC PK-UG-X001 and PK-UG-X008 +* [amd64, i386] Netmos NM9835 PCI-2S-550 +* [amd64, i386] Oxford Semiconductor OX16PCI954 PCI UART +* [amd64, i386] Syba Tech SD-LAB PCI-4S2P-550-ECP +* [amd64, i386] SIIG Cyber I/O PCI 16C550/16C650/16C850 +* [amd64, i386] SIIG Cyber 2P1S PCI 16C550/16C650/16C850 +* [amd64, i386] SIIG Cyber 2S1P PCI 16C550/16C650/16C850 +* [amd64, i386] SIIG Cyber 4S PCI 16C550/16C650/16C850 +* [amd64, i386] SIIG Cyber Serial (Single and Dual) PCI 16C550/16C650/16C850 +* [amd64, i386] Syba Tech Ltd. PCI-4S2P-550-ECP +* [amd64, i386] Titan PCI-200H and PCI-800H +* [amd64, i386] US Robotics (3Com) 3CP5609 modem +* [amd64, i386] VScom PCI-400 and PCI-800 + +[i386] The man:rc[4] driver provides support for the SDL Communications RISCom/8 boards. + +[i386, amd64] Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the "enhanced" (transputer based, aka JET) host cards (ISA, EISA and PCI) are supported. Note that the newer SX+ PCI cards are not currently supported. (man:si[4] driver) + +[pc98] Internel serial interfaces (man:sio[4] driver) + +* PC-9801 on-board +* PC-9821 2'nd CCU (flags 0x12000000) + +[pc98] NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (man:sio[4] driver) + +* COM2 (flags 0x01000000) +* COM3 (flags 0x02000000) + +[pc98] NEC PC-9801-120 (man:sio[4] driver) + +== Note: + +"flags 0x11000000" is necessary in kernel configuration. + +[pc98] Microcore MC-16550, MC-16550II, MC-RS98 (man:sio[4] driver) + +== Note: + +"flags 0x14000?01" is necessary in kernel configuration. + +[pc98] Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (man:sio[4] driver) + +== Note: + +"flags 0x15000?01" is necessary in kernel configuration. + +[pc98] Media Intelligent RSB-384 (man:sio[4] driver) + +== Note: + +"flags 0x16000001" is necessary in kernel configuration. + +[pc98] I-O DATA RSA-98III (man:sio[4] driver) + +== Note: + +"flags 0x18000?01" is necessary in kernel configuration. + +[pc98] Hayes ESP98 (man:sio[4] driver) + +== Note: + +"options COM_ESP" and "flags 0x19000000" are necessary in kernel configuration. + +[[sound]] +== Sound Devices + +[i386,amd64] The man:snd_ad1816[4] driver supports the following sound cards: + +* Analog Devices AD1816 + +[i386] The man:snd_als4000[4] driver supports the following sound cards: + +* Avance Logic ALS4000 + +[i386,amd64] The man:snd_atiixp[4] driver supports the following audio chipsets: + +* ATI IXP 200 +* ATI IXP 300 +* ATI IXP 400 + +[sparc64] The man:snd_audiocs[4] driver supports the following audio devices: + +* CS4231 on SBus based UltraSPARC +* CS4231 on PCI/EBus based UltraSPARC + +[i386,amd64] The man:snd_cmi[4] driver supports the following sound cards: + +* CMedia CMI8338A +* CMedia CMI8338B +* CMedia CMI8738 +* CMedia CMI8738B + +[i386,amd64] The man:snd_cs4281[4] driver supports the following sound cards: + +* Crystal Semiconductor CS4281 + +[i386,amd64] The man:snd_csa[4] driver supports the following sound cards: + +* Crystal Semiconductor CS4280 +* Crystal Semiconductor CS4610 +* Crystal Semiconductor CS4611 +* Crystal Semiconductor CS4614 +* Crystal Semiconductor CS4615 +* Crystal Semiconductor CS4622 +* Crystal Semiconductor CS4624 +* Crystal Semiconductor CS4630 +* Genius Soundmaker 128 Value +* Hercules Game Theatre XP +* Turtle Beach Santa Cruz + +Some onboard CS4610 chips are accompanied by the CS423x ISA codec instead of the CS4297 AC97 codec. Such configurations are not supported by the man:snd_csa[4] driver yet. + +[i386,amd64] The man:snd_ds1[4] driver supports the following sound cards: + +* Yamaha DS-1 +* Yamaha DS-1E + +[i386,amd64] The man:snd_emu10k1[4] driver supports the following sound cards: + +* Creative SoundBlaster Live! (EMU10K1 Chipset) +* Creative SoundBlaster Audigy (EMU10K2 Chipset) +* Creative SoundBlaster Audigy 2 (EMU10K2 Chipset) +* Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) + +[i386,amd64] The man:snd_emu10kx[4] driver supports the following sound cards: + +* Creative Sound Blaster Live! (EMU10K1 Chipset). Both PCM and MIDI interfaces are available. +* Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM and two MIDI interfaces available. +* Creative Sound Blaster Audigy 2 and Creative Sound Blaster Audigy 4 (CA0102 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). +* Creative Sound Blaster Audigy 2 Value (CA0108 Chipset). PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported). There is no MIDI support for this card. + +The man:snd_emu10kx[4] driver does _not_ support the following sound cards (although they have names similar to some supported ones): + +* Creative Sound Blaster Live! 24-Bit, identified by FreeBSD as +* Creative Sound Blaster Audigy LS / ES, identified by FreeBSD as +* All other Creative sound cards with -DAT chipsets. +* All Creative X-Fi series sound cards. + +[i386,amd64] The man:snd_envy24[4] driver supports the following audio devices: + +* M-Audio Audiophile 2496 +* M-Audio Delta Dio 2496 +* Terratec DMX 6fire + +[i386,amd64] The man:snd_envy24ht[4] driver supports the following audio devices: + +* Audiotrak Prodigy 7.1 +* Audiotrak Prodigy 7.1 LT +* Audiotrak Prodigy 7.1 XT +* Audiotrak Prodigy HD2 +* ESI Juli@ +* M-Audio Audiophile 192 +* M-Audio Revolution 5.1 +* M-Audio Revolution 7.1 +* Terratec Aureon 5.1 Sky +* Terratec Aureon 7.1 Space +* Terratec Aureon 7.1 Universe +* Terratec PHASE 22 +* Terratec PHASE 28 + +[i386,sparc64,amd64] The man:snd_es137x[4] driver supports the following sound cards: + +* Creative CT5880-A +* Creative CT5880-C +* Creative CT5880-D +* Creative CT5880-E +* Creative SB AudioPCI CT4730 +* Ensoniq AudioPCI ES1370 +* Ensoniq AudioPCI ES1371-A +* Ensoniq AudioPCI ES1371-B +* Ensoniq AudioPCI ES1373-A +* Ensoniq AudioPCI ES1373-B +* Ensoniq AudioPCI ES1373-8 + +[i386,amd64] The man:snd_ess[4] driver supports the following sound cards: + +* Ensoniq ESS ISA PnP/non-PnP + +[i386,amd64] The man:snd_fm801[4] driver supports audio devices based on the following chipset: + +* Forte Media FM801 + +[i386,amd64] The man:snd_gusc[4] driver supports the following sound cards: + +* Gravis UltraSound MAX +* Gravis UltraSound PnP + +[i386,amd64] The man:snd_hda[4] driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification. + +The man:snd_hda[4] driver supports more than two hundred different controllers and CODECs. There is no sense to list all of them here, as in most cases specific CODEC configuration and wiring are more important then type of the CODEC itself. + +[i386,amd64] The man:snd_hdspe[4] driver supports the following audio devices: + +* RME HDSPe AIO +* RME HDSPe RayDAT + +[i386,amd64] The man:snd_ich[4] driver supports the following audio devices: + +* AMD 768 +* AMD 8111 +* Intel 443MX +* Intel ICH +* Intel ICH revision 1 +* Intel ICH2 +* Intel ICH3 +* Intel ICH4 +* Intel ICH5 +* Intel ICH6 +* Intel ICH7 +* NVIDIA nForce +* NVIDIA nForce2 +* NVIDIA nForce2 400 +* NVIDIA nForce3 +* NVIDIA nForce3 250 +* NVIDIA nForce4 +* SiS 7012 + +[i386,amd64] The man:snd_maestro[4] driver supports the following PCI sound cards: + +* ESS Technology Maestro-1 +* ESS Technology Maestro-2 +* ESS Technology Maestro-2E + +[i386,amd64] The man:snd_maestro3[4] driver supports the following audio devices: + +* ESS Technology Allegro-1 +* ESS Technology Maestro3 + +[i386] The man:snd_mss[4] driver supports the following audio devices: + +* AD1845 +* AD1848 +* Aztech 2320 +* CMedia CMI8330 +* Crystal Semiconductor CS4231 +* Crystal Semiconductor CS4232 +* Crystal Semiconductor CS4234 +* Crystal Semiconductor CS4235 +* Crystal Semiconductor CS4236 +* Crystal Semiconductor CS4237 +* ENSONIQ SoundscapeVIVO ENS4081 +* NeoMagic 256AV (non-AC97) +* OPTi 924 +* OPTi 925 +* OPTi 930 +* OPTi 931 +* OPTi 933 +* Yamaha OPL-SA2 +* Yamaha OPL-SA3 + +[i386,amd64] The man:snd_neomagic[4] driver supports the following audio devices: + +* NeoMagic 256AV +* NeoMagic 256ZX + +[i386,amd64] The man:snd_sbc[4] driver supports the following sound cards: + +* Avance Asound 110 +* Avance Logic ALS100+ +* Avance Logic ALS120 +* Creative SB16 +* Creative SB32 +* Creative AWE64 +* Creative AWE64 Gold +* Creative ViBRA16C +* Creative ViBRA16X +* ESS ES1681 +* ESS ES1688 +* ESS ES1868 +* ESS ES1869 +* ESS ES1878 +* ESS ES1879 +* ESS ES1888 + +[i386,amd64] The man:snd_solo[4] driver supports the following sound cards: + +* ESS Solo-1 (ES1938 Chipset) +* ESS Solo-1E (ES1946 Chipset) + +Note that older ESS ISA cards with ES18xx chipset are supported via snd_ess(4) and/or snd_sbc(4). + +[i386,amd64] The man:snd_spicds[4] driver supports the following codecs: + +* AK4358 +* AK4381 +* AK4396 +* AK4524 +* AK4528 +* WM8770 + +[i386,amd64,sparc64] The man:snd_t4dwave[4] driver supports the following audio devices: + +* Acer Labs M5451 +* SIS 7018 +* Trident 4DWave DX +* Trident 4DWave NX + +[i386,amd64] The man:snd_via8233[4] driver supports the following audio chipsets: + +* VIA VT8233 +* VIA VT8233A +* VIA VT8233C +* VIA VT8235 +* VIA VT8237 +* VIA VT8251 + +[i386,amd64] The man:snd_via82c686[4] driver supports audio devices based on the following chipset: + +* VIA 82C686A + +[i386,amd64] The man:snd_vibes[4] driver supports audio devices based on the following chipset: + +* S3 SonicVibes + +[pc98] NEC PC-9801-73, 86 and compatibles (nss driver) + +* NEC A-MATE internal sound +* Q-Vision WaveStar, WaveMaster + +[pc98] NEC X-MATE, CanBe, ValueStar internal (mss driver) + +[pc98] Creative Technologies SoundBlaster(98) (man:sb[4] driver) + +[pc98] I-O DATA CD-BOX (man:sb[4] driver) + +[pc98] MPU-401 and compatible interfaces (mpu driver) + +* Q-Vision WaveStar + +[[camera]] +== Camera and Video Capture Devices + +[i386,pc98] The man:bktr[4] driver supports video capture cards based on the Brooktree Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including: + +* AOpen VA1000 +* AVerMedia AVerTV Studio +* AVerMedia TF/FM-98 +* ATI TV Wonder VE +* Hauppauge WinCast/TV +* Hauppauge WinTV-Go-FM +* Hauppauge WinTV-pci +* Hauppauge WinTV-radio +* Intel Smart Video Recorder III +* KWORLD PCI TV Tuner +* Miro PC TV +* Pinnacle PCTV Pro +* Pinnacle PCTV Rave +* PixelView PlayTV PAK +* PixelView PlayTV Pro (rev 4C, 9D) +* SIGMA TV II +* STB TV PCI Television Tuner +* Super TV Tuner +* TerraTec TValue +* V-Stream XPERT TV-PVR 878 +* Video Highway XTreme +* VideoLogic Captivator PCI + +[i386] Connectix QuickCam + +[[usb]] +== USB Devices + +[amd64, i386, ia64, pc98] A range of USB peripherals are supported; devices known to work are listed in this section. Owing to the generic nature of most USB devices, with some exceptions any device of a given class will be supported, even if not explicitly listed here. + +== Note: + +[amd64, i386, ia64, pc98] USB Ethernet adapters can be found in the section listing <>. + +== Note: + +[amd64, i386, ia64, pc98] USB Bluetooth adapters can be found in <> section. + +[i386,pc98,ia64,amd64,powerpc] The man:ohci[4] driver supports all OHCI v1.0 compliant controllers including: + +* AcerLabs M5237 (Aladdin-V) +* AMD-756 +* OPTi 82C861 (FireLink) +* NEC uPD 9210 +* CMD Tech 670 (USB0670) +* CMD Tech 673 (USB0673) +* NVIDIA nForce3 +* Sun PCIO-2 (RIO USB) + +[i386,pc98,ia64,amd64,powerpc] The man:uhci[4] driver supports all UHCI v1.1 compliant controllers including: + +* Intel 82371AB/EB (PIIX4) +* Intel 82371SB (PIIX3) +* VIA 83C572 + +[amd64, i386, ia64, pc98] USB 2.0 controllers using the EHCI interface (man:ehci[4] driver) + +[amd64, i386, ia64, pc98] Hubs + +[amd64, i386, ia64, pc98] Keyboards (man:ukbd[4] driver) + +[amd64, i386, pc98] Miscellaneous + +* Assist Computer Systems PC Camera C-M1 +* ActiveWire I/O Board +* Creative Technology Video Blaster WebCam Plus +* D-Link DSB-R100 USB Radio (man:ufm[4] driver) +* Mirunet AlphaCam Plus + +[i386,pc98,amd64,powerpc] The following devices are supported by the man:urio[4] driver: + +* Diamond MultiMedia Rio 500 +* Diamond MultiMedia Rio 600 +* Diamond MultiMedia Rio 800 + +[i386,pc98,amd64] Devices supported by the man:umodem[4] driver include: + +* 3Com 5605 +* Curitel PC5740 Wireless Modem +* Kyocera AH-K3001V Mobile Phone(WILLCOM) +* Kyocera WX320K Mobile Phone(WILLCOM) +* Metricom Ricochet GS USB wireless modem +* Sierra MC5720 Wireless Modem +* Yamaha Broadband Wireless Router RTW65b +* ELSA MicroLink 56k USB modem +* Sony Ericsson W810i phone +* Sonim XP5300 Force + +[amd64, i386, ia64, pc98] Mice (man:ums[4] driver) + +[i386,pc98,amd64,powerpc] The man:ulpt[4] driver provides support for USB printers and parallel printer conversion cables, including the following: + +* ATen parallel printer adapter +* Belkin F5U002 parallel printer adapter +* Canon BJ F850, S600 +* Canon LBP-1310, 350 +* Entrega USB-to-parallel printer adapter +* Hewlett-Packard HP Deskjet 3420 (P/N: C8947A #ABJ) +* Oki Data MICROLINE ML660PS +* Seiko Epson PM-900C, 880C, 820C, 730C + +[i386,pc98,amd64] The man:ubsa[4] driver supports the following adapters: + +* AnyData ADU-500A EV-DO modem +* AnyData ADU-E100A (no EV-DO mode support) +* Belkin F5U103 +* Belkin F5U120 +* e-Tek Labs Kwik232 +* GoHubs GoCOM232 +* Peracom single port serial adapter + +[i386,pc98,amd64] The man:ubser[4] driver provides support for the BWCT console management serial adapters. + +[i386,pc98,amd64] The + +* B&B Electronics USB->RS422/485 adapter +* Elexol USB MOD1 and USB MOD3 +* HP USB-Serial adapter shipped with some HP laptops +* Inland UAS111 +* QVS USC-1000 +* Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote +* Prologix GPIB-USB Controller + +[i386,pc98,amd64] The man:uplcom[4] driver supports the following devices and adapters: + +* ADLINK ND-6530 USB-Serial Adapter +* Alcatel One Touch 535/735 Phone +* Alcor AU9720 USB-RS232 Serial Adapter +* AlDiga AL-11U Modem +* Alltronix ACM003U00 Modem +* Anchor Serial adapter +* ATEN UC-232A +* BAFO BF-800 and BF-810 +* Belkin F5U257 +* BenQ S81 Phone +* Corega CG-USBRS232R Serial Adapter +* Cressi Edy (Seiko) Diving Computer +* ELECOM UC-SGT Serial Adapter +* HAL Corporation Crossam2+USB IR commander +* Hama USB RS-232 Serial Adapter +* Hamlet exagerate XURS232 +* HP LD220 Point-Of-Sale (POS) Display +* IOGEAR UC-232A +* I/O DATA USB-RSAQ, USB-RSAQ2, USB-RSAQ3 and USB-RSAQ5 +* iTegno WM1080A GSM/GFPRS Modem +* iTegno WM2080A CDMA Modem +* Leadtek 9531 GPS +* Micromax 610U Modem +* Microsoft Palm 700WX +* Mobile Action MA-620 Infrared Adapter +* Motorola Cables +* Nokia CA-42 Cable +* OTI DKU-5 cable +* Panasonic TY-TP50P6-S flat screen +* PLX CA-42 Phone Cable +* PLANEX USB-RS232 URS-03 +* Prolific Generic USB-Serial Adapters +* Prolific Pharos USB-Serial Adapter +* RATOC REX-USB60 +* Radio Shack USB Serial Cable +* Sagem USB-Serial Adapter +* Samsung I330 Phone Cradle +* Sandberg USB to Serial Link (model number 133-08) +* Sanwa KB-USB2 Multimeter cable +* Siemens/BenQ EF81, SX1, X65 and X75 Mobile Phones +* Sitecom USB-Serial Adapter +* SMART Technologies USB-Serial Adapter +* Sony QN3 Phone Cable +* Sony Ericsson Datapilot +* Sony Ericsson DCU-10 and DCU-11 (Susteen) USB Cables +* SOURCENEXT KeikaiDenwa 8 (with and without charger) +* Speed Dragon USB-Serial Cable +* Syntech CPT-8001C Barcode Scanner +* TDK UHA6400 and UPA9664 USB-PHS Adapters +* TRENDnet USB to Serial Converter (TU-S9) +* Tripp-Lite U209-000-R USB-Serial Adapter +* UIC HCR331 Magnetic Stripe Card Reader +* UIC MSR206 Magnetic Stripe Card Reader +* Willcom W-SIM DD PHS terminal.(WS002IN) +* YC-Cable USB-Serial Adapter +* Zeagle N2iTion3 Diving Computer + +The man:umct[4] driver supports the following adapters: + +* Belkin F5U109 +* Belkin F5U409 +* D-Link DU-H3SP USB BAY Hub +* Magic Control Technology USB-232 +* Sitecom USB-232 + +[i386,pc98,amd64,powerpc] The man:umass[4] driver supports USB Mass Storage devices, including: + +* ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M +* Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20 +* FujiFilm Zip USB Drive ZDR100 USB A +* GREEN HOUSE USB Flash Memory "PicoDrive" GH-UFD32M, 64M, 128M +* Huawei Mobile (SD slot) +* IBM 32MB USB Memory Key (P/N 22P5296) +* IBM 256MB USB Drive (MSYSTEM DiskOnKey2) +* IBM ThinkPad USB Portable CD-ROM Drive (P/N 33L5151) +* I-O DATA USB CD/CD-R/CD-RW/DVD-R/DVD-RW/DVD-RAM/DVD-ROM Drive DVR-iUH2 (CDROM, DVD-RAM only) +* I-O DATA USB x6 CD-RW Drive CDRW-i64/USB (CDROM only) +* I-O DATA USB/IEEE1394 Portable HD Drive HDP-i30P/CI, HDP-i40P/CI +* Iomega USB Zip 100/250 drive +* Iomega Zip750 USB2.0 drive +* Keian USB1.1/2.0 3.5-inch HDD Case KU350A +* Kurouto Shikou USB 2.5-inch HDD Case GAWAP2.5PS-USB2.0 +* LaCie P3 HardDrive USB 200GB +* Logitec LDR-H443U2 DVD-RAM/-R/+R/-RW/+RW drive +* Logitec Mobile USB Memory LMC-256UD +* Logitec USB1.1/2.0 HDD Unit SHD-E60U2 +* Logitec USB Double-Speed Floppy Drive LFD-31U2 +* Logitec USB/IEEE1394 DVD-RAM/R/RW Unit LDR-N21FU2 (CDROM only) +* MELCO USB Flash Disk "ClipDrive", RUF-C32M, -C64M, -C128M, -C256M, -C512M +* MELCO USB Flash Disk "PetitDrive", RUF-32M, -64M, -128M, -256Mm +* MELCO USB2.0 Flash Disk "PetitDrive2", RUF-256M/U2, -512M/U2 +* MELCO USB2.0 MO Drive MO-CH640U2 +* Matshita CF-VFDU03 floppy drive +* Merlin SM300 MP3/WMA Player (256Mb) +* Microtech International, Inc. USB-SCSI-HD 50 USB to SCSI cable +* Motorola E398 Mobile Phone (TransFlash memory card) +* NOVAC USB2.0 2.5/3.5-inch HDD Case NV-HD351U +* PNY Attache Flash Drive +* Panasonic ("Matshita FDD CF-VFDU03") +* Panasonic KXL-CB20AN Portable DVD-ROM/CD-R/RW +* Panasonic KXL-CB35AN (DVD-ROM & CD-R/RW) +* Panasonic USB2.0 Portable CD-RW Drive KXL-RW40AN (CDROM only) +* Panasonic floppy drive +* Qware BeatZkey! Pro +* RATOC Systems USB2.0 Removable HDD Case U2-MDK1, U2-MDK1B +* SanDisk SDDR-31 (Compact Flash) +* SanDisk SDDR-75 (only Compact Flash port works) +* Sitecom CN-300 MultiFlash (MMC/SD, SmartMedia, CF, MemoryStick) +* Sony Portable CD-R/RW Drive CRX10U (CDROM only) +* TEAC Portable USB CD-ROM Unit CD-110PU/210PU +* Time DPA20B MP3 Player (1Gb) +* Trek Thumbdrive 8MB +* VAIO floppy drive (includes Y-E Data Flashbuster-U) +* Y-E Data floppy drive (720/1.44/2.88Mb) + +Among the supported digital cameras are: + +* Asahi Optical (PENTAX) Optio 230 & 330 + +[amd64, i386, pc98] Audio Devices (man:uaudio[4] driver) + +[i386,pc98,amd64] The man:uvisor[4] driver supports the following devices: + +* Aceeca Mez1000 RDA +* Handspring Treo +* Handspring Treo 600 +* Handspring Visor +* Palm I705 +* Palm M125 +* Palm M130 +* Palm M500 +* Palm M505 +* Palm M515 +* Palm Tungsten T +* Palm Tungsten Z +* Palm Zire +* Palm Zire 31 +* Sony Clie 4.0 +* Sony Clie 4.1 +* Sony Clie 5.0 +* Sony Clie PEG-S500C +* Sony Clie NX60 +* Sony Clie S360 +* Sony Clie TJ37 + +[[firewire]] +== IEEE 1394 (Firewire) Devices + +[i386,sparc64,ia64,amd64,powerpc] The man:fwohci[4] driver provides support for PCI/CardBus FireWire interface cards. The driver supports the following IEEE 1394 OHCI chipsets: + +* Adaptec AHA-894x/AIC-5800 +* Apple Pangea +* Apple UniNorth +* Intel 82372FB +* IOGEAR GUF320 +* Lucent / Agere FW322/323 +* NEC uPD72861 +* NEC uPD72870 +* NEC uPD72871/2 +* NEC uPD72873 +* NEC uPD72874 +* National Semiconductor CS4210 +* Ricoh R5C551 +* Ricoh R5C552 +* Sony CX3022 +* Sony i.LINK (CXD3222) +* Sun PCIO-2 (RIO 1394) +* Texas Instruments PCI4410A +* Texas Instruments PCI4450 +* Texas Instruments PCI4451 +* Texas Instruments TSB12LV22 +* Texas Instruments TSB12LV23 +* Texas Instruments TSB12LV26 +* Texas Instruments TSB43AA22 +* Texas Instruments TSB43AB21/A/AI/A-EP +* Texas Instruments TSB43AB22/A +* Texas Instruments TSB43AB23 +* Texas Instruments TSB82AA2 +* VIA Fire II (VT6306) + +[amd64, i386, sparc64] Serial Bus Protocol 2 (SBP-2) storage devices (man:sbp[4] driver) + +[[bluetooth]] +== Bluetooth Devices + +[i386,pc98,amd64] The man:ng_bt3c[4] driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter. + +[i386,pc98,amd64] The man:ng_ubt[4] driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including: + +* 3Com 3CREB96 +* AIPTEK BR0R02 +* EPoX BT-DG02 +* Mitsumi Bluetooth USB adapter +* MSI MS-6967 +* TDK Bluetooth USB adapter +* Broadcom Bluetooth USB adapter + +[[crypto-accel]] +== Cryptographic Accelerators + +[i386,pc98,amd64] The man:hifn[4] driver supports various cards containing the Hifn 7751, 7951, 7811, 7955, and 7956 chipsets, such as: + +* Invertex AEON +* Hifn 7751 +* PowerCrypt +* XL-Crypt +* NetSec 7751 +* Soekris Engineering vpn1201 and vpn1211 +* Soekris Engineering vpn1401 and vpn1411 + +[i386,pc98,amd64] The man:safe[4] driver supports cards containing any of the following chips: + +* SafeNet 1141 +* SafeNet 1741 + +[i386,pc98,amd64] The man:ubsec[4] driver supports cards containing any of the following chips: + +* Bluesteel 5501 +* Bluesteel 5601 +* Broadcom BCM5801 +* Broadcom BCM5802 +* Broadcom BCM5805 +* Broadcom BCM5820 +* Broadcom BCM5821 +* Broadcom BCM5822 +* Broadcom BCM5823 +* Broadcom BCM5825 + +[[misc]] +== Miscellaneous + +[amd64, i386, pc98] FAX-Modem/PCCARD + +* MELCO IGM-PCM56K/IGM-PCM56KH +* Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal) + +[amd64, i386, pc98] Floppy drives (man:fdc[4] driver) + +[amd64, i386] VGA-compatible video cards (man:vga[4] driver) + +== Note: + +Information regarding specific video cards and compatibility with [.application]#Xorg# can be found at `http://www.x.org/`. + +[amd64, i386, ia64, pc98] Keyboards including: + +* [i386] AT-style keyboards (man:atkbd[4] driver) +* [amd64, i386] PS/2 keyboards (man:atkbd[4] driver) +* [pc98] Standard keyboards +* [amd64, i386, ia64, pc98] USB keyboards (man:ukbd[4] driver) + +[amd64, i386, ia64, pc98] Pointing devices including: + +* [amd64, i386, pc98] Bus mice and compatible devices (man:mse[4] driver) +* [amd64, i386] PS/2 mice and compatible devices, including many laptop pointing devices (man:psm[4] driver) +* Serial mice and compatible devices +* [amd64, i386, ia64, pc98] USB mice (ums[4] driver) + +== Note: + +man:moused[8] has more information on using pointing devices with FreeBSD. Information on using pointing devices with Xorg can be found at `http://www.x.org/`. + +[amd64, i386] "PC standard" parallel ports (man:ppc[4] driver) + +[pc98] "PC-9821 standard" parallel ports (man:ppc[4] driver) + +[i386, amd64] PC-compatible joysticks (man:joy[4] driver) + +[pc98] Joystick port of SoundBlaster(98) (man:joy[4] driver) + +[i386, pc98] PHS Data Communication Card/PCCARD + +* NTT DoCoMo P-in Comp@ct +* Panasonic KX-PH405 +* SII MC-P200 + +[i386] Xilinx XC6200-based reconfigurable hardware cards compatible with the HOT1 from http://www.vcc.com/[Virtual Computers] (xrpu driver). + +[pc98] Power Management Controller of NEC PC-98 Note (pmc driver) diff --git a/website/content/en/releases/9.3R/hardware.html b/website/content/en/releases/9.3R/hardware.html deleted file mode 100644 index feacc4238e..0000000000 --- a/website/content/en/releases/9.3R/hardware.html +++ /dev/null @@ -1,349 +0,0 @@ - -FreeBSD 9.3-RELEASE Hardware Notes

FreeBSD 9.3-RELEASE Hardware Notes

The FreeBSD Documentation Project

FreeBSD is a registered trademark of - the FreeBSD Foundation.

AMD, AMD Athlon, - AMD Opteron, Athlon, Élan, Opteron, and PCnet are - trademarks of Advanced Micro Devices, Inc.

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.

IBM, AIX, OS/2, - PowerPC, PS/2, S/390, and ThinkPad are - trademarks of International Business Machines Corporation in the - United States, other countries, or both.

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.

SPARC, SPARC64, and - UltraSPARC are trademarks of SPARC International, Inc in the United - States and other countries. SPARC International, Inc owns all of the - SPARC trademarks and under licensing agreements allows the proper use - of these trademarks by its members.

Sun, Sun Microsystems, Java, Java - Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, - Solaris, StarOffice, SunOS - and VirtualBox are trademarks or registered trademarks of - Sun Microsystems, Inc. in the United States and other countries.

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.

Last modified on 2014-06-09 by brueffer.

1. Introduction

This document contains the hardware compatibility notes for - FreeBSD 9.3-RELEASE. It lists the hardware platforms - supported by FreeBSD, as well as the various types of hardware - devices (storage controllers, network interfaces, and so on), - along with known working instances of these devices.

2. Supported Processors and System Boards

This section provides some architecture-specific information - about the specific processors and systems that are supported by - each architecture.

2.1. amd64

Since mid-2003 FreeBSD/amd64 has supported the AMD64 - (Hammer) and Intel® 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™64 (Clawhammer).

  • AMD Opteron™ (Sledgehammer).

  • All multi-core Intel® Xeon™ 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® 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 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.

Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) - configurations are supported.

In many respects, FreeBSD/amd64 is similar to - FreeBSD/i386, in terms of drivers supported. Generally, - drivers that already function correctly on other 64-bit - platforms should work.

2.2. 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™-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® processors. - All i386™-compatible AMD processors are also supported, - including the Am486®, Am5x86®, K5, AMD-K6® (and variants), - AMD Athlon™ (including Athlon-MP, Athlon-XP, Athlon-4, and - Athlon Thunderbird), and AMD Duron™ 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 buses are well-supported. There is some - limited support for the MCA (MicroChannel) - expansion bus used in the IBM PS/2 line of PCs.

Symmetric multi-processor (SMP) systems are generally - supported by FreeBSD, although in some cases, BIOS or motherboard - bugs may generate some problems. Perusal of the archives of - the 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 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 - pae(4) manual page for more details.

FreeBSD will generally run on i386-based laptops, albeit with - varying levels of support for certain hardware features such - as sound, graphics, power management, and PCCARD expansion - slots. These features tend to vary in idiosyncratic ways - between machines, and frequently require special-case support - in FreeBSD to work around hardware bugs or other oddities. When - in doubt, a search of the archives of the 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 - 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:

hint.acpi.0.disabled="1"

Users debugging ACPI-related problems may find it useful - to disable portions of the ACPI functionality. The - 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 DSDT - section of the ACPI4Linux project - Web site. FreeBSD can use these DSDTs to override the DSDT - provided by the BIOS; see the acpi(4) manual page for - more information.

2.3. ia64

Currently supported processors are the Itanium® - and the 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 syscons(4) can not be enabled - and the use of a serial console is required.

2.4. 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.

2.5. 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

2.6. sparc64

This section describes the systems currently known to be - supported by FreeBSD on the Fujitsu SPARC64® and Sun UltraSPARC® - platforms. For - background information on the various hardware designs see the - 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 creator(4) (Sun Creator, Sun Creator3D - and Sun Elite3D) or machfb(4) (Sun PGX and Sun PGX64 - as well as the ATI Mach64 chips found onboard in for example - Sun Blade™ 100, Sun Blade™ 150, Sun Ultra™ 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.3-RELEASE. We encourage - you to try it and send a note to the 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™ 150

  • Sun Enterprise™ 220R

  • Sun Enterprise™ 250

  • Sun Enterprise™ 420R

  • Sun Enterprise™ 450

  • Sun Fire™ B100s (support for the on-board NICs first - appeared in 8.1-RELEASE)

  • Sun Fire™ V100

  • Sun Fire™ V120

  • Sun Netra™ 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® 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 fiber channel controllers in SBus-based systems are not - supported. However, it is possible to use these with a SCSI controller - supported by the 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® 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

3. Supported Devices

This section describes the devices currently known to be - supported by FreeBSD. Other configurations may also work, but - simply have not been tested yet. Feedback, updates, and - corrections to this list are encouraged.

Where possible, the drivers applicable to each device or - class of devices is listed. If the driver in question has a - manual page in the FreeBSD base distribution (most should), it is - referenced here. Information on specific models of supported - devices, controllers, etc. can be found in the manual - pages.

Note:

The device lists in this document are being generated - automatically from FreeBSD manual pages. This means that some - devices, which are supported by multiple drivers, may appear - multiple times.

3.1. Disk Controllers

[amd64, i386, ia64, pc98, - sparc64] IDE/ATA controllers (ata(4) - driver)

[pc98] IDE/ATA controllers (wdc driver)

  • On-board IDE controller

[i386,ia64,amd64] Controllers supported by the 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 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 adw(4) driver supports SCSI controllers including:

  • AdvanSys ABP940UW/ABP3940UW

  • AdvanSys ABP950UW

  • AdvanSys ABP970UW

  • AdvanSys ABP3940U2W

  • AdvanSys ABP3950U2W

[i386] The 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 ahb(4) driver supports the following SCSI host adapters:

  • Adaptec AHA-1740

  • Adaptec AHA-1742

  • Adaptec AHA-1740A

  • Adaptec AHA-1742A

The 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 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 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 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 amd(4) driver include:

  • MELCO IFC-DP (PC-98)

  • Tekram DC390

  • Tekram DC390T

Controllers supported by the 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 arcmsr(4) driver supports the following cards:

  • ARC-1110

  • ARC-1120

  • ARC-1130

  • ARC-1160

  • ARC-1170

  • ARC-1110ML

  • ARC-1120ML

  • ARC-1130ML

  • ARC-1160ML

  • ARC-1200

  • ARC-1201

  • ARC-1210

  • ARC-1212

  • ARC-1213

  • ARC-1214

  • ARC-1220

  • ARC-1222

  • ARC-1223

  • ARC-1224

  • ARC-1230

  • ARC-1231

  • ARC-1260

  • ARC-1261

  • ARC-1270

  • ARC-1280

  • ARC-1210ML

  • ARC-1220ML

  • ARC-1231ML

  • ARC-1261ML

  • ARC-1280ML

  • ARC-1380

  • ARC-1381

  • ARC-1680

  • ARC-1681

  • ARC-1880

  • ARC-1882

[i386] The adapters currently supported by the 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 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 bt(4) driver.

[i386,ia64,amd64] Controllers supported by the ciss(4) driver include:

  • Compaq Smart Array 5300

  • Compaq Smart Array 532

  • Compaq Smart Array 5i

  • HP Smart Array 5312

  • HP Smart Array 6i

  • HP Smart Array 641

  • HP Smart Array 642

  • HP Smart Array 6400

  • HP Smart Array 6400 EM

  • HP Smart Array E200

  • HP Smart Array E200i

  • HP Smart Array P212

  • HP Smart Array P220i

  • HP Smart Array P222

  • HP Smart Array P230i

  • HP Smart Array P400

  • HP Smart Array P400i

  • HP Smart Array P410

  • HP Smart Array P410i

  • HP Smart Array P411

  • HP Smart Array P420

  • HP Smart Array P420i

  • HP Smart Array P421

  • HP Smart Array P430

  • HP Smart Array P430i

  • HP Smart Array P431

  • HP Smart Array P530

  • HP Smart Array P531

  • HP Smart Array P600

  • HP Smart Array P721m

  • HP Smart Array P731m

  • HP Smart Array P800

  • HP Smart Array P812

  • HP Smart Array P830

  • HP Smart Array P830i

  • HP Modular Smart Array 20 (MSA20)

  • HP Modular Smart Array 500 (MSA500)

[pc98] The 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 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 esp(4) driver include:

  • MELCO IFC-DP (PC-98)

  • Sun ESP family

  • Sun FAS family

  • Tekram DC390

  • Tekram DC390T

[i386,amd64] The 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 hptiop(4) driver supports the following SAS and SATA RAID controllers:

  • HighPoint RocketRAID 4522

  • HighPoint RocketRAID 4521

  • HighPoint RocketRAID 4520

  • HighPoint RocketRAID 4322

  • HighPoint RocketRAID 4321

  • HighPoint RocketRAID 4320

  • HighPoint RocketRAID 4311

  • HighPoint RocketRAID 4310

  • HighPoint RocketRAID 3640

  • HighPoint RocketRAID 3622

  • HighPoint RocketRAID 3620

The hptiop(4) driver also supports the following SAS and SATA RAID controllers that are already End-of-Life:

  • HighPoint RocketRAID 4211

  • HighPoint RocketRAID 4210

  • HighPoint RocketRAID 3560

  • HighPoint RocketRAID 3540

  • HighPoint RocketRAID 3530

  • HighPoint RocketRAID 3522

  • HighPoint RocketRAID 3521

  • HighPoint RocketRAID 3520

  • HighPoint RocketRAID 3511

  • HighPoint RocketRAID 3510

  • HighPoint RocketRAID 3410

  • HighPoint RocketRAID 3320

  • HighPoint RocketRAID 3220

  • HighPoint RocketRAID 3122

  • HighPoint RocketRAID 3120

  • HighPoint RocketRAID 3020

[i386,amd64] The hptmv(4) driver supports the following ATA RAID controllers:

  • HighPoint's RocketRAID 182x series

[i386,amd64] The 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 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 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 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 isci(4) driver provides support for Intel C600 SAS controllers.

Cards supported by the 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 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 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 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 mps(4) driver supports the following hardware:

  • LSI Logic SAS2004 (4 Port SAS)

  • LSI Logic SAS2008 (8 Port SAS)

  • LSI Logic SAS2108 (8 Port SAS)

  • LSI Logic SAS2116 (16 Port SAS)

  • LSI Logic SAS2208 (8 Port SAS)

  • LSI Logic SAS2308 (8 Port SAS)

  • LSI Logic SSS6200 Solid State Storage

  • Intel Integrated RAID Module RMS25JB040

  • Intel Integrated RAID Module RMS25JB080

  • Intel Integrated RAID Module RMS25KB040

  • Intel Integrated RAID Module RMS25KB080

The following controllers are supported by the 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 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 mrsas(4) driver supports the following hardware:

[ Thunderbolt 6Gb/s MR controller ]

  • LSI MegaRAID SAS 9265

  • LSI MegaRAID SAS 9266

  • LSI MegaRAID SAS 9267

  • LSI MegaRAID SAS 9270

  • LSI MegaRAID SAS 9271

  • LSI MegaRAID SAS 9272

  • LSI MegaRAID SAS 9285

  • LSI MegaRAID SAS 9286

  • DELL PERC H810

  • DELL PERC H710/P

[ Invader/Fury 12Gb/s MR controller ]

  • LSI MegaRAID SAS 9380

  • LSI MegaRAID SAS 9361

  • LSI MegaRAID SAS 9341

  • DELL PERC H830

  • DELL PERC H730/P

  • DELL PERC H330

The 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 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 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 nsp(4) driver include:

  • Alpha-Data AD-PCS201

  • I-O DATA CBSC16

[i386] The pst(4) driver supports the Promise Supertrak SX6000 ATA hardware RAID controller.

The 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 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 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 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 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 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 twe(4) driver supports the following PATA/SATA RAID controllers:

  • AMCC's 3ware 5000 series

  • AMCC's 3ware 6000 series

  • AMCC's 3ware 7000-2

  • AMCC's 3ware 7006-2

  • AMCC's 3ware 7500-4LP

  • AMCC's 3ware 7500-8

  • AMCC's 3ware 7500-12

  • AMCC's 3ware 7506-4LP

  • AMCC's 3ware 7506-8

  • AMCC's 3ware 7506-12

  • AMCC's 3ware 8006-2LP

  • AMCC's 3ware 8500-4LP

  • AMCC's 3ware 8500-8

  • AMCC's 3ware 8500-12

  • AMCC's 3ware 8506-4LP

  • AMCC's 3ware 8506-8

  • AMCC's 3ware 8506-8MI

  • AMCC's 3ware 8506-12

  • AMCC's 3ware 8506-12MI

[i386,amd64] The tws(4) driver supports the following SATA/SAS RAID controller:

  • LSI's 3ware SAS 9750 series

[i386] The 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 cd(4)). WORM/CD-R/CD-RW - writing support is provided by cdrecord(1), which is a - part of the 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) (cd(4))

  • [i386] Sony proprietary interface (all models) - (scd(4))

  • ATAPI IDE interface (acd(4))

[i386] The following device is unmaintained:

  • Mitsumi proprietary CD-ROM interface (all models) - (mcd(4))

3.2. Ethernet Interfaces

The 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 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 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 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 axe(4) driver supports ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 based USB Ethernet adapters including:

AX88172:

  • AboCom UF200

  • Acer Communications EP1427X2

  • ASIX AX88172

  • ATen UC210T

  • Billionton SnapPort

  • Billionton USB2AR

  • Buffalo (Melco Inc.) LUA-U2-KTX

  • Corega USB2_TX

  • D-Link DUBE100

  • Goodway GWUSB2E

  • JVC MP_PRX1

  • LinkSys USB200M

  • Netgear FA120

  • Sitecom LN-029

  • System TALKS Inc. SGC-X2UL

AX88178:

  • ASIX AX88178

  • Belkin F5D5055

  • Logitec LAN-GTJ/U2A

  • Buffalo (Melco Inc.) LUA3-U2-AGT

  • Planex Communications GU1000T

  • Sitecom Europe LN-028

AX88772:

  • ASIX AX88772

  • Buffalo (Melco Inc.) LUA3-U2-ATX

  • D-Link DUBE100B1

  • Planex UE-200TX-G

  • Planex UE-200TX-G2

AX88772A:

  • ASIX AX88772A

  • Cisco-Linksys USB200Mv2

AX88772B:

  • ASIX AX88772B

  • Lenovo USB 2.0 Ethernet

AX88760:

  • ASIX AX88760

ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet - adapters (axge(4) driver)

[i386,amd64] The bce(4) driver provides support for various NICs based on the QLogic NetXtreme II family of Gigabit Ethernet controllers, including the following:

  • QLogic NetXtreme II BCM5706 1000Base-SX

  • QLogic NetXtreme II BCM5706 1000Base-T

  • QLogic NetXtreme II BCM5708 1000Base-SX

  • QLogic NetXtreme II BCM5708 1000Base-T

  • QLogic NetXtreme II BCM5709 1000Base-SX

  • QLogic NetXtreme II BCM5709 1000Base-T

  • QLogic NetXtreme II BCM5716 1000Base-T

  • Dell PowerEdge 1950 integrated BCM5708 NIC

  • Dell PowerEdge 2950 integrated BCM5708 NIC

  • Dell PowerEdge R710 integrated BCM5709 NIC

  • HP NC370F Multifunction Gigabit Server Adapter

  • HP NC370T Multifunction Gigabit Server Adapter

  • HP NC370i Multifunction Gigabit Server Adapter

  • HP NC371i Multifunction Gigabit Server Adapter

  • HP NC373F PCIe Multifunc Giga Server Adapter

  • HP NC373T PCIe Multifunction Gig Server Adapter

  • HP NC373i Multifunction Gigabit Server Adapter

  • HP NC373m Multifunction Gigabit Server Adapter

  • HP NC374m PCIe Multifunction Adapter

  • HP NC380T PCIe DP Multifunc Gig Server Adapter

  • HP NC382T PCIe DP Multifunction Gigabit Server Adapter

  • HP NC382i DP Multifunction Gigabit Server Adapter

  • HP NC382m DP 1GbE Multifunction BL-c Adapter

[amd64, i386] Broadcom BCM4401 based Fast - Ethernet adapters (bfe(4) driver)

[i386,pc98,sparc64,ia64,amd64] The 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 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 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 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 (cs(4) driver)

[i386,pc98,ia64,amd64,powerpc] The 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 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 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 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 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 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 ed(4) driver does not support the following Ethernet NICs:

  • Mitsubishi LAN Adapter B8895

The 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 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 - (et(4) driver)

[i386,amd64] The 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 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 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 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 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 hme(4) driver supports the on-board Ethernet interfaces of many Sun UltraSPARC workstation and server models.

Cards supported by the 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 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 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 ixgb(4) driver supports the following cards:

  • Intel PRO/10GbE LR Server Adapter

  • Intel PRO/10GbE SR Server Adapter

The 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 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 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 lge(4) driver include:

  • SMC TigerCard 1000 (SMC9462SX)

  • D-Link DGE-500SX

[i386,amd64] The 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 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 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 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 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 nve(4) driver supports the NVIDIA MCP onboard adapters of mainboards with the following chipsets:

  • nForce

  • nForce2

  • nForce3

  • nForce4

[i386,amd64] The nxge(4) driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in http://www.neterion.com/how/pricing.html.

[i386,amd64] The oce(4) driver supports the following network adapters:

  • Emulex BladeEngine 2

  • Emulex BladeEngine 3

  • Emulex Lancer

[i386,pc98,ia64,amd64] The 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 qlxgb(4) driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets:

  • QLogic 3200 series

  • QLogic 8200 series

[amd64] The qlxgbe(4) driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets:

  • QLogic 8300 series

[amd64] The qlxge(4) driver supports 10 Gigabit Ethernet & CNA Adapter based on the following chipsets:

  • QLogic 8100 series

The 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 rl(4) driver include:

  • Accton Cheetah EN1207D (MPX 5030/5038; RealTek 8139 clone)

  • Allied Telesyn AT2550

  • Allied Telesyn AT2500TX

  • Belkin F5D5000

  • BUFFALO (Melco INC.) LPC-CB-CLX (CardBus)

  • Compaq HNE-300

  • CompUSA no-name 10/100 PCI Ethernet NIC

  • Corega FEther CB-TXD

  • Corega FEtherII CB-TXD

  • D-Link DFE-520TX (rev. C1)

  • D-Link DFE-528TX

  • D-Link DFE-530TX+

  • D-Link DFE-538TX

  • D-Link DFE-690TXD

  • Edimax EP-4103DL CardBus

  • Encore ENL832-TX 10/100 M PCI

  • Farallon NetLINE 10/100 PCI

  • Genius GF100TXR

  • GigaFast Ethernet EE100-AXP

  • KTX-9130TX 10/100 Fast Ethernet

  • LevelOne FPC-0106TX

  • Longshine LCS-8038TX-R

  • NDC Communications NE100TX-E

  • Netronix Inc. EA-1210 NetEther 10/100

  • Nortel Networks 10/100BaseTX

  • OvisLink LEF-8129TX

  • OvisLink LEF-8139TX

  • Peppercon AG ROL-F

  • Planex FNW-3603-TX

  • Planex FNW-3800-TX

  • SMC EZ Card 10/100 PCI 1211-TX

  • SOHO (PRAGMATIC) UE-1211C

[i386,pc98,amd64] The 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 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 sfxge(4) driver supports all 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers.

The sge(4) device driver provides support for the following Ethernet controllers:

  • SiS190 Fast Ethernet controller

  • SiS191 Fast/Gigabit Ethernet controller

The 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 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 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 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 sn(4) driver.

[pc98] The 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 snc(4) driver also includes support for the National Semiconductor NS46C46 as 64 * 16 bits Microwave Serial EEPROM.

The 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 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 ti(4) driver supports Gigabit Ethernet adapters based on the Alteon Tigon I and II chips. The 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 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 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 (tx(4) driver)

The 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 udav(4) driver supports the following adapters:

  • Corega FEther USB-TXC

  • ShanTou ST268 USB NIC

The 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 vr(4) driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based Fast Ethernet adapters including:

  • AOpen/Acer ALN-320

  • D-Link DFE520-TX

  • D-Link DFE530-TX

  • Hawking Technologies PN102TX

  • Soekris Engineering net5501

The vte(4) device driver provides support for the following Ethernet controllers:

  • DM&P Vortex86 RDC R6040 Fast Ethernet controller

[i386,pc98,ia64,amd64] The 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 vxge(4) driver supports Neterion X3100 10 Gigabit Ethernet adapters listed in http://www.neterion.com.

[i386,pc98,amd64] The wb(4) driver supports Winbond W89C840F based Fast Ethernet adapters and embedded controllers including:

  • Trendware TE100-PCIE

[i386,amd64] The 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 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 xl(4) driver nor any other FreeBSD driver supports this modem.

3.3. FDDI Interfaces

[i386, pc98] DEC DEFPA PCI (fpa(4) - driver)

[i386] DEC DEFEA EISA (fpa(4) driver)

3.4. ATM Interfaces

[i386, pc98] Midway-based ATM interfaces - (en(4) driver)

[i386, pc98 sparc64] FORE Systems, - Inc. PCA-200E ATM PCI Adapters (hfa and fatm(4) - drivers)

[i386, pc98] IDT NICStAR 77201/211-based ATM - Adapters (idt(4) driver)

[i386, pc98 sparc64] FORE Systems, - Inc. HE155 and HE622 ATM interfaces (hatm(4) - driver)

[i386, pc98] IDT77252-based ATM cards - (patm(4) driver)

3.5. Wireless Network Interfaces

[amd64, i386, pc98] Cisco/Aironet - 802.11b wireless adapters (an(4) driver)

[i386,pc98,amd64,sparc64] The ath(4) driver supports all Atheros Cardbus and PCI cards, except those that are based on the AR5005VL chipset.

The 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 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 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 (ipw(4) driver)

[i386, amd64] Intel PRO/Wireless - 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters - (iwi(4) driver)

[i386, amd64] Intel Wireless WiFi Link - 4965AGN IEEE 802.11n PCI network adapters - (iwn(4) driver)

[i386, amd64] Marvell Libertas IEEE 802.11b/g - PCI network adapters (malo(4) driver)

Marvell 88W8363 IEEE 802.11n wireless network - adapters (mwl(4) driver)

[i386,amd64] The 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 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 run(4) driver supports the following wireless adapters:

  • Airlink101 AWLL6090

  • ASUS USB-N11

  • ASUS USB-N13 ver. A1

  • ASUS USB-N66

  • ASUS WL-160N

  • Belkin F5D8051 ver 3000

  • Belkin F5D8053

  • Belkin F5D8055

  • Belkin F6D4050 ver 1

  • Belkin F9L1103

  • Buffalo WLI-UC-AG300N

  • Buffalo WLI-UC-G300N

  • Buffalo WLI-UC-G301N

  • Buffalo WLI-UC-GN

  • Buffalo WLI-UC-GNM

  • Buffalo WLI-UC-GNM2

  • Corega CG-WLUSB2GNL

  • Corega CG-WLUSB2GNR

  • Corega CG-WLUSB300AGN

  • Corega CG-WLUSB300GNM

  • D-Link DWA-130 rev B1

  • D-Link DWA-140 rev B1, B2, B3, D1

  • D-Link DWA-160 rev B2

  • D-Link DWA-162

  • DrayTek Vigor N61

  • Edimax EW-7711UAn

  • Edimax EW-7711UTn

  • Edimax EW-7717Un

  • Edimax EW-7718Un

  • Edimax EW-7733UnD

  • Gigabyte GN-WB30N

  • Gigabyte GN-WB31N

  • Gigabyte GN-WB32L

  • Hawking HWDN1

  • Hawking HWUN1

  • Hawking HWUN2

  • Hercules HWNU-300

  • Linksys WUSB54GC v3

  • Linksys WUSB600N

  • Logitec LAN-W150N/U2

  • Mvix Nubbin MS-811N

  • Planex GW-USMicroN

  • Planex GW-US300MiniS

  • Sitecom WL-182

  • Sitecom WL-188

  • Sitecom WL-301

  • Sitecom WL-302

  • Sitecom WL-315

  • SMC SMCWUSBS-N2

  • Sweex LW303

  • Sweex LW313

  • TP-LINK TL-WDN3200

  • TP-LINK TL-WN727N v3

  • Unex DNUR-81

  • Unex DNUR-82

  • ZyXEL NWD2705

  • ZyXEL NWD210N

  • ZyXEL NWD270N

The 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 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 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 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 (wi(4) driver)

[i386] NCR / AT&T / Lucent Technologies WaveLan - T1-speed ISA/radio LAN cards (wl(4) driver)

[i386, amd64] Intel PRO/Wireless 3945ABG - MiniPCI network adapters (wpi(4) driver)

[i386,amd64] The following devices are known to be supported by the zyd(4) driver:

  • 3COM 3CRUSB10075

  • Acer WLAN-G-US1

  • Airlink+ AWLL3025

  • Airlink 101 AWLL3026

  • AOpen 802.11g WL54

  • Asus A9T integrated wireless

  • Asus WL-159g

  • Belkin F5D7050 v.4000

  • Billion BiPAC 3011G

  • Buffalo WLI-U2-KG54L

  • CC&C WL-2203B

  • DrayTek Vigor 550

  • Edimax EW-7317UG

  • Edimax EW-7317LDG

  • Fiberline Networks WL-43OU

  • iNexQ UR055g

  • Linksys WUSBF54G

  • Longshine LCS-8131G3

  • MSI US54SE

  • MyTek MWU-201 USB adapter

  • Philips SNU5600

  • Planet WL-U356

  • Planex GW-US54GZ

  • Planex GW-US54GZL

  • Planex GW-US54Mini

  • Safecom SWMULZ-5400

  • Sagem XG 760A

  • Sagem XG 76NA

  • Sandberg Wireless G54 USB

  • Sitecom WL-113

  • SMC SMCWUSB-G

  • Sweex wireless USB 54 Mbps

  • Tekram/Siemens USB adapter

  • Telegent TG54USB

  • Trendnet TEW-424UB rev A

  • Trendnet TEW-429UB

  • TwinMOS G240

  • Unicorn WL-54G

  • US Robotics 5423

  • X-Micro XWL-11GUZX

  • Yakumo QuickWLAN USB

  • Zonet ZEW2501

  • ZyXEL ZyAIR G-202

  • ZyXEL ZyAIR G-220

3.6. Miscellaneous Networks

[i386,pc98] The ce(4) driver supports the following models of Tau-PCI/32 WAN adapters:

  • Cronyx Tau-PCI/32

  • Cronyx Tau-PCI/32-Lite

[i386] The 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 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 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 cm(4) driver supports the following card models:

  • SMC90c26

  • SMC90c56

  • SMC90c66 in '56 compatibility mode.

3.7. Serial Interfaces

[amd64, i386] PC standard - 8250, 16450, and 16550-based serial ports (sio(4) - driver)

The 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 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 (rp(4) - driver)

[i386] Cyclades Cyclom-Y serial board (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 (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 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. (si(4) - driver)

[pc98] Internel serial interfaces (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 (sio(4) driver)

  • COM2 (flags 0x01000000)

  • COM3 (flags 0x02000000)

[pc98] NEC PC-9801-120 (sio(4) driver)

Note:

"flags 0x11000000" is necessary in kernel - configuration.

[pc98] Microcore MC-16550, MC-16550II, MC-RS98 - (sio(4) driver)

Note:

"flags 0x14000?01" is necessary in kernel - configuration.

[pc98] Media Intelligent RSB-2000, RSB-3000 and - AIWA B98-02 (sio(4) driver)

Note:

"flags 0x15000?01" is necessary in kernel - configuration.

[pc98] Media Intelligent RSB-384 (sio(4) - driver)

Note:

"flags 0x16000001" is necessary in kernel - configuration.

[pc98] I-O DATA RSA-98III (sio(4) - driver)

Note:

"flags 0x18000?01" is necessary in kernel - configuration.

[pc98] Hayes ESP98 (sio(4) driver)

Note:

"options COM_ESP" and "flags 0x19000000" are necessary - in kernel configuration.

3.8. Sound Devices

[i386,amd64] The snd_ad1816(4) driver supports the following sound cards:

  • Analog Devices AD1816

[i386] The snd_als4000(4) driver supports the following sound cards:

  • Avance Logic ALS4000

[i386,amd64] The snd_atiixp(4) driver supports the following audio chipsets:

  • ATI IXP 200

  • ATI IXP 300

  • ATI IXP 400

[sparc64] The snd_audiocs(4) driver supports the following audio devices:

  • CS4231 on SBus based UltraSPARC

  • CS4231 on PCI/EBus based UltraSPARC

[i386,amd64] The snd_cmi(4) driver supports the following sound cards:

  • CMedia CMI8338A

  • CMedia CMI8338B

  • CMedia CMI8738

  • CMedia CMI8738B

[i386,amd64] The snd_cs4281(4) driver supports the following sound cards:

  • Crystal Semiconductor CS4281

[i386,amd64] The 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 snd_csa(4) driver yet.

[i386,amd64] The snd_ds1(4) driver supports the following sound cards:

  • Yamaha DS-1

  • Yamaha DS-1E

[i386,amd64] The 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 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 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 snd_envy24(4) driver supports the following audio devices:

  • M-Audio Audiophile 2496

  • M-Audio Delta Dio 2496

  • Terratec DMX 6fire

[i386,amd64] The 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 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 snd_ess(4) driver supports the following sound cards:

  • Ensoniq ESS ISA PnP/non-PnP

[i386,amd64] The snd_fm801(4) driver supports audio devices based on the following chipset:

  • Forte Media FM801

[i386,amd64] The snd_gusc(4) driver supports the following sound cards:

  • Gravis UltraSound MAX

  • Gravis UltraSound PnP

[i386,amd64] The snd_hda(4) driver supports controllers having PCI class 4 (multimedia) and subclass 3 (HDA), compatible with Intel HDA specification.

The 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 snd_hdspe(4) driver supports the following audio devices:

  • RME HDSPe AIO

  • RME HDSPe RayDAT

[i386,amd64] The 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 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 snd_maestro3(4) driver supports the following audio devices:

  • ESS Technology Allegro-1

  • ESS Technology Maestro3

[i386] The 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 snd_neomagic(4) driver supports the following audio devices:

  • NeoMagic 256AV

  • NeoMagic 256ZX

[i386,amd64] The 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 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 snd_spicds(4) driver supports the following codecs:

  • AK4358

  • AK4381

  • AK4396

  • AK4524

  • AK4528

  • WM8770

[i386,amd64,sparc64] The snd_t4dwave(4) driver supports the following audio devices:

  • Acer Labs M5451

  • SIS 7018

  • Trident 4DWave DX

  • Trident 4DWave NX

[i386,amd64] The snd_via8233(4) driver supports the following audio chipsets:

  • VIA VT8233

  • VIA VT8233A

  • VIA VT8233C

  • VIA VT8235

  • VIA VT8237

  • VIA VT8251

[i386,amd64] The snd_via82c686(4) driver supports audio devices based on the following chipset:

  • VIA 82C686A

[i386,amd64] The 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) - (sb(4) driver)

[pc98] I-O DATA CD-BOX (sb(4) driver)

[pc98] MPU-401 and compatible interfaces (mpu - driver)

  • Q-Vision WaveStar

3.9. Camera and Video Capture Devices

[i386,pc98] The 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

3.10. USB Devices

[amd64, i386, ia64, pc98] A - range of USB peripherals are supported; devices known to work - are listed in this section. Owing to the generic nature of - most USB devices, with some exceptions any device of a given - class will be supported, even if not explicitly listed - here.

Note:

[amd64, i386, ia64, pc98] - USB Ethernet adapters can be found in the section listing - Ethernet - interfaces.

Note:

[amd64, i386, ia64, pc98] - USB Bluetooth adapters can be found in Bluetooth section.

[i386,pc98,ia64,amd64,powerpc] The 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 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 (ehci(4) - driver)

[amd64, i386, ia64, pc98] - Hubs

[amd64, i386, ia64, pc98] - Keyboards (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 (ufm(4) driver)

  • Mirunet AlphaCam Plus

[i386,pc98,amd64,powerpc] The following devices are supported by the urio(4) driver:

  • Diamond MultiMedia Rio 500

  • Diamond MultiMedia Rio 600

  • Diamond MultiMedia Rio 800

[i386,pc98,amd64] Devices supported by the umodem(4) driver include:

  • 3Com 5605

  • Curitel PC5740 Wireless Modem

  • Kyocera AH-K3001V Mobile Phone(WILLCOM)

  • Kyocera WX320K Mobile Phone(WILLCOM)

  • Metricom Ricochet GS USB wireless modem

  • Sierra MC5720 Wireless Modem

  • Yamaha Broadband Wireless Router RTW65b

  • ELSA MicroLink 56k USB modem

  • Sony Ericsson W810i phone

  • Sonim XP5300 Force

[amd64, i386, ia64, pc98] Mice - (ums(4) driver)

[i386,pc98,amd64,powerpc] The 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 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 ubser(4) driver provides support for the BWCT console management serial adapters.

[i386,pc98,amd64] The

  • B&B Electronics USB->RS422/485 adapter

  • Elexol USB MOD1 and USB MOD3

  • HP USB-Serial adapter shipped with some HP laptops

  • Inland UAS111

  • QVS USC-1000

  • Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote

  • Prologix GPIB-USB Controller

[i386,pc98,amd64] The uplcom(4) driver supports the following devices and adapters:

  • ADLINK ND-6530 USB-Serial Adapter

  • Alcatel One Touch 535/735 Phone

  • Alcor AU9720 USB-RS232 Serial Adapter

  • AlDiga AL-11U Modem

  • Alltronix ACM003U00 Modem

  • Anchor Serial adapter

  • ATEN UC-232A

  • BAFO BF-800 and BF-810

  • Belkin F5U257

  • BenQ S81 Phone

  • Corega CG-USBRS232R Serial Adapter

  • Cressi Edy (Seiko) Diving Computer

  • ELECOM UC-SGT Serial Adapter

  • HAL Corporation Crossam2+USB IR commander

  • Hama USB RS-232 Serial Adapter

  • Hamlet exagerate XURS232

  • HP LD220 Point-Of-Sale (POS) Display

  • IOGEAR UC-232A

  • I/O DATA USB-RSAQ, USB-RSAQ2, USB-RSAQ3 and USB-RSAQ5

  • iTegno WM1080A GSM/GFPRS Modem

  • iTegno WM2080A CDMA Modem

  • Leadtek 9531 GPS

  • Micromax 610U Modem

  • Microsoft Palm 700WX

  • Mobile Action MA-620 Infrared Adapter

  • Motorola Cables

  • Nokia CA-42 Cable

  • OTI DKU-5 cable

  • Panasonic TY-TP50P6-S flat screen

  • PLX CA-42 Phone Cable

  • PLANEX USB-RS232 URS-03

  • Prolific Generic USB-Serial Adapters

  • Prolific Pharos USB-Serial Adapter

  • RATOC REX-USB60

  • Radio Shack USB Serial Cable

  • Sagem USB-Serial Adapter

  • Samsung I330 Phone Cradle

  • Sandberg USB to Serial Link (model number 133-08)

  • Sanwa KB-USB2 Multimeter cable

  • Siemens/BenQ EF81, SX1, X65 and X75 Mobile Phones

  • Sitecom USB-Serial Adapter

  • SMART Technologies USB-Serial Adapter

  • Sony QN3 Phone Cable

  • Sony Ericsson Datapilot

  • Sony Ericsson DCU-10 and DCU-11 (Susteen) USB Cables

  • SOURCENEXT KeikaiDenwa 8 (with and without charger)

  • Speed Dragon USB-Serial Cable

  • Syntech CPT-8001C Barcode Scanner

  • TDK UHA6400 and UPA9664 USB-PHS Adapters

  • TRENDnet USB to Serial Converter (TU-S9)

  • Tripp-Lite U209-000-R USB-Serial Adapter

  • UIC HCR331 Magnetic Stripe Card Reader

  • UIC MSR206 Magnetic Stripe Card Reader

  • Willcom W-SIM DD PHS terminal.(WS002IN)

  • YC-Cable USB-Serial Adapter

  • Zeagle N2iTion3 Diving Computer

The 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 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 - (uaudio(4) driver)

[i386,pc98,amd64] The 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

3.11. IEEE 1394 (Firewire) Devices

[i386,sparc64,ia64,amd64,powerpc] The 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 (sbp(4) driver)

3.12. Bluetooth Devices

[i386,pc98,amd64] The ng_bt3c(4) driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter.

[i386,pc98,amd64] The ng_ubt(4) driver supports all Bluetooth USB devices that conform with the Bluetooth specification v1.1, including:

  • 3Com 3CREB96

  • AIPTEK BR0R02

  • EPoX BT-DG02

  • Mitsumi Bluetooth USB adapter

  • MSI MS-6967

  • TDK Bluetooth USB adapter

  • Broadcom Bluetooth USB adapter

3.13. Cryptographic Accelerators

[i386,pc98,amd64] The 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 safe(4) driver supports cards containing any of the following chips:

  • SafeNet 1141

  • SafeNet 1741

[i386,pc98,amd64] The 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

3.14. 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 - (fdc(4) driver)

[amd64, i386] VGA-compatible video cards - (vga(4) driver)

Note:

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 (atkbd(4) - driver)

  • [amd64, i386] PS/2 keyboards - (atkbd(4) driver)

  • [pc98] Standard keyboards

  • [amd64, i386, ia64, pc98] - USB keyboards (ukbd(4) driver)

[amd64, i386, ia64, pc98] - Pointing devices including:

  • [amd64, i386, pc98] Bus mice and - compatible devices (mse(4) driver)

  • [amd64, i386] PS/2 mice and compatible - devices, including many laptop pointing devices - (psm(4) driver)

  • Serial mice and compatible devices

  • [amd64, i386, ia64, pc98] - USB mice (ums(4) driver)

Note:

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 (ppc(4) driver)

[pc98] PC-9821 standard parallel - ports (ppc(4) driver)

[i386, amd64] PC-compatible joysticks - (joy(4) driver)

[pc98] Joystick port of SoundBlaster(98) - (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 Virtual Computers (xrpu - driver).

[pc98] Power Management Controller of NEC PC-98 - Note (pmc driver)

This file, and other release-related documents, - can be downloaded from http://www.FreeBSD.org/releases/.

For questions about FreeBSD, read the - documentation before - contacting <questions@FreeBSD.org>.

All users of FreeBSD 9.3-STABLE should - subscribe to the <stable@FreeBSD.org> - mailing list.

For questions about this documentation, - e-mail <doc@FreeBSD.org>.

\ No newline at end of file diff --git a/website/content/en/releases/9.3R/installation.adoc b/website/content/en/releases/9.3R/installation.adoc new file mode 100644 index 0000000000..d1999e90ef --- /dev/null +++ b/website/content/en/releases/9.3R/installation.adoc @@ -0,0 +1,93 @@ +--- +title: "FreeBSD 9.3-RELEASE Installation Instructions" +sidenav: download +--- + += FreeBSD 9.3-RELEASE Installation Instructions + +== Abstract + +This article gives some brief instructions on installing FreeBSD 9.3-RELEASE and upgrading the systems running earlier releases. + +''''' + +Table of Contents + +* <> +* <> + +[[install]] +== Installing FreeBSD + +The link:{handbook}#bsdinstall[Installing FreeBSD] chapter of the link:{handbook}[FreeBSD Handbook] provides more in-depth information about the installation program itself, including a guided walk-through with screenshots. + +[[upgrade]] +== Upgrading FreeBSD + +If you are upgrading from a previous release of FreeBSD, please read http://www.FreeBSD.org/releases/9.3R/relnotes/#upgrade[upgrading section in the Release Notes] for notable incompatibilities carefully. + +== Upgrading from Source + +The procedure for doing a source code based update is described in `Synchronizing Source` and `Rebuilding World`. + +For SVN use the `releng/9.3` branch which will be where any upcoming Security Advisories or Errata Notices will be applied. + +== Upgrading Using "FreeBSD Update" + +The man:freebsd-update[8] utility supports binary upgrades of i386 and amd64 systems running earlier FreeBSD releases. Systems running `8.4-RELEASE`, `9.[12]-RELEASE`, `9.3-BETA*`, or `9.3-RC*` can upgrade as follows: + +First, ensure that your current system is up to date; a change was recently made to man:freebsd-update[8] (Errata Notice http://security.FreeBSD.org/advisories/FreeBSD-EN-12:01.freebsd-update.asc[FreeBSD-EN-12:01.freebsd-update]) which is needed in order to upgrade to FreeBSD 9.3-RELEASE. + +[source,screen] +---- +# freebsd-update fetch +# freebsd-update install +---- + +Now the man:freebsd-update[8] utility can fetch bits belonging to 9.3-RELEASE. During this process man:freebsd-update[8] will ask for help in merging configuration files. + +[source,screen] +---- +# freebsd-update upgrade -r 9.3-RELEASE +---- + +Due to changes in the way that FreeBSD is packaged on the release media, two complications may arise in this process if upgrading from FreeBSD 8.x: + +[arabic] +. The FreeBSD, which previously could appear in either `/boot/kernel` or `/boot/GENERIC`, now only appears as `/boot/kernel`. As a result, any kernel appearing in `/boot/GENERIC` will be deleted. Please carefully read the output printed by man:freebsd-update[8] and confirm that an updated kernel will be placed into `/boot/kernel` before proceeding beyond this point. +. The FreeBSD source tree in `/usr/src` (if present) will be deleted. (Normally the man:freebsd-update[8] utility will update a source tree, but in this case the changes in release packaging result in the man:freebsd-update[8] utility not recognizing that the source tree from the old release and the source tree from the new release correspond to the same part of FreeBSD.) + +[source,screen] +---- +# freebsd-update install +---- + +The system must now be rebooted with the newly installed kernel before the non-kernel components are updated. + +[source,screen] +---- +# shutdown -r now +---- + +After rebooting, man:freebsd-update[8] needs to be run again to install the new userland components: + +[source,screen] +---- +# freebsd-update install +---- + +At this point, users of systems being upgraded from FreeBSD 8.4-RELEASE or earlier will be prompted by man:freebsd-update[8] to rebuild all third-party applications (e.g., ports installed from the ports tree) due to updates in system libraries. + +After updating installed third-party applications (and again, only if man:freebsd-update[8] printed a message indicating that this was necessary), run man:freebsd-update[8] again so that it can delete the old (no longer used) system libraries: + +[source,screen] +---- +# freebsd-update install +---- + +Finally, reboot into 9.3-RELEASE + +[source,screen] +---- +# shutdown -r now +---- diff --git a/website/content/en/releases/9.3R/installation.html b/website/content/en/releases/9.3R/installation.html deleted file mode 100644 index f06bd3d6ab..0000000000 --- a/website/content/en/releases/9.3R/installation.html +++ /dev/null @@ -1,78 +0,0 @@ - -FreeBSD 9.3-RELEASE Installation Instructions

FreeBSD 9.3-RELEASE Installation Instructions

The FreeBSD Project

FreeBSD is a registered trademark of - the FreeBSD Foundation.

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.

SPARC, SPARC64, and - UltraSPARC are trademarks of SPARC International, Inc in the United - States and other countries. SPARC International, Inc owns all of the - SPARC trademarks and under licensing agreements allows the proper use - of these trademarks by its members.

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.

Last modified on 2014-07-08 by gjb.
Abstract

This article gives some brief instructions on installing - FreeBSD 9.3-RELEASE and upgrading the systems running earlier - releases.


1. Installing FreeBSD

The Installing - FreeBSD - chapter of the FreeBSD - Handbook provides more in-depth information about the - installation program itself, including a guided walk-through with - screenshots.

2. Upgrading FreeBSD

If you are upgrading from a previous release of FreeBSD, please - read upgrading - section in the Release Notes for notable - incompatibilities carefully.

2.1. Upgrading from Source

The procedure for doing a source code based update is - described in - Synchronizing Source and - Rebuilding World.

For SVN use the releng/9.3 branch - which will be where any upcoming Security Advisories or Errata - Notices will be applied.

2.2. Upgrading Using FreeBSD Update

The freebsd-update(8) utility supports binary - upgrades of i386 and amd64 systems running - earlier FreeBSD releases. Systems running - 8.4-RELEASE, - 9.[12]-RELEASE, - 9.3-BETA*, or - 9.3-RC* can upgrade as follows:

First, ensure that your current system is up to date; a - change was recently made to freebsd-update(8) (Errata - Notice FreeBSD-EN-12:01.freebsd-update) - which is needed in order to upgrade to FreeBSD - 9.3-RELEASE.

# freebsd-update fetch
-# freebsd-update install

Now the freebsd-update(8) utility can fetch bits - belonging to 9.3-RELEASE. During this process - freebsd-update(8) will ask for help in merging - configuration files.

# freebsd-update upgrade -r 9.3-RELEASE

Due to changes in the way that FreeBSD is packaged on the - release media, two complications may arise in this process if - upgrading from FreeBSD 8.x:

  1. 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 freebsd-update(8) and confirm that an updated - kernel will be placed into - /boot/kernel before proceeding beyond - this point.

  2. The FreeBSD source tree in /usr/src - (if present) will be deleted. (Normally the - freebsd-update(8) utility will update a source tree, - but in this case the changes in release packaging result - in the 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.)

# freebsd-update install

The system must now be rebooted with the newly installed - kernel before the non-kernel components are updated.

# shutdown -r now

After rebooting, freebsd-update(8) needs to be run - again to install the new userland components:

# freebsd-update install

At this point, users of systems being upgraded from FreeBSD - 8.4-RELEASE or earlier will be prompted by - 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 freebsd-update(8) printed a message - indicating that this was necessary), run - freebsd-update(8) again so that it can delete the old (no - longer used) system libraries:

# freebsd-update install

Finally, reboot into 9.3-RELEASE

# shutdown -r now

This file, and other release-related documents, - can be downloaded from http://www.FreeBSD.org/releases/.

For questions about FreeBSD, read the - documentation before - contacting <questions@FreeBSD.org>.

All users of FreeBSD 9.3-STABLE should - subscribe to the <stable@FreeBSD.org> - mailing list.

For questions about this documentation, - e-mail <doc@FreeBSD.org>.

\ No newline at end of file diff --git a/website/content/en/releases/9.3R/readme.adoc b/website/content/en/releases/9.3R/readme.adoc new file mode 100644 index 0000000000..6dbcc8d29d --- /dev/null +++ b/website/content/en/releases/9.3R/readme.adoc @@ -0,0 +1,129 @@ +--- +title: "FreeBSD 9.3-RELEASE README" +sidenav: download +--- + +include::shared/en/urls.adoc[] + += FreeBSD 9.3-RELEASE README + +== Abstract + +This document gives a brief introduction to FreeBSD 9.3-RELEASE. It includes some information on how to obtain FreeBSD, a listing of various ways to contact the FreeBSD Project, and pointers to some other sources of information. + +''''' + +Table of Contents + +* <> +* <> +* <> +* <> +* <> + +[[intro]] +== Introduction + +This distribution is a release of FreeBSD 9.3-RELEASE, the latest point along the 9.3-STABLE branch. + +== About FreeBSD + +FreeBSD is an operating system based on 4.4 BSD Lite for AMD64 and Intel EM64T based PC hardware (amd64), Intel, AMD, Cyrix or NexGen "x86" based PC hardware (i386), Intel Itanium Processor based computers (ia64), NEC PC-9801/9821 series PCs and compatibles (pc98), and UltraSPARC(R) machines (sparc64). Versions for the ARM(R) (arm), MIPS(R) (mips), and PowerPC(R) (powerpc) architectures are currently under development as well. FreeBSD works with a wide variety of peripherals and configurations and can be used for everything from software development to games to Internet Service Provision. + +This release of FreeBSD contains everything you need to run such a system, including full source code for the kernel and all utilities in the base distribution. With the source distribution installed, you can literally recompile the entire system from scratch with one command, making it ideal for students, researchers, or users who simply want to see how it all works. + +A large collection of third-party ported software (the "Ports Collection") is also provided to make it easy to obtain and install all your favorite traditional UNIX(R) utilities for FreeBSD. Each "port" consists of a set of scripts to retrieve, configure, build, and install a piece of software, with a single command. Over 24,000 ports, from editors to programming languages to graphical applications, make FreeBSD a powerful and comprehensive operating environment that extends far beyond what's provided by many commercial versions of UNIX(R). Most ports are also available as pre-compiled "packages", which can be quickly installed from the installation program. + +== Target Audience + +This release of FreeBSD is suitable for all users. It has undergone a period of testing and quality assurance checking to ensure the highest reliability and dependability. + +[[obtain]] +== Obtaining FreeBSD + +FreeBSD may be obtained in a variety of ways. This section focuses on those ways that are primarily useful for obtaining a complete FreeBSD distribution, rather than updating an existing installation. + +== CDROM and DVD + +FreeBSD -RELEASE distributions may be ordered on CDROM or DVD from several publishers. This is frequently the most convenient way to obtain FreeBSD for new installations, as it provides a convenient way to quickly reinstall the system if necessary. Some distributions include some of the optional, precompiled "packages" from the FreeBSD Ports Collection, or other extra material. + +A list of the CDROM and DVD publishers known to the project are listed in the link:{handbook}#mirrors["Obtaining FreeBSD"] appendix to the Handbook. + +== FTP + +You can use FTP to retrieve FreeBSD and any or all of its optional packages from `ftp://ftp.FreeBSD.org/`, which is the official FreeBSD release site, or any of its "mirrors". + +Lists of locations that mirror FreeBSD can be found in the link:{handbook}#mirrors-ftp[FTP Sites] section of the Handbook. Finding a close (in networking terms) mirror from which to download the distribution is highly recommended. + +Additional mirror sites are always welcome. Contact `` for more details on becoming an official mirror site. You can also find useful information for mirror sites at the link:{hubs}[Mirroring FreeBSD] article. + +Mirrors generally contain the ISO images generally used to create a CDROM of a FreeBSD release. They usually also contain floppy disk images (for applicable platforms), as well as the files necessary to do an installation over the network. Finally mirrors sites usually contain a set of packages for the most current release. + +[[contacting]] +== Contacting the FreeBSD Project + +== Email and Mailing Lists + +For any questions or general technical support issues, please send mail to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions[FreeBSD general questions mailing list]. + +If you're tracking the 9.3-STABLE development efforts, you _must_ join the http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable[FreeBSD-STABLE mailing list], in order to keep abreast of recent developments and changes that may affect the way you use and maintain the system. + +Being a largely-volunteer effort, the FreeBSD Project is always happy to have extra hands willing to help—there are already far more desired enhancements than there is time to implement them. To contact the developers on technical matters, or with offers of help, please send mail to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers[FreeBSD technical discussions mailing list]. + +Please note that these mailing lists can experience _significant_ amounts of traffic. If you have slow or expensive mail access, or are only interested in keeping up with major FreeBSD events, you may find it preferable to subscribe instead to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce[FreeBSD announcements mailing list]. + +All of the mailing lists can be freely joined by anyone wishing to do so. Visit the http://lists.FreeBSD.org/mailman/listinfo/[FreeBSD Mailman Info Page]. This will give you more information on joining the various lists, accessing archives, etc. There are a number of mailing lists targeted at special interest groups not mentioned here; more information can be obtained either from the Mailman pages or the link:../../../../support/#mailing-list[mailing lists section] of the FreeBSD Web site. + +== Important: + +Do _not_ send email to the lists asking to be subscribed. Use the Mailman interface instead. + +== Submitting Problem Reports + +Suggestions, bug reports and contributions of code are always valued—please do not hesitate to report any problems you may find. Bug reports with attached fixes are of course even more welcome. + +The method to submit bug reports from a machine with Internet mail connectivity is to use the https://bugs.freebsd.org/submit/[Bugzilla web interface]. "Problem Reports" (PRs) submitted in this way will be filed and their progress tracked; the FreeBSD developers will do their best to respond to all reported bugs as soon as possible. A https://bugs.freebsd.org/search/[search interface] of all active PRs is available; this list is useful to find what potential problems other users have encountered. + +Note that man:send-pr[1] is a stub shell script, and instructs to use the Bugzilla interface. + +For more information, link:{problem-reports}["Writing FreeBSD Problem Reports"], available on the FreeBSD Web site, has a number of helpful hints on writing and submitting effective problem reports. + +[[seealso]] +== Further Reading + +There are many sources of information about FreeBSD; some are included with this distribution, while others are available on-line or in print versions. + +[[release-docs]] +== Release Documentation + +A number of other files provide more specific information about this release distribution. These files are provided in various formats. Most distributions will include both ASCII text (`.TXT`) and HTML (`.HTM`) renditions. Some distributions may also include other formats such as Portable Document Format (`.PDF`). + +* `README.TXT`: This file, which gives some general information about FreeBSD as well as some cursory notes about obtaining a distribution. +* `RELNOTES.TXT`: The release notes, showing what's new and different in FreeBSD 9.3-RELEASE compared to the previous release (FreeBSD 9.2-RELEASE). +* `HARDWARE.TXT`: The hardware compatibility list, showing devices with which FreeBSD has been tested and is known to work. +* `ERRATA.TXT`: Release errata. Late-breaking, post-release information can be found in this file, which is principally applicable to releases (as opposed to snapshots). It is important to consult this file before installing a release of FreeBSD, as it contains the latest information on problems which have been found and fixed since the release was created. + +== Note: + +It is extremely important to read the errata for any given release before installing it, to learn about any "late-breaking news" or post-release problems. The errata file accompanying each release (most likely right next to this file) is already out of date by definition, but other copies are kept updated on the Internet and should be consulted as the "current errata" for this release. These other copies of the errata are located at `the FreeBSD releases page` (as well as any sites which keep up-to-date mirrors of this location). + +== Manual Pages + +As with almost all UNIX(R) like operating systems, FreeBSD comes with a set of on-line manual pages, accessed through the man:man[1] command or through the http://www.FreeBSD.org/cgi/man.cgi[hypertext manual pages gateway] on the FreeBSD Web site. In general, the manual pages provide information on the different commands and APIs available to the FreeBSD user. + +In some cases, manual pages are written to give information on particular topics. Notable examples of such manual pages are man:tuning[7] (a guide to performance tuning), man:security[7] (an introduction to FreeBSD security), and man:style[9] (a style guide to kernel coding). + +== Books and Articles + +Two highly-useful collections of FreeBSD-related information, maintained by the FreeBSD Project, are the FreeBSD Handbook and FreeBSD FAQ (Frequently Asked Questions document). On-line versions of the link:{handbook}[Handbook] and link:{faq}[FAQ] are always available from the link:../../../../docs/[FreeBSD Documentation page] or its mirrors. If you install the `doc` distribution set, you can use a Web browser to read the Handbook and FAQ locally. In particular, note that the Handbook contains a step-by-step guide to installing FreeBSD. + +A number of on-line books and articles, also maintained by the FreeBSD Project, cover more-specialized, FreeBSD-related topics. This material spans a wide range of topics, from effective use of the mailing lists, to dual-booting FreeBSD with other operating systems, to guidelines for new committers. Like the Handbook and FAQ, these documents are available from the FreeBSD Documentation Page or in the `doc` distribution set. + +A listing of other books and documents about FreeBSD can be found in the link:{handbook}#bibliography[bibliography] of the FreeBSD Handbook. Because of FreeBSD's strong UNIX(R) heritage, many other articles and books written for UNIX(R) systems are applicable as well, some of which are also listed in the bibliography. + +[[acknowledgements]] +== Acknowledgments + +FreeBSD represents the cumulative work of many hundreds, if not thousands, of individuals from around the world who have worked countless hours to bring about this release. For a complete list of FreeBSD developers and contributors, please see link:{contributors}["Contributors to FreeBSD"] on the FreeBSD Web site or any of its mirrors. + +Special thanks also go to the many thousands of FreeBSD users and testers all over the world, without whom this release simply would not have been possible. diff --git a/website/content/en/releases/9.3R/readme.html b/website/content/en/releases/9.3R/readme.html deleted file mode 100644 index 8d64f32699..0000000000 --- a/website/content/en/releases/9.3R/readme.html +++ /dev/null @@ -1,199 +0,0 @@ - -FreeBSD 9.3-RELEASE README

FreeBSD 9.3-RELEASE README

The FreeBSD Project

FreeBSD is a registered trademark of - the FreeBSD Foundation.

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.

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.

SPARC, SPARC64, and - UltraSPARC are trademarks of SPARC International, Inc in the United - States and other countries. SPARC International, Inc owns all of the - SPARC trademarks and under licensing agreements allows the proper use - of these trademarks by its members.

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.

Last modified on 2014-07-08 by gjb.
Abstract

This document gives a brief introduction to FreeBSD - 9.3-RELEASE. It includes some information on how to - obtain FreeBSD, a listing of various ways to contact the FreeBSD - Project, and pointers to some other sources of - information.


1. Introduction

This distribution is a release of FreeBSD 9.3-RELEASE, the - latest point along the 9.3-STABLE branch.

1.1. 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® machines (sparc64). Versions - for the ARM® (arm), MIPS® (mips), and - PowerPC® (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® - utilities for FreeBSD. Each port consists of a - set of scripts to retrieve, configure, build, and install a - piece of software, with a single command. Over 24,000 - ports, from editors to programming languages to graphical - applications, make FreeBSD a powerful and comprehensive operating - environment that extends far beyond what's provided by many - commercial versions of UNIX®. Most ports are also available as - pre-compiled packages, which can be quickly - installed from the installation program.

1.2. 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.

2. 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.

2.1. 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 Obtaining - FreeBSD appendix to the Handbook.

2.2. 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 - 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 - for more details on - becoming an official mirror site. You can also find useful - information for mirror sites at the 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.

3. Contacting the FreeBSD Project

3.1. Email and Mailing Lists

For any questions or general technical support issues, - please send mail to the FreeBSD general questions mailing list.

If you're tracking the 9.3-STABLE development efforts, you - must join the FreeBSD-STABLE mailing list, in order to - keep abreast of recent developments and changes that may - affect the way you use and maintain the system.

Being a largely-volunteer effort, the FreeBSD - Project is always happy to have extra hands willing to help—there are already far more desired enhancements than - there is time to implement them. To contact the developers on - technical matters, or with offers of help, please send mail to - the 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 FreeBSD announcements mailing list.

All of the mailing lists can be freely joined by anyone - wishing to do so. Visit the - 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 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.

3.2. Submitting Problem Reports

Suggestions, bug reports and contributions of code are - always valued—please do not hesitate to report any - problems you may find. Bug reports with attached fixes are of - course even more welcome.

The method to submit bug reports from a machine - with Internet mail connectivity is to use the Bugzilla web - interface. - Problem Reports (PRs) submitted in this way - will be filed and their progress tracked; the FreeBSD developers - will do their best to respond to all reported bugs as soon as - possible. A search - interface of all active PRs is available; - this list is useful to find what potential problems other users - have encountered.

Note that send-pr(1) is a stub shell script, and - instructs to use the Bugzilla interface.

For more information, Writing - FreeBSD Problem Reports, available on the FreeBSD Web - site, has a number of helpful hints on writing and submitting - effective problem reports.

4. 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.

4.1. Release Documentation

A number of other files provide more specific information - about this release distribution. These files are - provided in various formats. Most distributions will include - both ASCII text (.TXT) and HTML - (.HTM) renditions. Some distributions - may also include other formats such as Portable Document Format - (.PDF). - -

  • README.TXT: This file, which - gives some general information about FreeBSD as well as - some cursory notes about obtaining a - distribution.

  • RELNOTES.TXT: The release - notes, showing what's new and different in FreeBSD - 9.3-RELEASE compared to the previous release (FreeBSD - 9.2-RELEASE).

  • HARDWARE.TXT: The hardware - compatibility list, showing devices with which FreeBSD has - been tested and is known to work.

  • ERRATA.TXT: Release errata. - Late-breaking, post-release information can be found in - this file, which is principally applicable to releases - (as opposed to snapshots). It is important to consult - this file before installing a release of FreeBSD, as it - contains the latest information on problems which have - been found and fixed since the release was - created.

-

Note:

It is extremely important to read the errata for any - given release before installing it, to learn about any - late-breaking news or post-release problems. - The errata file accompanying each release (most likely right - next to this file) is already out of date by definition, but - other copies are kept updated on the Internet and should be - consulted as the current errata for this - release. These other copies of the errata are located at - the FreeBSD releases page (as - well as any sites which keep up-to-date mirrors of this - location).

4.2. Manual Pages

As with almost all UNIX® like operating systems, FreeBSD comes - with a set of on-line manual pages, accessed through the - man(1) command or through the 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 tuning(7) (a guide to performance tuning), - security(7) (an introduction to FreeBSD security), and - style(9) (a style guide to kernel coding).

4.3. 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 Handbook - and FAQ - are always available from the 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 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.

5. 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 - 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.

This file, and other release-related documents, - can be downloaded from http://www.FreeBSD.org/releases/.

For questions about FreeBSD, read the - documentation before - contacting <questions@FreeBSD.org>.

All users of FreeBSD 9.3-STABLE should - subscribe to the <stable@FreeBSD.org> - mailing list.

For questions about this documentation, - e-mail <doc@FreeBSD.org>.

\ No newline at end of file diff --git a/website/content/en/releases/9.3R/relnotes.adoc b/website/content/en/releases/9.3R/relnotes.adoc new file mode 100644 index 0000000000..d406202a9a --- /dev/null +++ b/website/content/en/releases/9.3R/relnotes.adoc @@ -0,0 +1,361 @@ +--- +title: "FreeBSD 9.3-RELEASE Release Notes" +sidenav: download +--- + +include::shared/en/urls.adoc[] + += FreeBSD 9.3-RELEASE Release Notes + +== Abstract + +The release notes for FreeBSD 9.3-RELEASE contain a summary of the changes made to the FreeBSD base system on the 9.3-STABLE development line. This document lists applicable security advisories that were issued since the last release, as well as significant changes to the FreeBSD kernel and userland. Some brief remarks on upgrading are also presented. + +''''' + +Table of Contents + +* <> +* <> +* <> + +[[intro]] +== Introduction + +This document contains the release notes for FreeBSD 9.3-RELEASE. It describes recently added, changed, or deleted features of FreeBSD. It also provides some notes on upgrading from previous versions of FreeBSD. + +This distribution of FreeBSD 9.3-RELEASE is a release distribution. It can be found at `http://www.FreeBSD.org/releases/` or any of its mirrors. More information on obtaining this (or other) release distributions of FreeBSD can be found in the link:{handbook}#mirrors["Obtaining FreeBSD" appendix] to the link:{handbook}[FreeBSD Handbook]. + +All users are encouraged to consult the release errata before installing FreeBSD. The errata document is updated with "late-breaking" information discovered late in the release cycle or after the release. Typically, it contains information on known bugs, security advisories, and corrections to documentation. An up-to-date copy of the errata for FreeBSD 9.3-RELEASE can be found on the FreeBSD Web site. + +[[new]] +== What's New + +This section describes the most user-visible new or changed features in FreeBSD since 9.2-RELEASE. + +Typical release note items document recent security advisories issued after 9.2-RELEASE, new drivers or hardware support, new commands or options, major bug fixes, or contributed software upgrades. They may also list changes to major ports/packages or release engineering practices. Clearly the release notes cannot list every single change made to FreeBSD between releases; this document focuses primarily on security advisories, user-visible changes, and major architectural improvements. + +[[security]] +== Security Advisories + +Problems described in the following security advisories have been fixed. For more information, consult the individual advisories available from `http://security.FreeBSD.org/`. + +[cols=",,",options="header",] +|=== +|Advisory |Date |Topic +|http://security.freebsd.org/advisories/FreeBSD-SA-14:01.bsnmpd.asc[FreeBSD-SA-14:01.bsnmpd] |14 January 2014 |Fix man:bsnmpd[1] remote denial of service vulnerability +|http://security.freebsd.org/advisories/FreeBSD-SA-14:02.ntpd.asc[FreeBSD-SA-14:02.ntpd] |14 January 2014 |Disable "monitor" feature in man:ntpd[8] by default +|http://security.freebsd.org/advisories/FreeBSD-SA-14:04.bind.asc[FreeBSD-SA-14:04.bind] |14 January 2014 |Remote denial of service vulnerability +|http://security.freebsd.org/advisories/FreeBSD-SA-14:05.nfsserver.asc[FreeBSD-SA-14:05.nfsserver] |8 April 2014 |Deadlock in the NFS server +|http://security.freebsd.org/advisories/FreeBSD-SA-14:06.openssl.asc[FreeBSD-SA-14:06.openssl] |8 April 2014 |ECDSA side channel leak +|http://security.freebsd.org/advisories/FreeBSD-SA-14:08.tcp.asc[FreeBSD-SA-14:08.tcp] |30 April 2014 |TCP reassembly vulnerability +|http://security.freebsd.org/advisories/FreeBSD-SA-14:11.sendmail.asc[FreeBSD-SA-14:11.sendmail] |26 May 2014 |Sendmail improper close-on-exec flag handling +|http://security.freebsd.org/advisories/FreeBSD-SA-14:12.ktrace.asc[FreeBSD-SA-14:12.ktrace] |3 June 2014 |man:ktrace[1] kernel memory disclosure +|http://security.freebsd.org/advisories/FreeBSD-SA-14:13.pam.asc[FreeBSD-SA-14:13.pam] |3 June 2014 |Incorrect error handling in PAM policy parser +|http://security.freebsd.org/advisories/FreeBSD-SA-14:14.openssl.asc[FreeBSD-SA-14:14.openssl] |5 June 2014 |Multiple vulnerabilities +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:16.file.asc[FreeBSD-SA-14:16.file] |24 June 2014 |Multiple vulnerabilities +|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:17.kmem.asc[FreeBSD-SA-14:17.kmem] |8 July 2014 |Kernel memory disclosure in control messages and SCTP notifications +|=== + +[[kernel]] +== Kernel Changes + +The man:arcmsr[4] driver has been updated to version 1.20.00.28. http://svn.freebsd.org/viewvc/base?view=revision&revision=256033[r256033] + +The man:isci[4] driver is now loadable via man:kldload[8]. http://svn.freebsd.org/viewvc/base?view=revision&revision=256437[r256437] (Sponsored by The FreeBSD Foundation) + +System-level man:sysctl[8] values are now exposed to the system for the man:ixgbe[4] device. http://svn.freebsd.org/viewvc/base?view=revision&revision=256759[r256759] + +The man:mfi[4] driver has been updated to support MegaRAID Invader controllers. http://svn.freebsd.org/viewvc/base?view=revision&revision=256924[r256924] + +A kernel panic triggered in `zfs_root()` after a failed rollback has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=257119[r257119] + +A new man:sysctl[8], `debug.devfs_iosize_max_clamp` has been added which enables and disables `SSIZE_MAX`-sized I/O requests on man:devfs[5] files. http://svn.freebsd.org/viewvc/base?view=revision&revision=257125[r257125] (Sponsored by The FreeBSD Foundation) + +A new man:sysctl[8], `kern.disallow_high_osrel`, has been added which disables executing the images compiled on a userland with a higher major version number than the major version number of the running kernel. http://svn.freebsd.org/viewvc/base?view=revision&revision=257126[r257126] (Sponsored by The FreeBSD Foundation) + +A kernel panic triggered by unmounting a busy man:zfs[8] filesystem has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=257253[r257253] + +A deadlock triggered by powering off a USB device has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=257373[r257373] + +The man:ichsmb[4] driver has been updated to support Intel Lynx Point PCH SMBus devices. http://svn.freebsd.org/viewvc/base?view=revision&revision=258214[r258214] + +The man:ata[4] driver has been updated to support Coleto Creek devices. http://svn.freebsd.org/viewvc/base?view=revision&revision=258215[r258215] + +The man:ahci[4] driver has been updated to support the PCI-express solid state drive in the Apple(R) MacBook Air (model A1465). http://svn.freebsd.org/viewvc/base?view=revision&revision=258217[r258217] + +The man:sysctl[8] `vfs.zfs.arc_meta_limit` can now be changed at runtime. http://svn.freebsd.org/viewvc/base?view=revision&revision=258635[r258635] + +The man:mmap[2] system call has been updated to more optimally use superpages and provide support for tweaking the alignment of virtual mappings. http://svn.freebsd.org/viewvc/base?view=revision&revision=258870[r258870] + +A workaround has been implemented in the man:bge[4] driver for hung transmission on BCM5719 and BCM5720 chipsets. http://svn.freebsd.org/viewvc/base?view=revision&revision=258962[r258962] + +A kernel panic when listing sysctls on a system with `INVARIANTS` enabled has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=259002[r259002] + +A new man:sysctl[8], `kern.supported_archs` has been added, which will list the `MACHINE_ARCH` values whose binaries can be run on the system. http://svn.freebsd.org/viewvc/base?view=revision&revision=259466[r259466] + +Several problems that could trigger kernel panic on man:kldload[8] and man:kldunload[8] have been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=259519[r259519] (Sponsored by Spectra Logic) + +A kernel panic triggered by some multi-threaded applications has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=260082[r260082] (Sponsored by The FreeBSD Foundation) + +The man:runfw[4] firmware has been renamed from `runfw` to `run.fw` for consistency with other firmware files. http://svn.freebsd.org/viewvc/base?view=revision&revision=260134[r260134] + +A new man:sysctl[8], `kern.panic_reboot_wait_time`, has been added. This allows tuning the amount of time the system will wait before rebooting after man:panic[9]. The `kern.panic_reboot_wait_time` value defaults to the kernel configuration option, `PANIC_REBOOT_WAIT_TIME`. http://svn.freebsd.org/viewvc/base?view=revision&revision=260433[r260433] + +Hardware Random Number Generators have been disabled by default. http://svn.freebsd.org/viewvc/base?view=revision&revision=260644[r260644] + +Support for GPS ports has been added to the man:uhso[4] driver. http://svn.freebsd.org/viewvc/base?view=revision&revision=261485[r261485] + +A memory leak of compressed buffers has been fixed in `l2arc_write_done()`. http://svn.freebsd.org/viewvc/base?view=revision&revision=262116[r262116] + +The man:netmap[4] framework has been updated to match the version in `head/`, which includes netmap pipes, kqueue support, and enhanced VALE switch port. http://svn.freebsd.org/viewvc/base?view=revision&revision=262153[r262153] + +A deadlock triggered by sending a mounted man:zfs[8] snapshot has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=262175[r262175] + +Support for SIIG X1 PCI-e has been added to man:ppc[4]. http://svn.freebsd.org/viewvc/base?view=revision&revision=262231[r262231] + +Support for the ext4 filesystem has been enabled, supporting read-only mounts. http://svn.freebsd.org/viewvc/base?view=revision&revision=262564[r262564] + +A kernel panic triggered by inserting a USB ethernet device on VIMAGE-enabled systems has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=262594[r262594] + +TTM, a memory manager used by video drivers, has been merged. http://svn.freebsd.org/viewvc/base?view=revision&revision=262988[r262988] (Sponsored by The FreeBSD Foundation) + +Support for `/sys/kernel/random/uuid` has been added to man:linprocfs[5]. http://svn.freebsd.org/viewvc/base?view=revision&revision=263103[r263103] + +A memory leak in the `zpool_in_use()` function has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=263128[r263128] + +The `extensible_dataset` man:zpool[8] feature has been added. See man:zpool-features[7] for more information. http://svn.freebsd.org/viewvc/base?view=revision&revision=263391[r263391] + +A memory leak has been fixed in `libzfs`. http://svn.freebsd.org/viewvc/base?view=revision&revision=263408[r263408] + +The man:vt[4] driver has been merged from `head/`. http://svn.freebsd.org/viewvc/base?view=revision&revision=263817,263818[r263817,263818] (Sponsored by The FreeBSD Foundation) + +The man:mpr[4] device has been added, providing support for LSI Fusion-MPT 3 12Gb SCSI/SATA controllers. http://svn.freebsd.org/viewvc/base?view=revision&revision=265729[r265729] (Sponsored by LSI, Spectra Logic) + +A kernel bug that inhibited proper functionality of the `dev.cpu.0.freq` man:sysctl[8] on Intel(R) processors with Turbo Boost ™ enabled has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=266167[r266167] + +Support for man:xen[4] hardware-assisted virtualization, `XENHVM`, is now available as a loadable module, `xenhvm.ko`. http://svn.freebsd.org/viewvc/base?view=revision&revision=266269[r266269] + +[[proc]] +== Hardware Support + +Trackpad support for Apple(R) MacBook products has been added. http://svn.freebsd.org/viewvc/base?view=revision&revision=261510[r261510] + +The man:nve[4] driver has been deprecated, and the man:nfe[4] driver should be used instead. http://svn.freebsd.org/viewvc/base?view=revision&revision=261973[r261973] + +The man:mfi[4] driver has been updated to support MegaRAID Fury cards. http://svn.freebsd.org/viewvc/base?view=revision&revision=262968[r262968] + +The Radeon KMS driver has been added. http://svn.freebsd.org/viewvc/base?view=revision&revision=263170,263171[r263170,263171] + +The man:aacraid[4] driver has been updated to version 3.2.5. http://svn.freebsd.org/viewvc/base?view=revision&revision=263340[r263340] + +[[net-if]] +== Network Interface Support + +The man:re[4] driver has been updated to add preliminary support for the RTL8106E chipset. http://svn.freebsd.org/viewvc/base?view=revision&revision=257611[r257611] + +The man:re[4] driver has been updated to support the RTL8168G, RTL8168GU and RTL8411B chipsets. http://svn.freebsd.org/viewvc/base?view=revision&revision=257614,257616[r257614,257616] + +The man:re[4] driver has been updated to add preliminary support for the RTL8168EP chipset. http://svn.freebsd.org/viewvc/base?view=revision&revision=257618[r257618] + +The man:oce[4] driver has been updated to version 10.0.664.0. http://svn.freebsd.org/viewvc/base?view=revision&revision=258586[r258586] + +The man:qlxgbe[4] driver has been imported from `head/`. http://svn.freebsd.org/viewvc/base?view=revision&revision=258898[r258898] + +The man:qlxge[4] driver has been imported from `head/`. http://svn.freebsd.org/viewvc/base?view=revision&revision=258936[r258936] + +The man:bge[4] driver has been updated to support the BCM5725 chipset. http://svn.freebsd.org/viewvc/base?view=revision&revision=258965[r258965] + +The man:bge[4] driver has been updated to support the BCM57764, BCM57767, BCM57782, BCM57786 and BCM57787 chipsets. http://svn.freebsd.org/viewvc/base?view=revision&revision=258967[r258967] + +The man:run[4] driver has been updated to support MediaTek/Ralink chipsets RT5370 and RT5372. http://svn.freebsd.org/viewvc/base?view=revision&revision=259457[r259457] + +The man:usb[4] wireless radiotap headers have been realigned, allowing wireless adapters to work on arm, mips, and other similar platforms where alignment is important. http://svn.freebsd.org/viewvc/base?view=revision&revision=259460[r259460] + +The man:run[4] firmware has been updated to version 0.33. http://svn.freebsd.org/viewvc/base?view=revision&revision=260119[r260119] + +The man:bxe[4] driver has been merged from `head/`, providing support for Broadcom NetXtreme II 10Gb PCIe adapters. http://svn.freebsd.org/viewvc/base?view=revision&revision=260252[r260252] + +The man:run[4] driver has been updated to include support for the MediaTek/Ralink RT3593 chipset. http://svn.freebsd.org/viewvc/base?view=revision&revision=261865[r261865] + +The man:run[4] driver has been updated to include support for the DLINK DWA-127 wireless adapter. http://svn.freebsd.org/viewvc/base?view=revision&revision=261933[r261933] + +The man:axge[4] driver has been added. http://svn.freebsd.org/viewvc/base?view=revision&revision=262153[r262153] + +The man:urndis[4] driver has been imported from OpenBSD. http://svn.freebsd.org/viewvc/base?view=revision&revision=262362[r262362] + +The man:bxe[4] driver has been updated to version 1.78.78. http://svn.freebsd.org/viewvc/base?view=revision&revision=263582[r263582] + +[[fs]] +== File Systems + +The man:zfs[8] filesystem has been updated to support the `bookmarks` feature. http://svn.freebsd.org/viewvc/base?view=revision&revision=263410[r263410] + +[[userland]] +== Userland Changes + +A new flag `-c`, has been added to man:pgrep[1] and man:pkill[1], which restricts the process lookup to the specified login class. http://svn.freebsd.org/viewvc/base?view=revision&revision=256054[r256054] + +The man:ddb[8] utility has been updated to add `show ioapic` and `show all ioapics`. http://svn.freebsd.org/viewvc/base?view=revision&revision=257496[r257496] + +Setting `nmbcluster` values to their current value will now be ignored, instead of failing with an error. http://svn.freebsd.org/viewvc/base?view=revision&revision=258183[r258183] + +The `/var/cache` directory is now created with mode `0755` instead of mode `0750`, since this directory is used by many third-party applications, which makes dropping group privileges impossible. http://svn.freebsd.org/viewvc/base?view=revision&revision=258763[r258763] + +The man:uname[1] utility has been updated to include the `-U` and `-K` flags, which print the `__FreeBSD_version` for the running userland and kernel, respectively. http://svn.freebsd.org/viewvc/base?view=revision&revision=258818[r258818] + +The man:fetch[3] library has been updated to support SNI (Server Name Identification), allowing to use virtual hosts on HTTPS. http://svn.freebsd.org/viewvc/base?view=revision&revision=258844[r258844] + +A segmentation fault and internal compiler error bug in man:gcc[1] triggered by throwing a warning before parsing any tokens has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=259243[r259243] + +Several updates to man:gcc[1] have been imported from Google. http://svn.freebsd.org/viewvc/base?view=revision&revision=259269,259406[r259269,259406] (Contributed / provided by Google) + +A byte-order bug in the Heimdal `gss_pseudo_random()` function which would prevent interoperability with other Kerberos implementations has been fixed. In particular, this would prevent interoperability with the MIT implementation. http://svn.freebsd.org/viewvc/base?view=revision&revision=259448[r259448] + +The man:hastctl[8] utility has been updated to output the current queue sizes. http://svn.freebsd.org/viewvc/base?view=revision&revision=260007[r260007] + +The man:ps[1] utility will no longer truncate the `command` output column. http://svn.freebsd.org/viewvc/base?view=revision&revision=260197[r260197] + +The man:protect[1] command has been added, which allows exempting processes from being killed when swap is exhausted. http://svn.freebsd.org/viewvc/base?view=revision&revision=260208[r260208] + +The man:gmirror[8] utility now prevents deactivating the last component of a mirror. http://svn.freebsd.org/viewvc/base?view=revision&revision=260507[r260507] + +A new man:gmirror[8] command, `gmirror destroy`, has been added, which will destroy the man:geom[8] and erase the man:gmirror[8] metadata. http://svn.freebsd.org/viewvc/base?view=revision&revision=260507[r260507] + +The man:etcupdate[8] utility, a tool for managing updates to files in `/etc`, has been merged from `head/`. http://svn.freebsd.org/viewvc/base?view=revision&revision=260650[r260650] + +The man:find[1] utility has been updated to fix incorrect behavior with the `-lname` and `-ilname` flags. http://svn.freebsd.org/viewvc/base?view=revision&revision=260651[r260651] + +The `hw.uart.console` is now always updated when the comconsole setup changes. http://svn.freebsd.org/viewvc/base?view=revision&revision=260868,260869[r260868,260869] + +The man:kldload[8] utility has been updated to display a message directing to man:dmesg[8], instead of the cryptic message "Exec format error". http://svn.freebsd.org/viewvc/base?view=revision&revision=260909[r260909] + +A bug that could trigger an infinite loop in KDE and X has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=261674[r261674] + +The man:newsyslog[8] utility has been changed to use the size of the file, instead of the blocks the file takes on the disk to match the behavior documented in man:newsyslog.conf[5]. http://svn.freebsd.org/viewvc/base?view=revision&revision=262076[r262076] + +A bug in man:zdb[8] which would cause numeric parameters to a flag as being treated as additional flags has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=262105[r262105] + +The man:pciconf[8] utility now has a `-V` flag, which lists information such as serial numbers for each device. http://svn.freebsd.org/viewvc/base?view=revision&revision=262134[r262134] + +A bug that would allow creating a man:zfs[8] snapshot of an inconsistent dataset has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=262158[r262158] + +Receiving a man:zfs[8] dataset with `zfs recv -F` now properly destroys any snapshots that were created since the incremental source snapshot. http://svn.freebsd.org/viewvc/base?view=revision&revision=262160[r262160] + +Installation from a read-only `.OBJDIR` has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=263031[r263031] + +A new shared library directory, `/usr/lib/private`, has been added for internal-use shared libraries. http://svn.freebsd.org/viewvc/base?view=revision&revision=263031[r263031] + +A default `libmap32.conf` has been added, for 32-bit applications. http://svn.freebsd.org/viewvc/base?view=revision&revision=263031[r263031] + +The `libucl` library, a JSON-compatible configuration file parsing library, has been imported. http://svn.freebsd.org/viewvc/base?view=revision&revision=263032[r263032] + +The man:pkg[7] package management utility has been syncronized with `head/`. This implements binary package signature verification when bootstrapping the system with `pkg bootstrap`. http://svn.freebsd.org/viewvc/base?view=revision&revision=263038[r263038] + +The system timezone data files have been updated to version tzdata2014a. http://svn.freebsd.org/viewvc/base?view=revision&revision=263042[r263042] + +The NetBSD man:make[1] utility, `bmake` has been imported for compatibility with the FreeBSD Ports Collection. It is installed as `bmake`, and the `make` remains the FreeBSD version. http://svn.freebsd.org/viewvc/base?view=revision&revision=263212[r263212] + +The man:fetch[3] library now supports `Last-Modified` timestamps which return UTC instead of GMT. http://svn.freebsd.org/viewvc/base?view=revision&revision=263326[r263326] + +Aliases for the man:zfs[8] commands `list -t snap` and `snap` have been added to match Oracle(R) Solaris 11. http://svn.freebsd.org/viewvc/base?view=revision&revision=263404[r263404] + +A new flag, `-p`, has been added to the man:zfs[8] `list` command, providing output in a parseable form. http://svn.freebsd.org/viewvc/base?view=revision&revision=263406[r263406] + +OpenPAM has been updated to Nummularia (20130907), which incorporates several bug fixes and documentation improvements. The man:openpam_ttyconv[3] library has been completely rewritten. http://svn.freebsd.org/viewvc/base?view=revision&revision=263421[r263421] + +The man:sh[1] command interpreter has been updated to expand assignments after `export`, `local`, and `readonly` differently. As result of this change, variable assignment such as `local v=$1` will assign the first positional parameter to `v`, even if `$1` contains spaces, and `local w=~/myfile` will expand the tilde (`~`). http://svn.freebsd.org/viewvc/base?view=revision&revision=264423[r264423] + +The man:find[1] utility has been updated to implement `-ignore_readdir_race`. Prior to this change, `-ignore_readdir_race` existed as an option for GNU man:find[1] compatibility, and was ignored if specified. A counter primary, `-noignore_readdir_race` now also exists, and is the default behavior. http://svn.freebsd.org/viewvc/base?view=revision&revision=264699[r264699] + +The man:ps[1] utility has been updated to include the `-J` flag, used to filter output by matching man:ail[8] IDs and names. Additionally, argument `0` can be used to `-J` to only list processes running on the host system. http://svn.freebsd.org/viewvc/base?view=revision&revision=266286[r266286] + +The man:top[1] utility has been updated to filter by man:jail[8] ID or name, in followup to the man:ps[1] change in `r265229`. http://svn.freebsd.org/viewvc/base?view=revision&revision=266287[r266287] + +The Blowfish man:crypt[3] default format has been changed to `$2b$`. http://svn.freebsd.org/viewvc/base?view=revision&revision=266818[r266818] + +The default man:newsyslog.conf[5] now includes files in the `/etc/newsyslog.conf.d/` and `/usr/local/etc/newsyslog.conf.d/` directories by default for man:newsyslog[8]. http://svn.freebsd.org/viewvc/base?view=revision&revision=267114[r267114] + +A new flag, "onifconsole" has been added to `/etc/ttys`. This allows the system to provide a login prompt via serial console if the device is an active kernel console, otherwise it is equivalent to `off`. http://svn.freebsd.org/viewvc/base?view=revision&revision=267243[r267243] + +The man:arc4random[3] library has been updated to match that of FreeBSD-CURRENT. http://svn.freebsd.org/viewvc/base?view=revision&revision=267379[r267379] + +The man:pmcstat[8] utility has been updated to include a new flag, `-l`, which ends event collection after the specified number of seconds. http://svn.freebsd.org/viewvc/base?view=revision&revision=267411[r267411] + +The FreeBSD Project has migrated from the GNATS bug tracking system to Bugzilla. The man:send-pr[1] utility used for submitting problem reports has been replaced with a stub shell script that instructs to use the Bugzilla web interface. http://svn.freebsd.org/viewvc/base?view=revision&revision=267911[r267911] + +[[periodic-scripts]] +== man:periodic[8] Scripts + +The `/etc/periodic/security/800.loginfail` man:periodic[8] script has been refined to catch more authentication failures and reduce false positives. http://svn.freebsd.org/viewvc/base?view=revision&revision=263662[r263662] + +[rc-scripts]] +== man:rc[8] Scripts + +Support for "first boot" scripts has been added to man:rc[8]. See man:rc[8] and man:rc.conf[5] for implementation details. http://svn.freebsd.org/viewvc/base?view=revision&revision=256917[r256917] + +The man:rc[8] system will now re-source man:rc.conf[5] on receipt of `SIGALRM`. http://svn.freebsd.org/viewvc/base?view=revision&revision=260432[r260432] + +[[contrib]] +== Contributed Software + +The man:readline[3] library has been updated to version 1.104. http://svn.freebsd.org/viewvc/base?view=revision&revision=255934[r255934] + +Sendmail has been updated to version 8.14.9. http://svn.freebsd.org/viewvc/base?view=revision&revision=266711[r266711] + +BIND has been updated to version 9.9.5. http://svn.freebsd.org/viewvc/base?view=revision&revision=262706[r262706] (Sponsored by DK Hostmaster A/S) + +The man:xz[1] utility has been updated to a post-5.0.5 snapshot. http://svn.freebsd.org/viewvc/base?view=revision&revision=263286[r263286] + +OpenSSH has been updated to version 6.6p1. http://svn.freebsd.org/viewvc/base?view=revision&revision=263970[r263970] + +OpenSSL has been updated to version 0.9.8za. http://svn.freebsd.org/viewvc/base?view=revision&revision=267285[r267285] + +[[ports]] +== Ports and Packages + +== Important: + +Note to FreeBSD desktop users: please read this section carefully, especially before upgrading ports that depend on Xorg. + +In April 2014, the FreeBSD Ports collection switched to a newer version of Xorg that supports KMS (Kernel Mode Setting). + +Users upgrading from earlier versions of FreeBSD 9.x or FreeBSD 8.x should be aware of several things regarding Xorg: + +* When applications are built from the FreeBSD Ports Collection or installed from the `new_xorg` man:pkg[8] repository, the newer, KMS-aware version of Xorg is used. +* The KMS version of Xorg does not switch back to text mode after leaving the X desktop environment, and the system console will not be visible. The new man:vt[4] console driver supports graphic consoles and keeps the console visible after X has exited. The man:vt[4] driver must be compiled into the kernel. A `VT` kernel configuration example file is included in 9.3-RELEASE, but is not compiled or enabled by default. See man:vt[4] and the https://wiki.freebsd.org/VT[vt(4) wiki page] for additional information. +* Packages for KDE4 are not available in the default (`latest`) man:pkg[8] repository, however are available in the `new_xorg` repository. See the https://lists.freebsd.org/pipermail/freebsd-announce/2014-July/001570.html[announcement email] for details on how to use the `new_xorg` repository. ++ +The older Xorg that does not support KMS can still be installed from the `latest` upstream man:pkg[8] repository and the packages included on the 9.3-RELEASE DVD. ++ +However, it is important to note that some newer applications require the newer Xorg, and will not work with the old version. The newer [Xorg is recommended, and should be used unless not compatible with legacy graphics cards. ++ +To continue using the old version of Xorg when building from the FreeBSD Ports Collection, set `WITHOUT_NEW_XORG=yes` in man:make.conf[5]. + +[releng]] +== Release Engineering and Integration + +As part of the release build, the man:etcupdate[8] utility will bootstrap the system, allowing man:etcupdate[8] to work after the first upgrade of a system. http://svn.freebsd.org/viewvc/base?view=revision&revision=260891[r260891] + +The `release.sh` script and release `Makefile` have been updated to use man:pkg[7] to populate the dvd installation medium. http://svn.freebsd.org/viewvc/base?view=revision&revision=262879[r262879] (Sponsored by The FreeBSD Foundation) + +The man:services.mkdb[8] utility has been updated to support multiple byte orders. Similar to man:cap_mkdb[1], the `services.db` will be created with proper endinanness as part of cross-architecture release builds. http://svn.freebsd.org/viewvc/base?view=revision&revision=263028[r263028] + +[[upgrade]] +== Upgrading from Previous Releases of FreeBSD + +== Upgrading Using man:freebsd-update[8] or a Source-Based Procedure + +[amd64,i386] Binary upgrades between RELEASE versions (and snapshots of the various security branches) are supported using the man:freebsd-update[8] utility. The binary upgrade procedure will update unmodified userland utilities, as well as an unmodified `GENERIC` kernel, distributed as a part of an official FreeBSD release. The man:freebsd-update[8] utility requires that the host being upgraded have Internet connectivity. + +Source-based upgrades (those based on recompiling the FreeBSD base system from source code) from previous versions are supported using to the instructions in `/usr/src/UPDATING`. + +For more specific information about upgrading instructions, see link:../installation/[FreeBSD 9.3-RELEASE Installation Instructions]. + +== Important: + +Upgrading FreeBSD should only be attempted after backing up _all_ data and configuration files. + +== User-Visible Incompatibilities + +FreeBSD 9.0 and later versions have several configuration incompatibilities with earlier versions of FreeBSD. These differences are best understood before upgrading. _Please read this section and the http://www.freebsd.org/releases/9.0R/relnotes-detailed.html#UPGRADE[Upgrading Section in 9.0-RELEASE Release Notes] carefully before submitting a problem report and/or posting a question to the FreeBSD mailing lists._ diff --git a/website/content/en/releases/9.3R/relnotes.html b/website/content/en/releases/9.3R/relnotes.html deleted file mode 100644 index fa33335dac..0000000000 --- a/website/content/en/releases/9.3R/relnotes.html +++ /dev/null @@ -1,402 +0,0 @@ - -FreeBSD 9.3-RELEASE Release Notes

FreeBSD 9.3-RELEASE Release Notes

The FreeBSD Project

FreeBSD is a registered trademark of - the FreeBSD Foundation.

IBM, AIX, OS/2, - PowerPC, PS/2, S/390, and ThinkPad are - trademarks of International Business Machines Corporation in the - United States, other countries, or both.

IEEE, POSIX, and 802 are registered - trademarks of Institute of Electrical and Electronics Engineers, - Inc. in the United States.

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.

SPARC, SPARC64, and - UltraSPARC are trademarks of SPARC International, Inc in the United - States and other countries. SPARC International, Inc owns all of the - SPARC trademarks and under licensing agreements allows the proper use - of these trademarks by its members.

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.

Last modified on 2014-07-08 by gjb.
Abstract

The release notes for FreeBSD 9.3-RELEASE contain - a summary of the changes made to the FreeBSD base system on the - 9.3-STABLE development line. This document lists - applicable security advisories that were issued since the last - release, as well as significant changes to the FreeBSD kernel and - userland. Some brief remarks on upgrading are also - presented.


1. Introduction

This document contains the release notes for FreeBSD - 9.3-RELEASE. It describes recently added, changed, or - deleted features of FreeBSD. It also provides some notes on - upgrading from previous versions of FreeBSD.

This distribution of FreeBSD 9.3-RELEASE is - a release distribution. It can be found at http://www.FreeBSD.org/releases/ or any of its - mirrors. More information on obtaining this (or other) - release distributions of FreeBSD can be found in the Obtaining - FreeBSD appendix to the FreeBSD - Handbook.

All users are encouraged to consult the release errata - before installing FreeBSD. The errata document is updated with - late-breaking information discovered late in the - release cycle or after the release. Typically, it contains - information on known bugs, security advisories, and corrections - to documentation. An up-to-date copy of the errata for FreeBSD - 9.3-RELEASE can be found on the FreeBSD Web site.

2. What's New

This section describes the most user-visible new or changed - features in FreeBSD since 9.2-RELEASE.

Typical release note items document recent security - advisories issued after 9.2-RELEASE, new drivers or hardware - support, new commands or options, major bug fixes, or - contributed software upgrades. They may also list changes to - major ports/packages or release engineering practices. Clearly - the release notes cannot list every single change made to FreeBSD - between releases; this document focuses primarily on security - advisories, user-visible changes, and major architectural - improvements.

2.1. 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/.

AdvisoryDateTopic
FreeBSD-SA-14:01.bsnmpd14 January 2014

Fix bsnmpd(1) remote denial of service - vulnerability

FreeBSD-SA-14:02.ntpd14 January 2014

Disable monitor feature in - ntpd(8) by default

FreeBSD-SA-14:04.bind14 January 2014

Remote denial of service - vulnerability

FreeBSD-SA-14:05.nfsserver8 April 2014

Deadlock in the NFS server

FreeBSD-SA-14:06.openssl8 April 2014

ECDSA side channel leak

FreeBSD-SA-14:08.tcp30 April 2014

TCP reassembly vulnerability

FreeBSD-SA-14:11.sendmail26 May 2014

Sendmail - improper close-on-exec flag handling

FreeBSD-SA-14:12.ktrace3 June 2014

ktrace(1) kernel memory - disclosure

FreeBSD-SA-14:13.pam3 June 2014

Incorrect error handling in PAM policy - parser

FreeBSD-SA-14:14.openssl5 June 2014

Multiple vulnerabilities

FreeBSD-SA-14:16.file24 June 2014

Multiple vulnerabilities

FreeBSD-SA-14:17.kmem8 July 2014

Kernel memory disclosure in control - messages and SCTP notifications

2.2. Kernel Changes

The arcmsr(4) driver has been - updated to version 1.20.00.28. [r256033]

The isci(4) driver is now loadable - via kldload(8). [r256437] - (Sponsored by - The FreeBSD Foundation)

System-level sysctl(8) values are - now exposed to the system for the ixgbe(4) device. [r256759]

The mfi(4) driver has been updated - to support MegaRAID Invader controllers. [r256924]

A kernel panic triggered in - zfs_root() after a failed rollback has - been fixed. [r257119]

A new sysctl(8), - debug.devfs_iosize_max_clamp has been added - which enables and disables SSIZE_MAX-sized - I/O requests on devfs(5) files. [r257125] - (Sponsored by - The FreeBSD Foundation)

A new - sysctl(8), kern.disallow_high_osrel, - has been added which disables executing the images compiled on - a userland with a higher major version number than the major - version number of the running kernel. [r257126] - (Sponsored by - The FreeBSD Foundation)

A kernel panic triggered by unmounting - a busy zfs(8) filesystem has been fixed. [r257253]

A deadlock triggered by powering off - a USB device has been fixed. [r257373]

The ichsmb(4) driver has been - updated to support Intel Lynx Point PCH SMBus devices. [r258214]

The ata(4) driver has been updated - to support Coleto Creek devices. [r258215]

The ahci(4) driver has been updated - to support the PCI-express solid state drive in the - Apple® MacBook Air (model A1465). [r258217]

The sysctl(8) - vfs.zfs.arc_meta_limit can now be changed - at runtime. [r258635]

The mmap(2) system call has been - updated to more optimally use superpages and provide support - for tweaking the alignment of virtual mappings. [r258870]

A workaround has been implemented - in the bge(4) driver for hung transmission on BCM5719 - and BCM5720 chipsets. [r258962]

A kernel panic when listing sysctls - on a system with INVARIANTS enabled has - been fixed. [r259002]

A new sysctl(8), - kern.supported_archs has been added, - which will list the MACHINE_ARCH values - whose binaries can be run on the system. [r259466]

Several problems that could trigger - kernel panic on kldload(8) and kldunload(8) have - been fixed. [r259519] - (Sponsored by - Spectra Logic)

A kernel panic triggered by some - multi-threaded applications has been fixed. [r260082] - (Sponsored by - The FreeBSD Foundation)

The runfw(4) firmware has been - renamed from runfw to - run.fw for consistency with other firmware - files. [r260134]

A new sysctl(8), - kern.panic_reboot_wait_time, has been - added. This allows tuning the amount of time the system - will wait before rebooting after panic(9). The - kern.panic_reboot_wait_time value defaults - to the kernel configuration option, - PANIC_REBOOT_WAIT_TIME. [r260433]

Hardware Random Number Generators have - been disabled by default. [r260644]

Support for GPS ports has been added - to the uhso(4) driver. [r261485]

A memory leak of compressed buffers - has been fixed in - l2arc_write_done(). [r262116]

The netmap(4) framework has been - updated to match the version in head/, - which includes netmap pipes, kqueue support, and enhanced - VALE switch port. [r262153]

A deadlock triggered by sending - a mounted zfs(8) snapshot has been fixed. [r262175]

Support for SIIG X1 PCI-e has been added - to ppc(4). [r262231]

Support for the ext4 filesystem - has been enabled, supporting read-only mounts. [r262564]

A kernel panic triggered by inserting - a USB ethernet device on VIMAGE-enabled systems has been - fixed. [r262594]

TTM, - a memory manager used by video - drivers, has been merged. [r262988] - (Sponsored by - The FreeBSD Foundation)

Support for - /sys/kernel/random/uuid has been added - to linprocfs(5). [r263103]

A memory leak in the - zpool_in_use() function has been - fixed. [r263128]

The - extensible_dataset zpool(8) feature - has been added. See zpool-features(7) for more - information. [r263391]

A memory leak has been fixed in - libzfs. [r263408]

The vt(4) driver - has been merged from head/. [r263817,263818] - (Sponsored by - The FreeBSD Foundation)

The mpr(4) device has - been added, providing support for LSI Fusion-MPT 3 12Gb - SCSI/SATA controllers. [r265729] - (Sponsored by - LSI, Spectra Logic)

A kernel bug that inhibited proper - functionality of the dev.cpu.0.freq - sysctl(8) on Intel® processors with Turbo - Boost ™ enabled has been fixed. [r266167]

Support for xen(4) - hardware-assisted virtualization, XENHVM, - is now available as a loadable module, - xenhvm.ko. [r266269]

2.2.1. Hardware Support

Trackpad support for - Apple® MacBook products has been added. [r261510]

The nve(4) driver has been - deprecated, and the nfe(4) driver should be used - instead. [r261973]

The mfi(4) driver has been - updated to support MegaRAID Fury cards. [r262968]

The Radeon KMS driver has been - added. [r263170,263171]

The aacraid(4) driver has been - updated to version 3.2.5. [r263340]

2.2.1.1. Network Interface Support

The re(4) driver has been - updated to add preliminary support for the RTL8106E - chipset. [r257611]

The re(4) driver has - been updated to support the RTL8168G, RTL8168GU and - RTL8411B chipsets. [r257614,257616]

The re(4) driver has been - updated to add preliminary support for the RTL8168EP - chipset. [r257618]

The oce(4) driver has been - updated to version 10.0.664.0. [r258586]

The qlxgbe(4) driver has been - imported from head/. [r258898]

The qlxge(4) driver has been - imported from head/. [r258936]

The bge(4) driver has been - updated to support the BCM5725 chipset. [r258965]

The bge(4) driver has been - updated to support the BCM57764, BCM57767, BCM57782, - BCM57786 and BCM57787 chipsets. [r258967]

The run(4) driver has been - updated to support MediaTek/Ralink chipsets RT5370 and - RT5372. [r259457]

The usb(4) wireless radiotap - headers have been realigned, allowing wireless adapters - to work on arm, mips, and other similar - platforms where alignment is important. [r259460]

The run(4) firmware has been - updated to version 0.33. [r260119]

The bxe(4) driver has been - merged from head/, providing support - for Broadcom NetXtreme II 10Gb PCIe adapters. [r260252]

The run(4) driver has been - updated to include support for the MediaTek/Ralink RT3593 - chipset. [r261865]

The run(4) driver has been - updated to include support for the DLINK DWA-127 wireless - adapter. [r261933]

The axge(4) driver has been - added. [r262153]

The urndis(4) driver has been - imported from OpenBSD. [r262362]

The bxe(4) driver has been - updated to version 1.78.78. [r263582]

2.2.2. File Systems

The zfs(8) filesystem has been - updated to support the bookmarks - feature. [r263410]

2.3. Userland Changes

A new flag -c, has - been added to pgrep(1) and pkill(1), which restricts - the process lookup to the specified login class. [r256054]

The ddb(8) utility has been updated - to add show ioapic and show all - ioapics. [r257496]

Setting nmbcluster - values to their current value will now be ignored, instead of - failing with an error. [r258183]

The /var/cache directory is now - created with mode 0755 instead of mode - 0750, since this directory is used by - many third-party applications, which makes dropping group - privileges impossible. [r258763]

The uname(1) utility has been - updated to include the -U and - -K flags, which print the - __FreeBSD_version for the running userland - and kernel, respectively. [r258818]

The fetch(3) library has been - updated to support SNI (Server Name Identification), allowing - to use virtual hosts on HTTPS. [r258844]

A segmentation fault and internal - compiler error bug in gcc(1) triggered by throwing - a warning before parsing any tokens has been fixed. [r259243]

Several updates to gcc(1) - have been imported from Google. [r259269,259406] - (Contributed / provided by - Google)

A byte-order bug in the Heimdal - gss_pseudo_random() function which would - prevent interoperability with other - Kerberos implementations has been - fixed. In particular, this would prevent interoperability - with the MIT implementation. [r259448]

The hastctl(8) utility has been - updated to output the current queue sizes. [r260007]

The ps(1) utility will no longer - truncate the command output column. [r260197]

The protect(1) command has been - added, which allows exempting processes from being killed - when swap is exhausted. [r260208]

The gmirror(8) utility now prevents - deactivating the last component of a mirror. [r260507]

A new gmirror(8) command, - gmirror destroy, has been added, which will - destroy the geom(8) and erase the gmirror(8) - metadata. [r260507]

The etcupdate(8) utility, a tool - for managing updates to files in /etc, has been merged from - head/. [r260650]

The find(1) utility has been - updated to fix incorrect behavior with the - -lname and -ilname - flags. [r260651]

The - hw.uart.console is now always updated when - the comconsole setup changes. [r260868,260869]

The kldload(8) utility has been - updated to display a message directing to dmesg(8), - instead of the cryptic message Exec format - error. [r260909]

A bug that could trigger an infinite - loop in KDE and X has been fixed. [r261674]

The newsyslog(8) utility has been - changed to use the size of the file, instead of the blocks the - file takes on the disk to match the behavior documented in - newsyslog.conf(5). [r262076]

A bug in zdb(8) which would cause - numeric parameters to a flag as being treated as additional - flags has been fixed. [r262105]

The pciconf(8) utility now has - a -V flag, which lists information such - as serial numbers for each device. [r262134]

A bug that would allow creating - a zfs(8) snapshot of an inconsistent dataset has been - fixed. [r262158]

Receiving a zfs(8) dataset with - zfs recv -F now properly destroys any - snapshots that were created since the incremental source - snapshot. [r262160]

Installation from a read-only - .OBJDIR has been fixed. [r263031]

A new shared library directory, - /usr/lib/private, - has been added for internal-use shared libraries. [r263031]

A default - libmap32.conf has been added, for 32-bit - applications. [r263031]

The libucl library, - a JSON-compatible configuration file parsing library, has been - imported. [r263032]

The pkg(7) package management - utility has been syncronized with head/. - This implements binary package signature verification when - bootstrapping the system with pkg - bootstrap. [r263038]

The system timezone data files have - been updated to version tzdata2014a. [r263042]

The NetBSD make(1) utility, - bmake has been imported for compatibility - with the FreeBSD Ports Collection. It is installed as - bmake, and the make - remains the FreeBSD version. [r263212]

The fetch(3) library now - supports Last-Modified timestamps which - return UTC instead of GMT. [r263326]

Aliases for the zfs(8) commands - list -t snap and snap - have been added to match Oracle® Solaris 11. [r263404]

A new flag, -p, has - been added to the zfs(8) list command, - providing output in a parseable form. [r263406]

OpenPAM has - been updated to Nummularia (20130907), which incorporates - several bug fixes and documentation improvements. The - openpam_ttyconv(3) library has been completely - rewritten. [r263421]

The sh(1) command interpreter has - been updated to expand assignments after - export, local, and - readonly differently. As result of this - change, variable assignment such as local - v=$1 will assign the first positional - parameter to v, even if - $1 contains spaces, and - local w=~/myfile - will expand the tilde (~). [r264423]

The find(1) utility has been - updated to implement -ignore_readdir_race. - Prior to this change, -ignore_readdir_race - existed as an option for GNU find(1) compatibility, and - was ignored if specified. A counter primary, - -noignore_readdir_race now also exists, and - is the default behavior. [r264699]

The ps(1) utility has been updated - to include the -J flag, used to filter - output by matching jail(8) IDs and names. Additionally, - argument 0 can be used to - -J to only list processes running on the - host system. [r266286]

The top(1) utility has been updated - to filter by jail(8) ID or name, in followup to the - ps(1) change in r265229. [r266287]

The Blowfish crypt(3) default - format has been changed to - $2b$. [r266818]

The default newsyslog.conf(5) now - includes files in the - /etc/newsyslog.conf.d/ and - /usr/local/etc/newsyslog.conf.d/ - directories by default for newsyslog(8). [r267114]

A new flag, onifconsole - has been added to /etc/ttys. This allows - the system to provide a login prompt via serial console if the - device is an active kernel console, otherwise it is equivalent - to off. [r267243]

The arc4random(3) library has been - updated to match that of FreeBSD-CURRENT. [r267379]

The pmcstat(8) utility has been - updated to include a new flag, -l, which - ends event collection after the specified number of - seconds. [r267411]

The FreeBSD Project has migrated - from the GNATS bug tracking system - to Bugzilla. The send-pr(1) - utility used for submitting problem reports has been replaced - with a stub shell script that instructs to use the Bugzilla - web interface. [r267911]

2.3.1. periodic(8) Scripts

The - /etc/periodic/security/800.loginfail - periodic(8) script has been refined to catch more - authentication failures and reduce false positives. [r263662]

2.3.2. rc(8) Scripts

Support for first boot - scripts has been added to rc(8). See rc(8) and - rc.conf(5) for implementation details. [r256917]

The rc(8) system will now - re-source rc.conf(5) on receipt of - SIGALRM. [r260432]

2.4. Contributed Software

The readline(3) library has been - updated to version 1.104. [r255934]

Sendmail has - been updated to version 8.14.9. [r266711]

BIND has - been updated to version 9.9.5. [r262706] - (Sponsored by - DK Hostmaster A/S)

The xz(1) utility has been updated - to a post-5.0.5 snapshot. [r263286]

OpenSSH has - been updated to version 6.6p1. [r263970]

OpenSSL has - been updated to version 0.9.8za. [r267285]

2.5. Ports and Packages

Important:

Note to FreeBSD desktop users: please read this section - carefully, especially before upgrading ports that - depend on Xorg.

In April 2014, the FreeBSD Ports collection switched to a - newer version of Xorg that supports - KMS (Kernel Mode Setting).

Users upgrading from earlier versions of FreeBSD 9.x or - FreeBSD 8.x should be aware of several things regarding - Xorg:

-

  • When applications are built from the FreeBSD Ports - Collection or installed from the new_xorg - pkg(8) repository, the newer, KMS-aware version of - Xorg is used.

  • The KMS version of - Xorg does not switch back to - text mode after leaving the X desktop environment, and - the system console will not be visible. The new - vt(4) console driver supports graphic consoles and - keeps the console visible after X has exited. The - vt(4) driver must be compiled into the kernel. - A VT kernel configuration example - file is included in 9.3-RELEASE, but is not - compiled or enabled by default. See vt(4) and the - vt(4) wiki - page for additional information.

  • Packages for KDE4 are not - available in the default (latest) - pkg(8) repository, however are available in the - new_xorg repository. See the announcement - email for details on how to use the - new_xorg repository.

    The older Xorg that does - not support KMS can still be - installed from the latest upstream - pkg(8) repository and the packages included on the - 9.3-RELEASE DVD.

    However, it is important to note that some newer - applications require the newer - Xorg, and will not work with - the old version. The newer - Xorg is recommended, and - should be used unless not compatible with legacy - graphics cards.

    To continue using the old version of - Xorg when building from the - FreeBSD Ports Collection, set - WITHOUT_NEW_XORG=yes in - make.conf(5).

-

2.6. Release Engineering and Integration

As part of the release build, the - etcupdate(8) utility will bootstrap the system, allowing - etcupdate(8) to work after the first upgrade of a - system. [r260891]

The release.sh - script and release Makefile have been - updated to use pkg(7) to populate the dvd installation - medium. [r262879] - (Sponsored by - The FreeBSD Foundation)

The services.mkdb(8) utility has - been updated to support multiple byte orders. Similar to - cap_mkdb(1), the services.db will - be created with proper endinanness as part of - cross-architecture release builds. [r263028]

3. Upgrading from Previous Releases of FreeBSD

3.1. Upgrading Using freebsd-update(8) or a Source-Based - Procedure

[amd64,i386] Binary upgrades between RELEASE versions - (and snapshots of the various security branches) are supported - using the 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 - 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.3R/installation.html.

Important:

Upgrading FreeBSD should only be attempted - after backing up all data and - configuration files.

3.2. User-Visible - Incompatibilities

FreeBSD 9.0 and later versions have several - configuration incompatibilities with earlier versions of FreeBSD. - These differences are best understood before upgrading. - Please read this section and the Upgrading - Section in 9.0-RELEASE Release Notes carefully - before submitting a problem report and/or posting a question - to the FreeBSD mailing lists.

This file, and other release-related documents, - can be downloaded from http://www.FreeBSD.org/releases/.

For questions about FreeBSD, read the - documentation before - contacting <questions@FreeBSD.org>.

All users of FreeBSD 9.3-STABLE should - subscribe to the <stable@FreeBSD.org> - mailing list.

For questions about this documentation, - e-mail <doc@FreeBSD.org>.

\ No newline at end of file diff --git a/website/content/en/releases/9.3R/schedule.adoc b/website/content/en/releases/9.3R/schedule.adoc new file mode 100644 index 0000000000..a30aa67073 --- /dev/null +++ b/website/content/en/releases/9.3R/schedule.adoc @@ -0,0 +1,42 @@ +--- +title: "FreeBSD 9.3 Release Process" +sidenav: download +--- + += FreeBSD 9.3 Release Process + +== Introduction + +This is the release schedule for FreeBSD 9.3. For more information about the release engineering process, please see the link:../../../releng/[Release Engineering] section of the web site. + +General discussions about the pending release and known issues should be sent to the public mailto:FreeBSD-stable@FreeBSD.org[freebsd-stable] mailing list. link:{handbook}#mfc-glossary[MFC] requests should be sent to re@FreeBSD.org. + +== Schedule + +[.tblbasic] +[cols=",,,",] +|=== +|Action |Expected |Actual |Description +|Initial release schedule announcement |- |4 March 2014 |Release Engineers send announcement email to developers with a rough schedule. +|Release schedule reminder |4 April 2014 |11 April 2014 |Release Engineers send reminder announcement e-mail to developers with updated schedule. +|Code slush begins |9 May 2014 |9 May 2014 |Release Engineers announce that all further commits to the stable/9 branch will not require explicit approval, however new features should be avoided. +|Code freeze begins |23 May 2014 |23 May 2014 |Release Engineers announce that all further commits to the stable/9 branch will require explicit approval. Certain blanket approvals will be granted for narrow areas of development, documentation improvements, etc. +|BETA1 builds begin |30 May 2014 |30 May 2014 |First beta test snapshot. +|BETA2 builds begin |6 June 2014 |6 June 2014 |Second beta test snapshot. +|BETA3 builds begin |13 June 2014 |13 June 2014 |Third beta test snapshot. +|releng/9.3 branch |20 June 2014 |20 June 2014 |Subversion branch created; future release engineering proceeds on this branch. +|RC1 builds begin |20 June 2014 |20 June 2014 |First release candidate. +|RC2 builds begin |27 June 2014 |27 June 2014 |Second release candidate. +|RC3 builds begin |4 July 2014 |4 July 2014 |Third release candidate. +|RELEASE builds begin |11 July 2014 |11 July 2014 |9.3-RELEASE builds begin. +|RELEASE announcement |16 July 2014 |16 July 2014 |9.3-RELEASE press release. +|Turn over to the secteam |- |30 July 2014 |releng/9.3 branch is handed over to the FreeBSD Security Officer Team in one or two weeks after the announcement. +|=== + +== Status / TODO + +link:../todo/[FreeBSD Release Engineering TODO Page] + +== Additional Information + +* link:../../../releng/[FreeBSD Release Engineering website] diff --git a/website/content/en/releases/9.3R/schedule.html b/website/content/en/releases/9.3R/schedule.html deleted file mode 100644 index 89c32a91e3..0000000000 --- a/website/content/en/releases/9.3R/schedule.html +++ /dev/null @@ -1,405 +0,0 @@ - - - - - FreeBSD 9.3 Release Process - - - - - - -
-
- Skip site navigation (1) - Skip section navigation (2) - -
- -

Site Navigation

- -
-
-
-
-

Section Navigation

- -
-
-

FreeBSD 9.3 Release Process

- -

Introduction

- -

This is the release schedule for FreeBSD 9.3. For more - information about the release engineering process, please see the Release Engineering section of the - web site.

- -

General discussions about the pending release and known issues should be - sent to the public - freebsd-stable mailing list. - MFC - requests should be sent to - re@FreeBSD.org.

- - - -

Schedule

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ActionExpectedActualDescription
Initial release schedule announcement-4 March 2014Release Engineers send announcement email to developers with a - rough schedule.
Release schedule reminder4 April 201411 April 2014Release Engineers send reminder announcement e-mail to developers - with updated schedule.
Code slush begins9 May 20149 May 2014Release Engineers announce that all further commits to the - stable/9 branch will not require explicit approval, - however new features should be avoided.
Code freeze begins23 May 201423 May 2014Release Engineers announce that all further commits to the - stable/9 branch will require explicit approval. - Certain blanket approvals will be granted for narrow areas of - development, documentation improvements, etc.
BETA1 builds begin30 May 201430 May 2014First beta test snapshot.
BETA2 builds begin6 June 20146 June 2014Second beta test snapshot.
BETA3 builds begin13 June 201413 June 2014Third beta test snapshot.
releng/9.3 branch20 June 201420 June 2014Subversion branch created; future release engineering - proceeds on this branch.
RC1 builds begin20 June 201420 June 2014First release candidate.
RC2 builds begin27 June 201427 June 2014Second release candidate.
RC3 builds begin4 July 20144 July 2014Third release candidate.
RELEASE builds begin11 July 201411 July 20149.3-RELEASE builds begin.
RELEASE announcement16 July 201416 July 20149.3-RELEASE press release.
Turn over to the secteam-30 July 2014releng/9.3 branch is handed over to the FreeBSD - Security Officer Team in one or two weeks after the - announcement.
- -

Status / TODO

- FreeBSD Release - Engineering TODO Page - -

Additional Information

- - - - -
-
-
- -
-
- - diff --git a/website/content/en/releases/9.3R/todo.adoc b/website/content/en/releases/9.3R/todo.adoc new file mode 100644 index 0000000000..e9475581ac --- /dev/null +++ b/website/content/en/releases/9.3R/todo.adoc @@ -0,0 +1,48 @@ +--- +title: "FreeBSD 9.3 Release TODO Items" +sidenav: download +--- + += FreeBSD 9.3 Release TODO Items + +== Introduction + +Please *do not* edit this file unless you are on the Release Engineering Team, or a member of the Release Engineering Team gave you explicit permission to do so. + +This is the release cycle _TODO_ page, outlining items that are in-progress, issues that must be fixed (release blockers), issues that need to be fixed but are not blockers, and issues that should be fixed as an Errata Notice after the release. + +== Works in Progress + +[cols=",,",] +|=== +|Pre-Freeze Issues |Description |Workaround +|n/a |n/a |n/a +|=== + +== Release Blockers + +[cols=",,",] +|=== +|Description |Workaround |Target Date +|n/a |n/a |n/a +|=== + +== Release Issues + +[cols=",,",] +|=== +|Description |Workaround |Target Date +|n/a |n/a |n/a +|=== + +== Post-Release Errata Items + +[cols=",",] +|=== +|Description |Workaround +|n/a |n/a +|=== + +== Additional Information + +* link:../../../releng/[FreeBSD Release Engineering website] diff --git a/website/content/en/releases/9.3R/todo.html b/website/content/en/releases/9.3R/todo.html deleted file mode 100644 index 6ef089681f..0000000000 --- a/website/content/en/releases/9.3R/todo.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - FreeBSD 9.3 Release TODO Items - - - - - - -
-
- Skip site navigation (1) - Skip section navigation (2) - -
- -

Site Navigation

- -
-
-
-
-

Section Navigation

- -
-
-

FreeBSD 9.3 Release TODO Items

- -

Introduction

- -

Please do not edit this file unless you are - on the Release Engineering Team, or a member of the Release - Engineering Team gave you explicit permission to do so.

- -

This is the release cycle TODO page, outlining - items that are in-progress, issues that must be fixed (release - blockers), issues that need to be fixed but are not blockers, - and issues that should be fixed as an Errata Notice after the - release.

- -

Works in Progress

- - - - - - - - - - - - - -
Pre-Freeze IssuesDescriptionWorkaround
n/an/an/a
-
- -

Release Blockers

- - - - - - - - - - - - - -
DescriptionWorkaroundTarget Date
n/an/an/a
-
- -

Release Issues

- - - - - - - - - - - - - -
DescriptionWorkaroundTarget Date
n/an/an/a
-
- -

Post-Release Errata Items

- - - - - - - - - - - -
DescriptionWorkaround
n/an/a
-
- -

Additional Information

- - -
-
-
- -
-
- - diff --git a/website/content/en/releases/_index.adoc b/website/content/en/releases/_index.adoc index aa22a63676..59527f8b31 100644 --- a/website/content/en/releases/_index.adoc +++ b/website/content/en/releases/_index.adoc @@ -1,124 +1,124 @@ --- title: "Release Information" sidenav: download --- include::shared/releases.adoc[] include::shared/en/urls.adoc[] = Release Information [.right] image:../gifs/releases.jpg[FreeBSD Releases,width=300,height=200] FreeBSD releases are classified into _Production Releases_ and _Legacy Releases_. Production releases are best suited to users looking for the latest new features. Legacy releases are for users wishing to stay with a more conservative upgrade strategy. Documentation files for each release are available for viewing in HTML format on the link:../relnotes/[Release Documentation] page. [[supported-releases]] == Currently Supported Releases Complete information about the release date and the estimated End-Of-Life (EOL) for currently supported releases can be found on the link:../security/#sup[Supported Releases] section of the link:../security/[FreeBSD Security Information] page. [[current]] == Most Recent Releases === Production Release *Release {rel122-current}* ({rel122-current-date}) _link:{u-rel122-announce}[Announcement] : link:{u-rel122-notes}[Release Notes] : link:{u-rel122-installation}[Installation Instructions] : link:{u-rel122-hardware}[Hardware Compatibility List] : link:{u-rel122-readme}[Readme] : link:{u-rel122-errata}[Errata] : link:{u-rel122-signatures}[Signed Checksums]_ *Release {rel121-current}* ({rel121-current-date}) _link:{u-rel121-announce}[Announcement] : link:{u-rel121-notes}[Release Notes] : link:{u-rel121-installation}[Installation Instructions] : link:{u-rel121-hardware}[Hardware Compatibility List] : link:{u-rel121-readme}[Readme] : link:{u-rel121-errata}[Errata] : link:{u-rel121-signatures}[Signed Checksums]_ *Release {rel114-current}* ({rel114-current-date}) _link:{u-rel114-announce}[Announcement] : link:{u-rel114-notes}[Release Notes] : link:{u-rel114-installation}[Installation Instructions] : link:{u-rel114-hardware}[Hardware Notes] : link:{u-rel114-readme}[Readme] : link:{u-rel114-errata}[Errata] : link:{u-rel114-signatures}[Checksums]_ //// === Legacy Release *Release {rel112-current}* ({rel112-current-date}) _link:{u-rel112-announce}[Announcement] : link:{u-rel112-notes}[Release Notes] : link:{u-rel112-installation}[Installation Instructions] : link:{u-rel112-hardware}[Hardware Notes] : link:{u-rel112-readme}[Readme] : link:{u-rel112-errata}[Errata] : link:{u-rel112-signatures}[Checksums]_ //// [[future]] == Future Releases For the schedule of upcoming releases, or for more information about the release engineering process, please visit the link:../releng/[Release Engineering] page. The latest snapshots from our link:{handbook}#stable[FreeBSD-STABLE] and link:{handbook}#current[FreeBSD-CURRENT] branches are also available. Please see link:../where/[Getting FreeBSD] for details. [[prior-unsupported]] == Prior Releases Which Have Reached End-Of-Life Complete historical information about the release date, the classification type, and the effective End-Of-Life (EOL) for these releases can be found on the link:../security/unsupported/[Unsupported Releases] section of the link:../security/[FreeBSD Security Information] page. * *12.0* (December, 2018) _link:12.0R/announce/[Announcement]: link:12.0R/relnotes/[Release Notes]: link:12.0R/installation/[Installation Instructions]: link:12.0R/hardware/[Hardware Notes]: link:12.0R/readme/[Readme]: link:12.0R/errata/[Errata]: link:12.0R/signatures/[Checksums]_ * *11.3* (July, 2019) _link:11.3R/announce/[Announcement]: link:11.3R/relnotes/[Release Notes]: link:11.3R/installation/[Installation Instructions]: link:11.3R/hardware/[Hardware Notes]: link:11.3R/readme/[Readme]: link:11.3R/errata/[Errata]: link:11.3R/signatures/[Checksums]_ * *11.2* (June, 2018) _link:11.2R/announce/[Announcement]: link:11.2R/relnotes/[Release Notes]: link:11.2R/installation/[Installation Instructions]: link:11.2R/hardware/[Hardware Notes]: link:11.2R/readme/[Readme]: link:11.2R/errata/[Errata]: link:11.2R/signatures/[Checksums]_ * *11.1* (July, 2017) _link:11.1R/announce/[Announcement]: link:11.1R/relnotes/[Release Notes]: link:11.1R/installation/[Installation Instructions]: link:11.1R/hardware/[Hardware Notes]: link:11.1R/readme/[Readme]: link:11.1R/errata/[Errata]: link:11.1R/signatures/[Checksums]_ * *11.0* (October, 2016) _link:11.0R/announce/[Announcement]: link:11.0R/relnotes/[Release Notes]: link:11.0R/installation/[Installation Instructions]: link:11.0R/hardware/[Hardware Notes]: link:11.0R/readme/[Readme]: link:11.0R/errata/[Errata]: link:11.0R/signatures/[Checksums]_ * [[rel10-4]] *10.4* (October, 2017) _link:10.4R/announce/[Announcement]: link:10.4R/relnotes/[Release Notes]: link:10.4R/installation/[Installation Instructions]: link:10.4R/hardware/[Hardware Notes]: link:10.4R/readme/[Readme]: link:10.4R/errata/[Errata]: link:10.4R/signatures/[Checksums]_ * *10.3* (April, 2016) _link:10.3R/announce/[Announcement]: link:10.3R/relnotes/[Release Notes]: link:10.3R/installation[Installation Instructions]: link:10.3R/hardware[Hardware Notes]: link:10.3R/readme[Readme]: link:10.3R/errata[Errata]: link:10.3R/signatures[Checksums]_ * *10.2* (August, 2015) _link:10.2R/announce[Announcement]: link:10.2R/relnotes[Release Notes]: link:10.2R/installation[Installation Instructions]: link:10.2R/hardware[Hardware Notes]: link:10.2R/readm[Readme]: link:10.2R/errata[Errata]_ * *10.1* (November, 2014) _link:10.1R/announce[Announcement]: link:10.1R/relnotes[Release Notes]: link:10.1R/installation[Installation Instructions]: link:10.1R/hardware[Hardware Notes]: link:10.1R/readme[Readme]: link:10.1R/errata[Errata]_ * *10.0* (January, 2014) _link:10.0R/announce[Announcement]: link:10.0R/relnotes[Release Notes]: link:10.0R/installation[Installation Instructions]: link:10.0R/hardware[Hardware Notes]: link:10.0R/readme[Readme]: link:10.0R/errata[Errata]_ -* *9.3* (July, 2014) _link:9.3R/announce.html[Announcement]: link:9.3R/relnotes.html[Release Notes]: link:9.3R/installation.html[Installation Instructions]: link:9.3R/hardware.html[Hardware Notes]: link:9.3R/readme.html[Readme]: link:9.3R/errata.html[Errata]_ -* *9.2* (September, 2013) _link:9.2R/announce.html[Announcement]: link:9.2R/relnotes.html[Release Notes]: link:9.2R/installation.html[Installation Instructions]: link:9.2R/hardware.html[Hardware Notes]: link:9.2R/readme.html[Readme]: link:9.2R/errata.html[Errata]_ -* *9.1* (December, 2012) _link:9.1R/announce.html[Announcement]: link:9.1R/relnotes.html[Release Notes]: link:9.1R/installation.html[Installation Instructions]: link:9.1R/hardware.html[Hardware Notes]: link:9.1R/readme.html[Readme]: link:9.1R/errata.html[Errata]_ -* *9.0* (January, 2012) _link:9.0R/announce.html[Announcement]: link:9.0R/relnotes.html[Release Notes]: link:9.0R/installation.html[Installation Instructions]: link:9.0R/hardware.html[Hardware Notes]: link:9.0R/readme.html[Readme]: link:9.0R/errata.html[Errata]_ -* *8.4* (June, 2013) _link:8.4R/announce.html[Announcement]: link:8.4R/relnotes.html[Release Notes]: link:8.4R/installation.html[Installation Instructions]: link:8.4R/hardware.html[Hardware Notes]: link:8.4R/readme.html[Readme]: link:8.4R/errata.html[Errata]_ -* *8.3* (April, 2012) _link:8.3R/announce.html[Announcement]: link:8.3R/relnotes.html[Release Notes]: link:8.3R/installation.html[Installation Instructions]: link:8.3R/hardware.html[Hardware Notes]: link:8.3R/readme.html[Readme]: link:8.3R/errata.html[Errata]_ -* *8.2* (February, 2011) _link:8.2R/announce.html[Announcement]: link:8.2R/relnotes.html[Release Notes]: link:8.2R/hardware.html[Hardware Notes]: link:8.2R/readme.html[Readme]: link:8.2R/errata.html[Errata]_ -* *8.1* (July, 2010) _link:8.1R/announce.html[Announcement]: link:8.1R/relnotes.html[Release Notes]: link:8.1R/hardware.html[Hardware Notes]: link:8.1R/readme.html[Readme]: link:8.1R/errata.html[Errata]_ -* *8.0* (November, 2009) _link:8.0R/announce.html[Announcement]: link:8.0R/relnotes.html[Release Notes]: link:8.0R/hardware.html[Hardware Notes]: link:8.0R/readme.html[Readme]: link:8.0R/errata.html[Errata]_ -* *7.4* (February, 2011) _link:7.4R/announce.html[Announcement]: link:7.4R/relnotes.html[Release Notes]: link:7.4R/hardware.html[Hardware Notes]: link:7.4R/readme.html[Readme]: link:7.4R/errata.html[Errata]_ -* *7.3* (March, 2010) _link:7.3R/announce.html[Announcement]: link:7.3R/relnotes.html[Release Notes]: link:7.3R/hardware.html[Hardware Notes]: link:7.3R/readme.html[Readme]: link:7.3R/errata.html[Errata]_ -* *7.2* (May, 2009) _link:7.2R/announce.html[Announcement]: link:7.2R/relnotes.html[Release Notes]: link:7.2R/hardware.html[Hardware Notes]: link:7.2R/readme.html[Readme]: link:7.2R/errata.html[Errata]_ -* *7.1* (January, 2009) _link:7.1R/announce.html[Announcement]: link:7.1R/relnotes.html[Release Notes]: link:7.1R/hardware.html[Hardware Notes]: link:7.1R/readme.html[Readme]: link:7.1R/errata.html[Errata]_ -* *7.0* (February, 2008) _link:7.0R/announce.html[Announcement]: link:7.0R/relnotes.html[Release Notes]: link:7.0R/hardware.html[Hardware Notes]: link:7.0R/readme.html[Readme]: link:7.0R/errata.html[Errata]_ -* [[rel6-4]]*6.4* (November, 2008) _link:6.4R/announce.html[Announcement]: link:6.4R/relnotes.html[Release Notes]: link:6.4R/hardware.html[Hardware Notes]: link:6.4R/installation.html[Installation Notes]: link:6.4R/readme.html[Readme]: link:6.4R/errata.html[Errata]_ -* *6.3* (January, 2008) _link:6.3R/announce.html[Announcement]: link:6.3R/relnotes.html[Release Notes]: link:6.3R/hardware.html[Hardware Notes]: link:6.3R/installation.html[Installation Notes]: link:6.3R/readme.html[Readme]: link:6.3R/errata.html[Errata]_ -* *6.2* (January, 2007) _link:6.2R/announce.html[Announcement]: link:6.2R/relnotes.html[Release Notes]: link:6.2R/hardware.html[Hardware Notes]: link:6.2R/installation.html[Installation Notes]: link:6.2R/readme.html[Readme]: link:6.2R/errata.html[Errata]_ -* *6.1* (May, 2006) _link:6.1R/announce.html[Announcement]: link:6.1R/relnotes.html[Release Notes]: link:6.1R/hardware.html[Hardware Notes]: link:6.1R/installation.html[Installation Notes]: link:6.1R/readme.html[Readme]: link:6.1R/errata.html[Errata]_ -* *6.0* (November, 2005) _link:6.0R/announce.html[Announcement]: link:6.0R/relnotes.html[Release Notes]: link:6.0R/hardware.html[Hardware Notes]: link:6.0R/installation.html[Installation Notes]: link:6.0R/readme.html[Readme]: link:6.0R/errata.html[Errata]_ -* *5.5* (May, 2006) _link:./5.5R/announce.html[Announcement]: link:./5.5R/relnotes.html[Release Notes]: link:./5.5R/hardware.html[Hardware Notes]: link:./5.5R/installation.html[Installation Notes]: link:./5.5R/readme.html[Readme]: link:./5.5R/errata.html[Errata]:_ -* *5.4* (May, 2005) _link:./5.4R/announce.html[Announcement]: link:./5.4R/relnotes.html[Release Notes]: link:./5.4R/hardware.html[Hardware Notes]: link:./5.4R/installation.html[Installation Notes]: link:./5.4R/readme.html[Readme]: link:./5.4R/errata.html[Errata]: link:./5.4R/migration-guide.html[Migration Guide]_ -* *5.3* (November, 2004) _link:./5.3R/announce.html[Announcement]: link:./5.3R/relnotes.html[Release Notes]: link:./5.3R/hardware.html[Hardware Notes]: link:./5.3R/installation.html[Installation Notes]: link:./5.3R/readme.html[Readme]: link:./5.3R/errata.html[Errata]: link:./5.3R/migration-guide.html[Migration Guide]_ -* *5.2.1* (February, 2004) _link:./5.2.1R/announce.html[Announcement]: link:./5.2.1R/relnotes.html[Release Notes]: link:./5.2.1R/hardware.html[Hardware Notes]: link:./5.2.1R/installation.html[Installation Notes]: link:./5.2.1R/readme.html[Readme]: link:./5.2.1R/errata.html[Errata]: link:./5.2.1R/early-adopter.html[Early Adopter's Guide]_ -* *5.2* (January, 2004) _link:./5.2R/announce.html[Announcement]: link:./5.2R/relnotes.html[Release Notes]: link:./5.2R/hardware.html[Hardware Notes]: link:./5.2R/installation.html[Installation Notes]: link:./5.2R/readme.html[Readme]: link:./5.2R/errata.html[Errata]: link:./5.2R/early-adopter.html[Early Adopter's Guide]_ -* *5.1* (June, 2003) _link:./5.1R/announce.html[Announcement]: link:./5.1R/relnotes.html[Release Notes]: link:./5.1R/hardware.html[Hardware Notes]: link:./5.1R/installation.html[Installation Notes]: link:./5.1R/readme.html[Readme]: link:./5.1R/errata.html[Errata]: link:./5.1R/early-adopter.html[Early Adopter's Guide]_ -* *5.0* (January, 2003) _link:./5.0R/announce.html[Announcement]: link:./5.0R/relnotes.html[Release Notes]: link:./5.0R/hardware.html[Hardware Notes]: link:./5.0R/installation.html[Installation Notes]: link:./5.0R/readme.html[Readme]: link:./5.0R/errata.html[Errata]: link:./5.0R/early-adopter.html[Early Adopter's Guide]_ -* *4.11* (January, 2005) _link:./4.11R/announce.html[Announcement]: link:./4.11R/relnotes.html[Release Notes]: link:./4.11R/hardware.html[Hardware Notes]: link:./4.11R/installation.html[Installation Notes]: link:./4.11R/readme.html[Readme]: link:./4.11R/errata.html[Errata]_ -* *4.10* (May, 2004) _link:./4.10R/announce.html[Announcement]: link:./4.10R/relnotes.html[Release Notes]: link:./4.10R/hardware.html[Hardware Notes]: link:./4.10R/installation.html[Installation Notes]: link:./4.10R/readme.html[Readme]: link:./4.10R/errata.html[Errata]_ -* *4.9* (October, 2003) _link:./4.9R/announce.html[Announcement]: link:./4.9R/relnotes.html[Release Notes]: link:./4.9R/hardware.html[Hardware Notes]: link:./4.9R/installation.html[Installation Notes]: link:./4.9R/readme.html[Readme]: link:./4.9R/errata.html[Errata]_ -* *4.8* (April, 2003) _link:./4.8R/announce.html[Announcement]: link:./4.8R/relnotes.html[Release Notes]: link:./4.8R/hardware.html[Hardware Notes]: link:./4.8R/installation.html[Installation Notes]: link:./4.8R/readme.html[Readme]: link:./4.8R/errata.html[Errata]_ -* *4.7* (October, 2002) _link:./4.7R/announce.html[Announcement]: link:./4.7R/relnotes.html[Release Notes]: link:./4.7R/hardware.html[Hardware Notes]: link:./4.7R/installation.html[Installation Notes]: link:./4.7R/readme.html[Readme]: link:./4.7R/errata.html[Errata]_ -* *4.6.2* (August, 2002) _link:./4.6.2R/announce.html[Announcement]: link:./4.6.2R/relnotes.html[Release Notes]: link:./4.6.2R/hardware.html[Hardware Notes]: link:./4.6.2R/readme.html[Readme]: link:./4.6.2R/errata.html[Errata]_ -* *4.6* (June, 2002) _link:./4.6R/announce.html[Announcement]: link:./4.6R/relnotes.html[Release Notes]: link:./4.6R/hardware.html[Hardware Notes]: link:./4.6R/installation.html[Installation Notes]: link:./4.6R/errata.html[Errata]_ -* *4.5* (January, 2002) _link:./4.5R/announce.html[Announcement]: link:./4.5R/notes.html[Release Notes]: link:./4.5R/hardware.html[Hardware Notes]: link:./4.5R/errata.html[Errata]_ -* *4.4* (September, 2001) _link:./4.4R/announce.html[Announcement]: link:./4.4R/notes.html[Release Notes]: link:./4.4R/hardware.html[Hardware Notes]: link:./4.4R/errata.html[Errata]_ +* *9.3* (July, 2014) _link:9.3R/announce/[Announcement]: link:9.3R/relnotes/[Release Notes]: link:9.3R/installation/[Installation Instructions]: link:9.3R/hardware/[Hardware Notes]: link:9.3R/readme/[Readme]: link:9.3R/errata/[Errata]_ +* *9.2* (September, 2013) _link:9.2R/announce/[Announcement]: link:9.2R/relnotes/[Release Notes]: link:9.2R/installation/[Installation Instructions]: link:9.2R/hardware/[Hardware Notes]: link:9.2R/readme/[Readme]: link:9.2R/errata/[Errata]_ +* *9.1* (December, 2012) _link:9.1R/announce/[Announcement]: link:9.1R/relnotes/[Release Notes]: link:9.1R/installation/[Installation Instructions]: link:9.1R/hardware/[Hardware Notes]: link:9.1R/readme/[Readme]: link:9.1R/errata/[Errata]_ +* *9.0* (January, 2012) _link:https://www-legacy.freebsd.org/releases/9.0R/announce/[Announcement]: https://www-legacy.freebsd.org/releases/9.0R/relnotes/[Release Notes]: https://www-legacy.freebsd.org/releases/9.0R/installation/[Installation Instructions]: https://www-legacy.freebsd.org/releases/9.0R/hardware/[Hardware Notes]: https://www-legacy.freebsd.org/releases/9.0R/readme/[Readme]: https://www-legacy.freebsd.org/releases/9.0R/errata/[Errata]_ +* *8.4* (June, 2013) _https://www-legacy.freebsd.org/releases/8.4R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/8.4R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/8.4R/installation.html[Installation Instructions]: https://www-legacy.freebsd.org/releases/8.4R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/8.4R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/8.4R/errata.html[Errata]_ +* *8.3* (April, 2012) _https://www-legacy.freebsd.org/releases/8.3R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/8.3R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/8.3R/installation.html[Installation Instructions]: https://www-legacy.freebsd.org/releases/8.3R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/8.3R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/8.3R/errata.html[Errata]_ +* *8.2* (February, 2011) _https://www-legacy.freebsd.org/releases/8.2R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/8.2R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/8.2R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/8.2R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/8.2R/errata.html[Errata]_ +* *8.1* (July, 2010) _https://www-legacy.freebsd.org/releases/8.1R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/8.1R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/8.1R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/8.1R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/8.1R/errata.html[Errata]_ +* *8.0* (November, 2009) _https://www-legacy.freebsd.org/releases/8.0R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/8.0R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/8.0R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/8.0R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/8.0R/errata.html[Errata]_ +* *7.4* (February, 2011) _https://www-legacy.freebsd.org/releases/7.4R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/7.4R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/7.4R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/7.4R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/7.4R/errata.html[Errata]_ +* *7.3* (March, 2010) _https://www-legacy.freebsd.org/releases/7.3R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/7.3R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/7.3R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/7.3R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/7.3R/errata.html[Errata]_ +* *7.2* (May, 2009) _https://www-legacy.freebsd.org/releases/7.2R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/7.2R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/7.2R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/7.2R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/7.2R/errata.html[Errata]_ +* *7.1* (January, 2009) _https://www-legacy.freebsd.org/releases/7.1R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/7.1R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/7.1R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/7.1R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/7.1R/errata.html[Errata]_ +* *7.0* (February, 2008) _https://www-legacy.freebsd.org/releases/7.0R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/7.0R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/7.0R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/7.0R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/7.0R/errata.html[Errata]_ +* [[rel6-4]]*6.4* (November, 2008) _https://www-legacy.freebsd.org/releases/6.4R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/6.4R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/6.4R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/6.4R/installation.html[Installation Notes]: https://www-legacy.freebsd.org/releases/6.4R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/6.4R/errata.html[Errata]_ +* *6.3* (January, 2008) _https://www-legacy.freebsd.org/releases/6.3R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/6.3R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/6.3R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/6.3R/installation.html[Installation Notes]: https://www-legacy.freebsd.org/releases/6.3R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/6.3R/errata.html[Errata]_ +* *6.2* (January, 2007) _https://www-legacy.freebsd.org/releases/6.2R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/6.2R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/6.2R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/6.2R/installation.html[Installation Notes]: https://www-legacy.freebsd.org/releases/6.2R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/6.2R/errata.html[Errata]_ +* *6.1* (May, 2006) _https://www-legacy.freebsd.org/releases/6.1R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/6.1R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/6.1R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/6.1R/installation.html[Installation Notes]: https://www-legacy.freebsd.org/releases/6.1R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/6.1R/errata.html[Errata]_ +* *6.0* (November, 2005) _https://www-legacy.freebsd.org/releases/6.0R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/6.0R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/6.0R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/6.0R/installation.html[Installation Notes]: https://www-legacy.freebsd.org/releases/6.0R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/6.0R/errata.html[Errata]_ +* *5.5* (May, 2006) _link:https://www-legacy.freebsd.org/releases/5.5R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.5R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.5R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.5R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.5R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.5R/errata.html[Errata]:_ +* *5.4* (May, 2005) _link:https://www-legacy.freebsd.org/releases/5.4R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.4R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.4R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.4R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.4R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.4R/errata.html[Errata]: link:https://www-legacy.freebsd.org/releases/5.4R/migration-guide.html[Migration Guide]_ +* *5.3* (November, 2004) _link:https://www-legacy.freebsd.org/releases/5.3R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.3R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.3R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.3R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.3R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.3R/errata.html[Errata]: link:https://www-legacy.freebsd.org/releases/5.3R/migration-guide.html[Migration Guide]_ +* *5.2.1* (February, 2004) _link:https://www-legacy.freebsd.org/releases/5.2.1R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.2.1R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.2.1R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.2.1R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.2.1R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.2.1R/errata.html[Errata]: link:https://www-legacy.freebsd.org/releases/5.2.1R/early-adopter.html[Early Adopter's Guide]_ +* *5.2* (January, 2004) _link:https://www-legacy.freebsd.org/releases/5.2R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.2R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.2R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.2R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.2R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.2R/errata.html[Errata]: link:https://www-legacy.freebsd.org/releases/5.2R/early-adopter.html[Early Adopter's Guide]_ +* *5.1* (June, 2003) _link:https://www-legacy.freebsd.org/releases/5.1R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.1R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.1R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.1R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.1R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.1R/errata.html[Errata]: link:https://www-legacy.freebsd.org/releases/5.1R/early-adopter.html[Early Adopter's Guide]_ +* *5.0* (January, 2003) _link:https://www-legacy.freebsd.org/releases/5.0R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.0R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.0R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.0R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.0R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.0R/errata.html[Errata]: link:https://www-legacy.freebsd.org/releases/5.0R/early-adopter.html[Early Adopter's Guide]_ +* *4.11* (January, 2005) _link:https://www-legacy.freebsd.org/releases/4.11R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.11R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.11R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.11R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/4.11R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/4.11R/errata.html[Errata]_ +* *4.10* (May, 2004) _link:https://www-legacy.freebsd.org/releases/4.10R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.10R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.10R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.10R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/4.10R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/4.10R/errata.html[Errata]_ +* *4.9* (October, 2003) _link:https://www-legacy.freebsd.org/releases/4.9R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.9R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.9R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.9R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/4.9R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/4.9R/errata.html[Errata]_ +* *4.8* (April, 2003) _link:https://www-legacy.freebsd.org/releases/4.8R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.8R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.8R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.8R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/4.8R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/4.8R/errata.html[Errata]_ +* *4.7* (October, 2002) _link:https://www-legacy.freebsd.org/releases/4.7R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.7R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.7R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.7R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/4.7R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/4.7R/errata.html[Errata]_ +* *4.6.2* (August, 2002) _link:https://www-legacy.freebsd.org/releases/4.6.2R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.6.2R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.6.2R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.6.2R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/4.6.2R/errata.html[Errata]_ +* *4.6* (June, 2002) _link:https://www-legacy.freebsd.org/releases/4.6R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.6R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.6R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.6R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/4.6R/errata.html[Errata]_ +* *4.5* (January, 2002) _link:https://www-legacy.freebsd.org/releases/4.5R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.5R/notes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.5R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.5R/errata.html[Errata]_ +* *4.4* (September, 2001) _link:https://www-legacy.freebsd.org/releases/4.4R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.4R/notes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.4R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.4R/errata.html[Errata]_ * *4.3* (April, 2001) _link:./4.3R/announce/[Announcement]: link:./4.3R/notes/[Release Notes]: link:./4.3R/errata/[Errata]_ * *4.2* (November, 2000) _link:./4.2R/announce/[Announcement]: link:./4.2R/notes/[Release Notes]: link:./4.2R/errata/[Errata]_ * *4.1.1* (September, 2000) _link:./4.1.1R/announce/[Announcement] : link:./4.1.1R/notes/[Release Notes] : link:./4.1.1R/errata/[Errata]_ * *4.1* (July, 2000) _link:./4.1R/announce/[Announcement]: link:./4.1R/notes/[Release Notes]: link:./4.1R/errata/[Errata]_ * *4.0* (March, 2000) _link:./4.0R/announce/[Announcement]: link:./4.0R/notes/[Release Notes]: link:./4.0R/errata/[Errata]_ * *3.5* (June, 2000) _link:./3.5R/announce/[Announcement]: link:./3.5R/notes/[Release Notes]: link:./3.5R/errata/[Errata]_ * *3.4* (December, 1999) _link:./3.4R/announce/[Announcement]: link:./3.4R/notes/[Release Notes]: link:./3.4R/errata/[Errata]_ * *3.3* (September, 1999) _link:./3.3R/announce/[Announcement] : link:./3.3R/notes/[Release Notes] : link:./3.3R/errata/[Errata]_ * *3.2* (May, 1999) _link:./3.2R/announce/[Announcement] : link:./3.2R/notes/[Release Notes] : link:./3.2R/errata/[Errata]_ * *3.1* (February, 1999) _link:./3.1R/announce/[Announcement] : link:./3.1R/notes/[Release Notes] : link:./3.1R/errata/[Errata]_ * *3.0* (October, 1998) _link:./3.0R/announce/[Announcement] : link:./3.0R/notes/[Release Notes] : link:./3.0R/errata/[Errata]_ * *2.2.8* (December, 1998) _link:./2.2.8R/announce/[Announcement] : link:./2.2.8R/notes/[Release Notes] : link:./2.2.8R/errata/[Errata]_ * *2.2.7* (July, 1998) _link:./2.2.7R/announce/[Announcement] : link:./2.2.7R/notes/[Release Notes] : link:./2.2.7R/errata/[Errata]_ * *2.2.6* (March, 1998) _link:./2.2.6R/announce/[Announcement] : link:./2.2.6R/notes/[Release Notes] : link:./2.2.6R/errata/[Errata]_ * *2.2.5* (October, 1997) _link:./2.2.5R/announce/[Announcement] : link:./2.2.5R/notes/[Release Notes] : link:./2.2.5R/errata/[Errata]_ * *2.2.2* (May, 1997) _link:./2.2.2R/notes/[Release Notes] : link:./2.2.2R/errata/[Errata]_ * *2.2.1* (April, 1997) _link:./2.2.1R/notes/[Release Notes]_ * *2.2* (March, 1997) _link:./2.2R/announce/[Announcement] : link:./2.2R/notes/[Release Notes]_ * *2.1.7* (February, 1997) _link:./2.1.7R/announce/[Announcement] : link:./2.1.7R/notes/[Release Notes]_ * *2.1.6* (December, 1996) _link:./2.1.6R/announce/[Announcement] : link:./2.1.6R/notes/[Release Notes]_ * *2.1.5* (July, 1996) _link:./2.1.5R/announce/[Announcement] : link:./2.1.5R/notes/[Release Notes]_ * *2.1* (November, 1995) _link:./2.1R/announce/[Announcement] : link:./2.1R/notes/[Release Notes]_ * *2.0.5* (June, 1995) _link:./2.0.5R/announce/[Announcement] : link:./2.0.5R/notes/[Release Notes]_ * *2.0* (November, 1994) _link:./2.0/announce/[Announcement] : link:./2.0/notes/[Release Notes]_ * *1.1.5.1* (July, 1994) _link:./1.1.5.1/ANNOUNCEMENT.FreeBSD.txt[Announcement] : link:./1.1.5.1/WHATS_NEW-1.1.5.1.txt[What's New]_ * *1.1.5* _link:./1.1.5/RELNOTES.FreeBSD.txt[Release Notes] link:./1.1.5/WHATS_NEW-1.1.5.txt[What's New]_ * *1.1* (May, 1994) _link:./1.1/RELNOTES.FreeBSD.txt[Release Notes]_ * *1.0* (November, 1993) _link:./1.0/announce/[Announcement]_