> For the complete documentation index, see [llms.txt](https://book.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.bsdcn.org/release/freebsd-13.2-release/13.2-hardware.md).

# FreeBSD 13.2-RELEASE 硬件兼容列表

## 引言

本文档包含 FreeBSD 13.2 的硬件兼容性说明。其中列出了 FreeBSD 支持的硬件平台，以及各类硬件设备（存储控制器、网络接口等），并给出已知可正常工作的设备实例。

## 支持的处理器和系统板

本节提供各架构所支持的具体处理器和系统的相关信息。

### amd64

自 2003 年中以来，FreeBSD/amd64 支持 AMD64（“Hammer”）和 Intel EM64T 架构，目前是 Tier-1 平台（受完全支持的架构）之一，应在 FreeBSD 操作系统的各个方面（包括安装和开发环境）均达到生产质量。

注意，此架构有两个名称：AMD64（AMD）和 Intel EM64T（Extended Memory 64-bit Technology，扩展内存 64 位技术）。这两种架构的 64 位模式几乎相互兼容，FreeBSD/amd64 同时支持两者。

截至本文撰写时，支持以下处理器：

* AMD Epyc
* AMD Ryzen
* AMD Athlon(TM)64（“Clawhammer”）
* AMD Opteron(TM)（“Sledgehammer”）
* AMD Sempron(TM)
* AMD Turion(TM)
* AMD Phenom(TM)
* 除 Sossaman 外的所有多核 Intel Xeon(TM) 处理器均支持 EM64T
* 单核 Intel Xeon(TM) 处理器“Nocona”、“Irwindale”、“Potomac”和“Cranford”支持 EM64T
* 所有 Intel Core(TM) 2（非 Core(TM) Duo）及后续处理器
* 所有 Intel Core(TM) i 系列处理器
* 所有 Intel Pentium D 处理器
* 所有 Intel Centrino Duo 和 Centrino Pro 平台
* 采用“Cedar Mill”核心的 Intel Pentium 4 和 Celeron D 支持 EM64T
* 部分采用“Prescott”核心的 Intel Pentium 4 和 Celeron D 支持 EM64T。关于 Intel 处理器是否支持 EM64T 的权威答案，请参阅 [Intel Processor Spec Finder](http://processorfinder.intel.com)

Intel EM64T 是 IA-32（x86）的扩展版本，与 Intel IA-64（Itanium）架构不同。Intel 的部分旧文档将 Intel EM64T 称为“64-bit extension technology”或“IA-32e”。

支持单处理器（UP）和对称多处理器（SMP）配置。

在所支持的驱动方面，FreeBSD/amd64 与 FreeBSD/i386 在许多方面相似。通常，已在其他 64 位平台上正常工作的驱动应该都能使用。

### i386

FreeBSD/i386 可在多种“IBM PC 兼容”机器上运行。由于此架构可用硬件范围广泛，无法穷尽列出 FreeBSD 支持的所有设备组合。但此处仍提供一些通用指引。

几乎所有带浮点单元的 i386(TM) 兼容处理器均受支持。所有自 80486 起的 Intel 处理器均受支持，包括 80486、Pentium、Pentium Pro、Pentium II、Pentium III、Pentium 4 及其变体，如 Xeon(TM) 和 Celeron 处理器。所有 i386(TM) 兼容的 AMD 处理器也受支持，包括 Am486、Am5x86、K5、AMD-K6（及其变体）、AMD Athlon(TM)（包括 Athlon-MP、Athlon-XP、Athlon-4 和 Athlon Thunderbird）以及 AMD Duron(TM) 处理器。支持 AMD Élan SC520 嵌入式处理器。支持 Transmeta Crusoe，也支持 Cyrix 和 NexGen 的 i386(TM) 兼容处理器。

此架构有大量可选主板。使用 ISA、VLB、EISA、AGP 和 PCI 扩展总线的主板均得到良好支持。对 IBM PS/2 系列 PC 中使用的 MCA（“MicroChannel”）扩展总线仅有有限支持。

FreeBSD 通常支持对称多处理器（SMP）系统，但在某些情况下，BIOS 或主板的缺陷可能引发问题。查阅 <freebsd-smp@FreeBSD.org> 的归档可能获得一些线索。

FreeBSD 会在支持的 CPU 上利用 SMT（Symmetric MultiThreading，对称多线程，在 Intel CPU 上又称 HyperThreading）。默认安装的 `GENERIC` 内核会自动检测额外的逻辑处理器。FreeBSD 默认调度器可识别系统上的处理器拓扑，选择逻辑和物理处理器以获得最佳性能。详情请参阅 [smp(4)](https://man.freebsd.org/cgi/man.cgi?query=smp\&sektion=4\&format=html) 手册页。

FreeBSD 会在支持此特性的 CPU 上利用物理地址扩展（PAE）支持。启用 `PAE` 特性的内核会检测 4 GB 以上的内存并允许系统使用。此特性对可用的设备驱动和 FreeBSD 其他特性构成限制；详情请参阅 [pae(4)](https://man.freebsd.org/cgi/man.cgi?query=pae\&sektion=4\&format=html) 手册页。

FreeBSD 通常可在基于 i386 的笔记本电脑上运行，但对某些硬件特性（如声音、图形、电源管理和 PCCARD 扩展槽）的支持程度各异。这些特性因机器而异，往往需要在 FreeBSD 中提供特殊处理以绕过硬件缺陷或其他异常。

大多数现代笔记本电脑（以及许多台式机）使用高级配置与电源管理（ACPI）标准。FreeBSD 通过 Intel 的 ACPI Component Architecture 参考实现支持 ACPI，如 [acpi(4)](https://man.freebsd.org/cgi/man.cgi?query=acpi\&sektion=4\&format=html) 手册页所述。在某些机器上使用 ACPI 会引发不稳定，可能需要禁用 ACPI 驱动，该驱动通常通过内核模块加载。可通过在 **/boot/device.hints** 中添加以下行实现：

```sh
hint.acpi.0.disabled="1"
```

调试 ACPI 相关问题的用户可能会发现禁用部分 ACPI 功能会有帮助。[acpi(4)](https://man.freebsd.org/cgi/man.cgi?query=acpi\&sektion=4\&format=html) 手册页提供了通过加载器可调参数进行此操作的更多信息。

ACPI 依赖每台机器 BIOS 提供的差异化系统描述表（DSDT）。某些机器的 DSDT 存在缺陷或不完整，导致 ACPI 无法正常工作。某些机器的替换 DSDT 可在 <http://acpi.sourceforge.net/[ACPI4Linux]> 项目的 <http://acpi.sourceforge.net/dsdt/index.php[DSDT]> 部分找到。FreeBSD 可使用这些 DSDT 覆盖 BIOS 提供的 DSDT；详情请参阅 [acpi(4)](https://man.freebsd.org/cgi/man.cgi?query=acpi\&sektion=4\&format=html) 手册页。

### powerpc

所有内置 USB 的 Apple PowerPC 机器均受支持，以及少量非 Apple 机器，包括 POWER7 上的 KVM。在所有拥有 1 个以上处理器的系统上支持 SMP。

## 支持的设备

本节介绍当前已知受 FreeBSD 支持的设备。其他配置也可能可用，但尚未经过测试。欢迎对本列表提出反馈、更新和修正。

在可能的情况下，列出适用于每个设备或每类设备的驱动。如果相关驱动在 FreeBSD 基本系统中拥有手册页（多数驱动都有），则在此处给出引用。关于用法、配置以及所支持的设备、控制器等的具体型号等信息，可在手册页中查阅。

> **注意**：
>
> 本文档中的设备列表由 FreeBSD 手册页自动生成。 这意味着部分由多个驱动支持的设备可能会出现多次。

### 磁盘控制器

\[amd64、i386] IDE/ATA 控制器（[ata(4)](https://man.freebsd.org/cgi/man.cgi?query=ata\&sektion=4\&format=html) 驱动）

[aac(4)](https://man.freebsd.org/cgi/man.cgi?query=aac\&sektion=4\&format=html) 驱动支持以下控制器：

* Adaptec AAC-364
* Adaptec RAID 2045
* Adaptec RAID 2405
* Adaptec RAID 2445
* Adaptec RAID 2805
* Adaptec RAID 3085
* Adaptec RAID 31205
* Adaptec RAID 31605
* Adaptec RAID 5085
* Adaptec RAID 51205
* Adaptec RAID 51245
* Adaptec RAID 51605
* Adaptec RAID 51645
* Adaptec RAID 52445
* Adaptec RAID 5405
* Adaptec RAID 5445
* Adaptec RAID 5805
* Adaptec SAS RAID 3405
* Adaptec SAS RAID 3805
* Adaptec SAS RAID 4000SAS
* Adaptec SAS RAID 4005SAS
* Adaptec SAS RAID 4800SAS
* Adaptec SAS RAID 4805SAS
* Adaptec SATA RAID 2020SA ZCR
* Adaptec SATA RAID 2025SA ZCR
* Adaptec SATA RAID 2026ZCR
* Adaptec SATA RAID 2410SA
* Adaptec SATA RAID 2420SA
* Adaptec SATA RAID 2610SA
* Adaptec SATA RAID 2620SA
* Adaptec SATA RAID 2810SA
* Adaptec SATA RAID 2820SA
* Adaptec SATA RAID 21610SA
* Adaptec SCSI RAID 2020ZCR
* Adaptec SCSI RAID 2025ZCR
* Adaptec SCSI RAID 2120S
* Adaptec SCSI RAID 2130S
* Adaptec SCSI RAID 2130SLP
* Adaptec SCSI RAID 2230SLP
* Adaptec SCSI RAID 2200S
* Adaptec SCSI RAID 2240S
* Adaptec SCSI RAID 3230S
* Adaptec SCSI RAID 3240S
* Adaptec SCSI RAID 5400S
* Dell CERC SATA RAID 2
* Dell PERC 2/Si
* Dell PERC 2/QC
* Dell PERC 3/Si
* Dell PERC 3/Di
* Dell PERC 320/DC
* HP ML110 G2 (Adaptec SATA RAID 2610SA)
* HP NetRAID 4M
* IBM ServeRAID 8i
* IBM ServeRAID 8k
* IBM ServeRAID 8s
* ICP RAID ICP5045BL
* ICP RAID ICP5085BL
* ICP RAID ICP5085SL
* ICP RAID ICP5125BR
* ICP RAID ICP5125SL
* ICP RAID ICP5165BR
* ICP RAID ICP5165SL
* ICP RAID ICP5445SL
* ICP RAID ICP5805BL
* ICP RAID ICP5805SL
* ICP ICP5085BR SAS RAID
* ICP ICP9085LI SAS RAID
* ICP ICP9047MA SATA RAID
* ICP ICP9067MA SATA RAID
* ICP ICP9087MA SATA RAID
* ICP ICP9014RO SCSI RAID
* ICP ICP9024RO SCSI RAID
* Legend S220
* Legend S230
* Sun STK RAID REM
* Sun STK RAID EM
* SG-XPCIESAS-R-IN
* SG-XPCIESAS-R-EX
* AOC-USAS-S4i
* AOC-USAS-S8i
* AOC-USAS-S4iR
* AOC-USAS-S8iR
* AOC-USAS-S8i-LP
* AOC-USAS-S8iR-LP

[ahc(4)](https://man.freebsd.org/cgi/man.cgi?query=ahc\&sektion=4\&format=html) 驱动支持以下 `SCSI` 主机适配器芯片和 `SCSI` 控制器卡：

* Adaptec `AIC7770` 主机适配器芯片
* Adaptec `AIC7850` 主机适配器芯片
* Adaptec `AIC7860` 主机适配器芯片
* Adaptec `AIC7870` 主机适配器芯片
* Adaptec `AIC7880` 主机适配器芯片
* Adaptec `AIC7890` 主机适配器芯片
* Adaptec `AIC7891` 主机适配器芯片
* Adaptec `AIC7892` 主机适配器芯片
* Adaptec `AIC7895` 主机适配器芯片
* Adaptec `AIC7896` 主机适配器芯片
* Adaptec `AIC7897` 主机适配器芯片
* Adaptec `AIC7899` 主机适配器芯片
* Adaptec `274X(W)`
* Adaptec `274X(T)`
* Adaptec `2910`
* Adaptec `2915`
* Adaptec `2920C`
* Adaptec `2930C`
* Adaptec `2930U2`
* Adaptec `2940`
* Adaptec `2940J`
* Adaptec `2940N`
* Adaptec `2940U`
* Adaptec `2940AU`
* Adaptec `2940UW`
* Adaptec `2940UW Dual`
* Adaptec `2940UW Pro`
* Adaptec `2940U2W`
* Adaptec `2940U2B`
* Adaptec `2950U2W`
* Adaptec `2950U2B`
* Adaptec `19160B`
* Adaptec `29160B`
* Adaptec `29160N`
* Adaptec `3940`
* Adaptec `3940U`
* Adaptec `3940AU`
* Adaptec `3940UW`
* Adaptec `3940AUW`
* Adaptec `3940U2W`
* Adaptec `3950U2`
* Adaptec `3960`
* Adaptec `39160`
* Adaptec `3985`
* Adaptec `4944UW`
* 许多内置 `SCSI` 支持的主板

[ahci(4)](https://man.freebsd.org/cgi/man.cgi?query=ahci\&sektion=4\&format=html) 驱动支持具有 PCI 类 1（海量存储）、子类 6（SATA）和编程接口 1（AHCI）的 AHCI 兼容控制器。

此外，与 ata(4) 的 atamarvell 和 atajmicron 驱动配合，它还支持传统 PATA + AHCI-SATA 组合控制器中的 AHCI 部分，例如 JMicron JMB36x 和 Marvell 88SE61xx。

[ahci(4)](https://man.freebsd.org/cgi/man.cgi?query=ahci\&sektion=4\&format=html) 驱动还支持使用 Intel 快速存储技术（RST）作为 nvme(4) 的 PCI 桥的 AHCI 设备。要使用 nvme(4) 设备，必须将 BIOS 中的 SATA 模式设置为 AHCI（从 RST 切换），或者接受因中断共享导致 RST 启用时的性能影响。FreeBSD 会自动检测处于 RST 模式且具有此扩展的 AHCI 设备。此时，**ahci** 会将 nvme(4) 子设备附加到 ahci(4) 设备上。

[ahd(4)](https://man.freebsd.org/cgi/man.cgi?query=ahd\&sektion=4\&format=html) 驱动支持以下设备：

* Adaptec `AIC7901` 主机适配器芯片
* Adaptec `AIC7901A` 主机适配器芯片
* Adaptec `AIC7902` 主机适配器芯片
* Adaptec `29320` 主机适配器
* Adaptec `39320` 主机适配器
* 许多内置 `SCSI` 支持的主板

[amr(4)](https://man.freebsd.org/cgi/man.cgi?query=amr\&sektion=4\&format=html) 驱动支持以下控制器：

* MegaRAID SATA 150-4
* MegaRAID SATA 150-6
* MegaRAID SATA 300-4X
* MegaRAID SATA 300-8X
* MegaRAID SCSI 320-1E
* MegaRAID SCSI 320-2E
* MegaRAID SCSI 320-4E
* MegaRAID SCSI 320-0X
* MegaRAID SCSI 320-2X
* MegaRAID SCSI 320-4X
* MegaRAID SCSI 320-0
* MegaRAID SCSI 320-1
* MegaRAID SCSI 320-2
* MegaRAID SCSI 320-4
* MegaRAID Series 418
* MegaRAID i4 133 RAID
* MegaRAID Elite 1500 (Series 467)
* MegaRAID Elite 1600 (Series 493)
* MegaRAID Elite 1650 (Series 4xx)
* MegaRAID Enterprise 1200 (Series 428)
* MegaRAID Enterprise 1300 (Series 434)
* MegaRAID Enterprise 1400 (Series 438)
* MegaRAID Enterprise 1500 (Series 467)
* MegaRAID Enterprise 1600 (Series 471)
* MegaRAID Express 100 (Series 466WS)
* MegaRAID Express 200 (Series 466)
* MegaRAID Express 300 (Series 490)
* MegaRAID Express 500 (Series 475)
* Dell PERC
* Dell PERC 2/SC
* Dell PERC 2/DC
* Dell PERC 3/DCL
* Dell PERC 3/QC
* Dell PERC 4/DC
* Dell PERC 4/IM
* Dell PERC 4/SC
* Dell PERC 4/Di
* Dell PERC 4e/DC
* Dell PERC 4e/Di
* Dell PERC 4e/Si
* Dell PERC 4ei
* HP NetRAID-1/Si
* HP NetRAID-3/Si (D4943A)
* HP Embedded NetRAID
* Intel RAID Controller SRCS16
* Intel RAID Controller SRCU42X

[arcmsr(4)](https://man.freebsd.org/cgi/man.cgi?query=arcmsr\&sektion=4\&format=html) 驱动支持以下卡：

* ARC-1110
* ARC-1120
* ARC-1130
* ARC-1160
* ARC-1170
* ARC-1110ML
* ARC-1120ML
* ARC-1130ML
* ARC-1160ML
* ARC-1200
* ARC-1201
* ARC-1203
* ARC-1210
* ARC-1212
* ARC-1213
* ARC-1214
* ARC-1216
* ARC-1220
* ARC-1222
* ARC-1223
* ARC-1224
* ARC-1226
* ARC-1230
* ARC-1231
* ARC-1260
* ARC-1261
* ARC-1270
* ARC-1280
* ARC-1210ML
* ARC-1220ML
* ARC-1231ML
* ARC-1261ML
* ARC-1280ML
* ARC-1380
* ARC-1381
* ARC-1680
* ARC-1681
* ARC-1880
* ARC-1882
* ARC-1883
* ARC-1884
* ARC-1886

[bt(4)](https://man.freebsd.org/cgi/man.cgi?query=bt\&sektion=4\&format=html) 驱动支持以下 BusLogic MultiMaster“W”、“C”、“S”和“A”系列及兼容的 SCSI 主机适配器：

* 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-946C
* BusLogic BT-948
* BusLogic BT-956C
* BusLogic BT-956CD
* BusLogic BT-958
* BusLogic BT-958D
* Storage Dimensions SDC3211B / SDC3211F

[ciss(4)](https://man.freebsd.org/cgi/man.cgi?query=ciss\&sektion=4\&format=html) 驱动支持以下控制器：

* Compaq Smart Array 5300 (simple mode only)
* Compaq Smart Array 532
* Compaq Smart Array 5i
* HP Smart Array 5312
* HP Smart Array 6i
* HP Smart Array 641
* HP Smart Array 642
* HP Smart Array 6400
* HP Smart Array 6400 EM
* HP Smart Array E200
* HP Smart Array E200i
* HP Smart Array P212
* HP Smart Array P220i
* HP Smart Array P222
* HP Smart Array P230i
* HP Smart Array P400
* HP Smart Array P400i
* HP Smart Array P410
* HP Smart Array P410i
* HP Smart Array P411
* HP Smart Array P420
* HP Smart Array P420i
* HP Smart Array P421
* HP Smart Array P430
* HP Smart Array P430i
* HP Smart Array P431
* HP Smart Array P530
* HP Smart Array P531
* HP Smart Array P600
* HP Smart Array P721m
* HP Smart Array P731m
* HP Smart Array P800
* HP Smart Array P812
* HP Smart Array P830
* HP Smart Array P830i
* HP Modular Smart Array 20 (MSA20)
* HP Modular Smart Array 500 (MSA500)

> **注意**：
>
> \[amd64、i386] 支持从这些控制器引导。 不支持 EISA 适配器。

[esp(4)](https://man.freebsd.org/cgi/man.cgi?query=esp\&sektion=4\&format=html) 驱动支持以下控制器：

* Tekram DC390
* Tekram DC390T

[hpt27xx(4)](https://man.freebsd.org/cgi/man.cgi?query=hpt27xx\&sektion=4\&format=html) 驱动支持以下 SAS 控制器：

* 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

[hptiop(4)](https://man.freebsd.org/cgi/man.cgi?query=hptiop\&sektion=4\&format=html) 驱动支持以下 SAS 和 SATA RAID 控制器：

* HighPoint RocketRAID 4522
* HighPoint RocketRAID 4521
* HighPoint RocketRAID 4520
* HighPoint RocketRAID 4322
* HighPoint RocketRAID 4321
* HighPoint RocketRAID 4320
* HighPoint RocketRAID 4311
* HighPoint RocketRAID 4310
* HighPoint RocketRAID 3640
* HighPoint RocketRAID 3622
* HighPoint RocketRAID 3620

[hptiop(4)](https://man.freebsd.org/cgi/man.cgi?query=hptiop\&sektion=4\&format=html) 驱动还支持以下已停产（End-of-Life）的 SAS 和 SATA RAID 控制器：

* 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

[hptmv(4)](https://man.freebsd.org/cgi/man.cgi?query=hptmv\&sektion=4\&format=html) 驱动支持以下 ATA RAID 控制器：

* HighPoint’s RocketRAID 182x series

[hptrr(4)](https://man.freebsd.org/cgi/man.cgi?query=hptrr\&sektion=4\&format=html) 驱动支持以下 RAID 控制器：

* 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

[ida(4)](https://man.freebsd.org/cgi/man.cgi?query=ida\&sektion=4\&format=html) 驱动支持以下控制器：

* 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

[iir(4)](https://man.freebsd.org/cgi/man.cgi?query=iir\&sektion=4\&format=html) 驱动支持以下控制器：

* 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)
* 所有过去和未来发布的 Intel 和 ICP RAID 控制器。
* Intel RAID Controller SRCU21（已停产）
* Intel RAID Controller SRCU31（旧版本，不兼容）
* Intel RAID Controller SRCU31L（旧版本，不兼容）

SRCU31 和 SRCU31L 可通过 Intel 提供的固件更新进行升级。

[ips(4)](https://man.freebsd.org/cgi/man.cgi?query=ips\&sektion=4\&format=html) 驱动支持以下控制器：

* IBM ServeRAID 3H
* ServeRAID 4L/4M/4H
* ServeRAID Series 5
* ServeRAID 6i/6M
* ServeRAID 7t/7k/7M

较新的 ServeRAID 控制器由 **aac(4)** 或 **mfi(4)** 驱动支持。

[isci(4)](https://man.freebsd.org/cgi/man.cgi?query=isci\&sektion=4\&format=html) 驱动为 Intel C600 `SAS` 控制器提供支持。

[isp(4)](https://man.freebsd.org/cgi/man.cgi?query=isp\&sektion=4\&format=html) 驱动支持以下卡：

Qlogic 2422

> 光纤 4Gb Fibre Channel PCI-X 卡。

Qlogic 246x (aka 2432)

> 光纤 4Gb Fibre Channel PCIe 卡。

Qlogic 256x (aka 2532)

> 光纤 8Gb Fibre Channel PCIe 卡。

Qlogic 267x/836x (aka 2031/8031)

> 光纤 16Gb FC/FCoE PCIe 卡。

Qlogic 2690/2692/2694 (aka 2684/2692)

> 光纤 16Gb Fibre Channel PCIe 卡。

Qlogic 2740/2742/2764 (aka 2722/2714)

> 光纤 32Gb Fibre Channel PCIe 卡。

[mfi(4)](https://man.freebsd.org/cgi/man.cgi?query=mfi\&sektion=4\&format=html) 驱动支持以下硬件：

* 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

[mlx(4)](https://man.freebsd.org/cgi/man.cgi?query=mlx\&sektion=4\&format=html) 驱动支持以下控制器：

* 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)

支持所有主要固件版本（2.x、3.x、4.x 和 5.x），但始终建议升级到该控制器可用的最新固件。

未列出的兼容 Mylex 控制器应该可以使用，但未经核实。

> **注意**：
>
> \[amd64、i386] 支持从这些控制器引导。 不支持 EISA 适配器。

[mly(4)](https://man.freebsd.org/cgi/man.cgi?query=mly\&sektion=4\&format=html) 驱动支持以下控制器：

* Mylex AcceleRAID 160
* Mylex AcceleRAID 170
* Mylex AcceleRAID 352
* Mylex eXtremeRAID 2000
* Mylex eXtremeRAID 3000

未列出的兼容 Mylex 控制器应该可以使用，但未经核实。

[mpr(4)](https://man.freebsd.org/cgi/man.cgi?query=mpr\&sektion=4\&format=html) 驱动支持以下控制器：

* Broadcom Ltd./Avago Tech (LSI) SAS 3004 (4 Port SAS)
* Broadcom Ltd./Avago Tech (LSI) SAS 3008 (8 Port SAS)
* Broadcom Ltd./Avago Tech (LSI) SAS 3108 (8 Port SAS)
* Broadcom Ltd./Avago Tech (LSI) SAS 3216 (16 Port SAS)
* Broadcom Ltd./Avago Tech (LSI) SAS 3224 (24 Port SAS)
* Broadcom Ltd./Avago Tech (LSI) SAS 3316 (16 Port SAS)
* Broadcom Ltd./Avago Tech (LSI) SAS 3324 (24 Port SAS)
* Broadcom Ltd./Avago Tech (LSI) SAS 3408 (8 Port SAS/PCIe)
* Broadcom Ltd./Avago Tech (LSI) SAS 3416 (16 Port SAS/PCIe)
* Broadcom Ltd./Avago Tech (LSI) SAS 3508 (8 Port SAS/PCIe)
* Broadcom Ltd./Avago Tech (LSI) SAS 3516 (16 Port SAS/PCIe)
* Broadcom Ltd./Avago Tech (LSI) SAS 3616 (16 Port SAS/PCIe)
* Broadcom Ltd./Avago Tech (LSI) SAS 3708 (8 Port SAS/PCIe)
* Broadcom Ltd./Avago Tech (LSI) SAS 3716 (16 Port SAS/PCIe)

[mps(4)](https://man.freebsd.org/cgi/man.cgi?query=mps\&sektion=4\&format=html) 驱动支持以下控制器：

* Broadcom Ltd./Avago Tech (LSI) SAS 2004 (4 Port SAS)
* Broadcom Ltd./Avago Tech (LSI) SAS 2008 (8 Port SAS)
* Broadcom Ltd./Avago Tech (LSI) SAS 2108 (8 Port SAS)
* Broadcom Ltd./Avago Tech (LSI) SAS 2116 (16 Port SAS)
* Broadcom Ltd./Avago Tech (LSI) SAS 2208 (8 Port SAS)
* Broadcom Ltd./Avago Tech (LSI) SAS 2308 (8 Port SAS)
* Broadcom Ltd./Avago Tech (LSI) SSS6200 Solid State Storage
* Intel Integrated RAID Module RMS25JB040
* Intel Integrated RAID Module RMS25JB080
* Intel Integrated RAID Module RMS25KB040
* Intel Integrated RAID Module RMS25KB080

[mpt(4)](https://man.freebsd.org/cgi/man.cgi?query=mpt\&sektion=4\&format=html) 驱动支持以下控制器：

* LSI Logic 53c1030, LSI Logic LSI2x320-X（单通道和双通道 Ultra320 `SCSI`）
* LSI Logic AS1064, LSI Logic AS1068（`SAS/SATA`）
* LSI Logic FC909（1Gb/s `Fibre Channel`）
* LSI Logic FC909A（双通道 1Gb/s `Fibre Channel`）
* LSI Logic FC919, LSI Logic 7102XP-LC（单通道 2Gb/s `Fibre Channel`）
* LSI Logic FC929, LSI Logic FC929X, LSI Logic 7202XP-LC（双通道 2Gb/s `Fibre Channel`）
* LSI Logic FC949X（双通道 4Gb/s `Fibre Channel`）
* LSI Logic FC949E, LSI Logic FC949ES（双通道 4Gb/s `Fibre Channel PCI-Express`）

[mpt(4)](https://man.freebsd.org/cgi/man.cgi?query=mpt\&sektion=4\&format=html) 驱动支持的 `Ultra 320 SCSI` 控制器芯片可在许多系统主板上找到，包括：

* Dell PowerEdge 1750 至 2850
* IBM eServer xSeries 335

这些系统还包含 Integrated RAID Mirroring 和 Integrated RAID Mirroring Enhanced，本驱动也予以支持。

`SAS` 控制器芯片还存在于许多基于 AMD/Opteron 的新系统中，例如 Sun 4100。注意，此控制器可同时驱动 SAS 和 SATA 硬盘，或两者混用。这些控制器可用的 Integrated RAID Mirroring 至多只能得到有限支持。

`Fibre Channel` 控制器芯片组在多种速度和系统中受支持。`Apple` Fibre Channel HBA 实际上就是 `FC949ES` 卡。

本驱动还支持 Fibre Channel 卡的目标模式（target mode）。可通过 LSI Logic 固件实用程序设置核心的预期角色来启用此支持，该实用程序用于确定卡可承担的角色——无需单独编译。

[mrsas(4)](https://man.freebsd.org/cgi/man.cgi?query=mrsas\&sektion=4\&format=html) 驱动支持以下硬件：

\[ Thunderbolt 6Gb/s MR controller ]

* LSI MegaRAID SAS 9265
* LSI MegaRAID SAS 9266
* LSI MegaRAID SAS 9267
* LSI MegaRAID SAS 9270
* LSI MegaRAID SAS 9271
* LSI MegaRAID SAS 9272
* LSI MegaRAID SAS 9285
* LSI MegaRAID SAS 9286
* DELL PERC H810
* DELL PERC H710/P

\[ Invader/Fury 12Gb/s MR controller ]

* LSI MegaRAID SAS 9380
* LSI MegaRAID SAS 9361
* LSI MegaRAID SAS 9341
* DELL PERC H830
* DELL PERC H730/P
* DELL PERC H330

[mvs(4)](https://man.freebsd.org/cgi/man.cgi?query=mvs\&sektion=4\&format=html) 驱动支持以下控制器：

Gen-I (SATA 1.5Gbps):

* 88SX5040
* 88SX5041
* 88SX5080
* 88SX5081

Gen-II (SATA 3Gbps, NCQ, PMP):

* 88SX6040
* 88SX6041（包括 Adaptec 1420SA）
* 88SX6080
* 88SX6081

Gen-IIe（SATA 3Gbps、NCQ、带 FBS 的 PMP）：

* 88SX6042
* 88SX7042（包括 Adaptec 1430SA）
* 88F5182 SoC
* 88F6281 SoC
* MV78100 SoC

注意，此硬件仅对 ATA DMA 命令支持命令队列和基于 FIS 的切换。ATAPI 和非 DMA ATA 命令按每个端口逐条执行。

[ocs\_fc(4)](https://man.freebsd.org/cgi/man.cgi?query=ocs_fc\&sektion=4\&format=html) 驱动支持以下 Fibre Channel 适配器：

Emulex 16/8G FC GEN 5 HBAS

> > LPe15004 FC Host Bus Adapters LPe160XX FC Host Bus Adapters

Emulex 32/16G FC GEN 6 HBAS

> > LPe3100X FC Host Bus Adapters LPe3200X FC Host Bus Adapters

Emulex 64/32G FC GEN 7 HBAS

> > LPe3500X FC Host Bus Adapters

[pms(4)](https://man.freebsd.org/cgi/man.cgi?query=pms\&sektion=4\&format=html) 驱动支持以下硬件：

* Tachyon TS Fibre Channel Card
* Tachyon TL Fibre Channel Card
* Tachyon XL2 Fibre Channel Card
* Tachyon DX2 Fibre Channel Card
* Tachyon DX2+ Fibre Channel Card
* Tachyon DX4+ Fibre Channel Card
* Tachyon QX2 Fibre Channel Card
* Tachyon QX4 Fibre Channel Card
* Tachyon DE4 Fibre Channel Card
* Tachyon QE4 Fibre Channel Card
* Tachyon XL10 Fibre Channel Card
* PMC Sierra SPC SAS-SATA Card
* PMC Sierra SPC-V SAS-SATA Card
* PMC Sierra SPC-VE SAS-SATA Card
* PMC Sierra SPC-V 16 Port SAS-SATA Card
* PMC Sierra SPC-VE 16 Port SAS-SATA Card
* PMC Sierra SPC-V SAS-SATA Card 12Gig
* PMC Sierra SPC-VE SAS-SATA Card 12Gig
* PMC Sierra SPC-V 16 Port SAS-SATA Card 12Gig
* PMC Sierra SPC-VE 16 Port SAS-SATA Card 12Gig
* Adaptec Hialeah 4/8 Port SAS-SATA HBA Card 6Gig
* Adaptec Hialeah 4/8 Port SAS-SATA RAID Card 6Gig
* Adaptec Hialeah 8/16 Port SAS-SATA HBA Card 6Gig
* Adaptec Hialeah 8/16 Port SAS-SATA RAID Card 6Gig
* Adaptec Hialeah 8/16 Port SAS-SATA HBA Encryption Card 6Gig
* Adaptec Hialeah 8/16 Port SAS-SATA RAID Encryption Card 6Gig
* Adaptec Delray 8 Port SAS-SATA HBA Card 12Gig
* Adaptec Delray 8 Port SAS-SATA HBA Encryption Card 12Gig
* Adaptec Delray 16 Port SAS-SATA HBA Card 12Gig
* Adaptec Delray 16 Port SAS-SATA HBA Encryption Card 12Gig

[pst(4)](https://man.freebsd.org/cgi/man.cgi?query=pst\&sektion=4\&format=html) 驱动支持 Promise Supertrak SX6000 ATA 硬件 RAID 控制器。

[siis(4)](https://man.freebsd.org/cgi/man.cgi?query=siis\&sektion=4\&format=html) 驱动支持以下控制器芯片：

* SiI3124（PCI-X 133MHz/64bit，4 端口）
* SiI3131（PCIe 1.0 x1，1 端口）
* SiI3132（PCIe 1.0 x1，2 端口）
* SiI3531（PCIe 1.0 x1，1 端口）

[smartpqi(4)](https://man.freebsd.org/cgi/man.cgi?query=smartpqi\&sektion=4\&format=html) 驱动支持以下 Adaptec Series 9 设备：

* HPE Gen10 Smart Array Controller Family
* OEM Controllers based on the Microsemi Chipset

[sym(4)](https://man.freebsd.org/cgi/man.cgi?query=sym\&sektion=4\&format=html) 驱动为以下 Symbios/LSI Logic PCI SCSI 控制器提供支持：

* `53C810`
* `53C810A`
* `53C815`
* `53C825`
* `53C825A`
* `53C860`
* `53C875`
* `53C876`
* `53C895`
* `53C895A`
* `53C896`
* `53C897`
* `53C1000`
* `53C1000R`
* `53C1010-33`
* `53C1010-66`
* `53C1510D`

[sym(4)](https://man.freebsd.org/cgi/man.cgi?query=sym\&sektion=4\&format=html) 支持的 SCSI 控制器可以内置于主板，或位于以下扩展板之一上：

* ASUS SC-200, SC-896
* Data Technology DTC3130（所有变体）
* DawiControl DC2976UW
* Diamond FirePort（全部）
* NCR cards（全部）
* Symbios cards（全部）
* Tekram DC390W, 390U, 390F, 390U2B, 390U2W, 390U3D 和 390U3W
* Tyan S1365

[twa(4)](https://man.freebsd.org/cgi/man.cgi?query=twa\&sektion=4\&format=html) 驱动支持以下 SATA RAID 控制器：

* 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

[twe(4)](https://man.freebsd.org/cgi/man.cgi?query=twe\&sektion=4\&format=html) 驱动支持以下 PATA/SATA RAID 控制器：

* AMCC’s 3ware 5000 series
* AMCC’s 3ware 6000 series
* AMCC’s 3ware 7000-2
* AMCC’s 3ware 7006-2
* AMCC’s 3ware 7500-4LP
* AMCC’s 3ware 7500-8
* AMCC’s 3ware 7500-12
* AMCC’s 3ware 7506-4LP
* AMCC’s 3ware 7506-8
* AMCC’s 3ware 7506-12
* AMCC’s 3ware 8006-2LP
* AMCC’s 3ware 8500-4LP
* AMCC’s 3ware 8500-8
* AMCC’s 3ware 8500-12
* AMCC’s 3ware 8506-4LP
* AMCC’s 3ware 8506-8
* AMCC’s 3ware 8506-8MI
* AMCC’s 3ware 8506-12
* AMCC’s 3ware 8506-12MI

[tws(4)](https://man.freebsd.org/cgi/man.cgi?query=tws\&sektion=4\&format=html) 驱动支持以下 SATA/SAS RAID 控制器：

* LSI’s 3ware SAS 9750 series

对于所有受支持的 SCSI 控制器，均完整支持 SCSI-I、SCSI-II 和 SCSI-III 外设，包括硬盘、光盘、磁带机（包括 DAT、8mm Exabyte、Mammoth 和 DLT）、介质更换器、处理器目标设备和 CD-ROM 驱动器。支持 CD-ROM 命令的 WORM 设备可由 CD-ROM 驱动（如 [cd(4)](https://man.freebsd.org/cgi/man.cgi?query=cd\&sektion=4\&format=html)）以只读方式访问。WORM/CD-R/CD-RW 写入支持由 [cdrecord(1)](https://man.freebsd.org/cgi/man.cgi?query=cdrecord\&sektion=1\&format=html) 提供，它是 Ports 中 sysutils/cdrtools Port 的一部分。

目前支持以下 CD-ROM 类型系统：

* SCSI 接口（还包括 ProAudio Spectrum 和 SoundBlaster SCSI）（[cd(4)](https://man.freebsd.org/cgi/man.cgi?query=cd\&sektion=4\&format=html)）
* ATAPI IDE 接口（[acd(4)](https://man.freebsd.org/cgi/man.cgi?query=acd\&sektion=4\&format=html)）

### 以太网接口

[ae(4)](https://man.freebsd.org/cgi/man.cgi?query=ae\&sektion=4\&format=html) 驱动支持 Attansic/Atheros L2 PCIe FastEthernet 控制器，已知支持以下硬件：

* ASUS EeePC 701
* ASUS EeePC 900

其他硬件使用此驱动可能可用，也可能不可用。

[age(4)](https://man.freebsd.org/cgi/man.cgi?query=age\&sektion=4\&format=html) 驱动为基于 Attansic/Atheros L1 千兆以太控制器芯片的 LOM 提供支持，包括：

* 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

[ale(4)](https://man.freebsd.org/cgi/man.cgi?query=ale\&sektion=4\&format=html) 设备驱动为以下以太网控制器提供支持：

* Atheros AR8113 PCI Express Fast Ethernet controller
* Atheros AR8114 PCI Express Fast Ethernet controller
* Atheros AR8121 PCI Express Gigabit Ethernet controller

[aue(4)](https://man.freebsd.org/cgi/man.cgi?query=aue\&sektion=4\&format=html) 驱动支持的适配器包括：

* Abocom UFE1000, DSB650TX\_NA
* Accton USB320-EC, SpeedStream
* ADMtek AN986, AN8511
* Billionton USB100, USB100LP, USB100EL, USBE100
* Corega Ether FEther USB-T, FEther USB-TX, FEther USB-TXS
* D-Link DSB-650, DSB-650TX, DSB-650TX-PNA
* Elecom LD-USBL/TX
* Elsa Microlink USB2Ethernet
* HP hn210e
* I-O Data USB ETTX
* Kingston KNU101TX
* LinkSys USB10T adapters that contain the AN986 Pegasus chipset, USB10TA, USB10TX, USB100TX, USB100H1
* MELCO LUA-TX, LUA2-TX
* Netgear FA101
* Planex UE-200TX
* Sandberg USB to Network Link (model number 133-06)
* Siemens Speedstream
* SmartBridges smartNIC
* SMC 2202USB
* SOHOware NUB100

[axe(4)](https://man.freebsd.org/cgi/man.cgi?query=axe\&sektion=4\&format=html) 驱动支持基于 ASIX Electronics AX88172/AX88178/AX88772/AX88772A/AX88772B/AX88760 的 USB 以太网适配器，包括：

AX88172:

* AboCom UF200
* Acer Communications EP1427X2
* ASIX AX88172
* ATen UC210T
* Billionton SnapPort
* Billionton USB2AR
* Buffalo (Melco Inc.) LUA-U2-KTX
* Corega USB2\_TX
* D-Link DUBE100
* Goodway GWUSB2E
* JVC MP\_PRX1
* LinkSys USB200M
* Netgear FA120
* Sitecom LN-029
* System TALKS Inc. SGC-X2UL

AX88178:

* ASIX AX88178
* Belkin F5D5055
* Logitec LAN-GTJ/U2A
* Buffalo (Melco Inc.) LUA3-U2-AGT
* Planex Communications GU1000T
* Sitecom Europe LN-028

AX88772:

* ASIX AX88772
* Buffalo (Melco Inc.) LUA3-U2-ATX
* D-Link DUBE100B1
* Planex UE-200TX-G
* Planex UE-200TX-G2

AX88772A:

* ASIX AX88772A
* Cisco-Linksys USB200Mv2

AX88772B:

* ASIX AX88772B
* Lenovo USB 2.0 Ethernet

AX88760:

* ASIX AX88760

ASIX Electronics AX88178A/AX88179 USB 千兆以太网适配器（[axge(4)](https://man.freebsd.org/cgi/man.cgi?query=axge\&sektion=4\&format=html) 驱动）

[bce(4)](https://man.freebsd.org/cgi/man.cgi?query=bce\&sektion=4\&format=html) 驱动为基于 QLogic NetXtreme II 千兆以太网控制器系列的各类 NIC 提供支持，包括：

* QLogic NetXtreme II BCM5706 1000Base-SX
* QLogic NetXtreme II BCM5706 1000Base-T
* QLogic NetXtreme II BCM5708 1000Base-SX
* QLogic NetXtreme II BCM5708 1000Base-T
* QLogic NetXtreme II BCM5709 1000Base-SX
* QLogic NetXtreme II BCM5709 1000Base-T
* QLogic NetXtreme II BCM5716 1000Base-T
* Dell PowerEdge 1950 integrated BCM5708 NIC
* Dell PowerEdge 2950 integrated BCM5708 NIC
* Dell PowerEdge R710 integrated BCM5709 NIC
* HP NC370F Multifunction Gigabit Server Adapter
* HP NC370T Multifunction Gigabit Server Adapter
* HP NC370i Multifunction Gigabit Server Adapter
* HP NC371i Multifunction Gigabit Server Adapter
* HP NC373F PCIe Multifunc Giga Server Adapter
* HP NC373T PCIe Multifunction Gig Server Adapter
* HP NC373i Multifunction Gigabit Server Adapter
* HP NC373m Multifunction Gigabit Server Adapter
* HP NC374m PCIe Multifunction Adapter
* HP NC380T PCIe DP Multifunc Gig Server Adapter
* HP NC382T PCIe DP Multifunction Gigabit Server Adapter
* HP NC382i DP Multifunction Gigabit Server Adapter
* HP NC382m DP 1GbE Multifunction BL-c Adapter

\[amd64、i386] 基于 Broadcom BCM4401 的快速以太网适配器（[bfe(4)](https://man.freebsd.org/cgi/man.cgi?query=bfe\&sektion=4\&format=html) 驱动）

[bge(4)](https://man.freebsd.org/cgi/man.cgi?query=bge\&sektion=4\&format=html) 驱动为基于 Broadcom BCM570x 千兆以太网控制器芯片系列的各类 NIC 提供支持，包括：

* 3Com 3c996-SX (1000baseSX)
* 3Com 3c996-T (10/100/1000baseTX)
* Apple Thunderbolt Display (10/100/1000baseTX)
* Apple Thunderbolt to Gigabit Ethernet Adapter (10/100/1000baseTX)
* Dell PowerEdge 1750 integrated BCM5704C NIC (10/100/1000baseTX)
* Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX)
* Dell PowerEdge 2650 integrated BCM5703 NIC (10/100/1000baseTX)
* Dell PowerEdge R200 integrated BCM5750 NIC (10/100/1000baseTX)
* Dell PowerEdge R300 integrated BCM5722 NIC (10/100/1000baseTX)
* IBM x235 server integrated BCM5703x NIC (10/100/1000baseTX)
* HP Compaq dc7600 integrated BCM5752 NIC (10/100/1000baseTX)
* HP ProLiant NC7760 embedded Gigabit NIC (10/100/1000baseTX)
* HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseTX)
* HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseTX)
* HP ProLiant NC7781 embedded PCI-X Gigabit NIC (10/100/1000baseTX)
* Netgear GA302T (10/100/1000baseTX)
* SysKonnect SK-9D21 (10/100/1000baseTX)
* SysKonnect SK-9D41 (1000baseSX)

[bnxt(4)](https://man.freebsd.org/cgi/man.cgi?query=bnxt\&sektion=4\&format=html) 驱动为基于 Broadcom NetXtreme-C 和 NetXtreme-E 千兆以太网控制器芯片系列的各类 NIC 提供支持，包括：

* Broadcom BCM57301 NetXtreme-C 10Gb Ethernet Controller
* Broadcom BCM57302 NetXtreme-C 10Gb/25Gb Ethernet Controller
* Broadcom BCM57304 NetXtreme-C 10Gb/25Gb/40Gb/50Gb Ethernet Controller
* Broadcom BCM57304 NetXtreme-C Ethernet Virtual Function
* Broadcom BCM57314 NetXtreme-C Ethernet Virtual Function
* Broadcom BCM57402 NetXtreme-E 10Gb Ethernet Controller
* Broadcom BCM57402 NetXtreme-E Ethernet Partition
* Broadcom BCM57404 NetXtreme-E 10Gb/25Gb Ethernet Controller
* Broadcom BCM57404 NetXtreme-E Ethernet Virtual Function
* Broadcom BCM57404 NetXtreme-E Partition
* Broadcom BCM57406 NetXtreme-E 10GBASE-T Ethernet Controller
* Broadcom BCM57406 NetXtreme-E Partition
* Broadcom BCM57407 NetXtreme-E 10GBase-T Ethernet Controller
* Broadcom BCM57407 NetXtreme-E 25Gb Ethernet Controller
* Broadcom BCM57407 NetXtreme-E Partition
* Broadcom BCM57412 NetXtreme-E Partition
* Broadcom BCM57414 NetXtreme-E Ethernet Virtual Function
* Broadcom BCM57414 NetXtreme-E Partition
* Broadcom BCM57416 NetXtreme-E Partition
* Broadcom BCM57417 NetXtreme-E Ethernet Partition
* Broadcom BCM57454 NetXtreme-E 10Gb/25Gb/40Gb/50Gb/100Gb Ethernet

[bxe(4)](https://man.freebsd.org/cgi/man.cgi?query=bxe\&sektion=4\&format=html) 驱动为基于 QLogic NetXtreme II 10Gb 以太网控制器芯片系列的各类 NIC 提供支持，包括：

* QLogic NetXtreme II BCM57710 10Gb
* QLogic NetXtreme II BCM57711 10Gb
* QLogic NetXtreme II BCM57711E 10Gb
* QLogic NetXtreme II BCM57712 10Gb
* QLogic NetXtreme II BCM57712-MF 10Gb
* QLogic NetXtreme II BCM57800 10Gb
* QLogic NetXtreme II BCM57800-MF 10Gb
* QLogic NetXtreme II BCM57810 10Gb
* QLogic NetXtreme II BCM57810-MF 10Gb
* QLogic NetXtreme II BCM57840 10Gb / 20Gb
* QLogic NetXtreme II BCM57840-MF 10Gb

[cas(4)](https://man.freebsd.org/cgi/man.cgi?query=cas\&sektion=4\&format=html) 驱动支持的芯片有：

* National Semiconductor DP83065 Saturn Gigabit Ethernet
* Sun Cassini Gigabit Ethernet
* Sun Cassini+ Gigabit Ethernet

[cas(4)](https://man.freebsd.org/cgi/man.cgi?query=cas\&sektion=4\&format=html) 驱动目前已知可正常工作的扩展卡包括：

* Sun GigaSwift Ethernet 1.0 MMF (Cassini Kuheen) (part no. 501-5524)
* Sun GigaSwift Ethernet 1.0 UTP (Cassini) (part no. 501-5902)
* Sun GigaSwift Ethernet UTP (GCS) (part no. 501-6719)
* Sun Quad GigaSwift Ethernet UTP (QGE) (part no. 501-6522)
* Sun Quad GigaSwift Ethernet PCI-X (QGE-X) (part no. 501-6738)

[cdce(4)](https://man.freebsd.org/cgi/man.cgi?query=cdce\&sektion=4\&format=html) 驱动支持以下设备：

* Prolific PL-2501 Host-to-Host Bridge Controller
* Sharp Zaurus PDA
* Terayon TJ-715 DOCSIS Cable Modem
* Realtek RTL8156 USB GBE/2.5G Ethernet Family Controller
* Planex USB-LAN2500R

[cue(4)](https://man.freebsd.org/cgi/man.cgi?query=cue\&sektion=4\&format=html) 驱动支持基于 CATC USB-EL1210A 的 USB 以太网适配器，包括：

* Belkin F5U011/F5U111
* CATC Netmate
* CATC Netmate II
* SmartBridges SmartLink

[cxgb(4)](https://man.freebsd.org/cgi/man.cgi?query=cxgb\&sektion=4\&format=html) 驱动支持基于 T3 和 T3B 芯片组的 10 千兆和 1 千兆以太网适配器：

* Chelsio 10GBase-CX4
* Chelsio 10GBase-LR
* Chelsio 10GBase-SR

[cxgbe(4)](https://man.freebsd.org/cgi/man.cgi?query=cxgbe\&sektion=4\&format=html) 驱动支持基于 T6 ASIC 的 100Gb 和 25Gb 以太网适配器：

* Chelsio T6225-CR
* Chelsio T6225-SO-CR
* Chelsio T62100-LP-CR
* Chelsio T62100-SO-CR
* Chelsio T62100-CR

[cxgbe(4)](https://man.freebsd.org/cgi/man.cgi?query=cxgbe\&sektion=4\&format=html) 驱动支持基于 T5 ASIC 的 40Gb、10Gb 和 1Gb 以太网适配器：

* Chelsio T580-CR
* Chelsio T580-LP-CR
* Chelsio T580-LP-SO-CR
* Chelsio T560-CR
* Chelsio T540-CR
* Chelsio T540-LP-CR
* Chelsio T522-CR
* Chelsio T520-LL-CR
* Chelsio T520-CR
* Chelsio T520-SO
* Chelsio T520-BT
* Chelsio T504-BT

[cxgbe(4)](https://man.freebsd.org/cgi/man.cgi?query=cxgbe\&sektion=4\&format=html) 驱动支持基于 T4 ASIC 的 10Gb 和 1Gb 以太网适配器：

* Chelsio T420-CR
* Chelsio T422-CR
* Chelsio T440-CR
* Chelsio T420-BCH
* Chelsio T440-BCH
* Chelsio T440-CH
* Chelsio T420-SO
* Chelsio T420-CX
* Chelsio T420-BT
* Chelsio T404-BT

[dc(4)](https://man.freebsd.org/cgi/man.cgi?query=dc\&sektion=4\&format=html) 驱动为以下芯片组提供支持：

* DEC/Intel 21143
* ADMtek AL981 Comet, AN985 Centaur, ADM9511 Centaur II 和 ADM9513 Centaur II
* ALi/ULi M5261 和 M5263
* ASIX Electronics AX88140A 和 AX88141
* Conexant LANfinity RS7112 (miniPCI)
* Davicom DM9009, DM9100, DM9102 和 DM9102A
* Lite-On 82c168 和 82c169 PNIC
* Lite-On/Macronix 82c115 PNIC II
* Macronix 98713, 98713A, 98715, 98715A, 98715AEC-C, 98725, 98727 和 98732
* Xircom X3201（仅 cardbus）

[dc(4)](https://man.freebsd.org/cgi/man.cgi?query=dc\&sektion=4\&format=html) 驱动目前已知可正常工作的 NIC 包括：

* 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 Ethernet on LinkSys EtherFast 10/100 Instant GigaDrive (DM9102, MII)
* CNet Pro110B (ASIX AX88140A)
* CNet Pro120A (98715A 或 98713A) 和 CNet Pro120B (98715)
* Compex RL100-TX (98713 或 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（使用 X3201 芯片组的版本）
* Jaton XpressNet (Davicom DM9102)
* Kingston KNE100TX (21143, MII)
* Kingston KNE110TX (PNIC 82c169)
* LinkSys LNE100TX (PNIC 82c168, 82c169)
* LinkSys LNE100TX v2.0 (PNIC II 82c115)
* LinkSys LNE100TX v4.0/4.1 (ADMtek AN985 Centaur-P)
* Matrox FastNIC 10/100 (PNIC 82c168, 82c169)
* Melco LGY-PCI-TXL
* Microsoft MN-120 10/100 CardBus (ADMTek Centaur-C)
* Microsoft MN-130 10/100 PCI (ADMTek Centaur-P)
* NDC SOHOware SFA110A (98713A)
* NDC SOHOware SFA110A Rev B4 (98715AEC-C)
* NetGear FA310-TX Rev. D1, D2 或 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

[em(4)](https://man.freebsd.org/cgi/man.cgi?query=em\&sektion=4\&format=html) 驱动支持基于 Intel 82540、82541ER、82541PI、82542、82543、82544、82545、82546、82546EB、82546GB、82547、82571、82572、82573、82574、82575、82576 和 82580 控制器芯片的千兆以太网适配器：

* Intel Gigabit ET Dual Port Server Adapter (82576)
* Intel Gigabit VT Quad Port Server Adapter (82575)
* Intel Single, Dual 和 Quad Gigabit Ethernet Controller (82580)
* Intel i210 和 i211 Gigabit Ethernet Controller
* Intel i350 和 i354 Gigabit Ethernet Controller
* Intel PRO/1000 CT Network Connection (82547)
* Intel PRO/1000 F Server Adapter (82543)
* Intel PRO/1000 Gigabit Server Adapter (82542)
* Intel PRO/1000 GT Desktop Adapter (82541PI)
* Intel PRO/1000 MF Dual Port Server Adapter (82546)
* Intel PRO/1000 MF Server Adapter (82545)
* Intel PRO/1000 MF Server Adapter (LX) (82545)
* Intel PRO/1000 MT Desktop Adapter (82540)
* Intel PRO/1000 MT Desktop Adapter (82541)
* Intel PRO/1000 MT Dual Port Server Adapter (82546)
* Intel PRO/1000 MT Quad Port Server Adapter (82546EB)
* Intel PRO/1000 MT Server Adapter (82545)
* Intel PRO/1000 PF Dual Port Server Adapter (82571)
* Intel PRO/1000 PF Quad Port Server Adapter (82571)
* Intel PRO/1000 PF Server Adapter (82572)
* Intel PRO/1000 PT Desktop Adapter (82572)
* Intel PRO/1000 PT Dual Port Server Adapter (82571)
* Intel PRO/1000 PT Quad Port Server Adapter (82571)
* Intel PRO/1000 PT Server Adapter (82572)
* Intel PRO/1000 T Desktop Adapter (82544)
* Intel PRO/1000 T Server Adapter (82543)
* Intel PRO/1000 XF Server Adapter (82544)
* Intel PRO/1000 XT Server Adapter (82544)

Agere ET1310 千兆以太网适配器（[et(4)](https://man.freebsd.org/cgi/man.cgi?query=et\&sektion=4\&format=html) 驱动）

[fxp(4)](https://man.freebsd.org/cgi/man.cgi?query=fxp\&sektion=4\&format=html) 驱动支持的适配器包括：

* 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 和 Dual-Port Server Adapters
* 许多 Intel 主板上的板载网络接口

[gem(4)](https://man.freebsd.org/cgi/man.cgi?query=gem\&sektion=4\&format=html) 驱动支持的芯片包括：

* Apple GMAC
* Sun ERI 10/100 Mbps Ethernet
* Sun GEM Gigabit Ethernet

[gem(4)](https://man.freebsd.org/cgi/man.cgi?query=gem\&sektion=4\&format=html) 驱动目前已知可正常工作的扩展卡包括：

* Sun Gigabit Ethernet PCI 2.0/3.0 (GBE/P) (part no. 501-4373)

[ipheth(4)](https://man.freebsd.org/cgi/man.cgi?query=ipheth\&sektion=4\&format=html) 驱动支持以下设备：

* Apple iPhone tethering（所有型号）
* Apple iPad tethering（所有型号）

[ixgbe(4)](https://man.freebsd.org/cgi/man.cgi?query=ixgbe\&sektion=4\&format=html) 驱动支持以下卡：

* Intel 10 Gigabit XF SR/AF Dual Port Server Adapter
* Intel 10 Gigabit XF SR/LR Server Adapter
* Intel 82598EB 10 Gigabit AF Network Connection
* Intel 82598EB 10 Gigabit AT CX4 Network Connection

大多数带 SFP+/SFP28/QSFP+ 插槽的 Intel Ethernet 700 系列适配器的固件要求使用 Intel 认证模块；这些认证模块如下所列。驱动无法禁用此认证检查。

[ixl(4)](https://man.freebsd.org/cgi/man.cgi?query=ixl\&sektion=4\&format=html) 驱动支持使用以下 QSFP+ 模块的 40Gb 以太网适配器：

* Intel 4x10G/40G QSFP+ 40GBASE-SR4 E40GQSFPSR
* Intel 4x10G/40G QSFP+ 40GBASE-LR4 E40GQSFPLR

[ixl(4)](https://man.freebsd.org/cgi/man.cgi?query=ixl\&sektion=4\&format=html) 驱动支持使用以下 SFP28 模块的 25Gb 以太网适配器：

* Intel 10G/25G SFP28 25GBASE-SR E25GSFP28SR
* Intel 10G/25G SFP28 25GBASE-SR E25GSFP28SRX（扩展温度）

[ixl(4)](https://man.freebsd.org/cgi/man.cgi?query=ixl\&sektion=4\&format=html) 驱动支持使用以下 SFP+ 模块的 25Gb 和 10Gb 以太网适配器：

* Intel 1G/10G SFP+ SR FTLX8571D3BCV-IT
* Intel 1G/10G SFP+ SR AFBR-703SDZ-IN2
* Intel 1G/10G SFP+ LR FTLX1471D3BCV-IT
* Intel 1G/10G SFP+ LR AFCT-701SDZ-IN2
* Intel 1G/10G SFP+ 10GBASE-SR E10GSFPSR
* Intel 10G SFP+ 10GBASE-SR E10GSFPSRX（扩展温度）
* Intel 1G/10G SFP+ 10GBASE-LR E10GSFPLR

注意，适配器还支持所有符合 SFF-8431 v4.1 和 SFF-8472 v10.4 规范的无源和有源限幅直连电缆。

这并非详尽列表；请查阅产品文档以获取受支持介质的最新列表。

[jme(4)](https://man.freebsd.org/cgi/man.cgi?query=jme\&sektion=4\&format=html) 设备驱动为以下以太网控制器提供支持：

* 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

[kue(4)](https://man.freebsd.org/cgi/man.cgi?query=kue\&sektion=4\&format=html) 驱动支持基于 Kawasaki LSI KL5KLUSB101B 的 USB 以太网适配器，包括：

* 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

[lge(4)](https://man.freebsd.org/cgi/man.cgi?query=lge\&sektion=4\&format=html) 驱动支持的适配器包括：

* SMC TigerCard 1000 (SMC9462SX)
* D-Link DGE-500SX

[mlx4en(4)](https://man.freebsd.org/cgi/man.cgi?query=mlx4en\&sektion=4\&format=html) 驱动支持以下网络适配器：

* Mellanox ConnectX-2 (ETH)
* Mellanox ConnectX-3 (ETH)

[mlx5en(4)](https://man.freebsd.org/cgi/man.cgi?query=mlx5en\&sektion=4\&format=html) 驱动支持 200Gb、100Gb、50Gb、40Gb、25Gb 和 10Gb 以太网适配器。

* ConnectX-6 支持 10/20/25/40/50/56/100Gb/200Gb/s 速率。
* ConnectX-5 支持 10/20/25/40/50/56/100Gb/s 速率。
* ConnectX-4 支持 10/20/25/40/50/56/100Gb/s 速率。
* ConnectX-4 LX 支持 10/25/40/50Gb/s 速率，且功耗更低。

[msk(4)](https://man.freebsd.org/cgi/man.cgi?query=msk\&sektion=4\&format=html) 驱动为基于 Marvell/SysKonnect Yukon II 千兆以太网控制器芯片的各类 NIC 提供支持，包括：

* D-Link 550SX Gigabit Ethernet
* D-Link 560SX Gigabit Ethernet
* D-Link 560T Gigabit Ethernet
* Marvell Yukon 88E8021CU Gigabit Ethernet
* Marvell Yukon 88E8021 SX/LX Gigabit Ethernet
* Marvell Yukon 88E8022CU Gigabit Ethernet
* Marvell Yukon 88E8022 SX/LX Gigabit Ethernet
* Marvell Yukon 88E8061CU Gigabit Ethernet
* Marvell Yukon 88E8061 SX/LX Gigabit Ethernet
* Marvell Yukon 88E8062CU Gigabit Ethernet
* Marvell Yukon 88E8062 SX/LX Gigabit Ethernet
* Marvell Yukon 88E8035 Fast Ethernet
* Marvell Yukon 88E8036 Fast Ethernet
* Marvell Yukon 88E8038 Fast Ethernet
* Marvell Yukon 88E8039 Fast Ethernet
* Marvell Yukon 88E8040 Fast Ethernet
* Marvell Yukon 88E8040T Fast Ethernet
* Marvell Yukon 88E8042 Fast Ethernet
* Marvell Yukon 88E8048 Fast Ethernet
* Marvell Yukon 88E8050 Gigabit Ethernet
* Marvell Yukon 88E8052 Gigabit Ethernet
* Marvell Yukon 88E8053 Gigabit Ethernet
* Marvell Yukon 88E8055 Gigabit Ethernet
* Marvell Yukon 88E8056 Gigabit Ethernet
* Marvell Yukon 88E8057 Gigabit Ethernet
* Marvell Yukon 88E8058 Gigabit Ethernet
* Marvell Yukon 88E8059 Gigabit Ethernet
* Marvell Yukon 88E8070 Gigabit Ethernet
* Marvell Yukon 88E8071 Gigabit Ethernet
* Marvell Yukon 88E8072 Gigabit Ethernet
* Marvell Yukon 88E8075 Gigabit Ethernet
* SysKonnect SK-9Sxx Gigabit Ethernet
* SysKonnect SK-9Exx Gigabit Ethernet

[mxge(4)](https://man.freebsd.org/cgi/man.cgi?query=mxge\&sektion=4\&format=html) 驱动支持基于 Myricom LANai Z8E 芯片的 10 千兆以太网适配器：

* 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)

[my(4)](https://man.freebsd.org/cgi/man.cgi?query=my\&sektion=4\&format=html) 驱动为基于 Myson 芯片组的各类 NIC 提供支持。支持的型号包括：

* Myson MTD800 PCI Fast Ethernet chip
* Myson MTD803 PCI Fast Ethernet chip
* Myson MTD89X PCI Gigabit Ethernet chip

[nfe(4)](https://man.freebsd.org/cgi/man.cgi?query=nfe\&sektion=4\&format=html) 驱动支持以下 NVIDIA MCP 板载适配器：

* NVIDIA nForce MCP Networking Adapter
* NVIDIA nForce MCP04 Networking Adapter
* NVIDIA nForce 430 MCP12 Networking Adapter
* NVIDIA nForce 430 MCP13 Networking Adapter
* NVIDIA nForce MCP51 Networking Adapter
* NVIDIA nForce MCP55 Networking Adapter
* NVIDIA nForce MCP61 Networking Adapter
* NVIDIA nForce MCP65 Networking Adapter
* NVIDIA nForce MCP67 Networking Adapter
* NVIDIA nForce MCP73 Networking Adapter
* NVIDIA nForce MCP77 Networking Adapter
* NVIDIA nForce MCP79 Networking Adapter
* NVIDIA nForce2 MCP2 Networking Adapter
* NVIDIA nForce2 400 MCP4 Networking Adapter
* NVIDIA nForce2 400 MCP5 Networking Adapter
* NVIDIA nForce3 MCP3 Networking Adapter
* NVIDIA nForce3 250 MCP6 Networking Adapter
* NVIDIA nForce3 MCP7 Networking Adapter
* NVIDIA nForce4 CK804 MCP8 Networking Adapter
* NVIDIA nForce4 CK804 MCP9 Networking Adapter

[nge(4)](https://man.freebsd.org/cgi/man.cgi?query=nge\&sektion=4\&format=html) 驱动支持基于 National Semiconductor DP83820 和 DP83821 的千兆以太网适配器，包括：

* Addtron AEG320T
* Ark PC SOHO-GA2500T（32 位 PCI）和 SOHO-GA2000T（64 位 PCI）
* Asante FriendlyNet GigaNIX 1000TA 和 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 位 PCI）和 TEG-PCITX2（64 位 PCI）

[oce(4)](https://man.freebsd.org/cgi/man.cgi?query=oce\&sektion=4\&format=html) 驱动支持以下网络适配器：

* Emulex BladeEngine 2
* Emulex BladeEngine 3
* Emulex Lancer

[qlxgb(4)](https://man.freebsd.org/cgi/man.cgi?query=qlxgb\&sektion=4\&format=html) 驱动支持基于以下芯片组的 10 千兆以太网和 CNA 适配器：

* QLogic 3200 series
* QLogic 8200 series

[qlxgbe(4)](https://man.freebsd.org/cgi/man.cgi?query=qlxgbe\&sektion=4\&format=html) 驱动支持基于以下芯片组的 10 千兆以太网和 CNA 适配器：

* QLogic 8300 series

[qlxge(4)](https://man.freebsd.org/cgi/man.cgi?query=qlxge\&sektion=4\&format=html) 驱动支持基于以下芯片组的 10 千兆以太网和 CNA 适配器：

* QLogic 8100 series

[re(4)](https://man.freebsd.org/cgi/man.cgi?query=re\&sektion=4\&format=html) 驱动支持基于 RealTek RTL8139C+、RTL8169、RTL816xS、RTL811xS、RTL8168、RTL810xE 和 RTL8111 的快速以太网和千兆以太网适配器，包括：

* Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+)
* Compaq Evo N1015v Integrated Ethernet (8139C+)
* Corega CG-LAPCIGT Gigabit Ethernet (8169S)
* D-Link DGE-528(T) Gigabit Ethernet (8169S)
* Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
* LevelOne GNC-0105T (8169S)
* LinkSys EG1032 (32-bit PCI)
* PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
* TP-Link TG-3468 v2 Gigabit Ethernet (8168)
* USRobotics USR997902 Gigabit Ethernet (8169S)
* Xterasys XN-152 10/100/1000 NIC (8169)

[rl(4)](https://man.freebsd.org/cgi/man.cgi?query=rl\&sektion=4\&format=html) 驱动支持的适配器包括：

* Accton “Cheetah” EN1207D (MPX 5030/5038; RealTek 8139 clone)
* Allied Telesyn AT2550
* Allied Telesyn AT2500TX
* Belkin F5D5000
* BUFFALO (Melco INC.) LPC-CB-CLX (CardBus)
* Compaq HNE-300
* CompUSA no-name 10/100 PCI Ethernet NIC
* Corega FEther CB-TXD
* Corega FEtherII CB-TXD
* D-Link DFE-520TX (rev. C1)
* D-Link DFE-528TX
* D-Link DFE-530TX+
* D-Link DFE-538TX
* D-Link DFE-690TXD
* Edimax EP-4103DL CardBus
* Encore ENL832-TX 10/100 M PCI
* Farallon NetLINE 10/100 PCI
* Genius GF100TXR
* GigaFast Ethernet EE100-AXP
* KTX-9130TX 10/100 Fast Ethernet
* LevelOne FPC-0106TX
* Longshine LCS-8038TX-R
* NDC Communications NE100TX-E
* Netronix Inc. EA-1210 NetEther 10/100
* Nortel Networks 10/100BaseTX
* OvisLink LEF-8129TX
* OvisLink LEF-8139TX
* Peppercon AG ROL-F
* Planex FNW-3603-TX
* Planex FNW-3800-TX
* SMC EZ Card 10/100 PCI 1211-TX
* SOHO (PRAGMATIC) UE-1211C

[rue(4)](https://man.freebsd.org/cgi/man.cgi?query=rue\&sektion=4\&format=html) 驱动支持基于 RealTek RTL8150 的 USB 以太网适配器，包括：

* Buffalo (Melco Inc.) LUA-KTX
* Green House GH-USB100B
* LinkSys USB100M
* Billionton 10/100 FastEthernet USBKR2

[sfxge(4)](https://man.freebsd.org/cgi/man.cgi?query=sfxge\&sektion=4\&format=html) 驱动支持基于 Solarflare SFC9000 系列控制器的所有 10Gb 以太网适配器。

[sge(4)](https://man.freebsd.org/cgi/man.cgi?query=sge\&sektion=4\&format=html) 设备驱动为以下以太网控制器提供支持：

* SiS190 Fast Ethernet controller
* SiS191 Fast/Gigabit Ethernet controller

[sis(4)](https://man.freebsd.org/cgi/man.cgi?query=sis\&sektion=4\&format=html) 驱动支持基于 Silicon Integrated Systems SiS 900 和 SiS 7016 的快速以太网适配器和嵌入式控制器，以及基于 National Semiconductor DP83815 (MacPhyter) 和 DP83816 芯片的快速以太网适配器。支持的适配器包括：

* @Nifty FNECHARD IFC USUP-TX
* MELCO LGY-PCI-TXC
* Netgear FA311-TX (DP83815)
* Netgear FA312-TX (DP83815)
* SiS 630、635 和 735 主板芯片组
* Soekris Engineering net45xx、net48xx、lan1621 和 lan1641

[sk(4)](https://man.freebsd.org/cgi/man.cgi?query=sk\&sektion=4\&format=html) 驱动支持的适配器包括：

* 3Com 3C940 单端口，1000baseT 适配器
* 3Com 3C2000-T 单端口，1000baseT 适配器
* Belkin F5D5005 单端口，1000baseT 适配器
* D-Link DGE-530T 单端口，1000baseT 适配器
* Linksys (revision 2) 单端口，1000baseT 适配器
* SK-9521 SK-NET GE-T 单端口，1000baseT 适配器
* SK-9821 SK-NET GE-T 单端口，1000baseT 适配器
* SK-9822 SK-NET GE-T 双端口，1000baseT 适配器
* SK-9841 SK-NET GE-LX 单端口，单模光纤适配器
* SK-9842 SK-NET GE-LX 双端口，单模光纤适配器
* SK-9843 SK-NET GE-SX 单端口，多模光纤适配器
* SK-9844 SK-NET GE-SX 双端口，多模光纤适配器
* SMC 9452TX 单端口，1000baseT 适配器

[smsc(4)](https://man.freebsd.org/cgi/man.cgi?query=smsc\&sektion=4\&format=html) 驱动支持以下设备：

* 基于 SMSC LAN9500、LAN9500A、LAN9505 和 LAN9505A 的以太网适配器
* 基于 SMSC LAN89530、LAN9530 和 LAN9730 的以太网适配器
* SMSC LAN951x 集成 USB 集线器的以太网适配器

[ste(4)](https://man.freebsd.org/cgi/man.cgi?query=ste\&sektion=4\&format=html) 驱动支持基于 Sundance Technologies ST201 的快速以太网适配器和嵌入式控制器，包括：

* D-Link DFE-530TXS
* D-Link DFE-550TX
* D-Link DFE-580TX

[stge(4)](https://man.freebsd.org/cgi/man.cgi?query=stge\&sektion=4\&format=html) 驱动为基于 Sundance/Tamarack TC9021 千兆以太网控制器芯片的各类 NIC 提供支持，包括：

* 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

[ti(4)](https://man.freebsd.org/cgi/man.cgi?query=ti\&sektion=4\&format=html) 驱动支持基于 Alteon Tigon I 和 II 芯片的千兆以太网适配器。[ti(4)](https://man.freebsd.org/cgi/man.cgi?query=ti\&sektion=4\&format=html) 驱动使用以下适配器进行了测试：

* 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)

以下适配器应该也受支持，但尚未经过测试：

* 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

[udav(4)](https://man.freebsd.org/cgi/man.cgi?query=udav\&sektion=4\&format=html) 驱动支持以下适配器：

* Corega FEther USB-TXC
* ShanTou ST268 USB NIC

[urndis(4)](https://man.freebsd.org/cgi/man.cgi?query=urndis\&sektion=4\&format=html) 驱动支持许多 Android 设备的“tethering”功能。

[vge(4)](https://man.freebsd.org/cgi/man.cgi?query=vge\&sektion=4\&format=html) 驱动支持基于 VIA Networking VT6120、VT6122、VT6130 和 VT6132 的千兆以太网适配器，包括：

* 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)

[vr(4)](https://man.freebsd.org/cgi/man.cgi?query=vr\&sektion=4\&format=html) 驱动支持基于 VIA Technologies Rhine I、Rhine II 和 Rhine III 的快速以太网适配器，包括：

* AOpen/Acer ALN-320
* D-Link DFE520-TX
* D-Link DFE530-TX
* Hawking Technologies PN102TX
* Soekris Engineering net5501

[vte(4)](https://man.freebsd.org/cgi/man.cgi?query=vte\&sektion=4\&format=html) 设备驱动为以下以太网控制器提供支持：

* DM\&P Vortex86 RDC R6040 Fast Ethernet controller

[xl(4)](https://man.freebsd.org/cgi/man.cgi?query=xl\&sektion=4\&format=html) 驱动支持以下硬件：

* 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 和 3c980C 服务器适配器
* 3Com 3cSOHO100-TX OfficeConnect 适配器
* 3Com 3c450 HomeConnect 适配器
* 3Com 3c555、3c556 和 3c556B mini-PCI 适配器
* 3Com 3C3SH573BT, 3C575TX, 3CCFE575BT, 3CXFE575BT, 3CCFE575CT, 3CXFE575CT, 3CCFEM656, 3CCFEM656B, 和 3CCFEM656C, 3CXFEM656, 3CXFEM656B, 和 3CXFEM656C CardBus 适配器
* 3Com 3c905-TX, 3c905B-TX 3c905C-TX, 3c920B-EMB 和 3c920B-EMB-WNM 嵌入式适配器

3C656 系列 CardBus 卡和 3C556 系列 MiniPCI 卡均内置专有调制解调器。[xl(4)](https://man.freebsd.org/cgi/man.cgi?query=xl\&sektion=4\&format=html) 驱动或其他任何 FreeBSD 驱动均不支持此调制解调器。

### FDDI 接口

\[i386] DEC DEFPA PCI（[fpa(4)](https://man.freebsd.org/cgi/man.cgi?query=fpa\&sektion=4\&format=html) 驱动）

\[i386] DEC DEFEA EISA（[fpa(4)](https://man.freebsd.org/cgi/man.cgi?query=fpa\&sektion=4\&format=html) 驱动）

### 无线网络接口

\[amd64、i386] Cisco/Aironet 802.11b 无线适配器（[an(4)](https://man.freebsd.org/cgi/man.cgi?query=an\&sektion=4\&format=html) 驱动）

[ath(4)](https://man.freebsd.org/cgi/man.cgi?query=ath\&sektion=4\&format=html) 驱动支持所有 Atheros Cardbus、ExpressCard、PCI 和 PCIe 卡，基于 AR5005VL 芯片组的除外。

[bwi(4)](https://man.freebsd.org/cgi/man.cgi?query=bwi\&sektion=4\&format=html) 驱动支持基于 Broadcom BCM43xx 的无线设备，包括：

```sh
*Card*                   *Chip*     *Bus*       *Standard*
Apple Airport Extreme    BCM4306    PCI         b/g
Apple Airport Extreme    BCM4318    PCI         b/g
ASUS WL-100g             BCM4306    CardBus     b/g
ASUS WL-138g             BCM4318    PCI         b/g
Buffalo WLI-CB-G54S      BCM4318    CardBus     b/g
Buffalo WLI-PCI-G54S     BCM4306    PCI         b/g
Compaq R4035 onboard     BCM4306    PCI         b/g
Dell Wireless 1390       BCM4311    Mini PCI    b/g
Dell Wireless 1470       BCM4318    Mini PCI    b/g
Dell Truemobile 1300 r2  BCM4306    Mini PCI    b/g
Dell Truemobile 1400     BCM4309    Mini PCI    b/g
HP nx6125                BCM4319    PCI         b/g
Linksys WPC54G Ver 3     BCM4318    CardBus     b/g
Linksys WPC54GS Ver 2    BCM4318    CardBus     b/g
TRENDnet TEW-401PCplus   BCM4306    CardBus     b/g
US Robotics 5411         BCM4318    CardBus     b/g
```

**bwi** 驱动使用较旧的 v3 版本 Broadcom 固件。虽然旧版固件确实支持大多数 BCM43xx 部件，但对于它所支持的较新芯片，**bwn(4)** 驱动效果更好。如果你使用较旧的 Broadcom 芯片组（BCM4301、BCM4303 和 BCM4306 rev 2），则必须使用 **bwi** 驱动。**bwn(4)** 使用的 v4 版本固件不支持这些芯片。

[bwn(4)](https://man.freebsd.org/cgi/man.cgi?query=bwn\&sektion=4\&format=html) 驱动支持基于 Broadcom BCM43xx 的无线设备，包括：

```sh
*Card*                   *Chip*     *Bus*       *Standard*
Apple Airport Extreme    BCM4318    PCI         b/g
ASUS WL-138g             BCM4318    PCI         b/g
Buffalo WLI-CB-G54S      BCM4318    CardBus     b/g
Dell Wireless 1390       BCM4311    Mini PCI    b/g
Dell Wireless 1470       BCM4318    Mini PCI    b/g
Dell Truemobile 1400     BCM4309    Mini PCI    b/g
HP Compaq 6715b          BCM4312    PCI         b/g
HP nx6125                BCM4319    PCI         b/g
Linksys WPC54G Ver 3     BCM4318    CardBus     b/g
Linksys WPC54GS Ver 2    BCM4318    CardBus     b/g
US Robotics 5411         BCM4318    CardBus     b/g
```

使用较旧 Broadcom 芯片组（BCM4301、BCM4303 和 BCM4306 rev 2）的用户必须使用 **bwi(4)**，因为 v4 版本的固件不支持这些芯片。较新的固件过大，无法容纳于这些旧芯片中。

\[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter ([ipw(4)](https://man.freebsd.org/cgi/man.cgi?query=ipw\&sektion=4\&format=html) driver)

\[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters ([iwi(4)](https://man.freebsd.org/cgi/man.cgi?query=iwi\&sektion=4\&format=html) driver)

\[i386, amd64] Intel Dual Band Wireless AC 3160/7260/7265 IEEE 802.11ac network adapters ([iwm(4)](https://man.freebsd.org/cgi/man.cgi?query=iwm\&sektion=4\&format=html) driver)

\[i386, amd64] Intel Wireless WiFi Link 4965AGN IEEE 802.11n PCI network adapters ([iwn(4)](https://man.freebsd.org/cgi/man.cgi?query=iwn\&sektion=4\&format=html) driver)

\[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters ([malo(4)](https://man.freebsd.org/cgi/man.cgi?query=malo\&sektion=4\&format=html) driver)

Marvell 88W8363 IEEE 802.11n wireless network adapters ([mwl(4)](https://man.freebsd.org/cgi/man.cgi?query=mwl\&sektion=4\&format=html) driver)

[otus(4)](https://man.freebsd.org/cgi/man.cgi?query=otus\&sektion=4\&format=html) 驱动提供对 Atheros AR9170 USB IEEE 802.11b/g/n 无线网络适配器的支持，包括：

3Com 3CRUSBN275

Arcadyan WN7512

CACE AirPcap Nx

D-Link DWA-130 rev D1

D-Link DWA-160 rev A1

D-Link DWA-160 rev A2

IO-Data WN-GDN/US2

NEC Aterm WL300NU-G

Netgear WNDA3100

Netgear WN111 v2

Planex GW-US300

SMC Networks SMCWUSB-N2

TP-Link TL-WN821N v1, v2

Ubiquiti SR71 USB

Unex DNUA-81

Z-Com UB81

Z-Com UB82

ZyXEL NWD-271N

[ral(4)](https://man.freebsd.org/cgi/man.cgi?query=ral\&sektion=4\&format=html) 驱动支持基于 Ralink Technology 芯片组的 PCI/PCIe/CardBus 无线适配器，包括：

```sh
*Card*                           *MAC/BBP*  *Bus*
A-Link WL54H                     RT2560     PCI
A-Link WL54PC                    RT2560     CardBus
AirLink101 AWLC5025              RT2661     CardBus
AirLink101 AWLH5025              RT2661     PCI
Amigo AWI-914W                   RT2560     CardBus
Amigo AWI-922W                   RT2560     mini-PCI
Amigo AWI-926W                   RT2560     PCI
AMIT WL531C                      RT2560     CardBus
AMIT WL531P                      RT2560     PCI
AOpen AOI-831                    RT2560     PCI
ASUS WL-107G                     RT2560     CardBus
ASUS WL-130g                     RT2560     PCI
Atlantis Land A02-PCI-W54        RT2560     PCI
Atlantis Land A02-PCM-W54        RT2560     CardBus
Belkin F5D7000 v3                RT2560     PCI
Belkin F5D7010 v2                RT2560     CardBus
Billionton MIWLGRL               RT2560     mini-PCI
Canyon CN-WF511                  RT2560     PCI
Canyon CN-WF513                  RT2560     CardBus
CC&C WL-2102                     RT2560     CardBus
CNet CWC-854                     RT2560     CardBus
CNet CWP-854                     RT2560     PCI
Compex WL54G                     RT2560     CardBus
Compex WLP54G                    RT2560     PCI
Conceptronic C54RC               RT2560     CardBus
Conceptronic C54Ri               RT2560     PCI
D-Link DWA-525 rev A2            RT5392     PCI
Digitus DN-7001G-RA              RT2560     CardBus
Digitus DN-7006G-RA              RT2560     PCI
E-Tech WGPC02                    RT2560     CardBus
E-Tech WGPI02                    RT2560     PCI
Edimax EW-7108PCg                RT2560     CardBus
Edimax EW-7128g                  RT2560     PCI
Eminent EM3036                   RT2560     CardBus
Eminent EM3037                   RT2560     PCI
Encore ENLWI-G-RLAM              RT2560     PCI
Encore ENPWI-G-RLAM              RT2560     CardBus
Fiberline WL-400P                RT2560     PCI
Fibreline WL-400X                RT2560     CardBus
Gigabyte GN-WI01GS               RT2561S    mini-PCI
Gigabyte GN-WIKG                 RT2560     mini-PCI
Gigabyte GN-WMKG                 RT2560     CardBus
Gigabyte GN-WP01GS               RT2561S    PCI
Gigabyte GN-WPKG                 RT2560     PCI
Hawking HWC54GR                  RT2560     CardBus
Hawking HWP54GR                  RT2560     PCI
iNexQ CR054g-009 (R03)           RT2560     PCI
JAHT WN-4054P                    RT2560     CardBus
JAHT WN-4054PCI                  RT2560     PCI
LevelOne WNC-0301 v2             RT2560     PCI
LevelOne WPC-0301 v2             RT2560     CardBus
Linksys WMP54G v4                RT2560     PCI
Micronet SP906GK                 RT2560     PCI
Micronet SP908GK V3              RT2560     CardBus
Minitar MN54GCB-R                RT2560     CardBus
Minitar MN54GPC-R                RT2560     PCI
MSI CB54G2                       RT2560     CardBus
MSI MP54G2                       RT2560     mini-PCI
MSI PC54G2                       RT2560     PCI
OvisLink EVO-W54PCI              RT2560     PCI
PheeNet HWL-PCIG/RA              RT2560     PCI
Planex GW-NS300N                 RT2860     CardBus
Pro-Nets CB80211G                RT2560     CardBus
Pro-Nets PC80211G                RT2560     PCI
Repotec RP-WB7108                RT2560     CardBus
Repotec RP-WP0854                RT2560     PCI
SATech SN-54C                    RT2560     CardBus
SATech SN-54P                    RT2560     PCI
Sitecom WL-112                   RT2560     CardBus
Sitecom WL-115                   RT2560     PCI
SMC SMCWCB-GM                    RT2661     CardBus
SMC SMCWPCI-GM                   RT2661     PCI
SparkLAN WL-685R                 RT2560     CardBus
Surecom EP-9321-g                RT2560     PCI
Surecom EP-9321-g1               RT2560     PCI
Surecom EP-9428-g                RT2560     CardBus
Sweex LC500050                   RT2560     CardBus
Sweex LC700030                   RT2560     PCI
TekComm NE-9321-g                RT2560     PCI
TekComm NE-9428-g                RT2560     CardBus
Unex CR054g-R02                  RT2560     PCI
Unex MR054g-R02                  RT2560     CardBus
Zinwell ZWX-G160                 RT2560     CardBus
Zinwell ZWX-G360                 RT2560     mini-PCI
Zinwell ZWX-G361                 RT2560     PCI
Zonet ZEW1500                    RT2560     CardBus
Zonet ZEW1600                    RT2560     PCI
```

[rsu(4)](https://man.freebsd.org/cgi/man.cgi?query=rsu\&sektion=4\&format=html) 驱动提供对 Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n 无线网络适配器的支持，包括：

ASUS USB-N10

ASUS WL-167G V3

Belkin F7D1101 v1

D-Link DWA-131 A1

EDUP EP-MS150N(W)

Edimax EW-7622UMN

Hercules HWGUn-54

Hercules HWNUm-300

Planex GW-USNano

Sitecom WL-349 v1

Sitecom WL-353

Sweex LW154

TRENDnet TEW-646UBH

TRENDnet TEW-648UB

TRENDnet TEW-649UB

基于 Realtek RTL8192C、RTL8188E、RTL8812A 和 RTL8821A 的 PCIe IEEE 802.11b/g/n 无线网络适配器（[rtwn(4)](https://man.freebsd.org/cgi/man.cgi?query=rtwn\&sektion=4\&format=html) 驱动）

[rum(4)](https://man.freebsd.org/cgi/man.cgi?query=rum\&sektion=4\&format=html) 驱动支持基于 Ralink RT2501USB 和 RT2601USB 芯片组的 USB 2.0 无线适配器，包括：

```sh
*Card*                       *Bus*
3Com Aolynk WUB320g          USB
Abocom WUG2700 Ta            USB
Airlink101 AWLL5025          USB
ASUS WL-167g ver 2           USB
Belkin F5D7050 ver 3         USB
Belkin F5D9050 ver 3         USB
Buffalo WLI-U2-SG54HP        USB
Buffalo WLI-U2-SG54HG        USB
Buffalo WLI-U2-G54HP         USB
Buffalo WLI-UC-G             USB
CNet CWD-854 ver F           USB
Conceptronic C54RU ver 2     USB
Corega CG-WLUSB2GO           USB
D-Link DWA-110               USB
D-Link DWA-111               USB
D-Link DWL-G122 rev C1       USB
D-Link WUA-1340              USB
Digitus DN-7003GR            USB
Edimax EW-7318USG            USB
Gigabyte GN-WB01GS           USB
Gigabyte GN-WI05GS           USB
Hawking HWUG1                USB
Hawking HWU54DM              USB
Hercules HWGUSB2-54-LB       USB
Hercules HWGUSB2-54V2-AP     USB
LevelOne WNC-0301USB v3      USB
Linksys WUSB54G rev C        USB
Linksys WUSB54GR             USB
Planex GW-US54HP             USB
Planex GW-US54Mini2          USB
Planex GW-USMM               USB
Senao NUB-3701               USB
Sitecom WL-113 ver 2         USB
Sitecom WL-172               USB
Sweex LW053                  USB
TP-LINK TL-WN321G v1/v2/v3   USB
```

[run(4)](https://man.freebsd.org/cgi/man.cgi?query=run\&sektion=4\&format=html) 驱动支持以下无线适配器：

Airlink101 AWLL6090

ASUS USB-N11

ASUS USB-N13 ver. A1

ASUS USB-N14

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

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-130 rev F1

D-Link DWA-140 rev B1, B2, B3, D1

D-Link DWA-160 rev B2

D-Link DWA-162

DrayTek Vigor N61

Edimax EW-7711UAn

Edimax EW-7711UTn

Edimax EW-7717Un

Edimax EW-7718Un

Edimax EW-7733UnD

Gigabyte GN-WB30N

Gigabyte GN-WB31N

Gigabyte GN-WB32L

Hawking HWDN1

Hawking HWUN1

Hawking HWUN2

Hercules HWNU-300

Linksys WUSB54GC v3

Linksys WUSB600N

Logitec LAN-W150N/U2

Mvix Nubbin MS-811N

Panda Wireless PAU06

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-WN321G v4

TP-LINK TL-WN727N v3

Unex DNUR-81

Unex DNUR-82

ZyXEL NWD2705

ZyXEL NWD210N

ZyXEL NWD270N

[uath(4)](https://man.freebsd.org/cgi/man.cgi?query=uath\&sektion=4\&format=html) 驱动应能与以下适配器配合工作：

```sh
*Adapter*                            *Chipset*
`Compex WLU108AG`                    AR5005UX
`Compex WLU108G`                     AR5005UG
`D-Link DWL-G132`                    AR5005UG
`IODATA WN-G54/US`                   AR5005UG
`MELCO WLI-U2-KAMG54`                AR5005UX
`Netgear WG111T`                     AR5005UG
`Netgear WG111U`                     AR5005UX
`Netgear WPN111`                     AR5005UG
`Olitec 000544`                      AR5005UG
`PLANET WDL-U357`                    AR5005UX
`Siemens Gigaset 108`                AR5005UG
`SMC SMCWUSBT-G`                     AR5005UG
`SMC SMCWUSBT-G2`                    AR5005UG
`SparkLAN WL-785A`                   AR5005UX
`TP-Link TL-WN620G`                  AR5005UG
`TRENDware International TEW-444UB`  AR5005UG
`TRENDware International TEW-504UB`  AR5005UX
`Unex Technology UR054ag`            AR5005UX
`ZyXEL XtremeMIMO M-202`             AR5005UX
```

[upgt(4)](https://man.freebsd.org/cgi/man.cgi?query=upgt\&sektion=4\&format=html) 驱动支持基于 GW3887 芯片组的 USB 2.0 Conexant/Intersil PrismGT 系列无线适配器，包括：

* Belkin F5D7050 (version 1000)
* Cohiba Proto Board
* D-Link DWL-G120 Cohiba
* FSC Connect2Air E-5400 USB D1700
* Gigaset USB Adapter 54
* Inventel UR045G
* Netgear WG111v1 (rev2)
* SMC EZ ConnectG SMC2862W-G
* Sagem XG703A
* Spinnaker DUT
* Spinnaker Proto Board

[ural(4)](https://man.freebsd.org/cgi/man.cgi?query=ural\&sektion=4\&format=html) 驱动支持基于 Ralink Technology RT2500USB 芯片组的 USB 2.0 无线适配器，包括：

```sh
*Card*                           *Bus*
AMIT WL532U                      USB
ASUS WL-167g                     USB
Belkin F5D7050 v2000             USB
Buffalo WLI-U2-KG54-AI           USB
CNet CWD-854                     USB
Compex WLU54G 2A1100             USB
Conceptronic C54RU               USB
D-Link DWL-G122 b1               USB
Dynalink WLG25USB                USB
E-Tech WGUS02                    USB
Gigabyte GN-WBKG                 USB
Hercules HWGUSB2-54              USB
KCORP LifeStyle KLS-685          USB
Linksys WUSB54G v4               USB
Linksys WUSB54GP v4              USB
MSI MS-6861                      USB
MSI MS-6865                      USB
MSI MS-6869                      USB
NovaTech NV-902                  USB
OvisLink Evo-W54USB              USB
SerComm UB801R                   USB
SparkLAN WL-685R                 USB
Surecom EP-9001-g                USB
Sweex LC100060                   USB
Tonze UW-6200C                   USB
Zinwell ZWX-G261                 USB
Zonet ZEW2500P                   USB
```

最新列表可在 [**http://ralink.rapla.net/**](http://ralink.rapla.net/) 查阅。

[urtw(4)](https://man.freebsd.org/cgi/man.cgi?query=urtw\&sektion=4\&format=html) 驱动支持基于 Realtek RTL8187B/L 的无线网络设备，包括：

```sh
*Card*                        Radio      Bus
Belkin F5D7050E               RTL8225    USB
Linksys WUSB54GCv2            RTL8225    USB
Netgear WG111v2               RTL8225    USB
Netgear WG111v3               RTL8225    USB
Safehome WLG-1500SMA5         RTL8225    USB
Shuttle XPC Accessory PN20    RTL8225    USB
Sitecom WL168v1               RTL8225    USB
Sitecom WL168v4               RTL8225    USB
SureCom EP-9001-g(2A)         RTL8225    USB
TRENDnet TEW-424UB V3.xR      RTL8225    USB
```

\[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI 网络适配器（[wpi(4)](https://man.freebsd.org/cgi/man.cgi?query=wpi\&sektion=4\&format=html) 驱动）

以下设备已知受 [zyd(4)](https://man.freebsd.org/cgi/man.cgi?query=zyd\&sektion=4\&format=html) 驱动支持：

3COM 3CRUSB10075

Acer WLAN-G-US1

Airlink+ AWLL3025

Airlink 101 AWLL3026

AOpen 802.11g WL54

Asus A9T integrated wireless

Asus WL-159g

Belkin F5D7050 v.4000

Billion BiPAC 3011G

Buffalo WLI-U2-KG54L

CC\&C WL-2203B

DrayTek Vigor 550

Edimax EW-7317UG

Edimax EW-7317LDG

Fiberline Networks WL-43OU

iNexQ UR055g

Linksys WUSBF54G

Longshine LCS-8131G3

MSI US54SE

MyTek MWU-201 USB adapter

Philips SNU5600

Planet WL-U356

Planex GW-US54GZ

Planex GW-US54GZL

Planex GW-US54Mini

Safecom SWMULZ-5400

Sagem XG 760A

Sagem XG 76NA

Sandberg Wireless G54 USB

Sitecom WL-113

SMC SMCWUSB-G

Sweex wireless USB 54 Mbps

Tekram/Siemens USB adapter

Telegent TG54USB

Trendnet TEW-424UB rev A

Trendnet TEW-429UB

TwinMOS G240

Unicorn WL-54G

US Robotics 5423

X-Micro XWL-11GUZX

Yakumo QuickWLAN USB

Zonet ZEW2501

ZyXEL ZyAIR G-202

ZyXEL ZyAIR G-220

### 其他网络设备

[ce(4)](https://man.freebsd.org/cgi/man.cgi?query=ce\&sektion=4\&format=html) 驱动支持以下型号的 Tau-PCI/32 WAN 适配器：

Cronyx Tau-PCI/32

> 两个分时隙/非成帧 E1 接口，32 个 HDLC 通道在两者间共享，适配器总吞吐量为 2048 kbps。

Cronyx Tau-PCI/32-Lite

> 单个分时隙/非成帧 E1 接口， 含 32 个 HDLC 通道。

[cp(4)](https://man.freebsd.org/cgi/man.cgi?query=cp\&sektion=4\&format=html) 驱动支持以下型号的 Tau-PCI WAN 适配器：

Cronyx Tau-PCI

> V.35 和 RS-232 接口

Cronyx Tau-PCI/R

> RS-530(RS-449) 和 X.21 接口

Cronyx Tau-PCI-L

> 一个 V.35 和 RS-232 接口，半高

Cronyx Tau-PCI-L/R

> 一个 RS-530(RS-449) 和 X.21 接口，半高

Cronyx Tau-PCI-E1

> 分时隙 E1 接口

Cronyx Tau-PCI-G703

> 非成帧 E1 接口

Cronyx Tau-PCI-2E1

> 分时隙 E1 和非成帧 E1 接口

Cronyx Tau-PCI-4E1

> 分时隙 E1 和非成帧 E1 接口

Cronyx Tau-PCI-E3

> E3 接口

Cronyx Tau-PCI-T3

> T3 接口

Cronyx Tau-PCI-STS1

> STS-1 接口

### 串口

核心组件和内核接口通过硬件接口与硬件通信。该接口作为硬件的抽象，允许使用不同的 UART 进行串行通信。

[uart(4)](https://man.freebsd.org/cgi/man.cgi?query=uart\&sektion=4\&format=html) 驱动支持以下类别的 UART：

* NS8250：基于 8250、16450、16550、16650、16750 或 16950 UART 的标准硬件。
* SCC：由 **scc(4)** 设备驱动支持的串行通信控制器。

[scc(4)](https://man.freebsd.org/cgi/man.cgi?query=scc\&sektion=4\&format=html) 驱动支持以下类别的 SCC：

* QUICC：Freescale/NXP 四路集成通信控制器。
* Z8530：基于 Zilog 8530 的串行通信控制器。

\[amd64, i386] 基于 PCI 的多端口串行板（[puc(4)](https://man.freebsd.org/cgi/man.cgi?query=puc\&sektion=4\&format=html) 驱动）

* \[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
* \[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

### 声卡设备

[snd\_ad1816(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_ad1816\&sektion=4\&format=html) 驱动支持以下声卡：

* Analog Devices AD1816

[snd\_als4000(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_als4000\&sektion=4\&format=html) 驱动支持以下声卡：

* Avance Logic ALS4000

[snd\_atiixp(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_atiixp\&sektion=4\&format=html) 驱动支持以下音频芯片组：

* ATI IXP 200
* ATI IXP 300
* ATI IXP 400

[snd\_cmi(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_cmi\&sektion=4\&format=html) 驱动支持以下声卡：

* CMedia CMI8338A
* CMedia CMI8338B
* CMedia CMI8738
* CMedia CMI8738B

[snd\_cs4281(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_cs4281\&sektion=4\&format=html) 驱动支持以下声卡：

* Crystal Semiconductor CS4281

[snd\_csa(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_csa\&sektion=4\&format=html) 驱动支持以下声卡：

* 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

某些板载 CS4610 芯片伴随 CS423x ISA 编解码器而非 CS4297 AC97 编解码器。 **snd\_csa** 驱动目前尚不支持此类配置。

[snd\_ds1(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_ds1\&sektion=4\&format=html) 驱动支持以下声卡：

* Yamaha DS-1
* Yamaha DS-1E

[snd\_emu10k1(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_emu10k1\&sektion=4\&format=html) 驱动支持以下声卡：

* Creative SoundBlaster Live! (EMU10K1 Chipset)
* Creative SoundBlaster Audigy (EMU10K2 Chipset)
* Creative SoundBlaster Audigy 2 (EMU10K2 Chipset)
* Creative SoundBlaster Audigy 2 (EMU10K3 Chipset)

[snd\_emu10kx(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_emu10kx\&sektion=4\&format=html) 驱动支持以下声卡：

* Creative Sound Blaster Live! (EMU10K1 Chipset). PCM 和 MIDI 接口均可用。
* Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset). PCM 和两个 MIDI 接口可用。
* Creative Sound Blaster Audigy 2 and Creative Sound Blaster Audigy 4 (CA0102 Chipset). PCM 支持仅限于 48kHz/16 位立体声（该芯片组的 192kHz/24 位部分不受支持）。
* Creative Sound Blaster Audigy 2 Value (CA0108 Chipset). PCM 支持仅限于 48kHz/16 位立体声（该芯片组的 192kHz/24 位部分不受支持）。该卡不支持 MIDI。

**snd\_emu10kx** 驱动 *不* 支持以下声卡（虽然它们的名称与某些受支持的声卡相似）：

* Creative Sound Blaster Live! 24-Bit，FreeBSD 将其识别为 “`emu10k1x Soundblaster Live! 5.1`”。
* Creative Sound Blaster Audigy LS / ES，FreeBSD 将其识别为 “`CA0106-DAT Audigy LS`”。
* 所有其他采用 -DAT 芯片组的 Creative 声卡。
* 所有 Creative X-Fi 系列声卡。

[snd\_envy24(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_envy24\&sektion=4\&format=html) 驱动支持以下音频设备：

* M-Audio Audiophile 2496
* M-Audio Delta Dio 2496
* Terratec DMX 6fire

仅支持模拟播放。这些卡的录音及其他功能不受支持。

[snd\_envy24ht(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_envy24ht\&sektion=4\&format=html) 驱动支持以下音频设备：

* Audiotrak Prodigy 7.1
* Audiotrak Prodigy 7.1 LT
* Audiotrak Prodigy 7.1 XT
* Audiotrak Prodigy HD2
* ESI Juli@
* ESI Juli@ XTe
* 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

仅支持模拟播放。这些卡的录音及其他功能不受支持。

[snd\_es137x(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_es137x\&sektion=4\&format=html) 驱动支持以下声卡：

* 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

[snd\_ess(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_ess\&sektion=4\&format=html) 驱动支持以下声卡：

* Ensoniq ESS ISA PnP/non-PnP

[snd\_fm801(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_fm801\&sektion=4\&format=html) 驱动支持基于以下芯片组的音频设备：

* Forte Media FM801

[snd\_gusc(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_gusc\&sektion=4\&format=html) 驱动支持以下声卡：

* Gravis UltraSound MAX
* Gravis UltraSound PnP

[snd\_hda(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_hda\&sektion=4\&format=html) 驱动支持具有 PCI 类 4（多媒体）和子类 3（HDA）的控制器，兼容 Intel HDA 规范。

[snd\_hda(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_hda\&sektion=4\&format=html) 驱动支持超过两百种不同的控制器和 CODEC。在此全部列出没有意义，因为在大多数情况下，特定的 CODEC 配置和接线比 CODEC 本身的类型更重要。

[snd\_hdspe(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_hdspe\&sektion=4\&format=html) 驱动支持以下音频设备：

* RME HDSPe AIO
* RME HDSPe RayDAT

[snd\_ich(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_ich\&sektion=4\&format=html) 驱动支持以下音频设备：

* 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

[snd\_maestro(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_maestro\&sektion=4\&format=html) 驱动支持以下 PCI 声卡：

* ESS Technology Maestro-1
* ESS Technology Maestro-2
* ESS Technology Maestro-2E

[snd\_maestro3(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_maestro3\&sektion=4\&format=html) 驱动支持以下音频设备：

* ESS Technology Allegro-1
* ESS Technology Maestro3

[snd\_mss(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_mss\&sektion=4\&format=html) 驱动支持以下音频设备：

* 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

[snd\_neomagic(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_neomagic\&sektion=4\&format=html) 驱动支持以下音频设备：

* NeoMagic 256AV
* NeoMagic 256ZX

[snd\_sbc(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_sbc\&sektion=4\&format=html) 驱动支持以下声卡：

* 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

[snd\_solo(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_solo\&sektion=4\&format=html) 驱动支持以下声卡：

* ESS Solo-1 (ES1938 Chipset)
* ESS Solo-1E (ES1946 Chipset)

注意，采用 ES18xx 芯片组的较旧 ESS ISA 卡通过 **snd\_ess(4)** 和/或 **snd\_sbc(4)** 支持。

[snd\_spicds(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_spicds\&sektion=4\&format=html) 驱动支持以下编解码器：

* AK4358
* AK4381
* AK4396
* AK4524
* AK4528
* WM8770

[snd\_t4dwave(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_t4dwave\&sektion=4\&format=html) 驱动支持以下音频设备：

* Acer Labs M5451
* SIS 7018
* Trident 4DWave DX
* Trident 4DWave NX

[snd\_via8233(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_via8233\&sektion=4\&format=html) 驱动支持以下音频芯片组：

* VIA VT8233
* VIA VT8233A
* VIA VT8233C
* VIA VT8235
* VIA VT8237
* VIA VT8251

[snd\_via82c686(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_via82c686\&sektion=4\&format=html) 驱动支持基于以下芯片组的音频设备：

* VIA 82C686A

[snd\_vibes(4)](https://man.freebsd.org/cgi/man.cgi?query=snd_vibes\&sektion=4\&format=html) 驱动支持基于以下芯片组的音频设备：

* S3 SonicVibes

### USB 设备

\[amd64、i386] FreeBSD 支持多种 USB 外设；已知可正常工作的设备在本节中列出。由于大多数 USB 设备具有通用性，除少数例外，任何给定类别的设备都会受到支持，即使在此处未明确列出。

> **注意**：
>
> \[amd64、i386] USB 以太网适配器可在列出以太网接口的章节中找到。

> **注意**：
>
> \[amd64、i386] USB 蓝牙适配器可在蓝牙章节中找到。

[ohci(4)](https://man.freebsd.org/cgi/man.cgi?query=ohci\&sektion=4\&format=html) 驱动支持所有兼容 OHCI v1.0 的控制器，包括：

* AcerLabs M5237 (Aladdin-V)
* AMD-756
* OPTi 82C861 (FireLink)
* NEC uPD 9210
* CMD Tech 670 (USB0670)
* CMD Tech 673 (USB0673)
* NVIDIA nForce3

[uhci(4)](https://man.freebsd.org/cgi/man.cgi?query=uhci\&sektion=4\&format=html) 驱动支持所有兼容 UHCI v1.1 的控制器，包括：

* Intel 82371AB/EB (PIIX4)
* Intel 82371SB (PIIX3)
* VIA 83C572

\[amd64、i386] 使用 EHCI 接口的 USB 2.0 控制器（[ehci(4)](https://man.freebsd.org/cgi/man.cgi?query=ehci\&sektion=4\&format=html) 驱动）

\[amd64、i386] 集线器

\[amd64、i386] 键盘（[ukbd(4)](https://man.freebsd.org/cgi/man.cgi?query=ukbd\&sektion=4\&format=html) 驱动）

\[amd64、i386] 其他设备

* 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)](https://man.freebsd.org/cgi/man.cgi?query=ufm\&sektion=4\&format=html) 驱动）
* Mirunet AlphaCam Plus

以下设备受 [urio(4)](https://man.freebsd.org/cgi/man.cgi?query=urio\&sektion=4\&format=html) 驱动支持：

* Diamond MultiMedia Rio 500
* Diamond MultiMedia Rio 600
* Diamond MultiMedia Rio 800

[umodem(4)](https://man.freebsd.org/cgi/man.cgi?query=umodem\&sektion=4\&format=html) 驱动支持的设备包括：

* 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] 鼠标（[ums(4)](https://man.freebsd.org/cgi/man.cgi?query=ums\&sektion=4\&format=html) 驱动）

[ulpt(4)](https://man.freebsd.org/cgi/man.cgi?query=ulpt\&sektion=4\&format=html) 驱动提供对 USB 打印机和并行打印机转换电缆的支持，包括以下设备：

* ATen parallel printer adapter
* Belkin F5U002 parallel printer adapter
* Canon BJ F850, S600
* Canon LBP-1310, 350
* Entrega USB-to-parallel printer adapter

[ubsa(4)](https://man.freebsd.org/cgi/man.cgi?query=ubsa\&sektion=4\&format=html) 驱动支持以下适配器：

* 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

[ubser(4)](https://man.freebsd.org/cgi/man.cgi?query=ubser\&sektion=4\&format=html) 驱动提供对 BWCT 控制台管理串行适配器的支持。

[uftdi(4)](https://man.freebsd.org/cgi/man.cgi?query=uftdi\&sektion=4\&format=html) 驱动支持以下适配器：

* 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

[uplcom(4)](https://man.freebsd.org/cgi/man.cgi?query=uplcom\&sektion=4\&format=html) 驱动支持以下设备和适配器：

* 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
* ATEN UC-232B
* BAFO BF-800 and BF-810
* Belkin F5U257
* BenQ S81 Phone
* Corega CG-USBRS232R Serial Adapter
* Cressi Edy (Seiko) Diving Computer
* ELECOM UC-SGT Serial Adapter
* HAL Corporation Crossam2+USB IR commander
* Hama USB RS-232 Serial Adapter
* Hamlet exaggerate 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 Generic USB-Serial Adapters (HXN)
* Prolific Pharos USB-Serial Adapter
* Prolific USB-Serial Controller D
* 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

[umct(4)](https://man.freebsd.org/cgi/man.cgi?query=umct\&sektion=4\&format=html) 驱动支持以下适配器：

* Belkin F5U109
* Belkin F5U409
* D-Link DU-H3SP USB BAY Hub
* Magic Control Technology USB-232
* Sitecom USB-232

\[amd64、i386] 音频设备（[uaudio(4)](https://man.freebsd.org/cgi/man.cgi?query=uaudio\&sektion=4\&format=html) 驱动）

[uvisor(4)](https://man.freebsd.org/cgi/man.cgi?query=uvisor\&sektion=4\&format=html) 驱动支持以下设备：

* Aceeca Mez1000 RDA
* Handspring Treo
* Handspring Treo 600
* Handspring Visor
* Palm I705
* Palm M125
* Palm M130
* Palm M500
* Palm M505
* Palm M515
* Palm Tungsten T
* Palm Tungsten Z
* Palm Zire
* Palm Zire 31
* Sony Clie 4.0
* Sony Clie 4.1
* Sony Clie 5.0
* Sony Clie PEG-S500C
* Sony Clie NX60
* Sony Clie S360
* Sony Clie TJ37

### IEEE 1394（Firewire）设备

[fwohci(4)](https://man.freebsd.org/cgi/man.cgi?query=fwohci\&sektion=4\&format=html) 驱动为 PCI/CardBus FireWire 接口卡提供支持。该驱动支持以下 IEEE 1394 OHCI 芯片组：

* 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)
* Texas Instruments PCI4410A
* Texas Instruments PCI4450
* Texas Instruments PCI4451
* Texas Instruments TSB12LV22
* Texas Instruments TSB12LV23
* Texas Instruments TSB12LV26
* Texas Instruments TSB43AA22
* Texas Instruments TSB43AB21/A/AI/A-EP
* Texas Instruments TSB43AB22/A
* Texas Instruments TSB43AB23
* Texas Instruments TSB82AA2
* VIA Fire II (VT6306)

\[amd64、i386] 串行总线协议 2（SBP-2）存储设备（[sbp(4)](https://man.freebsd.org/cgi/man.cgi?query=sbp\&sektion=4\&format=html) 驱动）

### 蓝牙设备

[ng\_ubt(4)](https://man.freebsd.org/cgi/man.cgi?query=ng_ubt\&sektion=4\&format=html) 驱动支持所有符合蓝牙规范 v1.1 的蓝牙 USB 设备，包括：

* 3Com 3CREB96
* AIPTEK BR0R02
* EPoX BT-DG02
* Mitsumi Bluetooth USB adapter
* MSI MS-6967
* TDK Bluetooth USB adapter
* Broadcom Bluetooth USB adapter

### 加密加速器

[hifn(4)](https://man.freebsd.org/cgi/man.cgi?query=hifn\&sektion=4\&format=html) 驱动支持包含 Hifn 7751、7951、7811、7955 和 7956 芯片组的各种卡，例如：

Invertex AEON

> 已不再生产。 提供 128KB SRAM 型号或 2MB DRAM 型号。

Hifn 7751

> 配备 512KB SRAM 的参考板。

PowerCrypt

> 配备 512KB SRAM。

XL-Crypt

> 唯一基于 7811 的板卡（比 7751 更快且具有 随机数发生器）。

NetSec 7751

> 支持最多的 IPsec 会话，配备 1MB SRAM。

Soekris Engineering vpn1201 and vpn1211

> 参见 [**http://www.soekris.com/**](http://www.soekris.com/)。 包含 7951，支持对称和随机数运算。

Soekris Engineering vpn1401 and vpn1411

> 参见 [**http://www.soekris.com/**](http://www.soekris.com/)。 包含 7955，支持对称和随机数运算。

[safe(4)](https://man.freebsd.org/cgi/man.cgi?query=safe\&sektion=4\&format=html) 驱动支持包含以下任一芯片的卡：

SafeNet 1141

> 原始芯片组。 支持 DES、Triple-DES、AES、MD5 和 SHA-1 对称加密运算、RNG、公钥运算以及完整的 IPsec 数据包处理。

SafeNet 1741

> 1141 的更快版本。

### 其他设备

\[amd64、i386] 传真调制解调器/PCCARD

* MELCO IGM-PCM56K/IGM-PCM56KH
* Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal)

\[amd64、i386] 软盘驱动器（[fdc(4)](https://man.freebsd.org/cgi/man.cgi?query=fdc\&sektion=4\&format=html) 驱动）

\[amd64、i386] VGA 兼容显卡（[vga(4)](https://man.freebsd.org/cgi/man.cgi?query=vga\&sektion=4\&format=html) 驱动）

> **注意**：
>
> 关于特定显卡与 Xorg 兼容性的信息，可在 <http://www.x.org/> 查阅。

\[amd64、i386] 键盘，包括：

* \[i386] AT 风格键盘（[atkbd(4)](https://man.freebsd.org/cgi/man.cgi?query=atkbd\&sektion=4\&format=html) 驱动）
* \[amd64、i386] PS/2 键盘（[atkbd(4)](https://man.freebsd.org/cgi/man.cgi?query=atkbd\&sektion=4\&format=html) 驱动）
* \[amd64、i386] USB 键盘（[ukbd(4)](https://man.freebsd.org/cgi/man.cgi?query=ukbd\&sektion=4\&format=html) 驱动）

\[amd64、i386] 指针设备，包括：

* \[amd64、i386] PS/2 鼠标及兼容设备，包括许多笔记本电脑的指针设备（[psm(4)](https://man.freebsd.org/cgi/man.cgi?query=psm\&sektion=4\&format=html) 驱动）
* 串口鼠标及兼容设备
* \[amd64、i386] USB 鼠标（[ums(4)](https://man.freebsd.org/cgi/man.cgi?query=ums\&sektion=4\&format=html) 驱动）

> **注意**：
>
> [moused(8)](https://man.freebsd.org/cgi/man.cgi?query=moused\&sektion=8\&format=html) 提供了在 FreeBSD 中使用指针设备的更多信息。 关于在 Xorg 中使用指针设备的信息，可在 <http://www.x.org/> 查阅。

\[amd64、i386] “PC 标准”并口（[ppc(4)](https://man.freebsd.org/cgi/man.cgi?query=ppc\&sektion=4\&format=html) 驱动）

\[i386] PHS 数据通信卡/PCCARD

* NTT DoCoMo P-in Comp\@ct
* Panasonic KX-PH405
* SII MC-P200


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://book.bsdcn.org/release/freebsd-13.2-release/13.2-hardware.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
