From owner-svn-doc-projects@FreeBSD.ORG Mon Feb 10 01:02:17 2014 Return-Path: Delivered-To: svn-doc-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF7C4951; Mon, 10 Feb 2014 01:02:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C71E019CF; Mon, 10 Feb 2014 01:02:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1A12HtG029579; Mon, 10 Feb 2014 01:02:17 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1A12HdQ029578; Mon, 10 Feb 2014 01:02:17 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201402100102.s1A12HdQ029578@svn.freebsd.org> From: Warren Block Date: Mon, 10 Feb 2014 01:02:17 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r43855 - projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs X-SVN-Group: doc-projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-projects@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for doc projects trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2014 01:02:17 -0000 Author: wblock Date: Mon Feb 10 01:02:17 2014 New Revision: 43855 URL: http://svnweb.freebsd.org/changeset/doc/43855 Log: Giant whitespace and markup fix from Allan Jude. This document has not been merged to the Handbook, so separate whitespace and content patches should not yet be necessary. Modified: projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml Modified: projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml ============================================================================== --- projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml Sun Feb 9 23:21:14 2014 (r43854) +++ projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml Mon Feb 10 01:02:17 2014 (r43855) @@ -468,9 +468,10 @@ errors: No known data errors Doing so is not recommended! Checksums take very little storage space and provide data - integrity. Many ZFS features will not work properly with - checksums disabled. There is also no noticeable performance - gain from disabling these checksums. + integrity. Many ZFS features will not + work properly with checksums disabled. There is also no + noticeable performance gain from disabling these + checksums. Checksum verification is known as @@ -513,10 +514,10 @@ errors: No known data errors <command>zpool</command> Administration - The administration of ZFS is divided between two main - utilities. The zpool utility which controls - the operation of the pool and deals with adding, removing, - replacing and managing disks, and the + The administration of ZFS is divided + between two main utilities. The zpool + utility which controls the operation of the pool and deals with + adding, removing, replacing and managing disks, and the zfs utility, which deals with creating, destroying and managing datasets (both filesystems and @@ -525,12 +526,12 @@ errors: No known data errors Creating & Destroying Storage Pools - Creating a ZFS Storage Pool (zpool) - involves making a number of decisions that are relatively - permanent because the structure of the pool cannot be changed - after the pool has been created. The most important decision - is what types of vdevs to group the physical disks into. See - the list of + Creating a ZFS Storage Pool + (zpool) involves making a number of + decisions that are relatively permanent because the structure + of the pool cannot be changed after the pool has been created. + The most important decision is what types of vdevs to group + the physical disks into. See the list of vdev types for details about the possible options. After the pool has been created, most vdev types do not allow additional disks to be added to @@ -542,13 +543,13 @@ errors: No known data errors created, instead the data must be backed up and the pool recreated. - A ZFS pool that is no longer needed can be destroyed so - that the disks making up the pool can be reused in another - pool or for other purposes. Destroying a pool involves - unmounting all of the datasets in that pool. If the datasets - are in use, the unmount operation will fail and the pool will - not be destroyed. The destruction of the pool can be forced - with , but this can cause + A ZFS pool that is no longer needed can + be destroyed so that the disks making up the pool can be + reused in another pool or for other purposes. Destroying a + pool involves unmounting all of the datasets in that pool. If + the datasets are in use, the unmount operation will fail and + the pool will not be destroyed. The destruction of the pool + can be forced with , but this can cause undefined behavior in applications which had open files on those datasets. @@ -566,13 +567,14 @@ errors: No known data errors When adding disks to the existing vdev is not an option, as in the case of RAID-Z, the other option is to add a vdev to the pool. It is possible, but discouraged, to mix vdev types. - ZFS stripes data across each of the vdevs. For example, if - there are two mirror vdevs, then this is effectively a - RAID 10, striping the writes across the two - sets of mirrors. Because of the way that space is allocated - in ZFS to attempt to have each vdev reach - 100% full at the same time, there is a performance penalty if - the vdevs have different amounts of free space. + ZFS stripes data across each of the vdevs. + For example, if there are two mirror vdevs, then this is + effectively a RAID 10, striping the writes + across the two sets of mirrors. Because of the way that space + is allocated in ZFS to attempt to have each + vdev reach 100% full at the same time, there is a performance + penalty if the vdevs have different amounts of free + space. Currently, vdevs cannot be removed from a zpool, and disks can only be removed from a mirror if there is enough remaining @@ -597,8 +599,8 @@ errors: No known data errors Dealing with Failed Devices - When a disk in a ZFS pool fails, the vdev that the disk - belongs to will enter the + When a disk in a ZFS pool fails, the + vdev that the disk belongs to will enter the Degraded state. In this state, all of the data stored on the vdev is still available, but performance may be impacted because missing @@ -629,7 +631,7 @@ errors: No known data errors does not match the one recorded on another device that is part of the storage pool. For example, a mirror with two disks where one drive is starting to malfunction and cannot properly - store the data anymore. This is even worse when the data has + store the data any more. This is even worse when the data has not been accessed for a long time in long term archive storage for example. Traditional file systems need to run algorithms that check and repair the data like the &man.fsck.8; program. @@ -645,8 +647,8 @@ errors: No known data errors operation. The following example will demonstrate this self-healing - behavior in ZFS. First, a mirrored pool of two disks - /dev/ada0 and + behavior in ZFS. First, a mirrored pool of + two disks /dev/ada0 and /dev/ada1 is created. &prompt.root; zpool create healer mirror /dev/ada0 /dev/ada1 @@ -682,19 +684,20 @@ SHA1 (/healer) = 2753eff56d77d9a536ece66 Next, data corruption is simulated by writing random data to the beginning of one of the disks that make up the mirror. - To prevent ZFS from healing the data as soon as it detects it, - we export the pool first and import it again - afterwards. + To prevent ZFS from healing the data as + soon as it detects it, we export the pool first and import it + again afterwards. This is a dangerous operation that can destroy vital data. It is shown here for demonstrational purposes only - and should not be attempted during normal operation of a ZFS - storage pool. Nor should this dd example - be run on a disk with a different filesystem on it. Do not - use any other disk device names other than the ones that are - part of the ZFS pool. Make sure that proper backups of the - pool are created before running the command! + and should not be attempted during normal operation of a + ZFS storage pool. Nor should this + dd example be run on a disk with a + different filesystem on it. Do not use any other disk + device names other than the ones that are part of the + ZFS pool. Make sure that proper backups + of the pool are created before running the command! &prompt.root; zpool export healer @@ -704,11 +707,12 @@ SHA1 (/healer) = 2753eff56d77d9a536ece66 209715200 bytes transferred in 62.992162 secs (3329227 bytes/sec) &prompt.root; zpool import healer - The ZFS pool status shows that one device has experienced - an error. It is important to know that applications reading - data from the pool did not receive any data with a wrong - checksum. ZFS did provide the application with the data from - the ada0 device that has the correct + The ZFS pool status shows that one + device has experienced an error. It is important to know that + applications reading data from the pool did not receive any + data with a wrong checksum. ZFS did + provide the application with the data from the + ada0 device that has the correct checksums. The device with the wrong checksum can be found easily as the CKSUM column contains a value greater than zero. @@ -732,8 +736,8 @@ SHA1 (/healer) = 2753eff56d77d9a536ece66 errors: No known data errors - ZFS has detected the error and took care of it by using - the redundancy present in the unaffected + ZFS has detected the error and took + care of it by using the redundancy present in the unaffected ada0 mirror disk. A checksum comparison with the original one should reveal whether the pool is consistent again. @@ -745,17 +749,18 @@ SHA1 (/healer) = 2753eff56d77d9a536ece66 The two checksums that were generated before and after the intentional tampering with the pool data still match. This - shows how ZFS is capable of detecting and correcting any - errors automatically when the checksums do not match anymore. - Note that this is only possible when there is enough - redundancy present in the pool. A pool consisting of a single - device has no self-healing capabilities. That is also the - reason why checksums are so important in ZFS and should not be - disabled for any reason. No &man.fsck.8; or similar - filesystem consistency check program is required to detect and - correct this and the pool was available the whole time. A - scrub operation is now required to remove the falsely written - data from ada1. + shows how ZFS is capable of detecting and + correcting any errors automatically when the checksums do not + match any more. Note that this is only possible when there is + enough redundancy present in the pool. A pool consisting of a + single device has no self-healing capabilities. That is also + the reason why checksums are so important in + ZFS and should not be disabled for any + reason. No &man.fsck.8; or similar filesystem consistency + check program is required to detect and correct this and the + pool was available the whole time. A scrub operation is now + required to remove the falsely written data from + ada1. &prompt.root; zpool scrub healer &prompt.root; zpool status healer @@ -783,7 +788,7 @@ errors: No known data errors ada0 and corrects all data that has a wrong checksum on ada1. This is indicated by the (repairing) output from - the zpool status command. After the + zpool status. After the operation is complete, the pool status has changed to the following: @@ -810,7 +815,7 @@ errors: No known data errors has been synchronized from ada0 to ada1, the error messages can be cleared from the pool status by running zpool - clear. + clear. &prompt.root; zpool clear healer &prompt.root; zpool status healer @@ -834,10 +839,10 @@ errors: No known data errors Growing a Pool - The usable size of a redundant ZFS pool is limited by the - size of the smallest device in the vdev. If each device in - the vdev is replaced sequentially, after the smallest device - has completed the + The usable size of a redundant ZFS pool + is limited by the size of the smallest device in the vdev. If + each device in the vdev is replaced sequentially, after the + smallest device has completed the replace or resilver operation, the pool can grow based on the size of the new smallest @@ -854,13 +859,14 @@ errors: No known data errors another system. All datasets are unmounted, and each device is marked as exported but still locked so it cannot be used by other disk subsystems. This allows pools to be imported on - other machines, other operating systems that support ZFS, and - even different hardware architectures (with some caveats, see - &man.zpool.8;). When a dataset has open files, - can be used to force the export - of a pool. causes the datasets to be - forcibly unmounted, which can cause undefined behavior in the - applications which had open files on those datasets. + other machines, other operating systems that support + ZFS, and even different hardware + architectures (with some caveats, see &man.zpool.8;). When a + dataset has open files, can be used to + force the export of a pool. causes the + datasets to be forcibly unmounted, which can cause undefined + behavior in the applications which had open files on those + datasets. Importing a pool automatically mounts the datasets. This may not be the desired behavior, and can be prevented with @@ -878,17 +884,17 @@ errors: No known data errors Upgrading a Storage Pool After upgrading &os;, or if a pool has been imported from - a system using an older version of ZFS, the pool can be - manually upgraded to the latest version of ZFS. Consider - whether the pool may ever need to be imported on an older - system before upgrading. The upgrade process is unreversible - and cannot be undone. - - The newer features of ZFS will not be available until - zpool upgrade has completed. - can be used to see what new features will - be provided by upgrading, as well as which features are - already supported by the existing version. + a system using an older version of ZFS, the + pool can be manually upgraded to the latest version of + ZFS. Consider whether the pool may ever + need to be imported on an older system before upgrading. The + upgrade process is unreversible and cannot be undone. + + The newer features of ZFS will not be + available until zpool upgrade has + completed. can be used to see what new + features will be provided by upgrading, as well as which + features are already supported by the existing version. @@ -928,9 +934,9 @@ History for 'tank': pools is displayed. zpool history can show even more - information when the options -i or - -l are provided. The option - -i displays user initiated events as well + information when the options or + are provided. The option + displays user initiated events as well as internally logged ZFS events. &prompt.root; zpool history -i @@ -943,8 +949,8 @@ History for 'tank': 2013-02-27.18:51:13 [internal create txg:55] dataset = 39 2013-02-27.18:51:18 zfs create tank/backup - More details can be shown by adding - -l. History records are shown in a long format, + More details can be shown by adding . + History records are shown in a long format, including information like the name of the user who issued the command and the hostname on which the change was made. @@ -1051,11 +1057,12 @@ data 288G 1.53T Creating & Destroying Datasets Unlike traditional disks and volume managers, space - in ZFS is not preallocated. With traditional - file systems, once all of the space was partitioned and - assigned, there was no way to add an additional file system - without adding a new disk. With ZFS, new - file systems can be created at any time. Each ZFS is not preallocated. With + traditional file systems, once all of the space was + partitioned and assigned, there was no way to add an + additional file system without adding a new disk. With + ZFS, new file systems can be created at any + time. Each dataset has properties including features like compression, deduplication, caching and quoteas, as well as other useful @@ -1250,25 +1257,27 @@ tank custom:costcenter - ZFS Replication - Keeping the data on a single pool in one location exposes + Keeping data on a single pool in one location exposes it to risks like theft, natural and human disasters. Keeping regular backups of the entire pool is vital when data needs to - be restored. ZFS provides a built-in serialization feature - that can send a stream representation of the data to standard - output. Using this technique, it is possible to not only - store the data on another pool connected to the local system, - but also to send it over a network to another system that runs - ZFS. To achieve this replication, ZFS uses filesystem - snapshots (see the section on ZFS snapshots for how they - work) to send them from one location to another. The commands - for this operation are zfs send and - zfs receive, respectively. + be restored. ZFS provides a built-in + serialization feature that can send a stream representation of + the data to standard output. Using this technique, it is + possible to not only store the data on another pool connected + to the local system, but also to send it over a network to + another system that runs ZFS. To achieve this replication, + ZFS uses filesystem snapshots (see the + section on ZFS snapshots) to send + them from one location to another. The commands for this + operation are zfs send and + zfs receive, respectively. The following examples will demonstrate the functionality - of ZFS replication using these two pools: + of ZFS replication using these two + pools: - &prompt.root; zpool list + &prompt.root; zpool list NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT backup 960M 77K 896M 0% 1.00x ONLINE - mypool 984M 43.7M 940M 4% 1.00x ONLINE - @@ -1277,36 +1286,42 @@ mypool 984M 43.7M 940M 4% 1.00x primary pool where data is written to and read from on a regular basis. A second pool, backup is used as a standby in case - the primary pool becomes offline. Note that this is not done - automatically by ZFS, but rather done by a system - administrator in case it is needed. First, a snapshot is - created on mypool to have a copy - of the current state of the data to send to the pool - backup. + the primary pool becomes unavailable. Note that this + fail-over is not done automatically by ZFS, + but rather must be done by a system administrator in the event + that it is needed. Replication requires a snapshot to provide + a consistent version of the file system to be transmitted. + Once a snapshot of mypool has been + created it can be copied to the + backup pool. + ZFS only replicates snapshots, changes + since the most recent snapshot will not be replicated. - &prompt.root; zfs snapshot mypool@backup1 -&prompt.root; zfs list -t snapshot + &prompt.root; zfs snapshot mypool@backup1 +&prompt.root; zfs list -t snapshot NAME USED AVAIL REFER MOUNTPOINT mypool@backup1 0 - 43.6M - Now that a snapshot exists, zfs send can be used to create a stream representing the contents of - the snapshot locally or remotely to another pool. The stream - must be written to the standard output, otherwise ZFS will - produce an error like in this example: + the snapshot, which can be stored as a file, or received by + another pool. The stream will be written to standard + output, which will need to be redirected to a file or pipe + otherwise ZFS will produce an error: - &prompt.root; zfs send mypool@backup1 + &prompt.root; zfs send mypool@backup1 Error: Stream can not be written to a terminal. You must redirect standard output. - The correct way to use zfs send is to - redirect it to a location like the mounted backup pool. - Afterwards, that pool should have the size of the snapshot - allocated, which means all the data contained in the snapshot - was stored on the backup pool. + To backup a dataset with zfs send, + redirect to a file located on the mounted backup pool. First + ensure that the pool has enough free space to accommodate the + size of the snapshot you are sending, which means all of the + data contained in the snapshot, not only the changes in that + snapshot. - &prompt.root; zfs send mypool@backup1 > /backup/backup1 -&prompt.root; zpool list + &prompt.root; zfs send mypool@backup1 > /backup/backup1 +&prompt.root; zpool list NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT backup 960M 63.7M 896M 6% 1.00x ONLINE - mypool 984M 43.7M 940M 4% 1.00x ONLINE - @@ -1314,8 +1329,32 @@ mypool 984M 43.7M 940M 4% 1.00x The zfs send transferred all the data in the snapshot called backup1 to the pool named backup. Creating - and sending these snapshots could be done automatically by a - cron job. + and sending these snapshots could be done automatically with a + &man.cron.8; job. + + Instead of storing the backups as archive files, + ZFS can receive them as a live file system, + allowing the backed up data to be accessed directly. + To get to the actual data contained in those streams, the + reverse operation of zfs send must be used + to transform the streams back into files and directories. The + command is zfs receive. The example below + combines zfs send and + zfs receive using a pipe to copy the data + from one pool to another. This way, the data can be used + directly on the receiving pool after the transfer is complete. + A dataset can only be replicated to an empty dataset. + + &prompt.root; zfs snapshot mypool@replica1 +&prompt.root; zfs send -v mypool@replica1 | zfs receive backup/mypool +send from @ to mypool@replica1 estimated size is 50.1M +total estimated size is 50.1M +TIME SENT SNAPSHOT + +&prompt.root; zpool list +NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT +backup 960M 63.7M 896M 6% 1.00x ONLINE - +mypool 984M 43.7M 940M 4% 1.00x ONLINE - ZFS Incremental Backups @@ -1652,8 +1691,8 @@ mypool 50.0M 878M 44. When a new block is a duplicate of an existing block, ZFS writes an additional reference to the existing data instead of the whole duplicate block. - Tremendous space savings are possible if the data contains many - duplicated files or repeated information. Be warned: + Tremendous space savings are possible if the data contains + many duplicated files or repeated information. Be warned: deduplication requires an extremely large amount of memory, and most of the space savings can be had without the extra cost by enabling compression instead. @@ -1761,15 +1800,16 @@ dedup = 1.05, compress = 1.11, copies = Delegated Administration A comprehensive permission delegation system allows - unprivileged users to perform ZFS administration functions. For - example, if each user's home directory is a dataset, users can - be given permission to create and destroy snapshots of their - home directories. A backup user can be given permission to use - ZFS replication features. A usage statistics script can be - allowed to run with access only to the space utilization data - for all users. It is even possible to delegate the ability to - delegate permissions. Permission delegation is possible for - each subcommand and most ZFS properties. + unprivileged users to perform ZFS + administration functions. For example, if each user's home + directory is a dataset, users can be given permission to create + and destroy snapshots of their home directories. A backup user + can be given permission to use ZFS + replication features. A usage statistics script can be allowed + to run with access only to the space utilization data for all + users. It is even possible to delegate the ability to delegate + permissions. Permission delegation is possible for each + subcommand and most ZFS properties. Delegating Dataset Creation @@ -2115,8 +2155,8 @@ vfs.zfs.vdev.cache.size="5M" Log - ZFS - Log Devices, also known as ZFS Intent Log - (ZFS + Intent Log (ZIL) move the intent log from the regular pool devices to a dedicated device, typically an From owner-svn-doc-projects@FreeBSD.ORG Thu Feb 13 16:33:30 2014 Return-Path: Delivered-To: svn-doc-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1EBABCC; Thu, 13 Feb 2014 16:33:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B8501735; Thu, 13 Feb 2014 16:33:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1DGXUwp050876; Thu, 13 Feb 2014 16:33:30 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1DGXU8r050875; Thu, 13 Feb 2014 16:33:30 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201402131633.s1DGXU8r050875@svn.freebsd.org> From: Glen Barber Date: Thu, 13 Feb 2014 16:33:30 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r43899 - in projects/relnotes-restructure: bn_BD.UTF-8 da_DK.ISO8859-1 de_DE.ISO8859-1 el_GR.ISO8859-7 en_US.ISO8859-1 es_ES.ISO8859-1 fr_FR.ISO8859-1 hu_HU.ISO8859-2 it_IT.ISO8859-15 j... X-SVN-Group: doc-projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-projects@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for doc projects trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2014 16:33:30 -0000 Author: gjb Date: Thu Feb 13 16:33:30 2014 New Revision: 43899 URL: http://svnweb.freebsd.org/changeset/doc/43899 Log: Remove svn:mergeinfo property from projects/relnotes-restructure/ branch. Sponsored by: The FreeBSD Foundation Modified: Directory Properties: projects/relnotes-restructure/bn_BD.UTF-8/ (props changed) projects/relnotes-restructure/da_DK.ISO8859-1/ (props changed) projects/relnotes-restructure/de_DE.ISO8859-1/ (props changed) projects/relnotes-restructure/el_GR.ISO8859-7/ (props changed) projects/relnotes-restructure/en_US.ISO8859-1/ (props changed) projects/relnotes-restructure/es_ES.ISO8859-1/ (props changed) projects/relnotes-restructure/fr_FR.ISO8859-1/ (props changed) projects/relnotes-restructure/hu_HU.ISO8859-2/ (props changed) projects/relnotes-restructure/it_IT.ISO8859-15/ (props changed) projects/relnotes-restructure/ja_JP.eucJP/ (props changed) projects/relnotes-restructure/mn_MN.UTF-8/ (props changed) projects/relnotes-restructure/nl_NL.ISO8859-1/ (props changed) projects/relnotes-restructure/no_NO.ISO8859-1/ (props changed) projects/relnotes-restructure/pl_PL.ISO8859-2/ (props changed) projects/relnotes-restructure/pt_BR.ISO8859-1/ (props changed) projects/relnotes-restructure/release/ (props changed) projects/relnotes-restructure/ru_RU.KOI8-R/ (props changed) projects/relnotes-restructure/share/ (props changed) projects/relnotes-restructure/sr_YU.ISO8859-2/ (props changed) projects/relnotes-restructure/tr_TR.ISO8859-9/ (props changed) projects/relnotes-restructure/zh_CN.UTF-8/ (props changed) projects/relnotes-restructure/zh_TW.Big5/ (props changed) From owner-svn-doc-projects@FreeBSD.ORG Thu Feb 13 16:41:18 2014 Return-Path: Delivered-To: svn-doc-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA7AFF9; Thu, 13 Feb 2014 16:41:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D0F2517FD; Thu, 13 Feb 2014 16:41:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1DGfIBX054358; Thu, 13 Feb 2014 16:41:18 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1DGfIBS054356; Thu, 13 Feb 2014 16:41:18 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201402131641.s1DGfIBS054356@svn.freebsd.org> From: Glen Barber Date: Thu, 13 Feb 2014 16:41:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r43900 - in projects/relnotes-restructure: de_DE.ISO8859-1/books/handbook/backups de_DE.ISO8859-1/books/handbook/introduction de_DE.ISO8859-1/books/handbook/sound de_DE.ISO8859-1/books/... X-SVN-Group: doc-projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-projects@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for doc projects trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2014 16:41:19 -0000 Author: gjb Date: Thu Feb 13 16:41:18 2014 New Revision: 43900 URL: http://svnweb.freebsd.org/changeset/doc/43900 Log: MFH: r43899 tracking commit. Sponsored by: The FreeBSD Foundation Added: projects/relnotes-restructure/en_US.ISO8859-1/books/porters-handbook/appendices/ - copied from r43899, head/en_US.ISO8859-1/books/porters-handbook/appendices/ projects/relnotes-restructure/en_US.ISO8859-1/books/porters-handbook/chapters.ent - copied unchanged from r43899, head/en_US.ISO8859-1/books/porters-handbook/chapters.ent projects/relnotes-restructure/en_US.ISO8859-1/books/porters-handbook/keeping-up/ - copied from r43899, head/en_US.ISO8859-1/books/porters-handbook/keeping-up/ projects/relnotes-restructure/en_US.ISO8859-1/books/porters-handbook/makefiles/ - copied from r43899, head/en_US.ISO8859-1/books/porters-handbook/makefiles/ projects/relnotes-restructure/en_US.ISO8859-1/books/porters-handbook/new-port/ - copied from r43899, head/en_US.ISO8859-1/books/porters-handbook/new-port/ projects/relnotes-restructure/en_US.ISO8859-1/books/porters-handbook/pkg-files/ - copied from r43899, head/en_US.ISO8859-1/books/porters-handbook/pkg-files/ projects/relnotes-restructure/en_US.ISO8859-1/books/porters-handbook/plist/ - copied from r43899, head/en_US.ISO8859-1/books/porters-handbook/plist/ projects/relnotes-restructure/en_US.ISO8859-1/books/porters-handbook/porting-dads/ - copied from r43899, head/en_US.ISO8859-1/books/porters-handbook/porting-dads/ projects/relnotes-restructure/en_US.ISO8859-1/books/porters-handbook/porting-samplem/ - copied from r43899, head/en_US.ISO8859-1/books/porters-handbook/porting-samplem/ projects/relnotes-restructure/en_US.ISO8859-1/books/porters-handbook/porting-why/ - copied from r43899, head/en_US.ISO8859-1/books/porters-handbook/porting-why/ projects/relnotes-restructure/en_US.ISO8859-1/books/porters-handbook/quick-porting/ - copied from r43899, head/en_US.ISO8859-1/books/porters-handbook/quick-porting/ projects/relnotes-restructure/en_US.ISO8859-1/books/porters-handbook/security/ - copied from r43899, head/en_US.ISO8859-1/books/porters-handbook/security/ projects/relnotes-restructure/en_US.ISO8859-1/books/porters-handbook/slow-porting/ - copied from r43899, head/en_US.ISO8859-1/books/porters-handbook/slow-porting/ projects/relnotes-restructure/en_US.ISO8859-1/books/porters-handbook/special/ - copied from r43899, head/en_US.ISO8859-1/books/porters-handbook/special/ projects/relnotes-restructure/en_US.ISO8859-1/books/porters-handbook/testing/ - copied from r43899, head/en_US.ISO8859-1/books/porters-handbook/testing/ projects/relnotes-restructure/en_US.ISO8859-1/books/porters-handbook/upgrading/ - copied from r43899, head/en_US.ISO8859-1/books/porters-handbook/upgrading/ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/internal/software-license.xml - copied unchanged from r43899, head/en_US.ISO8859-1/htdocs/internal/software-license.xml projects/relnotes-restructure/ja_JP.eucJP/htdocs/releases/10.0R/ - copied from r43899, head/ja_JP.eucJP/htdocs/releases/10.0R/ Deleted: projects/relnotes-restructure/de_DE.ISO8859-1/books/handbook/backups/ projects/relnotes-restructure/de_DE.ISO8859-1/books/handbook/sound/ projects/relnotes-restructure/de_DE.ISO8859-1/books/handbook/updating/ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/donations/wantlist.xml projects/relnotes-restructure/ja_JP.eucJP/htdocs/java/java-rss.xsl projects/relnotes-restructure/ja_JP.eucJP/htdocs/java/links.xml projects/relnotes-restructure/ja_JP.eucJP/htdocs/java/news.xml projects/relnotes-restructure/ja_JP.eucJP/htdocs/java/newsflash.xsl Modified: projects/relnotes-restructure/de_DE.ISO8859-1/books/handbook/introduction/chapter.xml projects/relnotes-restructure/de_DE.ISO8859-1/htdocs/index.xsl projects/relnotes-restructure/de_DE.ISO8859-1/htdocs/releases/index.xml projects/relnotes-restructure/de_DE.ISO8859-1/htdocs/where.xml projects/relnotes-restructure/de_DE.ISO8859-1/share/xml/news.xml projects/relnotes-restructure/en_US.ISO8859-1/articles/committers-guide/article.xml projects/relnotes-restructure/en_US.ISO8859-1/articles/contributors/contrib.additional.xml projects/relnotes-restructure/en_US.ISO8859-1/articles/cvs-freebsd/article.xml projects/relnotes-restructure/en_US.ISO8859-1/articles/linux-users/article.xml projects/relnotes-restructure/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml projects/relnotes-restructure/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.xml projects/relnotes-restructure/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml projects/relnotes-restructure/en_US.ISO8859-1/books/handbook/basics/chapter.xml projects/relnotes-restructure/en_US.ISO8859-1/books/handbook/bibliography/chapter.xml projects/relnotes-restructure/en_US.ISO8859-1/books/handbook/boot/chapter.xml projects/relnotes-restructure/en_US.ISO8859-1/books/handbook/colophon.xml projects/relnotes-restructure/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml projects/relnotes-restructure/en_US.ISO8859-1/books/handbook/desktop/chapter.xml projects/relnotes-restructure/en_US.ISO8859-1/books/handbook/disks/chapter.xml projects/relnotes-restructure/en_US.ISO8859-1/books/handbook/eresources/chapter.xml projects/relnotes-restructure/en_US.ISO8859-1/books/handbook/jails/chapter.xml projects/relnotes-restructure/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml projects/relnotes-restructure/en_US.ISO8859-1/books/handbook/l10n/chapter.xml projects/relnotes-restructure/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml projects/relnotes-restructure/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml projects/relnotes-restructure/en_US.ISO8859-1/books/handbook/ports/chapter.xml projects/relnotes-restructure/en_US.ISO8859-1/books/handbook/security/chapter.xml projects/relnotes-restructure/en_US.ISO8859-1/books/handbook/x11/chapter.xml projects/relnotes-restructure/en_US.ISO8859-1/books/porters-handbook/Makefile projects/relnotes-restructure/en_US.ISO8859-1/books/porters-handbook/book.xml projects/relnotes-restructure/en_US.ISO8859-1/books/porters-handbook/uses.xml projects/relnotes-restructure/en_US.ISO8859-1/books/porters-handbook/versions.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/administration.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/cgi/GnatsPR/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/cgi/search.cgi projects/relnotes-restructure/en_US.ISO8859-1/htdocs/docs/webresources.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/donations/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/donations/index.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/internal/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/internal/policies.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/news/news.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/portmgr/qa.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/ports/installing.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/10.0R/errata.html projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/10.0R/schedule.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/6.4R/schedule.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/7.1R/schedule.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/7.2R/schedule.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/7.3R/schedule.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/7.4R/schedule.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/8.0R/schedule.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/8.1R/schedule.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/8.2R/schedule.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/9.0R/schedule.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/9.1R/schedule.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/9.2R/schedule.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releng/index.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/where.xml projects/relnotes-restructure/ja_JP.eucJP/books/handbook/book.xml projects/relnotes-restructure/ja_JP.eucJP/books/handbook/colophon.xml projects/relnotes-restructure/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml projects/relnotes-restructure/ja_JP.eucJP/books/handbook/desktop/chapter.xml projects/relnotes-restructure/ja_JP.eucJP/books/handbook/eresources/chapter.xml projects/relnotes-restructure/ja_JP.eucJP/books/handbook/kernelconfig/chapter.xml projects/relnotes-restructure/ja_JP.eucJP/books/handbook/ports/chapter.xml projects/relnotes-restructure/ja_JP.eucJP/books/handbook/preface/preface.xml projects/relnotes-restructure/ja_JP.eucJP/htdocs/java/Makefile projects/relnotes-restructure/ja_JP.eucJP/htdocs/java/dists/index.xml projects/relnotes-restructure/ja_JP.eucJP/htdocs/java/index.xml projects/relnotes-restructure/ja_JP.eucJP/htdocs/java/install.xml projects/relnotes-restructure/ja_JP.eucJP/htdocs/news/news.xml projects/relnotes-restructure/ja_JP.eucJP/htdocs/releases/Makefile projects/relnotes-restructure/ja_JP.eucJP/htdocs/security/security.xml projects/relnotes-restructure/ja_JP.eucJP/htdocs/where.xml projects/relnotes-restructure/ja_JP.eucJP/share/xml/l10n.ent projects/relnotes-restructure/ja_JP.eucJP/share/xml/mailing-lists.ent projects/relnotes-restructure/ja_JP.eucJP/share/xml/news.xml projects/relnotes-restructure/share/misc/docbook.css projects/relnotes-restructure/share/mk/doc.xml.mk projects/relnotes-restructure/share/pgpkeys/adamw.key projects/relnotes-restructure/share/pgpkeys/kwm.key projects/relnotes-restructure/share/pgpkeys/rene.key projects/relnotes-restructure/share/pgpkeys/zi.key (contents, props changed) projects/relnotes-restructure/share/xml/authors.ent projects/relnotes-restructure/share/xml/man-refs.ent projects/relnotes-restructure/share/xml/news.xml Directory Properties: projects/relnotes-restructure/bn_BD.UTF-8/ (props changed) projects/relnotes-restructure/da_DK.ISO8859-1/ (props changed) projects/relnotes-restructure/de_DE.ISO8859-1/ (props changed) projects/relnotes-restructure/el_GR.ISO8859-7/ (props changed) projects/relnotes-restructure/en_US.ISO8859-1/ (props changed) projects/relnotes-restructure/es_ES.ISO8859-1/ (props changed) projects/relnotes-restructure/fr_FR.ISO8859-1/ (props changed) projects/relnotes-restructure/hu_HU.ISO8859-2/ (props changed) projects/relnotes-restructure/it_IT.ISO8859-15/ (props changed) projects/relnotes-restructure/ja_JP.eucJP/ (props changed) projects/relnotes-restructure/mn_MN.UTF-8/ (props changed) projects/relnotes-restructure/nl_NL.ISO8859-1/ (props changed) projects/relnotes-restructure/no_NO.ISO8859-1/ (props changed) projects/relnotes-restructure/pl_PL.ISO8859-2/ (props changed) projects/relnotes-restructure/pt_BR.ISO8859-1/ (props changed) projects/relnotes-restructure/release/ (props changed) projects/relnotes-restructure/ru_RU.KOI8-R/ (props changed) projects/relnotes-restructure/share/ (props changed) projects/relnotes-restructure/sr_YU.ISO8859-2/ (props changed) projects/relnotes-restructure/tr_TR.ISO8859-9/ (props changed) projects/relnotes-restructure/zh_CN.UTF-8/ (props changed) projects/relnotes-restructure/zh_TW.Big5/ (props changed) Modified: projects/relnotes-restructure/de_DE.ISO8859-1/books/handbook/introduction/chapter.xml ============================================================================== --- projects/relnotes-restructure/de_DE.ISO8859-1/books/handbook/introduction/chapter.xml Thu Feb 13 16:33:30 2014 (r43899) +++ projects/relnotes-restructure/de_DE.ISO8859-1/books/handbook/introduction/chapter.xml Thu Feb 13 16:41:18 2014 (r43900) @@ -4,45 +4,50 @@ The FreeBSD German Documentation Project $FreeBSD$ - $FreeBSDde: de-docproj/books/handbook/introduction/chapter.xml,v 1.67 2011/03/27 15:44:48 bcr Exp $ - basiert auf: 1.140 ---> - - Einführung - - JimMockNeu zusammengestellt, umstrukturiert und um - Abschnitte erweitert durch - + basiert auf: r43599 + --> + + + + + Einleitung + - SaschaEdelburgÜbersetzt von + + + Jim + Mock + + Restrukturiert, umorganisiert und Abschnitte neu + geschrieben von + - - - Übersicht + Überblick - Herzlichen Dank für Ihr Interesse an &os;! Das - folgende Kapitel behandelt verschiedene Aspekte des - &os; Projects wie dessen geschichtliche Entwicklung, - dessen Ziele oder dessen Entwicklungsmodell. + Herzlichen Dank für Ihr Interesse an &os;! Das folgende + Kapitel behandelt verschiedene Aspekte des &os; Projekts wie + dessen geschichtliche Entwicklung, seine Ziele oder das + Entwicklungsmodell. - Nach dem Durcharbeiten des Kapitels wissen Sie über + Nach dem Durcharbeiten des Kapitels wissen Sie über folgende Punkte Bescheid: Wo &os; im Vergleich zu anderen Betriebssystemen - steht - + steht - Die Geschichte des &os; Projects + Die Geschichte des &os; Projekts - Die Ziele des &os; Projects + Die Ziele des &os; Projekts @@ -51,1121 +56,1297 @@ - Und natürlich wo der Name &os; - herrührt + Und natürlich woher der Name &os; + kommt. - Willkommen bei &os;! + Willkommen zu &os; - - 4.4BSD-Lite - + 4.4BSD-Lite &os; ist ein auf 4.4BSD-Lite basierendes Betriebssystem - für Intel (x86 und &itanium;), AMD64 - und Sun &ultrasparc; Rechner. An - Portierungen zu anderen Architekturen wird derzeit gearbeitet. - Mehr zu Geschichte von &os; können Sie im kurzen geschichtlichen Abriss zu &os; - oder im Abschnitt Das aktuelle - &os;-Release nachlesen. - Falls Sie das &os; Project unterstützen wollen - (mit Quellcode, Hardware- oder Geldspenden), sollten Sie den - Artikel - &os; unterstützen lesen. + für Intel (x86 und &itanium;), AMD64 und Sun &ultrasparc; + Rechner. An Portierungen zu anderen Architekturen wird derzeit + gearbeitet. Mehr zur Geschichte von &os; erfahren Sie in die Geschichte von &os; oder aus den + aktuellen Release-Informationen. + Falls Sie das &os; Projekt unterstützen wollen (z.B. mit + Quellcode, Hardware- oder Geldspenden), lesen Sie den &os; + unterstützen Artikel. Was kann &os;? - &os; hat zahlreiche bemerkenswerte Eigenschaften. - Um nur einige zu nennen: + &os; hat zahlreiche bemerkenswerte Eigenschaften. Um nur + einige zu nennen: - - Präemptives Multitasking - - - Präemptives Multitasking mit - dynamischer Prioritätsanpassung zum reibungslosen und - ausgeglichenen Teilen der Systemressourcen zwischen - Anwendungen und Anwendern, selbst unter schwerster - Last. + Präemptives Multitasking + + Präemptives Multitasking + mit dynamischer Prioritätsanpassung zum + reibungslosen und ausgeglichenen Teilen der + Systemressourcen zwischen Anwendungen und Anwendern, + selbst unter schwerster Last. - - Mehrbenutzerbetrieb - - - Der Mehrbenutzerbetrieb von - &os; erlaubt es, viele Anwender gleichzeitig am System - mit verschiedenen Aufgaben arbeiten zu lassen. - Beispielsweise Geräte wie Drucker oder Bandlaufwerke, + Mehrbenutzerbetrieb + Mehrbenutzerbetrieb + erlaubt es, viele &os;-Anwender gleichzeitig am System mit + verschiedenen Aufgaben arbeiten zu lassen. Beispielsweise + können Geräte wie Drucker oder Bandlaufwerke, die sich nur schwerlich unter allen Anwendern des Systems - oder im Netzwerk teilen lassen, können durch Setzen - von Verwendungsbeschränkungen auf Benutzer oder - Benutzergruppen wichtige Systemressourcen vor - Überbeanspruchung schützen. + oder im Netzwerk teilen lassen, durch setzen von + Beschränkungen auf Benutzer oder Gruppen wichtige + Systemressourcen vor Überbeanspruchung geschützt + werden. - - TCP/IP-Netzwerkfähigkeit - - - Hervorragende - TCP/IP-Netzwerkfähigkeit mit - Unterstützung von Industriestandards wie SCTP, DHCP, - NFS, NIS, PPP, SLIP, IPsec und IPv6. Das heißt, - Ihr &os;-System kann in einfachster Weise mit anderen - Systemen interagieren. Zudem kann es als Server-System im - Unternehmen wichtige Aufgaben übernehmen, + StarkeTCP/IP-Netzwerkfähigkeit + TCP/IP-Netzwerkfähigkeit + mit Unterstützung von + Industriestandards wie SCTP, DHCP, NFS, NIS, PPP, + SLIP, IPsec und IPv6. Das bedeutet, Ihr &os;-System kann + in einfachster Weise mit anderen Systemen + interagieren. Zudem kann es als Server-System im + Unternehmen wichtige Aufgaben übernehmen, beispielsweise als NFS- oder E-Mail-Server oder es kann Ihren Betrieb durch HTTP- und FTP-Server beziehungsweise - durch Routing und Firewalling Internet-fähig machen. - - - - - Speicherschutz - - - Der Speicherschutz stellt sicher, - dass Anwendungen (oder Anwender) sich nicht gegenseitig - stören. Stürzt eine Anwendung ab, hat das - keine Auswirkung auf andere Prozesse. + durch Routing und Firewalling Internetfähig + machen. - &os; ist ein - 32-Bit-Betriebssystem - (64-Bit auf &itanium;, AMD64, - und &ultrasparc;) und wurde als solches von Grund auf - neu entworfen. + Speicherschutz + Speicherschutz stellt + sicher, dass Anwendungen (oder Anwender) sich + nicht gegenseitig stören. Stürzt eine Anwendung + ab, hat das keine Auswirkung auf andere Prozesse. - - X-Window-System - - - Das X-Window-System (X11R7) als - Industriestandard bietet eine grafische Benutzeroberfläche - (GUI). Minimale Voraussetzung zur Verwendung ist - lediglich eine Grafikkarte und ein Bildschirm, die beide - den VGA-Modus unterstützen. - + Der Industriestandard X-Window-System + X-Window-System + (X11R7) als Industriestandard bietet eine grafische + Benutzeroberfläche (GUI). Minimale Voraussetzung + zur Verwendung ist lediglich eine Grafikkarte und ein + Bildschirm, die beide den VGA-Modus + unterstützen. + - - Binärkompatibilität - Linux - - - - Binärkompatibilität - SCO - - - - Binärkompatibilität - SVR4 - - - - Binärkompatibilität - BSD/OS - - - - Binärkompatibilität - NetBSD - - - Binärkompatibilität mit - vielen unter verschiedenen Betriebssystemen erstellten + + + Binärkompatibilität + Linux + + + Binärkompatibilität + SCO + + + Binärkompatibilität + SVR4 + + + Binärkompatibilität + BSD/OS + + + Binärkompatibilität + NetBSD + + Binärkompatibilität mit + vielen auf anderen Betriebssystemen erstellten Programmen wie Linux, SCO, SVR4, BSDI und NetBSD. - Tausende von sofort - lauffähigen Anwendungen sind aus den - Ports- und - Packages-Sammlungen für &os; - verfügbar. Warum mühselig im Netz Software - suchen, wenn sie bereits hier vorhanden ist? - + Tausende zusätzliche leicht zu + portierende Anwendungen sind über die &os; + Ports und + Paket-Sammlung verfügbar. Warum + mühselig im Netz nach Software suchen, wenn diese + bereits vorhanden ist? - Tausende zusätzliche leicht zu - portierende Anwendungen sind über das + Tausende zusätzliche leicht zu + portierende Anwendungen sind über das Internet zu beziehen. &os; ist Quellcode-kompatibel mit den meisten kommerziellen &unix; Systemen. Daher - bedürfen Anwendungen häufig nur geringer oder + bedürfen Anwendungen häufig nur geringer oder gar keiner Anpassung, um auf einem &os;-System zu kompilieren. - + - - virtueller Speicher - - - Seitenweise anforderbarer Virtueller - Speicher und der merged VM/buffer - cache-Entwurf bedient effektiv den großen + Seitenweise anforderbarer virtueller + Speicher virtueller + Speicher + und merged VM/buffer cache + -Entwurf bedient effektiv den großen Speicherhunger mancher Anwendungen bei gleichzeitigem - Aufrechterhalten der Bedienbarkeit des Systems für + Aufrechterhalten der Bedienbarkeit des Systems für weitere Benutzer. - - Symmetrisches Multi-Processing (SMP) - - - SMP-Unterstützung für - Mehrprozessorsysteme + SMP + Symmetrisches Multi-Processing (SMP) + -Unterstützung für Systeme mit + mehreren CPUs. - - Kompiler - C - - - - Kompiler - C++ - - - - Kompiler - FORTRAN - - - Ein voller Satz von C, - C++ und Fortran- - Entwicklungswerkzeugen. Viele - zusätzliche Programmiersprachen für Wissenschaft - und Entwicklung sind aus der Ports- und Packages-Sammlung - zu haben. + + + Compiler + C + + + Compiler + C++ + + Ein voller Satz von C und + C++ Entwicklungswerkzeugen. Viele + zusätzliche Programmiersprachen für höhere + Wissenschaft und Entwicklung sind in der Ports- und + Packages-Sammlung verfügbar. - - Quellcode - - - Quellcode für das gesamte - System bedeutet größtmögliche Kontrolle - über Ihre Umgebung. Warum sollte man sich durch - proprietäre Lösungen knebeln und sich auf Gedeih - und Verderb der Gnade eines Herstellers ausliefern, wenn - man doch ein wahrhaft offenes System haben kann? + Quellcode + Quellcode + für das gesamte System bedeutet + größtmögliche Kontrolle über Ihre + Umgebung. Warum sollte man sich durch proprietäre + Lösungen knebeln und sich auf Gedeih und Verderb der + Gnade eines Herstellers ausliefern, wenn man doch ein + wahrhaft offenes System haben kann? Umfangreiche Online-Dokumentation. - - - 4.4BSD-Lite - - - - Computer Systems Research Group (CSRG) - - - - U.C. Berkeley - + + und viele weitere! + + - &os; basiert auf dem 4.4BSD-Lite-Release der Computer - Systems Research Group (CSRG) der Universität von - Kalifornien in Berkeley und führt die namhafte - Tradition der Entwicklung von BSD-Systemen fort. - Zusätzlich zu der herausragenden Arbeit der CSRG hat das - &os; Project tausende weitere Arbeitsstunden investiert, - um das System zu verfeinern und maximale Leistung und - Zuverlässigkeit bei Alltagslast zu bieten. Während - viele kommerzielle Riesen Probleme haben PC-Betriebssysteme - mit derartigen Funktionen, Leistungpotential und - Zuverlässigkeit anzubieten, kann &os; damit schon - jetzt aufwarten! + &os; basiert auf dem 4.4BSD-Lite- + 4.4BSD-Lite + Release der Computer Systems Research Group + (CSRG) Computer Systems Research Group + (CSRG) + der Universität von Kalifornien in + Berkeley und führt die namhafte Tradition der + Entwicklung von BSD-Systemen fort. Zusätzlich zu der + herausragenden Arbeit der CSRG hat das &os; Projekt tausende + weitere Arbeitsstunden investiert, um das System zu + verfeinern und maximale Leistung und Zuverlässigkeit + bei Alltagslast zu bieten. Während viele + kommerzielle Riesen Probleme damit haben, PC-Betriebssysteme + mit derartigen Funktionen, Leistungspotential und + Zuverlässigkeit anzubieten, kann &os; damit schon jetzt + aufwarten! - Die Anwendungsmöglichkeiten von &os; werden nur + Die Anwendungsmöglichkeiten von &os; werden nur durch Ihre Vorstellungskraft begrenzt. Von Software-Entwicklung bis zu Produktionsautomatisierung, von - Lagerverwaltung über Abweichungskorrektur bei Satelliten; - Falls etwas mit kommerziellen &unix; Produkten machbar ist, dann - ist es höchstwahrscheinlich auch mit &os; - möglich. &os; profitiert stark von tausenden + Lagerverwaltung über Abweichungskorrektur bei Satelliten; + Falls etwas mit kommerziellen &unix; Produkten machbar ist, + dann ist es höchstwahrscheinlich auch mit &os; + möglich. &os; profitiert stark von tausenden hochwertigen Anwendungen aus wissenschaftlichen Instituten und - Universitäten in aller Welt. Häufig sind diese - für wenig Geld oder sogar kostenlos zu bekommen. - Kommerzielle Anwendungen sind ebenso verfügbar und es - werden täglich mehr. + Universitäten in aller Welt. Häufig sind diese + für wenig Geld oder sogar kostenlos zu bekommen. + Kommerzielle Anwendungen sind ebenso verfügbar und es + werden täglich mehr. Durch den freien Zugang zum Quellcode von &os; ist es - in unvergleichbarer Weise möglich, das System für + in unvergleichbarer Weise möglich, das System für spezielle Anwendungen oder Projekte anzupassen. Dies ist mit den meisten kommerziellen Betriebssystemen einfach nicht - möglich. Beispiele für Anwendungen, die unter + möglich. Beispiele für Anwendungen, die unter &os; laufen, sind: - Internet-Dienste: Die robuste + Internet-Dienste: Die robuste TCP/IP-Implementierung in &os; macht es zu einer - idealen Plattform für verschiedenste + idealen Plattform für verschiedenste Internet-Dienste, wie zum Beispiel: - - FTP-Server - - - FTP-Server - - - - - HTTP-Server - - - HTTP-Server (Standard-Web-Server oder mit - SSL-Verschlüsselung) + HTTP-Server + Webserver (Standard + oder mit SSL-Verschlüsselung) IPv4- und IPv6-Routing - + - + Firewall Firewall - - - - NAT - - - Firewalls und NAT-Gateways - (IP-Masquerading) + + NAT NAT + + (IP-Masquerading)-Gateways - - E-Mail - - - E-Mail-Server + FTP-Server + FTP-Server + - - Usenet - + + + E-Mail + E-Mail + + + E-Mail + + E-Mail-Server + - Usenet-News und Foren (BBS) + + Und mehr... - - Zum Betreiben von &os; reicht schon ein - günstiger 386-PC. Wenn es das Wachstum Ihres - Unternehmens verlangt, kann &os; aber auch auf einem - hochgerüsteten 4-Wege-System mit Xeon-Prozessoren - und RAID-Plattenspeicher Verwendung finden. - Bildung: Sind Sie + Bildung: Sind Sie Informatikstudent oder Student eines verwandten - Studiengangs? Die praktischen Einblicke in &os; sind - die beste Möglichkeit etwas über Betriebssysteme, + Studiengangs? Die praktischen Einblicke in &os; sind die + beste Möglichkeit etwas über Betriebssysteme, Rechnerarchitektur und Netzwerke zu lernen. Einige frei - erhältliche CAD-, mathematische und grafische Anwendungen - sind sehr nützlich, gerade für diejenigen, die - &os; nicht zum Selbstzweck, sondern als - Arbeitsmittel einsetzen. + erhältliche CAD-, mathematische und grafische + Anwendungen sind sehr nützlich, gerade für + diejenigen, deren Hauptinteresse in einem Computer darin + besteht, andere Arbeit zu + erledigen! - Wissenschaft: Mit dem frei - verfügbaren Quellcode für das gesamte System + Forschung: Mit dem frei + verfügbaren Quellcode für das gesamte System bildet &os; ein exzellentes Studienobjekt in der Disziplin der Betriebssysteme, wie auch in anderen Zweigen der Informatik. Es ist beispielsweise denkbar, das - räumlich getrennte Gruppen gemeinsam an einer Idee + räumlich getrennte Gruppen gemeinsam an einer Idee oder Entwicklung arbeiten. Das Konzept der freien - Verfügbarkeit und -nutzung von &os; - ermöglicht so einen Gebrauch, auch ohne sich - groß Gedanken über Lizenzbedingungen oder - -beschränkungen machen zu müssen. - - - - - Router - - - - DNS-Server - - - Netzwerkfähigkeit: Brauchen - Sie einen neuen Router? Oder einen Name-Server (DNS)? Eine - Firewall zum Schutze Ihres Intranets vor Fremdzugriff? - &os; macht aus dem in der Ecke verstaubenden 386- oder - 486-PC im Handumdrehen einen leistungsfähigen Router - mit anspruchsvollen Packet-Filter-Fähigkeiten. - - - - - X-Window-System - Accelerated-X - - - X-Window-Workstation: &os; ist - eine gute Wahl für kostengünstige X-Terminals - mit dem frei verfügbaren X11-Server. - Im Gegensatz zu einem X-Terminal erlaubt es &os;, viele - Anwendungen lokal laufen zu lassen, was die Last eines - zentralen Servers erleichtern kann. &os; kann selbst - plattenlos starten, was einzelne - Workstations noch günstiger macht und die Wartung - erleichtert. - - - - - GNU-Compiler-Collection - - - Software-Entwicklung: Das - Standard-System von &os; wird mit einem kompletten Satz - an Entwicklungswerkzeugen bereitgestellt, unter anderem - mit dem bekannten GNU C/C++-Kompiler und -Debugger. + Verfügbarkeit und -nutzung von &os; + ermöglicht so die freie Verwendung, ohne sich + groß Gedanken über Lizenzbedingungen zu machen + oder aufgrund von Beschränkungen evtl. in einem + offenen Forum bestimmte Dinge nicht diskutieren zu + dürfen. + + + + Netzwerkfähigkeit: Brauchen + Sie einen neuen Router? + Router + Oder einen Name-Server (DNS)? + DNS-Server + + Eine Firewall zum Schutze Ihres Intranets vor + Fremdzugriff? &os; macht aus dem in der Ecke verstaubenden + 386- oder 486-PC im Handumdrehen einen + leistungsfähigen Router mit anspruchsvollen + Paketfilter-Funktionen. + + + + Embedded: &os; ist eine + exzellente Plattform, um auf embedded Systemen + aufzubauen. embedded + Mit der Unterstützung für die + &arm;-, &mips;- und &powerpc;-Plattformen, verbunden mit + dem robusten Netzwerkstack, aktuellen Neuerungen und der + freizügigen BSD-Lizenz + stellt &os; eine ausgezeichnete Basis für embedded + Router, Firewalls und andere Geräte dar. + + + + + + X-Window-System + + + GNOME + + + KDE + + Desktop: &os; ist eine gute Wahl + für kostengünstige X-Terminals mit dem frei + verfügbaren X11-Server. &os; bietet die Auswahl aus + vielen Open Source Desktop Umgebungen, dazu gehören + auch die GNOME und + KDE GUIs. &os; kann sogar + plattenlos booten, was einzelne + Workstations sogar noch günstiger macht und die + Verwaltung erleichtert. + + + + Software-Entwicklung: Das + Standard-&os;-System wird mit einem kompletten Satz an + Entwicklungswerkzeugen bereitgestellt, unter anderem einem + vollständigen C/C++-Compiler und + -Debugger. Compiler + Entwicklungswerkzeugen. Viele + zusätzliche Programmiersprachen für Wissenschaft + und Entwicklung sind aus der Ports- und Packages-Sammlung + zu haben. &os; ist sowohl in Form von Quellcode als auch in - Binärform auf CD-ROM, DVD und über anonymous FTP - erhältlich. Näheres zum Bezug von &os; - enthält . - + Binärform auf CD-ROM, DVD und über Anonymus FTP + erhältlich. Lesen Sie dazu , + um weitere Informationen zum Bezug von &os; zu + erhalten. - Wer benutzt &os;? + Wer verwendet &os;? Anwender - Bekannte &os;-Anwender + Grosse, bekannte &os;-Anwender - &os; dient als Plattform für Geräte und Produkte - einiger der weltgrößten IT-Firmen, darunter: + &os;s fortgeschrittene Eigenschaften, bewährte + Sicherheit und vorhersehbare Release-Zyklen, genauso wie seine + tolerante Lizenz haben dazu geführt, dass es als + Plattform zum Aufbau vieler kommerzieller und quelloffener + Geräte und Produkte verwendet wird, dazu gehören ein + paar der weltgrössten IT-Unternehmen: - AppleApple - - - CiscoCisco + Apache + + Apache + - Die Apache Software Foundation lässt + den Grossteil seiner der Öffentlichkeit + zugänglichen Infrastruktur, inklusive des + möglicherweise grössten SVN-Repositories der + Welt mit über 1,4 Millionen Commits, auf &os; + laufen. + + + + Apple + + Apple + - OS X verwendet viel von &os;s eigenem + Netzwerkstack, virtuellem Dateisystem und den + Benutzerumgebungskomponenten für sein eigenes System. + Apple iOS nutzt ebenso Elemente, die es von &os; + übernommen hat. + + + Cisco + + Cisco + - IronPort Network Sicherheits- und + Anti-Spam-Appliance verwendet einen modifizierten + &os;-Kernel. + + + Citrix + + Citrix + - Die NetScaler Reihe von + Sicherheits-Appliances bietet auf den Schichten 4-7 + Load-Balancing, Content Caching, Anwendungsfirewall, + gesichertes VPN und mobilen Cloud-Netzwerkzugriff, gepaart + mit der Mächtigkeit der &os;-Shell. + + + + Dell + KACE Dell KACE + - Die KACE Systemmanagement-Appliances nutzen + &os; wegen seiner Zuverlässigkeit, Skalierbarkeit und + Gemeinschaft, welche deren zukünftige + Weiterentwicklung fördert. + + + + Experts + Exchange + + Experts Exchange + - Alle öffentlich zugänglichen + Webserver werden von &os; betrieben und machen starken + Gebrauch von Jails, ohne den Überhang von + Virtualisierung, um Entwicklungs- und Testumgebung + voneinander zu isolieren. + + + + Isilon + + Isilon - Isilons + Unternehmens-Speicherappliances basieren auf &os;. Die + extrem liberale &os;-Lizenz erlaubt Isilon ihr + intellektuelles Eigentum durch den gesamten Kernel zu + integrieren und kann sich so auf das Erstellen ihres + Produktes und nicht des Betriebssystems + fokussieren. + + + + iXsystems + iXsystems + - Die TrueNAS-Linie von vereinheitlichten + Speicherappliances beruht auf &os;. Zusätzlich zu + deren kommerziellen Produkten, managed iXsystems auch noch + die beiden Open Source Projekte PC-BSD und FreeNAS. + + + + Juniper + + Juniper - Das JunOS + Betriebssystem, welches alle Juniper Netzwerkgeräte + (inklusive Router, Switche, Sicherheits- und + Netzwerkappliances) antreibt, verwendet &os; Juniper ist + einer der vielen Hersteller, welcher das symbolische + Verhältnis zwischen dem Projekt und dem Hersteller + von kommerziellen Produkten darstellt. Verbesserungen, die + Juniper entwickelt hat, werden ebenso in &os; aufgenommen, + um die Komplexität der Integration neuer + Eigenschaften von &os; zurück in zukünftige + JunOS Versionen zu vereinfachen. + + + + McAfee + + McAfee + - SecurOS, die Basis von McAfee + Enterprise-Firewallprodukten inkl. Sidewinder basiert auf + &os;. + + + + NetApp + + NetApp + - Die Data ONTAP GX Reihe von + Speicherappliances basieren auf &os;. Zusätzlich hat + NetApp viele Neuheiten beigesteuert, inklusive des neuen + BSD-lizensierten Hypervisors bhyve. + + + + Netflix + + Netflix + - Die OpenConnect-Appliance, die Netflix + verwendet, um Filme zu seinen Kunden zu streamen basiert + auf &os;. Netflix hat weitreichende Beiträge zum + Quellcode von &os; beigetragen und arbeitet daran, ein + möglichst geringes Delta zur normalen Version + beizubehalten. Netflix OpenConnect-Appliances sind + für mehr als 32% vom gesamten Internetverkehr in + Nordamerika verantwortlich. + + + + Sandvine + + Sandvine + - Sandvine nutzt &os; as die Basis für + deren Echtzeit Hochgeschwindigkeits-Netzwerkplattform, + welche den Kern deren intelligenter + Netzwerkpolicy-Kontrollprodukte darstellt. + + + + Sony + + Sony + - Sowohl die PlayStation 3 und PlayStation 4 + Spielekonsolen verwenden modifizierte Versionen von + &os;. + + + + Sophos + + Sophos + - Das Sophos Email-Appliance Produkt basiert + auf einem abgesicherten &os; und scannt eingehende E-Mail + auf Spam und Viren, während es gleichzeitig + ausgehende Mail auf Schadsoftware und versehentlichen + Versand von vertraulichen Informationen + überwacht. + + + + Spectra + Logic Spectra + Logic - Die nTier Reihe von + archivspeicherfähigen Appliances nutzt &os; und + OpenZFS. + + + + The Weather + Channel + The Weather Channel + + - Die IntelliStar Appliance, welche am + Kopfende eines jeden Kabelversorgers installiert ist und + für das Einspeisen von lokalen Wettervorhersagen in + das Kabelfernsehprogramm verantwortlich ist, läuft + auf &os;. + + + + Verisign + + Verisign + + - Verisign ist für den Betrieb der .com + und .net Root-Domainregistries genauso verantwortlich wie + für die dazugehörige DNS-Infrastruktur. Sie + verlassen sich auf einen Reihe von verschiedenen + Netzwerkbetriebssystemen inklusive &os;, um zu + gewährleisten, dass es keine gemeinsame Fehlerstelle + in deren Infrastruktur gibt. + + + + WhatsApp + + WhatsApp + - Als WhatsApp eine Plattform benötigte, + die in der Lage ist, mehr als 1 Million gleichzeitiger + TCP-Verbindungen pro Server abzuarbeiten, entschied man + sich für &os;. Anschliessend fuhren Sie damit fort, + auf 2,5 Millionen Verbindungen pro Server + hochzuskalieren. + + + *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-doc-projects@FreeBSD.ORG Thu Feb 13 20:09:43 2014 Return-Path: Delivered-To: svn-doc-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8029C8F0; Thu, 13 Feb 2014 20:09:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 674F01CE0; Thu, 13 Feb 2014 20:09:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1DK9h4U035614; Thu, 13 Feb 2014 20:09:43 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1DK9g8R035608; Thu, 13 Feb 2014 20:09:42 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201402132009.s1DK9g8R035608@svn.freebsd.org> From: Glen Barber Date: Thu, 13 Feb 2014 20:09:42 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r43903 - in projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes: . 11.0R 11.0R/errata 11.0R/hardware 11.0R/readme 11.0R/relnotes share share/examples share/misc share/mk share... X-SVN-Group: doc-projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-projects@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for doc projects trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2014 20:09:43 -0000 Author: gjb Date: Thu Feb 13 20:09:42 2014 New Revision: 43903 URL: http://svnweb.freebsd.org/changeset/doc/43903 Log: Initial commit to import base/head/release/doc/ to htdocs/relnotes/. Sponsored by: The FreeBSD Foundation Added: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/errata/ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/errata/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/errata/errata.xml (contents, props changed) projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/hardware/ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/hardware/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/hardware/hardware.xml (contents, props changed) projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/readme/ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/readme/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/readme/readme.xml (contents, props changed) projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/relnotes/ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/relnotes/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/relnotes/relnotes.xml (contents, props changed) projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/share/ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/share/examples/ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/share/examples/Makefile.relnotesng projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/share/misc/ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/share/misc/dev.archlist.txt projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/share/misc/man2hwnotes.pl projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/share/mk/ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/share/mk/doc.relnotes.mk projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/share/xml/ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/share/xml/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/share/xml/catalog.xml (contents, props changed) projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/share/xml/release.ent projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/share/xml/release.xsl (contents, props changed) Deleted: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/Makefile.inc projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/README Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/Makefile Added: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/Makefile Thu Feb 13 20:09:42 2014 (r43903) @@ -0,0 +1,13 @@ +# $FreeBSD$ + +DOC_PREFIX?= ${.CURDIR}/../../../.. +RELN_ROOT?= ${.CURDIR}/.. + +MAN4DIR?= ${DOC_PREFIX}/../src/share/man/man4 + +SUBDIR= errata \ + hardware \ + readme \ + relnotes + +.include "${DOC_PREFIX}/share/mk/doc.subdir.mk" Added: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/errata/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/errata/Makefile Thu Feb 13 20:09:42 2014 (r43903) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +DOC_PREFIX?= ${.CURDIR}/../../../../.. +RELN_ROOT?= ${.CURDIR}/../.. + +DOC= errata + +.ifdef NO_LANGCODE_IN_DESTDIR +DESTDIR?= ${DOCDIR}/${DOC} +.else +DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/${DOC} +.endif + +FORMATS?= html +INSTALL_COMPRESSED?=gz +INSTALL_ONLY_COMPRESSED?= + +# XML content +SRCS+= ${DOC}.xml + +.include "${RELN_ROOT}/share/mk/doc.relnotes.mk" +.include "${DOC_PREFIX}/share/mk/doc.project.mk" Added: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/errata/errata.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/errata/errata.xml Thu Feb 13 20:09:42 2014 (r43903) @@ -0,0 +1,93 @@ + + +%release; +]> + +
+ + &os; &release; Errata + + The &os; Project + + $FreeBSD$ + + + 2014 + + The &os; Documentation Project + + + + &tm-attrib.freebsd; + &tm-attrib.intel; + &tm-attrib.sparc; + &tm-attrib.general; + + + + This document lists errata items for &os; &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 + &os;. + + This errata document for &os; &release; + will be maintained until the release of &os; &release.next;. + + + + + Introduction + + This errata document contains late-breaking news + about &os; &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 + , + plus any sites + which keep up-to-date mirrors of this location. + + Source and binary snapshots of &os; &release.branch; also + contain up-to-date copies of this document (as of the time of + the snapshot). + + For a list of all &os; CERT security advisories, see + + or . + + + + Security Advisories + + No advisory. + + + + Open Issues + + No open issues. + + + + Late-Breaking News + + No news. + +
Added: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/hardware/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/hardware/Makefile Thu Feb 13 20:09:42 2014 (r43903) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +DOC_PREFIX?= ${.CURDIR}/../../../../.. +RELN_ROOT?= ${.CURDIR}/../.. + +DOC= hardware + +.ifdef NO_LANGCODE_IN_DESTDIR +DESTDIR?= ${DOCDIR}/${DOC} +.else +DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/${DOC} +.endif + +FORMATS?= html +INSTALL_COMPRESSED?=gz +INSTALL_ONLY_COMPRESSED?= + +JADEFLAGS+= -V %generate-article-toc% + +# SGML content +SRCS+= ${DOC}.xml +SRCS+= ${DEV-AUTODIR}/catalog-auto +SRCS+= ${DEV-AUTODIR}/dev-auto.ent + +CATALOGS+= -c ${DEV-AUTODIR}/catalog-auto + +URL_RELPREFIX?= ../../../.. + +HWNOTES_MI= 1 + +.include "${RELN_ROOT}/share/mk/doc.relnotes.mk" +.include "${DOC_PREFIX}/share/mk/doc.project.mk" Added: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/hardware/hardware.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/hardware/hardware.xml Thu Feb 13 20:09:42 2014 (r43903) @@ -0,0 +1,1647 @@ + + +%release; + +%devauto; +]> +
+ &os; &release.current; Hardware Notes + + + The &os; Documentation Project + + $FreeBSD$ + + + 2000 + 2001 + 2002 + 2003 + 2004 + 2005 + 2006 + 2007 + 2008 + 2009 + 2010 + 2011 + 2012 + 2013 + The &os; Documentation Project + + + + &tm-attrib.freebsd; + &tm-attrib.amd; + &tm-attrib.fujitsu; + &tm-attrib.ibm; + &tm-attrib.intel; + &tm-attrib.sparc; + &tm-attrib.sun; + &tm-attrib.general; + + + + + + Introduction + + This document contains the hardware compatibility notes for + &os; &release.current;. It lists the hardware platforms + supported by &os;, as well as the various types of hardware + devices (storage controllers, network interfaces, and so on), + along with known working instances of these devices. + + + + Supported Processors and System Boards + + This section provides some architecture-specific information + about the specific processors and systems that are supported by + each architecture. + + + amd64 + + Since mid-2003 &os;/&arch.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 &os; 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 &os;/&arch.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 + &os;/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, &os;/&arch.amd64; is similar to + &os;/&arch.i386;, in terms of drivers supported. Generally, + drivers that already function correctly on other 64-bit + platforms should work. + + + + + i386 + + &os;/&arch.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 &os;. 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 &os;, although in some cases, BIOS or motherboard + bugs may generate some problems. Perusal of the archives of + the &a.smp; may yield some clues. + + &os; will take advantage of SMT (Symmetric MultiThreading, + also known as HyperThreading on &intel; CPUs) on the supported + CPUs. The GENERIC kernel which is + installed by default will automatically detect the additional + logical processors. The default &os; scheduler recognizes + processor topology on the system and selects logical and + physical processors to obtain optimal performance. + The &man.smp.4; manual page has more details. + + &os; 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 &os; which may be used; consult the + &man.pae.4; manual page for more details. + + &os; 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 &os; to work around hardware bugs or other oddities. When + in doubt, a search of the archives of the &a.mobile; may be + useful. + + Most modern laptops (as well as many desktops) use the + Advanced Configuration and Power Management (ACPI) standard. + &os; 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: + + 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 DSDT + section of the ACPI4Linux project + Web site. &os; can use these DSDTs to override the DSDT + provided by the BIOS; see the &man.acpi.4; manual page for + more information. + + + + 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 + &arch.ia64; machines are fully supported. The notable + exception is the VGA console. The &os; support for VGA + consoles is at this time too much based on PC hardware and not + all &arch.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. + + + + 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 &os; 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. + + + + powerpc + + All Apple PowerPC machines with built-in USB are supported, + as well a limited selection of non-Apple machines, + including KVM on POWER7 + + SMP is supported on all systems with more than + 1 processor. + + + + sparc64 + + This section describes the systems currently known to be + supported by &os; on the Fujitsu &sparc64; and Sun &ultrasparc; + platforms. + + SMP is supported on all systems with more than 1 + processor. + + When using the GENERIC kernel, + &os;/&arch.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; 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 &os; &release.current;. We encourage + you to try it and send a note to the &a.sparc; with your + results, including which devices work and which do not. + + The following systems are fully supported by &os;: + + + + 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 &os;. 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; 3500 + + + + &sun.enterprise; 4500 + + + + Starting with 7.2-RELEASE, &arch.sparc64; systems based on Sun + &ultrasparc; III and beyond are also supported by &os;, 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 &os;: + + + + &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, &arch.sparc64; systems based on + Fujitsu &sparc64; V are also supported by &os;, 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 &os;: + + + + Fujitsu &primepower; 450 + + + + Fujitsu &primepower; 650 + + + + Fujitsu &primepower; 850 + + + + + + + + + + Supported Devices + + This section describes the devices currently known to be + supported by &os;. 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 &os; 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 &os; manual pages. This means that some + devices, which are supported by multiple drivers, may appear + multiple times. + + + + Disk Controllers + + [&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;, + &arch.sparc64;] IDE/ATA controllers (&man.ata.4; + driver) + + [&arch.pc98;] IDE/ATA controllers (wdc driver) + + + + On-board IDE controller + + + + &hwlist.aac; + + &hwlist.adv; + + &hwlist.adw; + + &hwlist.aha; + + &hwlist.ahb; + + &hwlist.ahc; + + &hwlist.ahci; + + &hwlist.ahd; + + &hwlist.aic; + + &hwlist.amr; + + &hwlist.arcmsr; + + &hwlist.asr; + + &hwlist.bt; + + &hwlist.ciss; + + &hwlist.ct; + + &hwlist.dpt; + + + [&arch.amd64;, &arch.i386;] Booting from these + controllers is supported. EISA adapters are not + supported. + + + &hwlist.esp; + + &hwlist.hpt27xx; + + &hwlist.hptiop; + + &hwlist.hptmv; + + &hwlist.hptrr; + + &hwlist.ida; + + &hwlist.iir; + + &hwlist.ips; + + &hwlist.isci; + + &hwlist.isp; + + &hwlist.mfi; + + &hwlist.mlx; + + + [&arch.amd64;, &arch.i386;] Booting from these + controllers is supported. EISA adapters are not + supported. + + + &hwlist.mly; + + &hwlist.mps; + + &hwlist.mpt; + + &hwlist.mvs; + + &hwlist.ncr; + + &hwlist.ncv; + + &hwlist.nsp; + + &hwlist.pst; + + &hwlist.siis; + + &hwlist.stg; + + &hwlist.sym; + + &hwlist.trm; + + &hwlist.twa; + + &hwlist.twe; + + &hwlist.vpo; + + [&arch.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 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;) + + + + [&arch.i386;] Sony proprietary interface (all models) + (&man.scd.4;) + + + + ATAPI IDE interface (&man.acd.4;) + + + + [&arch.i386;] The following device is unmaintained: + + + + Mitsumi proprietary CD-ROM interface (all models) + (&man.mcd.4;) + + + + + + Ethernet Interfaces + + &hwlist.ae; + + &hwlist.age; + + &hwlist.ale; + + &hwlist.aue; + + &hwlist.axe; + + &hwlist.bce; + + [&arch.amd64;, &arch.i386;] Broadcom BCM4401 based Fast + Ethernet adapters (&man.bfe.4; driver) + + &hwlist.bge; *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-doc-projects@FreeBSD.ORG Thu Feb 13 21:58:56 2014 Return-Path: Delivered-To: svn-doc-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0416ABC; Thu, 13 Feb 2014 21:58:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BC17E18A0; Thu, 13 Feb 2014 21:58:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1DLwtqM078556; Thu, 13 Feb 2014 21:58:55 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1DLwsTL078549; Thu, 13 Feb 2014 21:58:54 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201402132158.s1DLwsTL078549@svn.freebsd.org> From: Glen Barber Date: Thu, 13 Feb 2014 21:58:54 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r43906 - in projects/relnotes-restructure/en_US.ISO8859-1/htdocs: releases/CURRENT releases/CURRENT/errata releases/CURRENT/hardware releases/CURRENT/readme releases/CURRENT/relnotes re... X-SVN-Group: doc-projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-projects@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for doc projects trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2014 21:58:56 -0000 Author: gjb Date: Thu Feb 13 21:58:54 2014 New Revision: 43906 URL: http://svnweb.freebsd.org/changeset/doc/43906 Log: Move relnotes/11.0R to releases/CURRENT. Fix 'install' target. Sponsored by: The FreeBSD Foundation Added: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/ - copied from r43905, projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile.inc Deleted: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/ Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/readme/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/relnotes/Makefile Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile ============================================================================== --- projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/Makefile Thu Feb 13 21:03:02 2014 (r43905) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile Thu Feb 13 21:58:54 2014 (r43906) @@ -1,7 +1,14 @@ # $FreeBSD$ DOC_PREFIX?= ${.CURDIR}/../../../.. -RELN_ROOT?= ${.CURDIR}/.. +RELN_ROOT?= ${.CURDIR}/../../relnotes + +.if exists(${RELN_ROOT}/Makefile.inc) +.include "${RELN_ROOT}/Makefile.inc" +.endif +.if exists(${.CURDIR}/Makefile.inc) +.include "${.CURDIR}/Makefile.inc" +.endif MAN4DIR?= ${DOC_PREFIX}/../src/share/man/man4 Added: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile.inc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile.inc Thu Feb 13 21:58:54 2014 (r43906) @@ -0,0 +1,3 @@ +# $FreeBSD$ + +BRANCH?= CURRENT Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata/Makefile ============================================================================== --- projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/errata/Makefile Thu Feb 13 21:03:02 2014 (r43905) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata/Makefile Thu Feb 13 21:58:54 2014 (r43906) @@ -1,15 +1,18 @@ # $FreeBSD$ DOC_PREFIX?= ${.CURDIR}/../../../../.. -RELN_ROOT?= ${.CURDIR}/../.. +RELN_ROOT?= ${.CURDIR}/../../../relnotes DOC= errata -.ifdef NO_LANGCODE_IN_DESTDIR -DESTDIR?= ${DOCDIR}/${DOC} -.else -DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/${DOC} +.if exists(${RELN_ROOT}/Makefile.inc) +.include "${RELN_ROOT}/Makefile.inc" .endif +.if exists(${.CURDIR}/../Makefile.inc) +.include "${.CURDIR}/../Makefile.inc" +.endif + +DESTDIR?= ${DOCDIR}/relnotes/${BRANCH}/${DOC} FORMATS?= html INSTALL_COMPRESSED?=gz Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware/Makefile ============================================================================== --- projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/hardware/Makefile Thu Feb 13 21:03:02 2014 (r43905) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware/Makefile Thu Feb 13 21:58:54 2014 (r43906) @@ -1,15 +1,18 @@ # $FreeBSD$ DOC_PREFIX?= ${.CURDIR}/../../../../.. -RELN_ROOT?= ${.CURDIR}/../.. +RELN_ROOT?= ${.CURDIR}/../../../relnotes DOC= hardware -.ifdef NO_LANGCODE_IN_DESTDIR -DESTDIR?= ${DOCDIR}/${DOC} -.else -DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/${DOC} +.if exists(${RELN_ROOT}/Makefile.inc) +.include "${RELN_ROOT}/Makefile.inc" .endif +.if exists(${.CURDIR}/../Makefile.inc) +.include "${.CURDIR}/../Makefile.inc" +.endif + +DESTDIR?= ${DOCDIR}/relnotes/${BRANCH}/${DOC} FORMATS?= html INSTALL_COMPRESSED?=gz Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/readme/Makefile ============================================================================== --- projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/readme/Makefile Thu Feb 13 21:03:02 2014 (r43905) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/readme/Makefile Thu Feb 13 21:58:54 2014 (r43906) @@ -1,15 +1,18 @@ # $FreeBSD$ DOC_PREFIX?= ${.CURDIR}/../../../../.. -RELN_ROOT?= ${.CURDIR}/../.. +RELN_ROOT?= ${.CURDIR}/../../../relnotes DOC= readme -.ifdef NO_LANGCODE_IN_DESTDIR -DESTDIR?= ${DOCDIR}/${DOC} -.else -DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/${DOC} +.if exists(${RELN_ROOT}/Makefile.inc) +.include "${RELN_ROOT}/Makefile.inc" .endif +.if exists(${.CURDIR}/../Makefile.inc) +.include "${.CURDIR}/../Makefile.inc" +.endif + +DESTDIR?= ${DOCDIR}/relnotes/${BRANCH}/${DOC} FORMATS?= html INSTALL_COMPRESSED?=gz Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/relnotes/Makefile ============================================================================== --- projects/relnotes-restructure/en_US.ISO8859-1/htdocs/relnotes/11.0R/relnotes/Makefile Thu Feb 13 21:03:02 2014 (r43905) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/relnotes/Makefile Thu Feb 13 21:58:54 2014 (r43906) @@ -1,15 +1,18 @@ # $FreeBSD$ DOC_PREFIX?= ${.CURDIR}/../../../../.. -RELN_ROOT?= ${.CURDIR}/../.. +RELN_ROOT?= ${.CURDIR}/../../../relnotes DOC= relnotes -.ifdef NO_LANGCODE_IN_DESTDIR -DESTDIR?= ${DOCDIR}/${DOC} -.else -DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/${DOC} +.if exists(${RELN_ROOT}/Makefile.inc) +.include "${RELN_ROOT}/Makefile.inc" .endif +.if exists(${.CURDIR}/../Makefile.inc) +.include "${.CURDIR}/../Makefile.inc" +.endif + +DESTDIR?= ${DOCDIR}/relnotes/${BRANCH}/${DOC} FORMATS?= html INSTALL_COMPRESSED?=gz From owner-svn-doc-projects@FreeBSD.ORG Thu Feb 13 22:01:55 2014 Return-Path: Delivered-To: svn-doc-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01B73B5F; Thu, 13 Feb 2014 22:01:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E1B231912; Thu, 13 Feb 2014 22:01:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1DM1sYF081789; Thu, 13 Feb 2014 22:01:54 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1DM1ss3081788; Thu, 13 Feb 2014 22:01:54 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201402132201.s1DM1ss3081788@svn.freebsd.org> From: Glen Barber Date: Thu, 13 Feb 2014 22:01:54 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r43907 - projects/relnotes-restructure/en_US.ISO8859-1/htdocs X-SVN-Group: doc-projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-projects@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for doc projects trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2014 22:01:55 -0000 Author: gjb Date: Thu Feb 13 22:01:54 2014 New Revision: 43907 URL: http://svnweb.freebsd.org/changeset/doc/43907 Log: Remove 'relnotes' SUBDIR entry. Sponsored by: The FreeBSD Foundation Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/Makefile Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/Makefile ============================================================================== --- projects/relnotes-restructure/en_US.ISO8859-1/htdocs/Makefile Thu Feb 13 21:58:54 2014 (r43906) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/Makefile Thu Feb 13 22:01:54 2014 (r43907) @@ -79,9 +79,6 @@ SUBDIR+= support SUBDIR+= doc SUBDIR+= ports .endif -.if defined(BUILD_RELNOTES) -SUBDIR+= relnotes -.endif # Non-XML SUBDIR+= cgi From owner-svn-doc-projects@FreeBSD.ORG Thu Feb 13 22:53:28 2014 Return-Path: Delivered-To: svn-doc-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F28E2F09; Thu, 13 Feb 2014 22:53:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D18241D3B; Thu, 13 Feb 2014 22:53:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1DMrRLw002107; Thu, 13 Feb 2014 22:53:27 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1DMrQEm002096; Thu, 13 Feb 2014 22:53:26 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201402132253.s1DMrQEm002096@svn.freebsd.org> From: Glen Barber Date: Thu, 13 Feb 2014 22:53:26 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r43910 - in projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases: . CURRENT CURRENT/errata CURRENT/hardware CURRENT/readme CURRENT/relnotes X-SVN-Group: doc-projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-projects@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for doc projects trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2014 22:53:28 -0000 Author: gjb Date: Thu Feb 13 22:53:26 2014 New Revision: 43910 URL: http://svnweb.freebsd.org/changeset/doc/43910 Log: Flatten the tree in releases/CURRENT/, now errata.xml, readme.xml, and relnotes.xml are all taken out of SUBDIR. hardware.xml is a bit trickier, so it remains in a SUBDIR, and unlinked from the build. Fix Makefile.inc inclusion. Include CURRENT in releases/Makefile. Sponsored by: The FreeBSD Foundation Added: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/docbook.css projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata.xml - copied unchanged from r43909, projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata/errata.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/readme.xml - copied unchanged from r43909, projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/readme/readme.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/relnotes.xml - copied unchanged from r43909, projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/relnotes/relnotes.xml Deleted: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata/ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/readme/ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/relnotes/ Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile.inc projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/Makefile.inc Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile ============================================================================== --- projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile Thu Feb 13 22:45:31 2014 (r43909) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile Thu Feb 13 22:53:26 2014 (r43910) @@ -3,18 +3,15 @@ DOC_PREFIX?= ${.CURDIR}/../../../.. RELN_ROOT?= ${.CURDIR}/../../relnotes -.if exists(${RELN_ROOT}/Makefile.inc) -.include "${RELN_ROOT}/Makefile.inc" -.endif .if exists(${.CURDIR}/Makefile.inc) .include "${.CURDIR}/Makefile.inc" .endif -MAN4DIR?= ${DOC_PREFIX}/../src/share/man/man4 +DOCS?= errata.xml \ + readme.xml \ + relnotes.xml -SUBDIR= errata \ - hardware \ - readme \ - relnotes +SUBDIR= hardware -.include "${DOC_PREFIX}/share/mk/doc.subdir.mk" +.include "${RELN_ROOT}/share/mk/doc.relnotes.mk" +.include "${DOC_PREFIX}/share/mk/web.site.mk" Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile.inc ============================================================================== --- projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile.inc Thu Feb 13 22:45:31 2014 (r43909) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile.inc Thu Feb 13 22:53:26 2014 (r43910) @@ -1,3 +1,10 @@ # $FreeBSD$ +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + BRANCH?= CURRENT +WEBBASE?= /data/releases +DOC_PREFIX?= ${.CURDIR}/../../../.. +RELN_ROOT?= ${.CURDIR}/../../relnotes Added: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/docbook.css ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/docbook.css Thu Feb 13 22:53:26 2014 (r43910) @@ -0,0 +1,208 @@ +/* + * 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$ + */ + +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; +} Copied: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata.xml (from r43909, projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata/errata.xml) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata.xml Thu Feb 13 22:53:26 2014 (r43910, copy of r43909, projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata/errata.xml) @@ -0,0 +1,93 @@ + + +%release; +]> + +
+ + &os; &release; Errata + + The &os; Project + + $FreeBSD$ + + + 2014 + + The &os; Documentation Project + + + + &tm-attrib.freebsd; + &tm-attrib.intel; + &tm-attrib.sparc; + &tm-attrib.general; + + + + This document lists errata items for &os; &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 + &os;. + + This errata document for &os; &release; + will be maintained until the release of &os; &release.next;. + + + + + Introduction + + This errata document contains late-breaking news + about &os; &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 + , + plus any sites + which keep up-to-date mirrors of this location. + + Source and binary snapshots of &os; &release.branch; also + contain up-to-date copies of this document (as of the time of + the snapshot). + + For a list of all &os; CERT security advisories, see + + or . + + + + Security Advisories + + No advisory. + + + + Open Issues + + No open issues. + + + + Late-Breaking News + + No news. + +
Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware/Makefile ============================================================================== --- projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware/Makefile Thu Feb 13 22:45:31 2014 (r43909) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware/Makefile Thu Feb 13 22:53:26 2014 (r43910) @@ -5,14 +5,14 @@ RELN_ROOT?= ${.CURDIR}/../../../relnotes DOC= hardware -.if exists(${RELN_ROOT}/Makefile.inc) -.include "${RELN_ROOT}/Makefile.inc" +.if exists(${.CURDIR}/../../../Makefile.inc) +.include "${.CURDIR}/../../../Makefile.inc" .endif .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" .endif -DESTDIR?= ${DOCDIR}/relnotes/${BRANCH}/${DOC} +#DESTDIR?= ${DOCDIR}/relnotes/${BRANCH}/${DOC} FORMATS?= html INSTALL_COMPRESSED?=gz Copied: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/readme.xml (from r43909, projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/readme/readme.xml) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/readme.xml Thu Feb 13 22:53:26 2014 (r43910, copy of r43909, projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/readme/readme.xml) @@ -0,0 +1,414 @@ + + +%release; +]> + +
+ &os; &release.current; README + + + The &os; Project + + $FreeBSD$ + + + 2000 + 2001 + 2002 + 2003 + 2004 + 2005 + 2006 + 2007 + 2008 + 2009 + 2010 + 2011 + 2012 + 2013 + The &os; Documentation Project + + + + &tm-attrib.freebsd; + &tm-attrib.intel; + &tm-attrib.opengroup; + &tm-attrib.sparc; + &tm-attrib.general; + + + + This document gives a brief introduction to &os; + &release.current;. It includes some information on how to + obtain &os;, a listing of various ways to contact the &os; + Project, and pointers to some other sources of + information. + + + + + Introduction + + This distribution is a &release.type; of &os; &release.current;, the + latest point along the &release.branch; branch. + + + About &os; + + &os; is an operating system based on 4.4 BSD Lite for + AMD64 and Intel EM64T based PC hardware (&arch.amd64;), + Intel, AMD, Cyrix or NexGen x86 based PC hardware (&arch.i386;), + Intel Itanium Processor based computers (&arch.ia64;), + NEC PC-9801/9821 series PCs and compatibles (&arch.pc98;), + and &ultrasparc; machines (&arch.sparc64;). Versions + for the &arm; (&arch.arm;), &mips; (&arch.mips;), and + &powerpc; (&arch.powerpc;) architectures are currently under + development as well. &os; 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 &os; 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 &os;. Each port consists of a + set of scripts to retrieve, configure, build, and install a + piece of software, with a single command. Over &os.numports; + ports, from editors to programming languages to graphical + applications, make &os; 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.type; is aimed primarily at early adopters + and various other users who want to get involved with the + ongoing development of &os;. While the &os; development team + tries its best to ensure that each &release.type; works as + advertised, &release.branch; is very much a + work-in-progress. + + The basic requirements for using this &release.type; are + technical proficiency with &os; and an understanding of the + ongoing development process of &os; &release.branch; (as + discussed on the &a.current;). + + For those more interested in doing business with &os; than + in experimenting with new &os; technology, formal releases + (such as &release.prev.stable;) are frequently more appropriate. + Releases undergo a period of testing and quality assurance + checking to ensure high reliability and dependability. + + This &release.type; is aimed primarily at early adopters + and various other users who want to get involved with the + ongoing development of &os;. While the &os; development team + tries its best to ensure that each &release.type; works as + advertised, &release.branch; is very much a + work-in-progress. + + The basic requirements for using this &release.type; are + technical proficiency with &os; and an understanding of the + ongoing development process of &os; &release.branch; (as + discussed on the &a.current;). + + For those more interested in doing business with &os; than + in experimenting with new &os; technology, formal releases + (such as &release.prev.stable;) are frequently more appropriate. + Releases undergo a period of testing and quality assurance + checking to ensure high reliability and dependability. + + This &release.type; of &os; is suitable for all users. It + has undergone a period of testing and quality assurance + checking to ensure the highest reliability and + dependability. + + + + + Obtaining &os; + + &os; may be obtained in a variety of ways. This section + focuses on those ways that are primarily useful for obtaining a + complete &os; distribution, rather than updating an existing + installation. + + + CDROM and DVD + + &os; -RELEASE distributions may be ordered on CDROM or DVD + from several publishers. This is frequently the most + convenient way to obtain &os; 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 &os; Ports + Collection, or other extra material. + + A list of the CDROM and DVD publishers known to the + project are listed in the Obtaining + &os; appendix to the Handbook. + + + + FTP + + You can use FTP to retrieve &os; and any or all of its + optional packages from ftp://ftp.FreeBSD.org/, which is the official + &os; release site, or any of its + mirrors. + + Lists of locations that mirror &os; 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 + &os; article. + + Mirrors generally contain the ISO images generally used to + create a CDROM of a &os; 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 the &os; Project + + + Email and Mailing Lists + + For any questions or general technical support issues, + please send mail to the &a.questions;. + + If you're tracking the &release.branch; development efforts, you + must join the &a.current;, 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 &os; + Project is always happy to have extra hands willing to help—there are already far more desired enhancements than + there is time to implement them. To contact the developers on + technical matters, or with offers of help, please send mail to + the &a.hackers;. + + 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 &os; events, you may find it + preferable to subscribe instead to the &a.announce;. + + All of the mailing lists can be freely joined by anyone + wishing to do so. Visit the + &os; 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 &os; Web site. + + + 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 &os; 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 &os; 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-&os; 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 &a.bugs;. + + For more information, Writing + &os; Problem Reports, available on the &os; Web + site, has a number of helpful hints on writing and submitting + effective problem reports. + + + + + Further Reading + + There are many sources of information about &os;; some are + included with this distribution, while others are available + on-line or in print versions. + + + Release Documentation + + A number of other files provide more specific information + about this &release.type; 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 &os; as well as + some cursory notes about obtaining a + distribution. + + + + RELNOTES.TXT: The release + notes, showing what's new and different in &os; + &release.current; compared to the previous release (&os; + &release.prev;). + + + + HARDWARE.TXT: The hardware + compatibility list, showing devices with which &os; 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 &os;, as it + contains the latest information on problems which have + been found and fixed since the release was + created. + + + + + On platforms that support &man.bsdinstall.8; (currently + &arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;, and &arch.sparc64;), these documents are generally available via the + Documentation menu during installation. Once the system is + installed, you can revisit this menu by re-running the + &man.bsdinstall.8; utility. + + + 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 + &url.base;/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, &os; comes + with a set of on-line manual pages, accessed through the + &man.man.1; command or through the hypertext manual + pages gateway on the &os; Web site. In general, the + manual pages provide information on the different commands and + APIs available to the &os; 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 &os; security), and + &man.style.9; (a style guide to kernel coding). + + + + Books and Articles + + Two highly-useful collections of &os;-related information, + maintained by the &os; Project, + are the &os; Handbook and &os; FAQ (Frequently Asked + Questions document). On-line versions of the Handbook + and FAQ + are always available from the &os; 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 &os;. + + A number of on-line books and articles, also maintained by + the &os; Project, cover more-specialized, &os;-related topics. + This material spans a wide range of topics, from effective use + of the mailing lists, to dual-booting &os; with other + operating systems, to guidelines for new committers. Like the + Handbook and FAQ, these documents are available from the &os; + Documentation Page or in the doc + distribution set. + + A listing of other books and documents about &os; can be + found in the bibliography + of the &os; Handbook. Because of &os;'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. + + + + + Acknowledgments + + &os; 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.type;. For a + complete list of &os; developers and contributors, please see + Contributors + to &os; on the &os; Web site or any of its + mirrors. + + Special thanks also go to the many thousands of &os; users + and testers all over the world, without whom this &release.type; + simply would not have been possible. + +
Copied: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/relnotes.xml (from r43909, projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/relnotes/relnotes.xml) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/relnotes.xml Thu Feb 13 22:53:26 2014 (r43910, copy of r43909, projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/relnotes/relnotes.xml) @@ -0,0 +1,305 @@ + + +%release; +]> +
+ &os; &release.current; Release Notes + + The &os; Project + + $FreeBSD$ + + + 2014 + The &os; Documentation + Project + + + + &tm-attrib.freebsd; + &tm-attrib.ibm; + &tm-attrib.ieee; + &tm-attrib.intel; + &tm-attrib.sparc; + &tm-attrib.general; + + + + The release notes for &os; &release.current; contain + a summary of the changes made to the &os; base system on the + &release.branch; development line. This document lists + applicable security advisories that were issued since the last + release, as well as significant changes to the &os; kernel and + userland. Some brief remarks on upgrading are also + presented. + + + + + Introduction + + This document contains the release notes for &os; + &release.current;. It describes recently added, changed, or + deleted features of &os;. It also provides some notes on + upgrading from previous versions of &os;. + + The &release.type; distribution to which + these release notes apply represents the latest point along the + &release.branch; development branch since &release.branch; was + created. Information regarding pre-built, binary &release.type; + distributions along this branch can be found at &release.url;. + + The &release.type; distribution to + which these release notes apply represents a point along the + &release.branch; development branch between &release.prev; and the + future &release.next;. Information regarding pre-built, binary + &release.type; distributions along this branch can be found at + &release.url;. + + This distribution of &os; + &release.current; is a &release.type; distribution. It can be + found at &release.url; or + any of its mirrors. More information on obtaining this (or other) + &release.type; distributions of &os; can be found in the Obtaining + &os; appendix to the &os; Handbook. + + All users are encouraged to consult the release errata before + installing &os;. 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 &os; + &release.current; can be found on the &os; Web site. + + + + What's New + + This section describes the most user-visible new or changed + features in &os; since &release.prev;. In general, changes + described here are unique to the &release.branch; branch unless + specifically marked as &merged; features. + + Typical release note items document recent security advisories + issued after &release.prev;, 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 &os; between releases; this + document focuses primarily on security advisories, user-visible + changes, and major architectural improvements. + + + Security Advisories + + No advisories. + + + + + Kernel Changes + + Support for GPS ports has been added to + &man.uhso.4;. + + The VT kernel + configuration file has been added, which enables the new + vt console driver. + + + Virtualization support + + The &man.virtio_random.4; driver has + been added to harvest entropy from the host system. + + Unmapped IO support has been added to + &man.virtio_scsi.4;. + + Unmapped IO support has been added to + &man.virtio_blk.4;. + + Support for Posted Interrupt + Processing is enabled if supported by the CPU. This + feature can be disabled by running sysctl + hw.vmm.vmx.use_apic_pir=0. Additionally, to + persist this setting across reboots, add + hw.vmm.vmx.use_apic_pir=0 to + /etc/sysctl.conf. + + Support for the Virtual Interrupt + Delivery feature of &intel; VT-x is enabled if + supported by the CPU. This feature can be disabled by running + sysctl hw.vmm.vmx.use_apic_vid=0. + Additionally, to persist this setting across reboots, add + hw.vmm.vmx.use_apic_vid=0 to + /etc/sysctl.conf. + + + + ARM support + + The &man.nand.4; device is enabled for + ARM devices by default. + + + + Boot Loader Changes + +   + + + + Hardware Support + + + Multimedia Support + +   + + + + Network Interface Support + + Firmware for &intel; + Centrino™ Wireless-N 105 devices has been added + to the base system. + + Support for the &intel; + Centrino™ Wireless-N 135 chipset has been + added. + + Support for Broadcom chipsets + BCM57764, BCM57767, BCM57782, BCM57786 and BCM57787 has + been added to &man.bge.4;. + + + + + Network Protocols + +   + + + + Disks and Storage + +   + + + + File Systems + +   + + + ZFS + +   + + + + + + Userland Changes + + Support for displaying VPD for PCI devices + via &man.pciconf.8; has been added. + *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-doc-projects@FreeBSD.ORG Thu Feb 13 22:58:18 2014 Return-Path: Delivered-To: svn-doc-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94E597A; Thu, 13 Feb 2014 22:58:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E90A1D70; Thu, 13 Feb 2014 22:58:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1DMwIxH002798; Thu, 13 Feb 2014 22:58:18 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1DMwIlQ002797; Thu, 13 Feb 2014 22:58:18 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201402132258.s1DMwIlQ002797@svn.freebsd.org> From: Glen Barber Date: Thu, 13 Feb 2014 22:58:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r43911 - projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT X-SVN-Group: doc-projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-projects@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for doc projects trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2014 22:58:18 -0000 Author: gjb Date: Thu Feb 13 22:58:18 2014 New Revision: 43911 URL: http://svnweb.freebsd.org/changeset/doc/43911 Log: Comment hardware subdir, since install is broken. Sponsored by: The FreeBSD Foundation Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile ============================================================================== --- projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile Thu Feb 13 22:53:26 2014 (r43910) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile Thu Feb 13 22:58:18 2014 (r43911) @@ -11,7 +11,7 @@ DOCS?= errata.xml \ readme.xml \ relnotes.xml -SUBDIR= hardware +#SUBDIR= hardware .include "${RELN_ROOT}/share/mk/doc.relnotes.mk" .include "${DOC_PREFIX}/share/mk/web.site.mk" From owner-svn-doc-projects@FreeBSD.ORG Thu Feb 13 23:21:19 2014 Return-Path: Delivered-To: svn-doc-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3489D927; Thu, 13 Feb 2014 23:21:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 116EE10BA; Thu, 13 Feb 2014 23:21:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1DNLIk7014083; Thu, 13 Feb 2014 23:21:18 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1DNLI67014078; Thu, 13 Feb 2014 23:21:18 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201402132321.s1DNLI67014078@svn.freebsd.org> From: Glen Barber Date: Thu, 13 Feb 2014 23:21:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r43913 - in projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases: . CURRENT CURRENT/errata CURRENT/hardware CURRENT/readme CURRENT/relnotes X-SVN-Group: doc-projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-projects@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for doc projects trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2014 23:21:19 -0000 Author: gjb Date: Thu Feb 13 23:21:17 2014 New Revision: 43913 URL: http://svnweb.freebsd.org/changeset/doc/43913 Log: Sigh. Revert r43911,r43910 Sponsored by: The FreeBSD Foundation Added: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata/ - copied from r43909, projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata/ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/readme/ - copied from r43909, projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/readme/ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/relnotes/ - copied from r43909, projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/relnotes/ Deleted: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/docbook.css projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/readme.xml projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/relnotes.xml Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile.inc projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/Makefile.inc Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile ============================================================================== --- projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile Thu Feb 13 23:01:32 2014 (r43912) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile Thu Feb 13 23:21:17 2014 (r43913) @@ -3,15 +3,18 @@ DOC_PREFIX?= ${.CURDIR}/../../../.. RELN_ROOT?= ${.CURDIR}/../../relnotes +.if exists(${RELN_ROOT}/Makefile.inc) +.include "${RELN_ROOT}/Makefile.inc" +.endif .if exists(${.CURDIR}/Makefile.inc) .include "${.CURDIR}/Makefile.inc" .endif -DOCS?= errata.xml \ - readme.xml \ - relnotes.xml +MAN4DIR?= ${DOC_PREFIX}/../src/share/man/man4 -#SUBDIR= hardware +SUBDIR= errata \ + hardware \ + readme \ + relnotes -.include "${RELN_ROOT}/share/mk/doc.relnotes.mk" -.include "${DOC_PREFIX}/share/mk/web.site.mk" +.include "${DOC_PREFIX}/share/mk/doc.subdir.mk" Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile.inc ============================================================================== --- projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile.inc Thu Feb 13 23:01:32 2014 (r43912) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile.inc Thu Feb 13 23:21:17 2014 (r43913) @@ -1,10 +1,3 @@ # $FreeBSD$ -.if exists(../Makefile.inc) -.include "../Makefile.inc" -.endif - BRANCH?= CURRENT -WEBBASE?= /data/releases -DOC_PREFIX?= ${.CURDIR}/../../../.. -RELN_ROOT?= ${.CURDIR}/../../relnotes Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware/Makefile ============================================================================== --- projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware/Makefile Thu Feb 13 23:01:32 2014 (r43912) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware/Makefile Thu Feb 13 23:21:17 2014 (r43913) @@ -5,14 +5,14 @@ RELN_ROOT?= ${.CURDIR}/../../../relnotes DOC= hardware -.if exists(${.CURDIR}/../../../Makefile.inc) -.include "${.CURDIR}/../../../Makefile.inc" +.if exists(${RELN_ROOT}/Makefile.inc) +.include "${RELN_ROOT}/Makefile.inc" .endif .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" .endif -#DESTDIR?= ${DOCDIR}/relnotes/${BRANCH}/${DOC} +DESTDIR?= ${DOCDIR}/relnotes/${BRANCH}/${DOC} FORMATS?= html INSTALL_COMPRESSED?=gz Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/Makefile ============================================================================== --- projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/Makefile Thu Feb 13 23:01:32 2014 (r43912) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/Makefile Thu Feb 13 23:21:17 2014 (r43913) @@ -19,7 +19,6 @@ SUBDIR+= 7.0R 7.1R 7.2R 7.3R 7.4R SUBDIR+= 8.0R 8.1R 8.2R 8.3R 8.4R SUBDIR+= 9.0R 9.1R 9.2R SUBDIR+= 10.0R -SUBDIR+= CURRENT .if defined(NEW_BUILD) SUBDIR= Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/Makefile.inc ============================================================================== --- projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/Makefile.inc Thu Feb 13 23:01:32 2014 (r43912) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/Makefile.inc Thu Feb 13 23:21:17 2014 (r43913) @@ -2,4 +2,3 @@ WEBBASE?= /data/releases DOC_PREFIX?= ${.CURDIR}/../../../.. -RELN_ROOT?= ${.CURDIR}/../relnotes From owner-svn-doc-projects@FreeBSD.ORG Fri Feb 14 02:33:58 2014 Return-Path: Delivered-To: svn-doc-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADBCB983; Fri, 14 Feb 2014 02:33:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95C1D1FE0; Fri, 14 Feb 2014 02:33:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1E2Xwhn088935; Fri, 14 Feb 2014 02:33:58 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1E2XvRW088923; Fri, 14 Feb 2014 02:33:57 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201402140233.s1E2XvRW088923@svn.freebsd.org> From: Glen Barber Date: Fri, 14 Feb 2014 02:33:57 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r43919 - in projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT: . errata hardware readme relnotes X-SVN-Group: doc-projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-projects@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for doc projects trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2014 02:33:58 -0000 Author: gjb Date: Fri Feb 14 02:33:56 2014 New Revision: 43919 URL: http://svnweb.freebsd.org/changeset/doc/43919 Log: Implement a horrible hack to allow build/install to work properly. The way it works is if ${.TARGET} is not 'install', a build is implied, which uses the specified SUBDIR to build the ${SUBDIR}/article.xml files into ${SUBDIR}/article.html. These then need to be copied to ${SUBDIR}/../${XXX}.html, which will then be added (if new), and committed. It's ugly. Sponsored by: The FreeBSD Foundation Added: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/docbook.css projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata.html (contents, props changed) projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata/article.xml (contents, props changed) projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware.html (contents, props changed) projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware/article.xml (contents, props changed) projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/readme.html (contents, props changed) projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/readme/article.xml (contents, props changed) projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/relnotes.html (contents, props changed) projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/relnotes/article.xml (contents, props changed) Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/readme/Makefile projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/relnotes/Makefile Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile ============================================================================== --- projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile Fri Feb 14 02:26:26 2014 (r43918) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/Makefile Fri Feb 14 02:33:56 2014 (r43919) @@ -10,11 +10,27 @@ RELN_ROOT?= ${.CURDIR}/../../relnotes .include "${.CURDIR}/Makefile.inc" .endif -MAN4DIR?= ${DOC_PREFIX}/../src/share/man/man4 - -SUBDIR= errata \ +XXX= errata \ hardware \ readme \ relnotes -.include "${DOC_PREFIX}/share/mk/doc.subdir.mk" +.if ${.TARGET:M*install} != "" +DATA= docbook.css +. for _D in ${XXX} +. if exists(${.CURDIR}/${_D}.html) +DATA+= ${_D}.html +. endif +. endfor +. include "${DOC_PREFIX}/share/mk/web.site.mk" + +.else +SUBDIR= ${XXX} +. include "${DOC_PREFIX}/share/mk/doc.subdir.mk" +.endif + +COMPAT_SYMLINK= en +LANGCODE= en_US.ISO8859-1 +_LANGCODE= en_US.ISO8859-1 + +. include "${RELN_ROOT}/share/mk/doc.relnotes.mk" Added: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/docbook.css ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/docbook.css Fri Feb 14 02:33:56 2014 (r43919) @@ -0,0 +1,381 @@ +/* + * 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$ + */ + +/* + * General DocBook styles from the DocBook XSL distribution + */ + +.formalpara-title { + font-weight: bold; +} + +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; + font-family: sans-serif; +} + +.legalnotice { + font-size: small; + font-variant: small-caps; +} + +body div { + margin: 0; +} + +dl { + margin: .8em 0; + line-height: 1.2; +} + +dt { + font-weight: bold; + margin-top: 1em; +} + +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; + line-height: 1.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: 6px; + line-height: 1.1; +} + +pre.programlisting { + white-space: pre; + overflow: auto; + font-family: monospace; + padding: 1ex; + background-color: #eee; + border: 1px solid #ccc; + border-radius: 6px; + line-height: 1.1; +} + +@media screen { /* hide from IE3 */ + a[href]:hover { background: #ffa } +} + +.informaltable, .table th { + padding-left: 02.em; + text-align: left; +} + +.note, .tip, .important, .warning, .caution, .example, div.procedure { + border-radius: 6px; + 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; +} + +.application { + font-weight: bold; +} + +.userinput, +.userinput code { + font-weight: bold; +} + +pre.screen strong { + font-weight: normal; +} + +.procedure ol { + line-height: 1.2; + margin: 0 0 0 -1em; +} Added: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata.html ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata.html Fri Feb 14 02:33:56 2014 (r43919) @@ -0,0 +1,40 @@ + +FreeBSD 11.0-CURRENT Errata

FreeBSD 11.0-CURRENT 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 by .
Abstract

This document lists errata items for FreeBSD 11.0-CURRENT, + 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 11.0-CURRENT + will be maintained until the release of FreeBSD 11.0-RELEASE.


1. Introduction

This errata document contains late-breaking news + about FreeBSD 11.0-CURRENT + 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 11-CURRENT 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

No advisory.

3. Open Issues

No open issues.

4. Late-Breaking News

No news.

\ No newline at end of file Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata/Makefile ============================================================================== --- projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata/Makefile Fri Feb 14 02:26:26 2014 (r43918) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata/Makefile Fri Feb 14 02:33:56 2014 (r43919) @@ -3,8 +3,6 @@ DOC_PREFIX?= ${.CURDIR}/../../../../.. RELN_ROOT?= ${.CURDIR}/../../../relnotes -DOC= errata - .if exists(${RELN_ROOT}/Makefile.inc) .include "${RELN_ROOT}/Makefile.inc" .endif @@ -12,14 +10,15 @@ DOC= errata .include "${.CURDIR}/../Makefile.inc" .endif -DESTDIR?= ${DOCDIR}/relnotes/${BRANCH}/${DOC} - FORMATS?= html INSTALL_COMPRESSED?=gz INSTALL_ONLY_COMPRESSED?= -# XML content +DOC= article +#DOCNAME= errata SRCS+= ${DOC}.xml +#SYMLINKS= ${DOCNAME}.html ${DOC}.html +.include .include "${RELN_ROOT}/share/mk/doc.relnotes.mk" .include "${DOC_PREFIX}/share/mk/doc.project.mk" Added: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata/article.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/errata/article.xml Fri Feb 14 02:33:56 2014 (r43919) @@ -0,0 +1,93 @@ + + +%release; +]> + +
+ + &os; &release; Errata + + The &os; Project + + $FreeBSD$ + + + 2014 + + The &os; Documentation Project + + + + &tm-attrib.freebsd; + &tm-attrib.intel; + &tm-attrib.sparc; + &tm-attrib.general; + + + + This document lists errata items for &os; &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 + &os;. + + This errata document for &os; &release; + will be maintained until the release of &os; &release.next;. + + + + + Introduction + + This errata document contains late-breaking news + about &os; &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 + , + plus any sites + which keep up-to-date mirrors of this location. + + Source and binary snapshots of &os; &release.branch; also + contain up-to-date copies of this document (as of the time of + the snapshot). + + For a list of all &os; CERT security advisories, see + + or . + + + + Security Advisories + + No advisory. + + + + Open Issues + + No open issues. + + + + Late-Breaking News + + No news. + +
Added: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware.html ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware.html Fri Feb 14 02:33:56 2014 (r43919) @@ -0,0 +1,330 @@ + +FreeBSD 11.0-CURRENT Hardware Notes

FreeBSD 11.0-CURRENT 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 by .

1. Introduction

This document contains the hardware compatibility notes for + FreeBSD 11.0-CURRENT. 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 SMT (Symmetric MultiThreading, + also known as HyperThreading on Intel® CPUs) on the supported + CPUs. The GENERIC kernel which is + installed by default will automatically detect the additional + logical processors. The default FreeBSD scheduler recognizes + processor topology on the system and selects logical and + physical processors to obtain optimal performance. + 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

All Apple PowerPC machines with built-in USB are supported, + as well a limited selection of non-Apple machines, + including KVM on POWER7

SMP is supported on all systems with more than + 1 processor.

2.6. sparc64

This section describes the systems currently known to be + supported by FreeBSD on the Fujitsu SPARC64® and Sun UltraSPARC® + platforms.

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 11.0-CURRENT. 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< /p>

  • 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 U ltra™ 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)

  • < li class="listitem">

    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 ICP! 9085LI SA! S 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 A BP940UA/3940UA

  • !

    AdvanS! ys 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 ABP95 0UW

  • 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

[i38 6] 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

  • Ada! ptec 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

  • Adap tec 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)

Controllers supported by the amr(4) driver include:

  • MegaRAID SATA 150-4

  • MegaRAID SATA 150-6< /p>

  • MegaRAID SAT! A 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 Enterpr ise 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-113 0ML

  • 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-13 81

  • ARC-1680

  • ARC-1681

  • ARC-1880

  • ARC-1882

  • ARC-1883

[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 Sma rtRAID 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, CR! 21;, 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:

[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 Rocket RAID 4311

  • Hi! ghPoint 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 9240

  • LSI MegaRAID SAS 9260

  • Dell PERC5

  • Dell PERC6

  • IBM ServeRAID M1015 SAS/SATA

  • IBM ServeRAID M1115 SAS/SATA

  • IBM ServeRAID M5015 SAS/SATA

  • IBM ServeRAID M5110 SAS/SATA

  • IBM ServeRAID-MR10i

  • Intel RAID Controller SRCSAS18E

  • 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 ca n 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 firm ware 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

  • < li class="listitem">

    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 Supertra! k 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

  • 53C! 876

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

[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 UFE100 0, 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 follo wing:

  • 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 Giga! bit Serve! r 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 in tegrated 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)

[i386,amd64] The bxe(4) driver provides support for various NICs based on the Broadcom NetXtreme II family of 10Gb Ethernet controller chips, including the following:

  • Broadcom NetXtreme II BCM57710 10Gb

  • Broadcom NetXtreme II BCM57711 10Gb

  • Broadcom NetXtreme II BCM57711E 10Gb

  • Broadcom NetXtreme II BCM57712 10Gb

  • Broadcom NetXtreme II BCM57712-MF 10Gb

  • Broadcom NetXtreme II BCM57800 10Gb

  • Broadcom NetXtreme II BCM57800-MF 10Gb

  • Broadcom NetXtreme II BCM57810 10Gb

  • Broadcom NetXtreme II BCM57810-MF 10Gb

  • Broadcom NetXtreme II BCM57840 10Gb / 20Gb

  • Broadcom NetXtreme II BCM57840-MF 10Gb

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 GigaS! wift 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

[amd6 4, 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 a nd 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 DM9! 102A

  • 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 D! M9102)

  • 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

  • S! MC 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 (8002, 8002T, 8010 and 8610)

  • Bay Networks NETGEAR FA410TXC Fast Ethernet

  • Belkin F5D5020 PC Card Fast Ethernet

  • Billionton LM5LT-10B Ethernet/Modem PC Card

  • Billionton LNT-10TB, LNT-10TN Ethernet PC Card

  • Bromax iPort 10/100 Ethernet PC Card

  • Bromax iPort 10 Ethernet PC Card

  • Buffalo LPC2-CLT, LPC3-CLT, LPC3-CLX, LPC4-TX, LPC-CTX PC Card

  • Buffalo LPC-CF-CLT CF 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)

  • Cont ec C-NET(98)E-A, C-NET(98)L-A, C-NET(98)P (f! lags 0x30! 0000) (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

  • < li class="listitem">

    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/Ser! ial, 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) (825! 45)

  • 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 Des ktop 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, R EX-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 w! ork 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 fo llowing 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 Et hernet

  • 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 Ethern et

  • Marvell Y! ukon 88E8! 052 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 MTD80 3 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

  • NV IDIA 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) dri! ver suppo! rts 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

[amd6 4] 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+)

  • Co mpaq 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 EE! 100-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 E thernet 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 100bas! eFX adapt! er

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 si! ngle 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 po rt, 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! Netgloba! l 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 t! he Nation! al 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:

    < li class="listitem">

    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 h as 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 EtherLi nk 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

    < /li>
  • Buffalo WLI-CB-G54S

  • Buffalo WLI-PCI-G54S

  • Compaq R4035 onboard

  • Dell Wireless 1390

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

The bwn(4) driver supports Broadcom BCM43xx based wireless devices, including:

  • Apple Airport Extreme

  • ASUS WL-138g

  • Buffalo WLI-CB-G54S

  • Dell Wireless 1390

  • Dell Wireless 1470

  • Dell Truemobile 1400

  • HP Compaq 6715b

  • HP nx6125

  • Linksys WPC54G Ver 3

  • Linksys WPC54GS Ver 2

  • US Robotics 5411

Users of older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2) must use bwi(4) because the v4 version of the firmware does not support these chips. The newer firmware is too big to fit into these old 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

  • < p>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 WUSB54 GC 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 U! SB 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 Wireles s G54 USB

  • Si! tecom 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

    < /li>
  • Cronyx Sigma-800! , Sigma-8! 01, 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 sup ported 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 (19 2kHz/24 bit part of this chipset is not supp! orted).

  • 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 s ound 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), compat ible 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,am d64] 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 W inCast/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)

  • O ki 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

  • HA L 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 2 2P5296)

  • 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

  • Pana sonic ("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 T ungsten 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

  • Te xas 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 ub sec(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)

\ No newline at end of file Modified: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware/Makefile ============================================================================== --- projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware/Makefile Fri Feb 14 02:26:26 2014 (r43918) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware/Makefile Fri Feb 14 02:33:56 2014 (r43919) @@ -3,8 +3,6 @@ DOC_PREFIX?= ${.CURDIR}/../../../../.. RELN_ROOT?= ${.CURDIR}/../../../relnotes -DOC= hardware - .if exists(${RELN_ROOT}/Makefile.inc) .include "${RELN_ROOT}/Makefile.inc" .endif @@ -12,16 +10,14 @@ DOC= hardware .include "${.CURDIR}/../Makefile.inc" .endif -DESTDIR?= ${DOCDIR}/relnotes/${BRANCH}/${DOC} - FORMATS?= html INSTALL_COMPRESSED?=gz INSTALL_ONLY_COMPRESSED?= JADEFLAGS+= -V %generate-article-toc% -# SGML content -SRCS+= ${DOC}.xml +DOC= article +SRCS+= article.xml SRCS+= ${DEV-AUTODIR}/catalog-auto SRCS+= ${DEV-AUTODIR}/dev-auto.ent Added: projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware/article.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/relnotes-restructure/en_US.ISO8859-1/htdocs/releases/CURRENT/hardware/article.xml Fri Feb 14 02:33:56 2014 (r43919) @@ -0,0 +1,1647 @@ + + +%release; + +%devauto; +]> +
+ &os; &release.current; Hardware Notes + + + The &os; Documentation Project + + $FreeBSD$ + + + 2000 + 2001 + 2002 + 2003 + 2004 + 2005 + 2006 + 2007 + 2008 + 2009 + 2010 + 2011 + 2012 + 2013 + The &os; Documentation Project + + + + &tm-attrib.freebsd; + &tm-attrib.amd; + &tm-attrib.fujitsu; + &tm-attrib.ibm; + &tm-attrib.intel; + &tm-attrib.sparc; + &tm-attrib.sun; + &tm-attrib.general; + *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***