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

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

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

**The FreeBSD Documentation Project**

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

```ini
$FreeBSD: src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml,v 1.209 2003/12/07 00:54:22 bmah Exp $
```

## 1 引言

本文档包含 FreeBSD 5.2.1-RELEASE 在 i386 硬件平台（也称为 FreeBSD/i386 5.2.1-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 基本发行版中有手册页（大多数应该有），则在此处引用。有关受支持的特定设备、控制器等的详细信息，可在手册页中找到。

> **注意**
>
> 本文档中的特定设备列表正在逐步删除，以减少其中包含的重复（且可能过时）的信息。此过程完成后，应查阅每个驱动程序的手册页以获取该驱动程序支持的设备权威列表。

### 3.1 磁盘控制器

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

* Acard ATP850 UDMA2, ATP860 UDMA4, ATP865 UDMA6
* AMD 756 ATA66, 766 ATA100, 768 ATA100
* Cenatek Rocket Drive
* CMD 646, 648 ATA66, and 649 ATA100
* Cypress 82C693
* Cyrix 5530 ATA33
* HighPoint HPT366 ATA66, HPT370 ATA100, HPT372 ATA133, HPT374 ATA133
* Intel PIIX, PIIX3, PIIX4
* Intel ICH ATA66, ICH2 ATA100, ICH3 ATA100, ICH4 ATA100
* nVidia nForce ATA100, nForce2 ATA133
* Promise ATA100 OEM chip (pdc20265)
* Promise ATA133 OEM chip (pdc20269)
* Promise Fasttrak-33, -66, -100, -100 TX2/TX4, -133 TX2/TX2000
* Promise SATA150 TX2/TX4 Serial ATA/150
* Promise Ultra-33, -66, -100, -133 TX2/TX2000/TX4000
* ServerWorks ROSB4 ATA33
* ServerWorks CSB5 and CSB6 ATA66/ATA100
* Sil 0680 UDMA6
* SiS 530, 540, 550, 620
* SiS 630, 630S, 633, 635, 640, 645, 645DX, 648, 650, 651, 652, 655, 658, 730, 733, 735, 740, 745, 746, 748, 750, 751, 752, 755
* SiS 5591 ATA100
* VIA 82C586 ATA33, 82C596 ATA66, 82C686a ATA66, 82C686b ATA100
* VIA 8233, 8235 ATA133

基于 Adaptec AIC-6260 和 AIC-6360 的板卡（**aic(4)** 驱动程序）

Adaptec AHA-154X ISA 和 AHA-1640 MCA SCSI 控制器及兼容产品（**aha(4)** 驱动程序）

Adaptec AHA\_174x 系列增强模式 EISA SCSI 控制器（**ahb(4)** 驱动程序）

基于 Adaptec AIC-7770、AIC-7850、AIC-7860、AIC-7870、AIC-7880 和 AIC789x 的 SCSI 主机适配器（**ahc(4)** 驱动程序）

基于 Adaptec AIC7901、AIC7901A 和 AIC7902 Ultra320 控制器芯片的 Ultra-320 SCSI 控制器（**ahd(4)** 驱动程序）

Adaptec FSA 系列 RAID 控制器（**aac(4)** 驱动程序）

AdvanSys SCSI 控制器（所有型号，**adv(4)** 和 **adw(4)** 驱动程序）

BusLogic MultiMaster“W”、“C”、“S”和“A”系列主机适配器（**bt(4)** 驱动程序）

> **注意**
>
> 还支持 Buslogic/Bustek BT-640 以及 Storage Dimensions SDC3211B 和 SDC3211F Microchannel（MCA）总线适配器。

DPT SmartCACHE Plus、SmartCACHE III、SmartRAID III、SmartCACHE IV 和 SmartRAID IV SCSI/RAID 控制器（**dpt(4)** 驱动程序）

Adaptec 21x0S/32x0S/34x0S SCSI RAID 控制器（**asr(4)** 驱动程序）

Adaptec 2000S/2005S 零通道 RAID 控制器（**asr(4)** 驱动程序）

Adaptec 2400A ATA-100 RAID 控制器（**asr(4)** 驱动程序）

DPT SmartRAID V 和 VI SCSI RAID 控制器（**asr(4)** 驱动程序）

AMI MegaRAID Express 和 Enterprise 系列 RAID 控制器（**amr(4)** 驱动程序）

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

Mylex DAC 系列 RAID 控制器，固件版本 2.x、3.x、4.x 和 5.x（**mlx(4)** 驱动程序）

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

Mylex AcceleRAID/eXtremeRAID 系列 PCI 到 SCSI RAID 控制器，固件版本 6.x（**mly(4)** 驱动程序）

3ware Escalade ATA RAID 控制器（**twe(4)** 驱动程序）

LSI/Symbios（前身 NCR）53C8XX 和 53C10XX PCI SCSI 控制器，包括主板内置或附加板（**ncr(4)** 和 **sym(4)** 驱动程序）

基于 NCR 53C500 的 PC-Card SCSI 主机适配器（**ncv(4)** 驱动程序）

基于 TMC 18C30、18C50 和 36C70（AIC-6820）的 ISA/PC-Card SCSI 主机适配器（**stg(4)** 驱动程序）

Qlogic 控制器及变体（**isp(4)** 驱动程序）

DTC 3290 EISA SCSI 控制器（1542 仿真模式）

Tekram DC390 和 DC390T 控制器，以及可能其他基于 AMD 53c974 的卡（**amd(4)** 驱动程序）

基于 Workbit Ninja SCSI-3 的 PC-Card SCSI 主机适配器（**nsp(4)** 驱动程序）

Adaptec AIC-7110 并口到 SCSI 接口（**vpo(4)** 驱动程序）

Compaq 智能驱动器阵列控制器（**ida(4)** 驱动程序）

使用 SCSI-3 支持命令接口的 SCSI 适配器（**ciss(4)** 驱动程序）

Intel 集成 RAID 控制器（**iir(4)** 驱动程序）

Promise SuperTrak ATA RAID 控制器（**pst(4)** 驱动程序）

IBM / Adaptec ServeRAID 系列（**ips(4)** 驱动程序）

LSI Logic Fusion/MP 架构光纤通道控制器（**mpt(4)** 驱动程序）

使用 Tekram TRM-S1040 SCSI 芯片组的 PCI SCSI 主机适配器（**trm(4)** 驱动程序）

对于所有受支持的 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)**）
* Matsushita CR-562、CR-563 及兼容设备（**matcd(4)** 驱动程序）
* Sony 专用接口（所有型号）（**scd(4)**）
* ATAPI IDE 接口（**acd(4)**）

以下驱动程序在旧 SCSI 子系统下受支持，但在 **cam(4)** SCSI 子系统下尚不受支持：

* NCR5380/NCR53400（“ProAudio Spectrum”）SCSI 控制器
* UltraStor 14F、24F 和 34F SCSI 控制器

> **注意**
>
> 将 UltraStor 驱动程序移植到新 CAM SCSI 框架的工作正在进行中，但无法估计何时或是否能够完成。

* Seagate ST01/02 SCSI 控制器
* Future Domain 8xx/950 系列 SCSI 控制器
* WD7000 SCSI 控制器

以下设备未维护：

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

### 3.2 以太网接口

基于 Adaptec AIC-6915 快速以太网控制器芯片的 Adaptec Duralink PCI 快速以太网适配器（**sf(4)** 驱动程序）

基于 Tigon 1 和 Tigon 2 芯片组的 Alteon Networks PCI 千兆以太网网卡（**ti(4)** 驱动程序）

AMD PCnet 网卡（**lnc(4)** 和 **pcn(4)** 驱动程序）

* AMD PCnet/PCI (79c970 & 53c974 or 79c974)
* AMD PCnet/FAST
* Isolan AT 4141-0 (16 bit)
* Isolink 4110 (8 bit)
* PCnet/FAST+
* PCnet/FAST III
* PCnet/PRO
* PCnet/Home
* HomePNA

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

基于 National Semiconductor DS8390 的以太网网卡，包括 Novell NE2000 及兼容产品（**ed(4)** 驱动程序）

* 3C503 Etherlink II（**ed(4)** 驱动程序）
* DEC Etherworks DE305
* Hewlett-Packard PC Lan+ 27247B and 27252A
* NetVin 5000
* Novell NE1000, NE2000, and NE2100
* RealTek 8029
* SMC Elite 16 WD8013 Ethernet interface
* SMC Elite Ultra
* SMC WD8003E, WD8003EBT, WD8003W, WD8013W, WD8003S, WD8003SBT and WD8013EBT and clones
* Surecom NE-34
* VIA VT86C926
* Winbond W89C940

NE2000 兼容 PC-Card（PCMCIA）以太网和快速以太网卡（**ed(4)** 驱动程序）

* AR-P500 Ethernet
* Accton EN2212/EN2216/UE2216
* Allied Telesis CentreCOM LA100-PCM\_V2
* AmbiCom 10BaseT card
* BayNetworks NETGEAR FA410TXC Fast Ethernet
* CNet BC40 adapter
* COREGA Ether PCC-T/EtherII PCC-T/FEther PCC-TXF/PCC-TXD
* Compex Net-A adapter
* CyQ’ve ELA-010
* D-Link DE-650/660
* Danpex EN-6200P2
* Elecom Laneed LD-CDL/TX, LD-CDF, LD-CDS, LD-10/100CD, LD-CDWA (DP83902A), MACNICA Ethernet ME1 for JEIDA
* IO DATA PCLATE
* IBM Creditcard Ethernet I/II
* IC-CARD Ethernet/IC-CARD+ Ethernet
* Kingston KNE-PC2, KNE-PCM/x Ethernet
* Linksys EC2T/PCMPC100/PCM100, PCMLM56, EtherFast 10/100 PC Card, Combo PCMCIA Ethernet Card (PCMPC100 V2)
* MELCO LPC-T/LPC2-T/LPC2-CLT/LPC2-TX/LPC3-TX/LPC3-CLX
* NDC Ethernet Instant-Link
* National Semiconductor InfoMover NE4100
* NetGear FA-410TX
* Network Everywhere Ethernet 10BaseT PC Card
* Planex FNW-3600-T
* Socket LP-E
* Surecom EtherPerfect EP-427
* TDK LAK-CD031, Grey Cell GCS2000 Ethernet Card
* Telecom Device SuperSocket RE450T

RealTek RTL 8002 Pocket Ethernet（**rdp(4)** 驱动程序）

RealTek 8129/8139 快速以太网网卡（**rl(4)** 驱动程序）

Winbond W89C840F 快速以太网网卡（**wb(4)** 驱动程序）

VIA Technologies VT3043“Rhine I”、VT86C100A“Rhine II”和 VT6105/VT6105M“Rhine III”快速以太网网卡（**vr(4)** 驱动程序）

Silicon Integrated Systems SiS 900 和 SiS 7016 PCI 快速以太网网卡（**sis(4)** 驱动程序）

National Semiconductor DP83815 快速以太网网卡（**sis(4)** 驱动程序）

National Semiconductor DP83820 和 DP83821 千兆以太网网卡（**nge(4)** 驱动程序）

Sundance Technologies ST201 PCI 快速以太网网卡（**ste(4)** 驱动程序）

SysKonnect SK-984x PCI 千兆以太网卡（**sk(4)** 驱动程序）

Texas Instruments ThunderLAN PCI 网卡（**tl(4)** 驱动程序）

用于 PCI、MiniPCI 和 CardBus 的 DEC/Intel 21143 快速以太网网卡及兼容产品（**dc(4)** 驱动程序）

基于 ADMtek Inc. AN986 的 USB 以太网网卡（**aue(4)** 驱动程序）

基于 CATC USB-EL1210A 的 USB 以太网网卡（**cue(4)** 驱动程序）

基于 Kawasaki LSI KU5KUSB101B 的 USB 以太网网卡（**kue(4)** 驱动程序）

基于 ASIX Electronics AX88172 的 USB 以太网网卡（**axe(4)** 驱动程序）

基于 RealTek RTL8150 的 USB 以太网网卡（**rue(4)** 驱动程序）

DEC EtherWORKS II 和 III 网卡（**le(4)** 驱动程序）

基于 DEC DC21040、DC21041、DC21140、DC21141、DC21142 和 DC21143 的网卡（**de(4)** 驱动程序）

基于 Fujitsu MB86960A/MB86965A 的快速以太网网卡（**fe(4)** 驱动程序）

基于 Intel 82557、82258、82559、82550 或 82562 的快速以太网网卡（**fxp(4)** 驱动程序）

* Intel EtherExpress Pro/100B PCI Fast Ethernet
* Intel InBusiness 10/100 PCI Network 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
* On-board Ethernet NICs on many Intel motherboards

基于 Intel 82595 的以太网网卡（**ex(4)** 驱动程序）

基于 Intel 82586 的以太网网卡（**ie(4)** 驱动程序）

3Com 3C5x9 Etherlink III 网卡（**ep(4)** 驱动程序）

3Com 3C501 8 位 ISA 以太网网卡（**el(4)** 驱动程序）

基于 3Com Etherlink XL 的网卡（**xl(4)** 驱动程序）

3Com 3C59X 系列网卡（**vx(4)** 驱动程序）

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

Megahertz X-Jack Ethernet PC-Card CC-10BT（**sn(4)** 驱动程序）

Xircom CreditCard 适配器（16 位）及兼容产品（**xe(4)** 驱动程序）

基于 Level 1 LXT1001 NetCellerator 控制器的千兆以太网卡（**lge(4)** 驱动程序）

基于 3Com 3XP Typhoon/Sidewinder（3CR990）芯片组的以太网和快速以太网网卡（**txp(4)** 驱动程序）

基于 Broadcom BCM570x 的千兆以太网网卡（**bge(4)** 驱动程序）

基于 Intel 82542 和 82543 控制器芯片的千兆以太网网卡（**gx(4)** 和 **em(4)** 驱动程序），以及由 Intel 82540EM、82544、82545EM 和 82546EB 控制器芯片支持的网卡（仅 **em(4)** 驱动程序）

Myson 以太网网卡（**my(4)** 驱动程序）

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

基于 RealTek RTL8139C+、RTL8169、RTL8169S 和 RTL8110S 的 PCI 快速以太网和千兆以太网控制器（**re(4)** 驱动程序）

### 3.3 FDDI 接口

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

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

### 3.4 ATM 接口

Efficient Networks, Inc. ENI-155p ATM PCI 适配器（hea 驱动程序）

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.5 无线网络接口

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

基于 AMD Am79C930 和 Harris（Intersil）的 802.11b 卡（**awi(4)** 驱动程序）

基于 Atheros AR5210、AR5211 和 AR5212 的 802.11a/b/g 网络接口（**ath(4)** 驱动程序）

### 3.6 其他网络接口

Cronyx-Sigma 同步/异步串行适配器（**cx(4)** 驱动程序）

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

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

SMC COM90cx6 ARCNET 网络适配器（cm 驱动程序）

* SMC 90c26, 90c56, and 90c66 in 90c56 compatability mode

基于 DEC“Tulip”快速以太网控制器的 LAN Media Corp WAN 适配器（**lmc(4)** 驱动程序）

### 3.7 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.8 串行接口

“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 智能串行卡（**dgb(4)** 驱动程序）

基于 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

SDL Communication 串行板

* SDL Communications Riscom/8 Serial Board（rc 驱动程序）
* SDL Communications RISCom/N2 和 N2pci 高速同步串行板（**sr(4)** 驱动程序）

Stallion Technologies 多端口串行板（**stl(4)** 和 **stli(4)** 驱动程序）

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

### 3.9 音频设备

Advance（**sbc(4)** 驱动程序）

* Asound 100 and 110
* Logic ALS120 and ALS4000

CMedia 音频芯片

* CMI8338/CMI8738

Crystal Semiconductor（**csa(4)** 驱动程序）

* CS461x/462x Audio Accelerator
* CS428x Audio Controller

ENSONIQ（**pcm(4)** 驱动程序）

* AudioPCI ES1370/1371

ESS

* ES1868, ES1869, ES1879 and ES1888（**sbc(4)** 驱动程序）
* Maestro-1, Maestro-2, and Maestro-2E
* Maestro-3/Allegro

> **注意**
>
> 由于许可限制，Maestro-3/Allegro 无法编译进 FreeBSD 内核。要使用此驱动程序，请在 **/boot/loader.conf** 中添加以下行：
>
> ```sh
> snd_maestro3_load=“YES”
> ```

ForteMedia fm801

Gravis（**gusc(4)** 驱动程序）

* UltraSound MAX
* UltraSound PnP

Intel 443MX、810、815 和 815E 集成音频设备（**pcm(4)** 驱动程序）

MSS/WSS 兼容 DSP（**pcm(4)** 驱动程序）

NeoMagic 256AV/ZX（**pcm(4)** 驱动程序）

OPTi 931/82C931（**pcm(4)** 驱动程序）

S3 Sonicvibes

Creative Technologies SoundBlaster 系列（**sbc(4)** 驱动程序）

* SoundBlaster
* SoundBlaster Pro
* SoundBlaster AWE-32
* SoundBlaster AWE-64
* SoundBlaster AWE-64 GOLD
* SoundBlaster ViBRA-16

Creative Technologies Sound Blaster Live! 系列（emu10k1 驱动程序）

Trident 4DWave DX/NX（**pcm(4)** 驱动程序）

VIA Technologies VT82C686A

Yamaha

* DS1
* DS1e

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

基于 Brooktree Bt848/849/878/879 的帧采集卡（**bktr(4)** 驱动程序）

Connectix QuickCam

Cortex1 帧采集卡（ctx 驱动程序）

Creative Labs Video Spigot 帧采集卡（spigot 驱动程序）

Matrox Meteor Video 帧采集卡（**meteor(4)** 驱动程序）

### 3.11 USB 设备

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

> **注意**
>
> USB 以太网适配器可在 [以太网接口](https://www.freebsd.org/releases/5.2.1R/hardware-i386.html#ETHERNET) 小节中找到。

> **注意**
>
> USB 蓝牙适配器可在 [蓝牙设备](https://www.freebsd.org/releases/5.2.1R/hardware-i386.html#BLUETOOTH) 小节中找到。

OHCI 1.0 兼容主机控制器（**ohci(4)** 驱动程序）

UHCI 1.1 兼容主机控制器（**uhci(4)** 驱动程序）

使用 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
* Diamond Rio 500, 600, and 800 MP3 players（**urio(4)** 驱动程序）
* D-Link DSB-R100 USB Radio（**ufm(4)** 驱动程序）
* Mirunet AlphaCam Plus

调制解调器（**umodem(4)** 驱动程序）

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

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

打印机和并口打印机转换线缆（**ulpt(4)** 驱动程序）

* 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)**、**uftdi(4)** 和 **uplcom(4)** 驱动程序）

扫描仪（通过 **SANE**）（**uscanner(4)** 驱动程序）

存储设备（**umass(4)** 驱动程序）

* 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 ThinkPad USB Portable CD-ROM Drive (P/N 33L5151)
* I-O DATA USB x6 CD-RW Drive CDRW-i64/USB (CDROM only)
* I-O DATA USB CD/CD-R/CD-RW/DVD-R/DVD-RW/DVD-RAM/DVD-ROM Drive DVR-iUH2 (CDROM, DVD-RAM only)
* Iomega USB Zip 100Mb (primitive support still)
* 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
* Logitec USB1.1/2.0 HDD Unit SHD-E60U2
* Logitec Mobile USB Memory LMC-256UD
* Logitec USB Double-Speed Floppy Drive LFD-31U2
* Logitec USB/IEEE1394 DVD-RAM/R/RW Unit LDR-N21FU2 (CDROM only)
* Matshita CF-VFDU03 floppy drive
* MELCO USB2.0 MO Drive MO-CH640U2
* I-O DATA USB/IEEE1394 Portable HD Drive HDP-i30P/CI, HDP-i40P/CI
* MELCO USB Flash Disk \`\`PetitDrive‘’, RUF-32M, -64M, -128M, -256M
* MELCO USB2.0 Flash Disk \`\`PetitDrive2‘’, RUF-256M/U2, -512M/U2
* MELCO USB Flash Disk \`\`ClipDrive‘’, RUF-C32M, -C64M, -C128M, -C256M, -C512M
* Microtech USB-SCSI-HD 50 USB to SCSI cable
* NOVAC USB2.0 2.5/3.5-inch HDD Case NV-HD351U
* Panasonic floppy drive
* Panasonic USB2.0 Portable CD-RW Drive KXL-RW40AN (CDROM only)
* RATOC Systems USB2.0 Removable HDD Case U2-MDK1, U2-MDK1B
* Sony Portable CD-R/RW Drive CRX10U (CDROM only)
* TEAC Portable USB CD-ROM Unit CD-110PU/210PU
* Y-E Data floppy drive (720/1.44/2.88Mb)

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

Handspring Visor 和其他 PalmOS 设备（**uvisor(4)** 驱动程序）

* Handspring Visor
* Palm M125, M500, M505
* Sony Clie 4.0 and 4.1

### 3.12 IEEE 1394 (Firewire) 设备

主机控制器（**fwohci(4)** 驱动程序）

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

### 3.13 蓝牙设备

PCCARD 主机控制器（**ng\_bt3c(4)** 驱动程序）

* 3Com/HP 3CRWB6096-A PCCARD adapter

USB 主机控制器（**ng\_ubt(4)** 驱动程序）

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

### 3.14 加密加速器

基于 Hifn 7751、7811 或 7951 芯片组的加速器（**hifn(4)** 驱动程序）

基于 SafeNet 1141 或 1741 加密加速器芯片组的加速器（**safe(4)** 驱动程序）

基于 Bluesteel 5501 或 5601 芯片组的加速器（**ubsec(4)** 驱动程序）

基于 Broadcom BCM5801、BCM5802、BCM5805、BCM5820、BCM5821、BCM5822 芯片组的加速器（**ubsec(4)** 驱动程序）

### 3.15 其他设备

FAX-Modem/PCCARD

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

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

Genius 和 Mustek 手持扫描仪

GPB 和 Transputer 驱动程序

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

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

键盘包括：

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

Loran-C 接收器（Dave Mills 实验硬件，loran 驱动程序）

指点设备包括：

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

> **注意**
>
> **moused(8)** 有关于在 FreeBSD 中使用指点设备的更多信息。有关在 **XFree86** 中使用指点设备的信息可在 <http://www.xfree86.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.2.1-release/5.2.1-hardware/5.2.1-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.
