> 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-5.5-release/5.5-hardware/5.5-i386-hardware.md).

# FreeBSD 5.5-RELEASE i386 硬件兼容列表

* 原文链接：[FreeBSD/i386 5.5-RELEASE Hardware Notes](https://www.freebsd.org/releases/5.5R/hardware-i386/)

**The FreeBSD Documentation Project**

版权所有 © 2000, 2001, 2002, 2003, 2004, 2005, 2006 The FreeBSD Documentation Project

```ini
$FreeBSD: src/release/doc/en_US.ISO8859-1/hardware/i386/article.sgml,v 1.34.2.7 2005/10/24 20:19:59 rnoland Exp $
```

FreeBSD 是 FreeBSD 基金会的注册商标。

Intel、Celeron、EtherExpress、i386、i486、Itanium、Pentium 和 Xeon 是 Intel Corporation 或其子公司在美国及其他国家的商标或注册商标。

许多制造商和销售商用来区分其产品的名称被主张为商标。凡是在本文件中出现这些名称，并且 FreeBSD 项目知晓其商标主张时，这些名称后均标注了“™”或“®”符号。

## 1 引言

本文档包含 FreeBSD 5.5-RELEASE 在 i386 硬件平台（也称为 FreeBSD/i386 5.5-RELEASE）上的硬件兼容性说明。它列出了已知在此平台上工作的设备，以及一些在尝试为新设备配置支持时可能有用的引导时内核自定义说明。

> **注意**
>
> 本文档包含特定于 i386 硬件平台的信息。其他架构的硬件兼容性说明在某些细节上会有所不同。

## 2 支持的处理器和主板

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

几乎所有 i386 兼容处理器都受支持。所有从 80386 开始的 Intel 处理器都受支持，包括 80386、80486、Pentium、Pentium Pro、Pentium II、Pentium III、Pentium 4 及其变体（如 Xeon 和 Celeron 处理器）。（但是，FreeBSD 5.2-RELEASE 及以后版本不再支持 80386SX 处理器。）所有 i386 兼容的 AMD 处理器也受支持，包括 Am486、Am5x86、K5、K6（及变体）、Athlon（包括 Athlon-MP、Athlon-XP、Athlon-4 和 Athlon Thunderbird）和 Duron 处理器。支持 AMD Élan SC520 嵌入式处理器。支持识别和使用 Transmeta Crusoe，以及 Cyrix 和 NexGen 的 i386 兼容处理器。

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

对称多处理器（SMP）系统通常受 FreeBSD 支持，但在某些情况下，BIOS 或主板缺陷可能会产生一些问题。查阅 [FreeBSD 对称多处理邮件列表](http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp) 的存档可能会提供一些线索。

FreeBSD 会利用支持此功能的 Intel CPU 上的 HyperThreading（HTT）支持。启用了 `options SMP` 功能的内核会自动检测附加的逻辑处理器。默认的 FreeBSD 调度程序将逻辑处理器与附加物理处理器相同对待；换句话说，不会尝试针对同一 CPU 内逻辑处理器之间共享的资源优化调度决策。由于这种朴素调度可能导致次优性能，在某些情况下，使用 `machdep.hlt_logical_cpus` sysctl 变量禁用逻辑处理器可能有用。还可以使用 `machdep.hlt_cpus` sysctl 变量在空闲循环中暂停任何 CPU。**smp(4)** 手册页有更多详细信息。

FreeBSD 会利用支持此功能的 CPU 上的物理地址扩展（PAE）支持。启用了 `PAE` 功能的内核会检测 4 GB 以上的内存并允许系统使用。此功能对设备驱动程序和 FreeBSD 的其他可用功能有约束；请参阅 **pae(4)** 手册页了解更多详情。

FreeBSD 通常可在基于 i386 的笔记本电脑上运行，但对某些硬件功能（如声音、图形、电源管理和 PCCARD 扩展槽）的支持程度不同。这些功能在机器之间往往以独特方式变化，且经常需要在 FreeBSD 中进行特殊处理以绕过硬件缺陷或其他异常。如有疑问，搜索 [FreeBSD 移动计算机邮件列表](http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile) 的存档可能会有帮助。

大多数现代笔记本电脑（以及许多台式机）使用高级配置和电源管理（ACPI）标准。FreeBSD 通过 Intel 的 ACPI 组件架构参考实现支持 ACPI，如 **acpi(4)** 手册页所述。在某些机器上使用 ACPI 会导致不稳定，可能需要禁用 ACPI 驱动程序（通常通过内核模块加载）。可通过在 **/boot/device.hints** 中添加以下行来实现：

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

调试 ACPI 相关问题的用户可能会发现禁用部分 ACPI 功能很有用。**acpi(4)** 手册页有关于如何通过加载程序可调参数执行此操作的更多信息。

ACPI 依赖于每台机器 BIOS 提供的差异化系统描述表（DSDT）。某些机器的 DSDT 有缺陷或不完整，导致 ACPI 无法正常工作。一些机器的替换 DSDT 可在 [ACPI4Linux](http://acpi.sourceforge.net/) 项目的 [DSDT](http://acpi.sourceforge.net/dsdt/index.php) 部分找到。FreeBSD 可以使用这些 DSDT 覆盖 BIOS 提供的 DSDT；参见 **acpi(4)** 手册页了解更多信息。

## 3 支持的设备

本节描述当前已知 FreeBSD 在 i386 平台上支持的设备。其他配置也可能工作，但尚未经过测试。欢迎提供此列表的反馈、更新和更正。

在可能的情况下，列出了适用于每个设备或设备类的驱动程序。如果相关驱动程序在 FreeBSD 基本发行版中有手册页（大多数应该有），则在此处引用。有关受支持的特定设备、控制器等的详细信息，可在手册页中找到。

> **注意**
>
> 本文档中的设备列表是从 FreeBSD 手册页自动生成的。这意味着某些受多个驱动程序支持的设备可能会出现多次。

### 3.1 磁盘控制器

IDE/ATA 控制器（**ata(4)** 驱动程序）

**aic(4)** 驱动程序支持的适配器包括：

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

**aha(4)** 驱动程序支持以下 SCSI 主机适配器：

* 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

**ahb(4)** 驱动程序支持以下 SCSI 主机适配器：

* Adaptec AHA-1740
* Adaptec AHA-1742
* Adaptec AHA-1740A
* Adaptec AHA-1742A

**ahc(4)** 驱动程序支持以下 SCSI 主机适配器芯片和 SCSI 控制卡：

* 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 2920
* Adaptec 2930C
* Adaptec 2930U2
* Adaptec 2940
* Adaptec 2940J
* Adaptec 2940N
* Adaptec 2940U
* Adaptec 2940AU
* Adaptec 2940UW
* Adaptec 2940UW Dual
* Adaptec 2940UW Pro
* Adaptec 2940U2W
* Adaptec 2940U2B
* Adaptec 2950U2W
* Adaptec 2950U2B
* Adaptec 19160B
* Adaptec 29160B
* Adaptec 29160N
* Adaptec 3940
* Adaptec 3940U
* Adaptec 3940AU
* Adaptec 3940UW
* Adaptec 3940AUW
* Adaptec 3940U2W
* Adaptec 3950U2
* Adaptec 3960
* Adaptec 39160
* Adaptec 3985
* Adaptec 4944UW
* NEC PC-9821Xt13 (PC-98)
* NEC RvII26 (PC-98)
* NEC PC-9821X-B02L/B09 (PC-98)
* NEC SV-98/2-B03 (PC-98)
* Many motherboards with on-board SCSI support

**ahd(4)** 驱动程序支持以下设备：

* 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

**aac(4)** 驱动程序支持的控制器包括：

* Adaptec AAC-364
* Adaptec SATA RAID 2410SA
* Adaptec SATA RAID 2810SA
* Adaptec SATA RAID 21610SA
* Adaptec SCSI RAID 2120S
* Adaptec SCSI RAID 2130S
* Adaptec SCSI RAID 2200S
* Adaptec SCSI RAID 2130SLP
* Adaptec SCSI RAID 2230SLP
* 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 NetRAID 4M

**adv(4)** 驱动程序支持以下 SCSI 控制器：

* AdvanSys ABP510/5150
* AdvanSys ABP5140
* AdvanSys ABP5142
* AdvanSys ABP902/3902
* AdvanSys ABP3905
* AdvanSys ABP915
* AdvanSys ABP920
* AdvanSys ABP3922
* AdvanSys ABP3925
* AdvanSys ABP930, ABP930U, ABP930UA
* AdvanSys ABP960, ABP960U
* AdvanSys ABP542
* AdvanSys ABP742
* AdvanSys ABP842
* AdvanSys ABP940
* AdvanSys ABP940UA/3940UA
* AdvanSys ABP940U
* AdvanSys ABP3960UA
* AdvanSys ABP970, ABP970U
* AdvanSys ABP752
* AdvanSys ABP852
* AdvanSys ABP950
* AdvanSys ABP980, ABP980U
* AdvanSys ABP980UA/3980UA
* MELCO IFC-USP (PC-98)
* RATOC REX-PCI30 (PC-98)
* @Nifty FNECHARD IFC-USUP-TX (PC-98)

**adw(4)** 驱动程序支持的 SCSI 控制器包括：

* AdvanSys ABP940UW/ABP3940UW
* AdvanSys ABP950UW
* AdvanSys ABP970UW
* AdvanSys ABP3940U2W
* AdvanSys ABP3950U2W

**bt(4)** 驱动程序支持以下 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-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

真正的 BusLogic MultiMaster 克隆的 AMI FastDisk 主机适配器也受 **bt(4)** 驱动程序支持。

**dpt(4)** 驱动程序支持以下 RAID 适配器：

* 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

**asr(4)** 驱动程序当前支持的适配器包括：

* Adaptec Zero-Channel SCSI RAID 2000S, 2005S, 2010S, 2015S
* Adaptec SCSI RAID 2100S, 2110S
* Adaptec ATA-100 RAID 2400A
* Adaptec SCSI RAID 3200S, 3210S
* Adaptec SCSI RAID 3400S, 3410S
* Adaptec SmartRAID PM1554
* Adaptec SmartRAID PM1564
* Adaptec SmartRAID PM2554
* Adaptec SmartRAID PM2564
* Adaptec SmartRAID PM2664
* Adaptec SmartRAID PM2754
* Adaptec SmartRAID PM2865
* Adaptec SmartRAID PM3754
* Adaptec SmartRAID PM3755U2B / SmartRAID V Millennium
* Adaptec SmartRAID PM3757
* DEC KZPCC-AC (LVD 1-ch, 4MB or 16MB cache), DEC KZPCC-CE (LVD 3-ch, 64MB cache), DEC KZPCC-XC (LVD 1-ch, 16MB cache), DEC KZPCC-XE (LVD 3-ch, 64MB cache) -- rebadged SmartRAID V Millennium

**amr(4)** 驱动程序支持的控制器包括：

* 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 SATA 300-4X
* MegaRAID SATA 300-8X
* MegaRAID SATA 150-4
* MegaRAID SATA 150-6
* MegaRAID i4 133 RAID
* MegaRAID SCSI 320-0
* MegaRAID SCSI 320-1
* MegaRAID SCSI 320-2
* MegaRAID SCSI 320-4
* MegaRAID Series 418
* 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 Elite 1500 (Series 467)
* MegaRAID Elite 1600 (Series 493)
* MegaRAID Elite 1650 (Series 4xx)
* 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

> **注意**
>
> 支持从这些控制器引导。不支持 EISA 适配器。

**arcmsr(4)** 驱动程序支持以下卡：

* ARC-1110
* ARC-1120
* ARC-1130
* ARC-1160
* ARC-1130-ML
* ARC-1160-ML
* ARC-1210
* ARC-1220
* ARC-1230
* ARC-1260
* ARC-1230-ML
* ARC-1260-ML

**mlx(4)** 驱动程序支持的控制器包括：

* 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 控制器应该可以工作，但尚未经过验证。

> **注意**
>
> 支持从这些控制器引导。不支持 EISA 适配器。

**mly(4)** 驱动程序支持的控制器包括：

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

未列出的兼容 Mylex 控制器应该可以工作，但尚未经过验证。

**twe(4)** 驱动程序支持以下 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

**twa(4)** 驱动程序支持以下 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

**ncr(4)** 驱动程序支持以下 NCR/Symbios SCSI 控制器芯片：

* 53C810
* 53C810A
* 53C815
* 53C820
* 53C825A
* 53C860
* 53C875
* 53C875J
* 53C885
* 53C895
* 53C895A
* 53C896
* 53C1510D

已知以下附加板受支持：

* I-O DATA SC-98/PCI (PC-98)
* I-O DATA SC-PCI (PC-98)

**sym(4)** 驱动程序支持以下 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)** 支持的 SCSI 控制器可以内置于主板，或位于以下附加板之一：

* 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

**ncv(4)** 驱动程序当前支持以下设备：

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

**stg(4)** 驱动程序支持的控制器包括：

* 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

注意 Adaptec 2920C 受 **ahc(4)** 驱动程序支持。

**isp(4)** 驱动程序支持的卡包括：

* 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

**amd(4)** 驱动程序支持的控制器包括：

* MELCO IFC-DP (PC-98)
* Tekram DC390
* Tekram DC390T

**nsp(4)** 驱动程序支持的控制器包括：

* Alpha-Data AD-PCS201
* I-O DATA CBSC16

**vpo(4)** 驱动程序支持以下并口到 SCSI 接口：

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

**ida(4)** 驱动程序支持以下控制器：

* 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

**ciss(4)** 驱动程序支持的控制器包括：

* Compaq Smart Array 5300
* Compaq Smart Array 532
* Compaq Smart Array 5i
* HP Smart Array 5312
* HP Smart Array 6i
* HP Smart Array 641
* HP Smart Array 642
* HP Smart Array 6400
* HP Smart Array 6400 EM
* HP Smart Array 6422
* HP Smart Array V100
* HP Modular Smart Array 20 (MSA20)
* HP Modular Smart Array 500 (MSA500)

**iir(4)** 驱动程序支持的控制器包括：

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

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

**pst(4)** 驱动程序支持 Promise Supertrak SX6000 ATA 硬件 RAID 控制器。

**hptmv(4)** 驱动程序支持以下 ATA RAID 控制器：

* HighPoint’s RocketRAID 182x series

**ips(4)** 驱动程序支持的控制器包括：

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

**mpt(4)** 驱动程序支持以下控制器：

* LSI Logic 53c1030 (Dual Ultra320 SCSI)
* LSI Logic FC909 (1Gb/s Fibre Channel)
* LSI Logic FC909A (Dual 1Gb/s Fibre Channel)
* LSI Logic FC919 (2Gb/s Fibre Channel)
* LSI Logic FC929, LSI Logic FC929X (Dual 2Gb/s Fibre Channel)

**mpt(4)** 驱动程序支持的 SCSI 控制器芯片可在许多系统的板载中找到，包括：

* Dell PowerEdge 1750
* IBM eServer xSeries 335

**trm(4)** 驱动程序支持的 SCSI 控制器包括：

* 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

对于 Tekram DC-310/U 和 DC-390F/U/UW/U2B/U2W/U3W PCI SCSI 主机适配器，使用 **sym(4)** 驱动程序。

**wds(4)** 驱动程序支持 WD7000 SCSI 控制器。

对于所有受支持的 SCSI 控制器，全面支持 SCSI-I、SCSI-II 和 SCSI-III 外设，包括硬盘、光盘、磁带机（包括 DAT、8mm Exabyte、Mammoth 和 DLT）、介质更换器、处理器目标设备和 CD-ROM 驱动器。支持 CD-ROM 命令的 WORM 设备由 CD-ROM 驱动程序（如 **cd(4)**）支持只读访问。WORM/CD-R/CD-RW 写入支持由 **cdrecord(1)** 提供，它是 Ports 中 `sysutils/cdrtools` port 的一部分。

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

* SCSI 接口（也包括 ProAudio Spectrum 和 SoundBlaster SCSI）（**cd(4)**）
* Sony 专用接口（所有型号）（**scd(4)**）
* ATAPI IDE 接口（**acd(4)**）

以下设备未维护：

* Mitsumi 专用 CD-ROM 接口（所有型号）（**mcd(4)**）

### 3.2 以太网接口

**sf(4)** 驱动程序支持的适配器包括：

* ANA-62011 64-bit single port 10/100baseTX adapter
* ANA-62022 64-bit dual port 10/100baseTX adapter
* ANA-62044 64-bit quad port 10/100baseTX adapter
* ANA-69011 32-bit single port 10/100baseTX adapter
* ANA-62020 64-bit single port 100baseFX adapter

**ti(4)** 驱动程序支持基于 Alteon Tigon I 和 II 芯片的千兆以太网适配器。**ti(4)** 驱动程序已在以下适配器上测试：

* 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

**pcn(4)** 驱动程序支持基于 AMD PCnet/FAST、PCnet/FAST+、PCnet/FAST III、PCnet/PRO 和 PCnet/Home Fast Ethernet 芯片的适配器和嵌入式控制器：

* 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
* NEC SV-98/2-B05, B06

**lnc(4)** 驱动程序支持以下适配器：

* Diamond HomeFree
* Digital DEPCA
* Hewlett Packard Vectra 486/66XM
* Hewlett Packard Vectra XU
* Isolan AT 4141-0 (16 bit)
* Isolan BICC
* Isolink 4110 (8 bit)
* Novell NE2100
* Novell NE32-VL

同时支持与 **pcn(4)** 驱动程序配合工作的适配器。**lnc(4)** 驱动程序以兼容模式运行这些适配器，因此应优先使用 **pcn(4)** 驱动程序。

基于 SMC 83c17x (EPIC) 的以太网网卡（**tx(4)** 驱动程序）

**ed(4)** 驱动程序支持以下以太网网卡：

* 3Com 3c503 Etherlink II
* AR-P500 Ethernet
* Accton EN1644 (old model), EN1646 (old model), EN2203 (old model) (110pin) (flags 0xd00000)
* Accton EN2212/EN2216/UE2216
* Allied Telesis CentreCOM LA100-PCM\_V2
* Allied Telesis LA-98 (flags 0x000000) (PC-98)
* Allied Telesis SIC-98, SIC-98NOTE (110pin), SIU-98 (flags 0x600000) (PC-98)
* Allied Telesis SIU-98-D (flags 0x610000) (PC-98)
* AmbiCom 10BaseT card
* Bay Networks NETGEAR FA410TXC Fast Ethernet
* CNet BC40 adapter
* Compex Net-A adapter
* Contec C-NET(98), RT-1007(98), C-NET(9N) (110pin) (flags 0xa00000) (PC-98)
* Contec C-NET(98)E-A, C-NET(98)L-A, C-NET(98)P (flags 0x300000) (PC-98)
* Corega Ether98-T (flags 0x000000) (PC-98)
* Corega Ether PCC-T/EtherII PCC-T/FEther PCC-TXF/PCC-TXD
* CyQ’ve ELA-010
* DEC EtherWorks DE305
* Danpex EN-6200P2
* D-Link DE-298, DE-298P (flags 0x500000) (PC-98)
* D-Link DE-650/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)
* HP PC Lan+ 27247B and 27252A
* IBM Creditcard Ethernet I/II
* ICM AD-ET2-T, DT-ET-25, DT-ET-T5, IF-2766ET, IF-2771ET, NB-ET-T (110pin) (flags 0x500000) (PC-98)
* I-O DATA LA/T-98, LA/T-98SB, LA2/T-98, ET/T-98 (flags 0x900000) (PC-98)
* I-O DATA ET2/T-PCI
* I-O DATA PCLATE
* Kansai KLA-98C/T (flags 0x900000) (PC-98)
* Kingston KNE-PC2, KNE-PCM/x Ethernet
* 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 5000
* Network Everywhere Ethernet 10BaseT PC Card
* Networld 98X3 (flags 0xd00000) (PC-98)
* Networld EC-98X, EP-98X (flags 0xd10000) (PC-98)
* 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
* RealTek 8029
* SMC Elite 16 WD8013
* SMC Elite Ultra
* SMC EtherEZ98 (flags 0x000000) (PC-98)
* SMC WD8003E/WD8003EBT/WD8003S/WD8003SBT/WD8003W/WD8013EBT/WD8013W and clones
* Socket LP-E
* Surecom EtherPerfect EP-427
* Surecom NE-34
* TDK LAK-CD031, Grey Cell GCS2000 Ethernet Card
* Telecom Device SuperSocket RE450T
* VIA VT86C926
* Winbond W89C940

支持 C-Bus、ISA、PCI 和 PC Card 设备。

**rl(4)** 驱动程序支持的适配器包括：

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

**wb(4)** 驱动程序支持基于 Winbond W89C840F 的快速以太网适配器和嵌入式控制器，包括：

* Trendware TE100-PCIE

**vr(4)** 驱动程序支持基于 VIA Technologies Rhine I、Rhine II 和 Rhine III 的快速以太网适配器，包括：

* AOpen/Acer ALN-320
* D-Link DFE530-TX
* Hawking Technologies PN102TX

**sis(4)** 驱动程序支持基于 Silicon Integrated Systems SiS 900 和 SiS 7016 的快速以太网适配器和嵌入式控制器，以及基于 National Semiconductor DP83815 (MacPhyter) 芯片的快速以太网适配器。支持的适配器包括：

* @Nifty FNECHARD IFC USUP-TX
* MELCO LGY-PCI-TXC
* Netgear FA311-TX (DP83815)
* Netgear FA312-TX (DP83815)
* SiS 630, 635, and 735 motherboard chipsets

**nge(4)** 驱动程序支持基于 National Semiconductor DP83820 和 DP83821 的千兆以太网适配器，包括：

* 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 (32-bit PCI) and EG1064 (64-bit PCI)
* 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)

**ste(4)** 驱动程序支持基于 Sundance Technologies ST201 的快速以太网适配器和嵌入式控制器，包括：

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

**sk(4)** 驱动程序支持的适配器包括：

* 3Com 3C940 single port, 1000baseT adapter
* 3Com 3C2000-T single port, 1000baseT adapter
* Belkin F5D5005 single port, 1000baseT adapter
* D-Link DGE-530T single port, 1000baseT adapter
* Linksys EG1032 single port, 1000baseT adapter
* SK-9521 SK-NET GE-T single port, 1000baseT adapter
* SK-9821 SK-NET GE-T single port, 1000baseT adapter
* SK-9822 SK-NET GE-T dual port, 1000baseT adapter
* SK-9841 SK-NET GE-LX single port, single mode fiber adapter
* SK-9842 SK-NET GE-LX dual port, single mode fiber adapter
* SK-9843 SK-NET GE-SX single port, multimode fiber adapter
* SK-9844 SK-NET GE-SX dual port, multimode fiber adapter
* SMC 9452TX single port, 1000baseT adapter

**tl(4)** 驱动程序支持基于 Texas Instruments ThunderLAN 的以太网和快速以太网适配器，包括大量 Compaq PCI 以太网适配器。同时还支持：

* 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

**tl(4)** 驱动程序还支持各种 Compaq Prosignia 服务器和 Compaq Deskpro 台式机的内置以太网适配器，包括：

* 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

**dc(4)** 驱动程序支持以下芯片组：

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

已知以下网卡目前可与 **dc(4)** 驱动程序配合工作：

* 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 DE500-BA on DEC Alpha workstations (21143, non-MII)
* Built in Sun DMFE 10/100 Mbps Ethernet on Sun Netra X1 and Sun Fire V100 (DM9102A, MII)
* Built in Ethernet on LinkSys EtherFast 10/100 Instant GigaDrive (DM9102, MII)
* CNet Pro110B (ASIX AX88140A)
* CNet Pro120A (98715A or 98713A) and CNet Pro120B (98715)
* Compex RL100-TX (98713 or 98713A)
* D-Link DFE-570TX (21143, MII, quad port)
* Digital DE500-BA 10/100 (21143, non-MII)
* ELECOM Laneed LD-CBL/TXA (ADMtek AN985)
* Hawking CB102 CardBus
* IBM EtherJet Cardbus Adapter
* Intel PRO/100 Mobile Cardbus (versions that use the X3201 chipset)
* Jaton XpressNet (Davicom DM9102)
* Kingston KNE100TX (21143, MII)
* Kingston KNE110TX (PNIC 82c169)
* LinkSys LNE100TX (PNIC 82c168, 82c169)
* LinkSys LNE100TX v2.0 (PNIC II 82c115)
* LinkSys LNE100TX v4.0/4.1 (ADMtek AN985 Centaur-P)
* Matrox FastNIC 10/100 (PNIC 82c168, 82c169)
* Melco LGY-PCI-TXL
* Microsoft MN-120 10/100 CardBus (ADMTek Centaur-C)
* Microsoft MN-130 10/100 PCI (ADMTek Centaur-P)
* NDC SOHOware SFA110A (98713A)
* NDC SOHOware SFA110A Rev B4 (98715AEC-C)
* NetGear FA310-TX Rev. D1, D2 or D3 (PNIC 82c169)
* Netgear FA511
* PlaneX FNW-3602-T (ADMtek AN985)
* SMC EZ Card 10/100 1233A-TX (ADMtek AN985)
* SVEC PN102-TX (98713)
* Xircom Cardbus Realport
* Xircom Cardbus Ethernet 10/100
* Xircom Cardbus Ethernet II 10/100

**aue(4)** 驱动程序支持的适配器包括：

* 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
* Planex UE-200TX
* Sandberg USB to Network Link (model number 133-06)
* Siemens Speedstream
* SmartBridges smartNIC
* SMC 2202USB
* SOHOware NUB100

**cue(4)** 驱动程序支持基于 CATC USB-EL1210A 的 USB 以太网适配器，包括：

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

**kue(4)** 驱动程序支持基于 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
* SMC 2102USB, 2104USB

**axe(4)** 驱动程序支持基于 ASIX Electronics AX88172 的 USB 以太网适配器，包括：

* Buffalo (Melco Inc.) LUA-U2-KTX
* D-Link DUBE100
* LinkSys USB200M
* Netgear FA120
* System TALKS Inc. SGC-X2UL

**rue(4)** 驱动程序支持基于 RealTek RTL8150 的 USB 以太网适配器，包括：

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

**udav(4)** 驱动程序支持以下适配器：

* Corega FEther USB-TXC

**de(4)** 驱动程序支持的适配器包括：

* Adaptec ANA-6944/TX
* Cogent EM100FX and EM440TX
* Corega FastEther PCI-TX
* D-Link DFE-500TX
* DEC DE435, DE425, DEC DE450, and DEC DE500
* ELECOM LD-PCI2T, LD-PCITS
* I-O DATA LA2/T-PCI
* SMC Etherpower 8432, 9332 and 9334
* ZNYX ZX3xx

**fe(4)** 驱动程序支持的控制器和卡包括：

* 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 PCMCIA Ethernet
* Eiger Labs EPX-10BT
* Fujitsu FMV-J182, FMV-J182A
* Fujitsu MB86960A, MB86965A
* Fujitsu MBH10303, MBH10302 Ethernet PCMCIA
* Fujitsu Towa LA501 Ethernet
* HITACHI HT-4840-11
* NextCom J Link NC5310
* RATOC REX-5588, REX-9822, REX-4886, and REX-R280
* RATOC REX-9880/9881/9882/9883
* TDK LAC-98012, LAC-98013, LAC-98025, LAC-9N011 (110-pin)
* TDK LAK-CD021, LAK-CD021A, LAK-CD021BX
* Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE N98(PC86132) (110-pin)

**fxp(4)** 驱动程序支持的适配器包括：

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

**ex(4)** 驱动程序支持以下以太网适配器：

* Intel EtherExpress Pro/10
* Intel EtherExpress Pro/10+
* The Olicom OC2220

**ie(4)** 驱动程序支持以下基于 Intel i82586 芯片的 8 位和 16 位 ISA 以太网卡：

* 3COM 3C507
* AT\&T EN100
* AT\&T Starlan 10
* AT\&T Starlan Fiber
* Intel EtherExpress 16
* RACAL Interlan NI5210

**ep(4)** 驱动程序支持基于 3Com 3C5x9 Etherlink III Parallel Tasking 芯片组的以太网适配器，包括：

* 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-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 PCMCIA
* 3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA
* Farallon EtherMac PCMCIA

**el(4)** 驱动程序支持 3Com 3c501 8 位 ISA 以太网卡。

**xl(4)** 驱动程序支持以下硬件：

* 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

3C656 系列 CardBus 卡和 3C556 系列 MiniPCI 卡都有内置的专用调制解调器。**xl(4)** 驱动程序和其他任何驱动程序都不支持此调制解调器。

**vx(4)** 驱动程序支持以下卡：

* 3Com 3c590 EtherLink III PCI
* 3Com 3c592 EtherLink III EISA
* 3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode
* 3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode

基于 Crystal Semiconductor CS89x0 的网卡（**cs(4)** 驱动程序）

**sn(4)** 驱动程序支持基于 SMC9xxx 的 ISA 和 PCMCIA 卡，包括：

* 3Com Megahertz X-Jack Ethernet PC-Card CC-10BT

**xe(4)** 驱动程序支持以下卡：

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

使用相同硬件的其他类似设备也可能受支持。

**lge(4)** 驱动程序支持的适配器包括：

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

**txp(4)** 驱动程序支持以下卡：

* 3Com 3CR990-TX-95
* 3Com 3CR990-TX-97
* 3Com 3cR990B-TXM
* 3Com 3CR990SVR95
* 3Com 3CR990SVR97
* 3Com 3cR990B-SRV

**bge(4)** 驱动程序支持基于 Broadcom BCM570x 系列千兆以太网控制器芯片的各种网卡，包括：

* 3Com 3c996-T (10/100/1000baseTX)
* Dell PowerEdge 1750 integrated BCM5704C NIC (10/100/1000baseTX)
* Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX)
* Dell PowerEdge 2650 integrated BCM5703 NIC (10/100/1000baseTX)
* 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 NC7781 embedded PCI-X Gigabit NIC (10/100/1000baseTX)
* Netgear GA302T (10/100/1000baseTX)
* SysKonnect SK-9D21 (10/100/1000baseTX)
* SysKonnect SK-9D41 (1000baseSX)

**em(4)** 驱动程序支持基于 Intel 82540、82541ER、82541PI、82542、82543、82544、82545、82546、82546EB、82546GB 和 82547 控制器芯片的千兆以太网适配器：

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

**gx(4)** 驱动程序支持基于 Intel 82542 和 82543 控制器芯片的千兆以太网适配器：

* Intel PRO/1000 Gigabit Server Adapter (82542)
* Intel PRO/1000 F Server Adapter (82543)
* Intel PRO/1000 T Server Adapter (82543)

**hme(4)** 驱动程序支持许多 Sun UltraSPARC 工作站和服务器型号的板载以太网接口。**hme(4)** 驱动程序支持的卡包括：

* Sun PCI SunSwift Adapter
* Sun SBus SunSwift Adapter (`( hme` 和 `SUNW,hme`)
* Sun PCI Sun100BaseT Adapter 2.0
* Sun SBus Sun100BaseT 2.0
* Sun PCI Quad FastEthernet Controller
* Sun SBus Quad FastEthernet Controller

**my(4)** 驱动程序支持基于 Myson 芯片组的各种网卡。支持的型号包括：

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

基于 Broadcom BCM4401 的快速以太网适配器（**bfe(4)** 驱动程序）

**re(4)** 驱动程序支持基于 RealTek RTL8139C+、RTL8169、RTL8169S 和 RTL8110S 的快速以太网和千兆以太网适配器，包括：

* Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+)
* Compaq Evo N1015v Integrated Ethernet (8139C+)
* Corega CG-LAPCIGT Gigabit Ethernet (8169S)
* Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
* LevelOne GNC-0105T (8169S)
* PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
* Xterasys XN-152 10/100/1000 NIC (8169)

**ixgb(4)** 驱动程序支持以下卡：

* Intel PRO/10GbE LR Server Adapter
* Intel PRO/10GbE SR Server Adapter

**vge(4)** 驱动程序支持基于 VIA Networking VT3119 和 VT6122 的千兆以太网适配器，包括：

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

### 3.3 令牌环接口

**oltr(4)** 驱动程序支持以下基于 ISA 的 Olicom 令牌环适配器：

* Olicom OC-3115
* Olicom ISA 16/4 Adapter (OC-3117)
* Olicom ISA 16/4 Adapter (OC-3118)

以下基于 PCI 的适配器受支持：

* Olicom PCI 16/4 Adapter (OC-3136)
* Olicom PCI/II 16/4 Adapter (OC-3137)
* Olicom PCI 16/4 Adapter (OC-3139)
* Olicom RapidFire 3140 16/4 PCI Adapter (OC-3140)
* Olicom RapidFire 3141 Fiber Adapter (OC-3141)
* Olicom RapidFire 3540 100/16/4 Adapter (OC-3540)

### 3.4 FDDI 接口

DEC DEFPA PCI（**fpa(4)** 驱动程序）

DEC DEFEA EISA（**fpa(4)** 驱动程序）

### 3.5 ATM 接口

基于 Midway 的 ATM 接口（**en(4)** 驱动程序）

FORE Systems, Inc. PCA-200E ATM PCI 适配器（hfa 和 **fatm(4)** 驱动程序）

基于 IDT NICStAR 77201/211 的 ATM 适配器（**idt(4)** 驱动程序）

FORE Systems, Inc. HE155 和 HE622 ATM 接口（**hatm(4)** 驱动程序）

基于 IDT77252 的 ATM 卡（**patm(4)** 驱动程序）

### 3.6 无线网络接口

NCR / AT\&T / Lucent Technologies WaveLan T1 速度 ISA/无线 LAN 卡（**wl(4)** 驱动程序）

Lucent Technologies WaveLAN/IEEE 802.11b 无线网络适配器及使用 Lucent Hermes、Intersil PRISM-II、Intersil PRISM-2.5、Intersil Prism-3 和 Symbol Spectrum24 芯片组的兼容产品（**wi(4)** 驱动程序）

Cisco/Aironet 802.11b 无线适配器（**an(4)** 驱动程序）

Raytheon Raylink 2.4GHz 无线适配器（**ray(4)** 驱动程序）

**awi(4)** 驱动程序支持的卡包括：

* BayStack 650
* BayStack 660
* Icom SL-200
* Melco WLI-PCM
* NEL SSMagic
* Netwave AirSurfer Plus
* Netwave AirSurfer Pro
* Nokia C020 WLAN
* Farallon SkyLINE

原始的 Xircom Netwave AirSurfer 由 **cnw(4)** 驱动程序支持。

**cnw(4)** 驱动程序支持的卡包括：

* Xircom CreditCard Netwave
* NetWave AirSurfer

以下卡是 **ath(4)** 驱动程序支持的设备之一：

* Aztech WL830PC
* D-Link DWL-A650
* D-Link DWL-AB650
* D-Link DWL-A520
* D-Link DWL-AG520
* D-Link DWL-AG650
* D-Link DWL-G520B
* D-Link DWL-G650B
* Elecom LD-WL54AG
* Elecom LD-WL54
* Fujitsu E5454
* Fujitsu FMV-JW481
* Fujitsu E5454
* HP NC4000
* I/O Data WN-AB
* I/O Data WN-AG
* I/O Data WN-A54
* Linksys WMP55AG
* Linksys WPC51AB
* Linksys WPC55AG
* NEC PA-WL/54AG
* Netgear WAG311
* Netgear WAB501
* Netgear WAG511
* Netgear WG311
* Netgear WG311T
* Netgear WG511T
* Orinoco 8480
* Orinoco 8470WD
* Proxim Skyline 4030
* Proxim Skyline 4032
* Samsung SWL-5200N
* SMC SMC2536W-AG
* SMC SMC2735W
* Sony PCWA-C700
* Sony PCWA-C300S
* Sony PCWA-C500
* 3Com 3CRPAG175

最新列表可在 <http://customerproducts.atheros.com/customerproducts> 找到。

### 3.7 其他网络接口

**ce(4)** 驱动程序支持以下型号的 Tau-PCI/32 WAN 适配器：

* Cronyx Tau-PCI/32
* Cronyx Tau-PCI/32-Lite

**cx(4)** 驱动程序支持以下卡：

* Cronyx Sigma-22, Sigma-24
* Cronyx Sigma-100
* Cronyx Sigma-400, Sigma-401, Sigma-404, Sigma-410, Sigma-440
* Cronyx Sigma-500
* Cronyx Sigma-703
* Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840

**cp(4)** 驱动程序支持以下型号的 Tau-PCI WAN 适配器：

* 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

**ctau(4)** 驱动程序支持以下卡：

* Cronyx Tau (RS-232/V.35)
* Cronyx Tau/R (RS-530/RS-449)
* Cronyx Tau/E1 (fractional E1)
* Cronyx Tau/G703 (unframed E1)

Granch SBNI12 点对点通信适配器（**sbni(4)** 驱动程序）

Granch SBNI16 SHDSL 调制解调器（**sbsh(4)** 驱动程序）

**cm(4)** 驱动程序支持以下卡型号：

* SMC90c26
* SMC90c56
* SMC90c66 in '56 compatibility mode.

### 3.8 ISDN 接口

AcerISDN P10 ISA PnP（实验性）

Asuscom ISDNlink 128K ISA

ASUSCOM P-IN100-ST-D（及其他基于 Winbond W6692 的卡）

AVM

* A1
* B1 ISA (tested with V2.0)
* B1 PCI (tested with V4.0)
* Fritz!Card classic
* Fritz!Card PnP
* Fritz!Card PCI
* Fritz!Card PCI, Version 2
* T1

Creatix

* ISDN-S0
* ISDN-S0 P\&P

Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP

Dr. Neuhaus Niccy Go@ 及兼容设备

Dynalink IS64PPH 和 IS64PPH+

Eicon Diehl DIVA 2.0 和 2.02

ELSA

* ELSA PCC-16
* QuickStep 1000pro ISA
* MicroLink ISDN/PCI
* QuickStep 1000pro PCI

ITK ix1 Micro ( < V.3, non-PnP version )

Sedlbauer Win Speed

Siemens I-Surf 2.0

TELEINT ISDN SPEED No.1（实验性）

Teles

* S0/8
* S0/16
* S0/16.3
* S0/16.3 PnP
* 16.3c ISA PnP (experimental)
* Teles PCI-TJ

Traverse Technologies NETjet-S PCI

USRobotics Sportster ISDN TA intern

基于 Winbond W6692 的 PCI 卡

### 3.9 串行接口

“PC 标准”8250、16450 和 16550 串口（**sio(4)** 驱动程序）

AST 4 端口串行卡（使用共享 IRQ）

ARNET 串行卡（**ar(4)** 驱动程序）

* ARNET 8 端口串行卡（使用共享 IRQ）
* ARNET（现为 Digiboard）Sync 570/i 高速串行

Boca 多端口串行卡

* Boca BB1004 4 端口串行卡（**不支持**调制解调器）
* Boca IOAT66 6 端口串行卡（支持调制解调器）
* Boca BB1008 8 端口串行卡（**不支持**调制解调器）
* Boca BB2016 16 端口串行卡（支持调制解调器）

Comtrol Rocketport 卡（**rp(4)** 驱动程序）

Cyclades Cyclom-Y 串行板（**cy(4)** 驱动程序）

STB 4 端口卡（使用共享 IRQ）

DigiBoard 智能串行卡（digi 驱动程序）

基于 PCI 的多端口串行板（**puc(4)** 驱动程序）

* Actiontech 56K PCI
* Avlab Technology, PCI IO 2S and PCI IO 4S
* Comtrol RocketPort 550
* Decision Computers PCCOM 4-port serial and dual port RS232/422/485
* Dolphin Peripherals 4025/4035/4036
* IC Book Labs Dreadnought 16x Lite and Pro
* Lava Computers 2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550
* Middle Digital, Weasle serial port
* Moxa Industio CP-114, Smartio C104H-PCI and C168H/PCI
* NEC PK-UG-X001 and PK-UG-X008
* Netmos NM9835 PCI-2S-550
* Oxford Semiconductor OX16PCI954 PCI UART
* Syba Tech SD-LAB PCI-4S2P-550-ECP
* SIIG Cyber I/O PCI 16C550/16C650/16C850
* SIIG Cyber 2P1S PCI 16C550/16C650/16C850
* SIIG Cyber 2S1P PCI 16C550/16C650/16C850
* SIIG Cyber 4S PCI 16C550/16C650/16C850
* SIIG Cyber Serial (Single and Dual) PCI 16C550/16C650/16C850
* Syba Tech Ltd. PCI-4S2P-550-ECP
* Titan PCI-200H and PCI-800H
* US Robotics (3Com) 3CP5609 modem
* VScom PCI-400 and PCI-800

**rc(4)** 驱动程序支持 SDL Communications RISCom/8 板。

**sr(4)** 驱动程序支持以下硬件：

* RISCom/N2 ISA card
* WANic 400/405 PCI cards

Specialix SI/XIO/SX 多端口串行卡，支持较旧的 SIHOST2.x 和“增强型”（基于 transputer，又称 JET）主机卡（ISA、EISA 和 PCI）。注意，较新的 SX+ PCI 卡目前不受支持。（**si(4)** 驱动程序）

### 3.10 音频设备

**sound(4)** 驱动程序支持以下声卡：

* CS4231, CS4232, CS4236, CS4237 (ISA)
* Creative Labs SoundBlaster PCI
* ENSONIQ AudioPCI ES1370/1371
* ESS Solo-1/1E (PCI)
* Intel 443MX, 810, 815, and 815E integrated sound devices
* MSS/WSS Compatible DSPs
* NeoMagic 256AV/ZK (PCI)
* OPTi931/82C931 (ISA)
* Trident 4DWave DX/NX (PCI)
* Yamaha OPL-SAx (ISA)

**snd\_ad1816(4)** 驱动程序支持以下声卡：

* Analog Devices AD1816

**snd\_als4000(4)** 驱动程序支持以下声卡：

* Advance Logic ALS4000

**snd\_cmi(4)** 驱动程序支持以下声卡：

* CMedia CMI8338
* CMedia CMI8738

**snd\_cs4281(4)** 驱动程序支持以下声卡：

* Crystal Semiconductor CS4281

**snd\_csa(4)** 驱动程序支持以下声卡：

* Crystal Semiconductor CS461x/462x Audio Accelerator
* Crystal Semiconductor CS4280 Audio Controller

某些板载 CS4610 芯片附带 CS423x ISA codec 而非 CS4297 AC97 codec。**snd\_csa(4)** 驱动程序尚不支持此类配置。

**snd\_ds1(4)** 驱动程序支持以下声卡：

* Yamaha DS-1
* Yamaha DS-1E

**snd\_emu10k1(4)** 驱动程序支持以下声卡：

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

**snd\_es137x(4)** 驱动程序支持以下声卡：

* All cards with ES1370/1371 chipset (including SoundBlaster PCI128)

**snd\_ess(4)** 驱动程序支持以下声卡：

* Ensoniq ESS ISA PnP/non-PnP

**snd\_fm801(4)** 驱动程序支持基于以下芯片组的音频设备：

* Forte Media FM801

**snd\_gusc(4)** 驱动程序支持以下声卡：

* Gravis UltraSound MAX
* Gravis UltraSound PnP

**snd\_ich(4)** 驱动程序支持以下音频设备：

* AMD 768
* AMD 8111
* Intel 443MX
* Intel ICH
* Intel ICH revision 1
* Intel ICH2
* Intel ICH3
* Intel ICH4
* Intel ICH5
* Intel ICH6
* NVIDIA nForce
* NVIDIA nForce2
* NVIDIA nForce2 400
* NVIDIA nForce3
* NVIDIA nForce3 250
* NVIDIA nForce4
* SiS 7012

**snd\_maestro(4)** 驱动程序支持以下 PCI 声卡：

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

**snd\_maestro3(4)** 驱动程序支持以下音频设备：

* ESS Technology Allegro-1
* ESS Technology Maestro3

**snd\_neomagic(4)** 驱动程序支持以下音频设备：

* NeoMagic 256AV
* NeoMagic 256ZX

**snd\_sbc(4)** 驱动程序支持以下声卡：

* Advance Asound 100 and 110
* Creative SB16, SB32, SB AWE64 (including Gold) and ViBRA16
* ESS ES1868, ES1869, ES1879 and ES1888
* Logic ALS120

**snd\_solo(4)** 驱动程序支持以下声卡：

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

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

**snd\_via8233(4)** 驱动程序支持以下音频芯片组：

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

**snd\_via82c686(4)** 驱动程序支持基于以下芯片组的音频设备：

* VIA 82C686A

**snd\_vibes(4)** 驱动程序支持基于以下芯片组的音频设备：

* S3 SonicVibes

### 3.11 摄像头和视频采集设备

**bktr(4)** 驱动程序支持基于 Brooktree Bt848/849/878/879 芯片以及 Pinnacle PCTV 卡的视频采集卡，包括：

* AOpen VA1000
* AVerMedia AVerTV Studio
* AVerMedia TF/FM-98
* ATI TV Wonder VE
* Hauppauge WinCast/TV
* Hauppauge WinTV-Go-FM
* Hauppauge WinTV-pci
* Hauppauge WinTV-radio
* Intel Smart Video Recorder III
* KWORLD PCI TV Tuner
* Miro PC TV
* Pinnacle PCTV Pro
* Pinnacle PCTV Rave
* PixelView PlayTV PAK
* SIGMA TV II
* STB TV PCI Television Tuner
* Super TV Tuner
* V-Stream XPERT TV-PVR 878
* Video Highway XTreme
* VideoLogic Captivator PCI

Connectix QuickCam

### 3.12 USB 设备

支持多种 USB 外设；已知可工作的设备在本节中列出。由于大多数 USB 设备的通用性质，除少数例外，任何给定类别的设备都会受支持，即使未在此明确列出。

> **注意**
>
> USB 以太网适配器可在 [以太网接口](#32-以太网接口) 小节中找到。

> **注意**
>
> USB 蓝牙适配器可在 [蓝牙设备](#314-蓝牙设备) 小节中找到。

**ohci(4)** 驱动程序支持所有 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)** 驱动程序支持所有 UHCI v1.1 兼容控制器，包括：

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

使用 EHCI 接口的 USB 2.0 控制器（**ehci(4)** 驱动程序）

集线器

键盘（**ukbd(4)** 驱动程序）

其他

* 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)** 驱动程序）
* Mirunet AlphaCam Plus

**urio(4)** 驱动程序支持以下设备：

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

**umodem(4)** 驱动程序支持的设备包括：

* 3Com 5605
* Metricom Ricochet GS USB wireless modem
* Yamaha Broadband Wireless Router RTW65b

鼠标（**ums(4)** 驱动程序）

**ulpt(4)** 驱动程序支持 USB 打印机和并口打印机转换线缆，包括以下设备：

* ATen parallel printer adapter
* Belkin F5U002 parallel printer adapter
* Canon BJ F850, S600
* Canon LBP-1310, 350
* Entrega USB-to-parallel printer adapter
* Hewlett-Packard HP Deskjet 3420 (P/N: C8947A #ABJ)
* Oki Data MICROLINE ML660PS
* Seiko Epson PM-900C, 880C, 820C, 730C

**ubsa(4)** 驱动程序支持以下适配器：

* Belkin F5U103
* Belkin F5U120
* e-Tek Labs Kwik232
* GoHubs GoCOM232
* Peracom single port serial adapter

**ubser(4)** 驱动程序支持 BWCT 控制台管理串行适配器。

**uftdi(4)** 驱动程序支持以下适配器：

* HP USB-Serial adapter shipped with some HP laptops
* Inland UAS111
* QVS USC-1000

**uplcom(4)** 驱动程序支持以下适配器：

* ATEN UC-232A
* BAFO BF-800
* BAFO BF-810
* ELECOM UC-SGT
* HAL Corporation Crossam2+USB IR commander
* Hama USB RS-232 Serial Adapter
* IOGEAR UC-232A
* I/O DATA USB-RSAQ
* I/O DATA USB-RSAQ2
* PLANEX USB-RS232 URS-03
* RATOC REX-USB60
* Sandberg USB to Serial Link (model number 133-08)
* SOURCENEXT KeikaiDenwa 8 (with and without charger)
* Sony Ericsson USB Cable (Susteen USB Data Cable)

**umct(4)** 驱动程序支持以下适配器：

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

**uscanner(4)** 驱动程序支持以下设备：

* Acer Acerscan 320U
* Acer Acerscan 620U
* Acer Acerscan 640U
* Acer Acerscan 1240U
* Acer Acerscan C310U
* AGFA SnapScan 1212U
* AGFA SnapScan 1236U
* AGFA SnapScan e20
* AGFA SnapScan e25
* AGFA SnapScan e26
* AGFA SnapScan e40
* AGFA SnapScan e50
* AGFA SnapScan e52
* AGFA SnapScan Touch
* Avision 1200U
* Canon CanoScan N656U
* Canon CanoScan N676U
* Canon CanoScan N1220U
* Canon CanoScan LIDE 20
* Canon CanoScan LIDE 30
* Epson Perfection 610
* Epson Perfection 636U / 636Photo
* Epson Perfection 640U
* Epson Perfection 1200U / 1200Photo
* Epson Perfection 1240U / 1240Photo
* Epson Perfection 1250
* Epson Perfection 1260
* Epson Expression 1600
* Epson Perfection 1640SU
* Epson Perfection 1650
* Epson Perfection 1660
* Epson Perfection 1670
* Epson Perfection 3200
* Epson GT-8400UF
* Epson GT-9300UF
* Epson GT-9700F
* Hewlett Packard Photosmart S20
* Hewlett Packard Scanjet 2200C
* Hewlett Packard Scanjet 3300C
* Hewlett Packard Scanjet 3400CSE
* Hewlett Packard Scanjet 4100C
* Hewlett Packard Scanjet 4200C
* Hewlett Packard Scanjet 4300C
* Hewlett Packard Scanjet 5200C
* Hewlett Packard Scanjet 5300C
* Hewlett Packard Scanjet 5400C
* Hewlett Packard Scanjet 6200C
* Hewlett Packard Scanjet 6300C
* KYE ColorPage Vivid-Pro
* Microtek Phantom 336CX
* Microtek Phantom C6
* Microtek ScanMaker V6UL
* Microtek ScanMaker V6USL
* Microtek ScanMaker X6U
* Minolta 5400
* Mustek 600 CU
* Mustek 1200 CU
* Mustek 1200 UB
* Mustek 1200 USB
* Mustek BearPaw 1200F
* Mustek BearPaw 1200TA
* NatSemi BearPaw 1200
* Nikon CoolScan LS40 ED
* Primax 6200
* Primax Colorado 1200u
* Primax Colorado 600u
* Primax Colorado USB 19200
* Primax Colorado USB 9600
* Primax G2-200
* Primax G2-300
* Primax G2-600
* Primax G2600
* Primax G2E-300
* Primax G2E-3002
* Primax G2E-600
* Primax G2E600
* Primax G2X-300
* Primax G600
* Primax ReadyScan 636i
* Ultima 1200 UB Plus
* UMAX Astra 1220U
* UMAX Astra 1236U
* UMAX Astra 2000U
* UMAX Astra 2100U
* UMAX Astra 2200U
* UMAX Astra 3400
* Visioneer OneTouch 3000
* Visioneer OneTouch 5300
* Visioneer OneTouch 7600
* Visioneer OneTouch 6100
* Visioneer OneTouch 6200
* Visioneer OneTouch 8100
* Visioneer OneTouch 8600

**umass(4)** 驱动程序支持 USB 大容量存储设备，包括：

* 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
* IBM 32MB USB Memory Key (P/N 22P5296)
* IBM 256MB USB Drive (MSYSTEM DiskOnKey2)
* IBM ThinkPad USB Portable CD-ROM Drive (P/N 33L5151)
* I-O DATA USB CD/CD-R/CD-RW/DVD-R/DVD-RW/DVD-RAM/DVD-ROM Drive DVR-iUH2 (CDROM, DVD-RAM only)
* I-O DATA USB x6 CD-RW Drive CDRW-i64/USB (CDROM only)
* I-O DATA USB/IEEE1394 Portable HD Drive HDP-i30P/CI, HDP-i40P/CI
* Iomega USB Zip 100/250 drive
* Iomega Zip750 USB2.0 drive
* Keian USB1.1/2.0 3.5-inch HDD Case KU350A
* Kurouto Shikou USB 2.5-inch HDD Case GAWAP2.5PS-USB2.0
* LaCie P3 HardDrive USB 200GB
* Logitec LDR-H443U2 DVD-RAM/-R/+R/-RW/+RW drive
* Logitec Mobile USB Memory LMC-256UD
* Logitec USB1.1/2.0 HDD Unit SHD-E60U2
* Logitec USB Double-Speed Floppy Drive LFD-31U2
* Logitec USB/IEEE1394 DVD-RAM/R/RW Unit LDR-N21FU2 (CDROM only)
* MELCO USB Flash Disk “ClipDrive”, RUF-C32M, -C64M, -C128M, -C256M, -C512M
* MELCO USB Flash Disk “PetitDrive”, RUF-32M, -64M, -128M, -256Mm
* MELCO USB2.0 Flash Disk “PetitDrive2”, RUF-256M/U2, -512M/U2
* MELCO USB2.0 MO Drive MO-CH640U2
* Matshita CF-VFDU03 floppy drive
* Merlin SM300 MP3/WMA Player (256Mb)
* Microtech International, Inc. USB-SCSI-HD 50 USB to SCSI cable
* NOVAC USB2.0 2.5/3.5-inch HDD Case NV-HD351U
* PNY Attache Flash Drive
* Panasonic (“Matshita FDD CF-VFDU03”)
* Panasonic KXL-CB20AN Portable DVD-ROM/CD-R/RW
* Panasonic KXL-CB35AN (DVD-ROM & CD-R/RW)
* Panasonic USB2.0 Portable CD-RW Drive KXL-RW40AN (CDROM only)
* Panasonic floppy drive
* Qware BeatZkey! Pro
* RATOC Systems USB2.0 Removable HDD Case U2-MDK1, U2-MDK1B
* SanDisk SDDR-31 (Compact Flash)
* SanDisk SDDR-75 (only Compact Flash port works)
* Sitecom CN-300 MultiFlash (MMC/SD, SmartMedia, CF, MemoryStick)
* Sony Portable CD-R/RW Drive CRX10U (CDROM only)
* TEAC Portable USB CD-ROM Unit CD-110PU/210PU
* Time DPA20B MP3 Player (1Gb)
* Trek Thumbdrive 8MB
* VAIO floppy drive (includes Y-E Data Flashbuster-U)
* Y-E Data floppy drive (720/1.44/2.88Mb)

支持的数码相机包括：

* Asahi Optical (PENTAX) Optio 230 & 330

音频设备（**uaudio(4)** 驱动程序）

**uvisor(4)** 驱动程序支持以下设备：

* 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

### 3.13 IEEE 1394 (Firewire) 设备

**fwohci(4)** 驱动程序支持 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 (CXD1947)
* 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)

串行总线协议 2（SBP-2）存储设备（**sbp(4)** 驱动程序）

### 3.14 蓝牙设备

**ng\_bt3c(4)** 驱动程序支持 3Com/HP 3CRWB6096-A PCCARD 蓝牙适配器。

**ng\_ubt(4)** 驱动程序支持所有符合蓝牙规范 v1.1 的蓝牙 USB 设备，包括：

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

### 3.15 加密加速器

**hifn(4)** 驱动程序支持包含 Hifn 7751、7951、7811、7955 和 7956 芯片组的各种卡，例如：

* Invertex AEON
* Hifn 7751
* PowerCrypt
* XL-Crypt
* NetSec 7751
* Soekris Engineering vpn1201 and vpn1211
* Soekris Engineering vpn1401 and vpn1411

**safe(4)** 驱动程序支持包含以下任一芯片的卡：

* SafeNet 1141
* SafeNet 1741

**ubsec(4)** 驱动程序支持包含以下任一芯片的卡：

* Bluesteel 5501
* Bluesteel 5601
* Broadcom BCM5801
* Broadcom BCM5802
* Broadcom BCM5805
* Broadcom BCM5820
* Broadcom BCM5821
* Broadcom BCM5822
* Broadcom BCM5823

### 3.16 其他设备

FAX-Modem/PCCARD

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

软驱（**fdc(4)** 驱动程序）

VGA 兼容显卡（**vga(4)** 驱动程序）

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

键盘包括：

* AT 风格键盘（**atkbd(4)** 驱动程序）
* PS/2 键盘（**atkbd(4)** 驱动程序）
* USB 键盘（**ukbd(4)** 驱动程序）

指点设备包括：

* 总线鼠标及兼容设备（**mse(4)** 驱动程序）
* PS/2 鼠标及兼容设备，包括许多笔记本电脑的指点设备（**psm(4)** 驱动程序）
* 串口鼠标及兼容设备
* USB 鼠标（**ums(4)** 驱动程序）

> **注意**
>
> **moused(8)** 有关于在 FreeBSD 中使用指点设备的更多信息。有关在 **Xorg** 中使用指点设备的信息可在 <http://www.x.org/> 找到。

“PC 标准”并口（**ppc(4)** 驱动程序）

PC 兼容游戏杆（**joy(4)** 驱动程序）

PHS 数据通信卡/PCCARD

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

基于 Xilinx XC6200 的可重构硬件卡，与来自 [Virtual Computers](http://www.vcc.com/) 的 HOT1 兼容（`xrpu` 驱动程序）。

***

此文件及其他与发布相关的文档可从 [ftp://ftp.FreeBSD.org/](ftp://ftp.freebsd.org/) 下载。

如有关于 FreeBSD 的问题，请先阅读 [文档](http://www.freebsd.org/docs.html)，再联系 <<questions@FreeBSD.org>>。

如有关于此文档的问题，请发送电子邮件至 <<doc@FreeBSD.org>>。


---

# 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-5.5-release/5.5-hardware/5.5-i386-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.
