aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/releases/5.2R/hardware-i386.html
blob: caa92890596025fc01e1565f47a90734dc22d85d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org" />
<title>FreeBSD/i386 5.2-RELEASE Hardware Notes</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.7" />
<link rel="STYLESHEET" type="text/css" href="docbook.css" />
</head>
<body class="ARTICLE" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
alink="#0000FF">
<div class="ARTICLE">
<div class="TITLEPAGE">
<h1 class="TITLE"><a id="AEN2" name="AEN2">FreeBSD/i386 5.2-RELEASE Hardware
Notes</a></h1>

<h3 class="CORPAUTHOR">The FreeBSD Documentation Project</h3>

<p class="COPYRIGHT">Copyright &copy; 2000, 2001, 2002, 2003 The FreeBSD Documentation
Project</p>

<hr />
</div>

<div class="TOC">
<dl>
<dt><b>Table of Contents</b></dt>

<dt>1 <a href="#INTRO">Introduction</a></dt>

<dt>2 <a href="#PROC">Supported Processors and Motherboards</a></dt>

<dt>3 <a href="#SUPPORT">Supported Devices</a></dt>

<dd>
<dl>
<dt>3.1 <a href="#AEN65">Disk Controllers</a></dt>

<dt>3.2 <a href="#ETHERNET">Ethernet Interfaces</a></dt>

<dt>3.3 <a href="#AEN786">FDDI Interfaces</a></dt>

<dt>3.4 <a href="#AEN796">ATM Interfaces</a></dt>

<dt>3.5 <a href="#AEN815">Wireless Network Interfaces</a></dt>

<dt>3.6 <a href="#AEN841">Miscellaneous Networks</a></dt>

<dt>3.7 <a href="#AEN864">ISDN Interfaces</a></dt>

<dt>3.8 <a href="#AEN928">Serial Interfaces</a></dt>

<dt>3.9 <a href="#AEN1101">Audio Devices</a></dt>

<dt>3.10 <a href="#AEN1223">Camera and Video Capture Devices</a></dt>

<dt>3.11 <a href="#USB">USB Devices</a></dt>

<dt>3.12 <a href="#FIREWIRE">IEEE 1394 (Firewire) Devices</a></dt>

<dt>3.13 <a href="#BLUETOOTH">Bluetooth Devices</a></dt>

<dt>3.14 <a href="#AEN1451">Cryptographic Accelerators</a></dt>

<dt>3.15 <a href="#AEN1469">Miscellaneous</a></dt>
</dl>
</dd>
</dl>
</div>

<div class="SECT1">
<h2 class="SECT1"><a id="INTRO" name="INTRO">1 Introduction</a></h2>

<p>This document contains the hardware compatibility notes for FreeBSD 5.2-RELEASE on the
i386 hardware platform (also referred to as FreeBSD/i386 5.2-RELEASE). It lists devices
known to work on this platform, as well as some notes on boot-time kernel customization
that may be useful when attempting to configure support for new devices.</p>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> This document includes information specific to the i386 hardware
platform. Versions of the hardware compatibility notes for other architectures will
differ in some details.</p>
</blockquote>
</div>
</div>

<div class="SECT1">
<hr />
<h2 class="SECT1"><a id="PROC" name="PROC">2 Supported Processors and
Motherboards</a></h2>

<p>FreeBSD/i386 runs on a wide variety of ``IBM PC compatible'' machines. Due to the wide
range of hardware available for this architecture, it is impossible to exhaustively list
all combinations of equipment supported by FreeBSD. Nevertheless, some general guidelines
are presented here.</p>

<p>Almost all i386-compatible processors are supported. All Intel processors beginning
with the 80386 are supported, including the 80386, 80486, Pentium, Pentium Pro, Pentium
II, Pentium III, Pentium 4, and variants thereof, such as the Xeon and Celeron
processors. (However, FreeBSD 5.2-RELEASE and later no longer support the 80386SX
processor.) All i386-compatible AMD processors are also supported, including the Am486,
Am5x86, K5, K6 (and variants), Athlon (including Athlon-MP, Athlon-XP, Athlon-4, and
Athlon Thunderbird), and Duron processors. The AMD &Eacute;lan SC520 embedded processor
is supported. The Transmeta Crusoe is recognized and supported, as are i386-compatible
processors from Cyrix and NexGen.</p>

<p>There is a wide variety of motherboards available for this architecture. Motherboards
using the ISA, VLB, EISA, AGP, and PCI expansion busses are well-supported. There is some
limited support for the MCA (``MicroChannel'') expansion bus used in the IBM PS/2 line of
PCs.</p>

<p>Symmetric multi-processor (SMP) systems are generally supported by FreeBSD, although
in some cases, BIOS or motherboard bugs may generate some problems. Perusal of the
archives of the <a href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-smp"
target="_top">FreeBSD symmetric multiprocessing mailing list</a> may yield some
clues.</p>

<p>FreeBSD will take advantage of HyperThreading (HTT) support on Intel CPUs that support
this feature. A kernel with the <var class="LITERAL">options&nbsp;SMP</var> feature
enabled will automatically detect the additional logical processors. The default FreeBSD
scheduler treats the logical processors the same as additional physical processors; in
other words, no attempt is made to optimize scheduling decisions given the shared
resources between logical processors within the same CPU. Because this naive scheduling
can result in suboptimal performance, under certain circumstances it may be useful to
disable the logical processors with the the <var
class="VARNAME">machdep.hlt_logical_cpus</var> sysctl variable. It is also possible to
halt any CPU in the idle loop with the <var class="VARNAME">machdep.hlt_cpus</var> sysctl
variable. The <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=smp&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">smp</span>(4)</span></a> manual
page has more details.</p>

<p>FreeBSD will take advantage of Physical Address Extensions (PAE) support on CPUs that
support this feature. A kernel with the <var class="LITERAL">PAE</var> feature enabled
will detect memory above 4 gigabytes and allow it to be used by the system. This feature
places constraints on the device drivers and other features of FreeBSD which may be used;
consult the <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=pae&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">pae</span>(4)</span></a> manpage
for more details.</p>

<p>FreeBSD will generally run on i386-based laptops, albeit with varying levels of
support for certain hardware features such as sound, graphics, power management, and
PCCARD expansion slots. These features tend to vary in idiosyncratic ways between
machines, and frequently require special-case support in FreeBSD to work around hardware
bugs or other oddities. When in doubt, a search of the archives of the <a
href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-mobile" target="_top">FreeBSD
laptop computer mailing list</a> may be useful.</p>

<p>Most modern laptops (as well as many desktops) use the Advanced Configuration and
Power Management (ACPI) standard. FreeBSD supports ACPI via the ACPI Component
Architecture reference implementation from Intel, as described in the <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=acpi&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">acpi</span>(4)</span></a> manual
page. The use of ACPI causes instabilities on some machines and it may be necessary to
disable the ACPI driver, which is normally loaded via a kernel module. This may be
accomplished by adding the following line to <tt
class="FILENAME">/boot/device.hints</tt>:</p>

<pre class="PROGRAMLISTING">
hint.acpi.0.disabled="1"
</pre>

<p>Users debugging ACPI-related problems may find it useful to disable portions of the
ACPI functionality. The <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=acpi&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">acpi</span>(4)</span></a> manual
page has more information on how to do this via loader tunables.</p>

<p>ACPI depends on a Differentiated System Descriptor Table (DSDT) provided by each
machine's BIOS. Some machines have bad or incomplete DSDTs, which prevents ACPI from
functioning correctly. Replacement DSDTs for some machines can be found at the <a
href="http://acpi.sourceforge.net/dsdt/index.php" target="_top">DSDT</a> section of the
<a href="http://acpi.sourceforge.net/" target="_top">ACPI4Linux</a> project Web site.
FreeBSD can use these DSDTs to override the DSDT provided by the BIOS; see the <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=acpi&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">acpi</span>(4)</span></a> manual
page for more information.</p>
</div>

<div class="SECT1">
<hr />
<h2 class="SECT1"><a id="SUPPORT" name="SUPPORT">3 Supported Devices</a></h2>

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

<p>This section describes the devices currently known to be supported by with FreeBSD on
the i386 platform. Other configurations may also work, but simply have not been tested
yet. Feedback, updates, and corrections to this list are encouraged.</p>

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

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> Lists of specific, supported devices are gradually being removed from
this document in order to reduce the amount of duplicated (and potentially out-of-date)
information contained within. When this process is complete, the manual page for each
driver should be consulted for the authoritative list of devices supported that
particular driver.</p>
</blockquote>
</div>

<div class="SECT2">
<hr />
<h3 class="SECT2"><a id="AEN65" name="AEN65">3.1 Disk Controllers</a></h3>

<p>IDE/ATA controllers (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ata&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ata</span>(4)</span></a>
driver)</p>

<ul>
<li>
<p>Acard ATP850 UDMA2, ATP860 UDMA4, ATP865 UDMA6</p>
</li>

<li>
<p>AMD 756 ATA66, 766 ATA100, 768 ATA100</p>
</li>

<li>
<p>Cenatek Rocket Drive</p>
</li>

<li>
<p>CMD 646, 648 ATA66, and 649 ATA100</p>
</li>

<li>
<p>Cypress 82C693</p>
</li>

<li>
<p>Cyrix 5530 ATA33</p>
</li>

<li>
<p>HighPoint HPT366 ATA66, HPT370 ATA100, HPT372 ATA133, HPT374 ATA133</p>
</li>

<li>
<p>Intel PIIX, PIIX3, PIIX4</p>
</li>

<li>
<p>Intel ICH ATA66, ICH2 ATA100, ICH3 ATA100, ICH4 ATA100</p>
</li>

<li>
<p>nVidia nForce ATA100, nForce2 ATA133</p>
</li>

<li>
<p>Promise ATA100 OEM chip (pdc20265)</p>
</li>

<li>
<p>Promise ATA133 OEM chip (pdc20269)</p>
</li>

<li>
<p>Promise Fasttrak-33, -66, -100, -100 TX2/TX4, -133 TX2/TX2000</p>
</li>

<li>
<p>Promise SATA150 TX2/TX4 Serial ATA/150</p>
</li>

<li>
<p>Promise Ultra-33, -66, -100, -133 TX2/TX2000/TX4000</p>
</li>

<li>
<p>ServerWorks ROSB4 ATA33</p>
</li>

<li>
<p>ServerWorks CSB5 and CSB6 ATA66/ATA100</p>
</li>

<li>
<p>Sil 0680 UDMA6</p>
</li>

<li>
<p>SiS 530, 540, 550, 620</p>
</li>

<li>
<p>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</p>
</li>

<li>
<p>SiS 5591 ATA100</p>
</li>

<li>
<p>VIA 82C586 ATA33, 82C596 ATA66, 82C686a ATA66, 82C686b ATA100</p>
</li>

<li>
<p>VIA 8233, 8235 ATA133</p>
</li>
</ul>

<br />
<br />
<p>Adaptec AIC-6260 and AIC-6360 based boards (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=aic&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">aic</span>(4)</span></a>
driver)</p>

<p>Adaptec AHA-154X ISA and AHA-1640 MCA SCSI controllers and compatibles (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=aha&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">aha</span>(4)</span></a>
driver)</p>

<p>Adaptec AHA_174x series EISA SCSI controller in enhanced mode (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ahb&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ahb</span>(4)</span></a>
driver)</p>

<p>Adaptec AIC-7770, AIC-7850, AIC-7860, AIC-7870, AIC-7880, and AIC789x based SCSI host
adapters (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ahc&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ahc</span>(4)</span></a>
driver)</p>

<p>Ultra-320 SCSI controllers based on the Adaptec AIC7901, AIC7901A, and AIC7902
Ultra320 controller chips (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ahd&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ahd</span>(4)</span></a>
driver)</p>

<p>Adaptec FSA family RAID controllers (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=aac&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">aac</span>(4)</span></a>
driver)</p>

<p>AdvanSys SCSI controllers (all models, <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=adv&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">adv</span>(4)</span></a> and <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=adw&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">adw</span>(4)</span></a>
drivers)</p>

<br />
<br />
<p>BusLogic MultiMaster ``W'', ``C'', ``S'', and ``A'' Series Host Adapters (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=bt&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">bt</span>(4)</span></a>
driver)</p>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> The Buslogic/Bustek BT-640 and Storage Dimensions SDC3211B and SDC3211F
Microchannel (MCA) bus adapters are also supported.</p>
</blockquote>
</div>

<br />
<br />
<p>DPT SmartCACHE Plus, SmartCACHE III, SmartRAID III, SmartCACHE IV and SmartRAID IV
SCSI/RAID controllers (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=dpt&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">dpt</span>(4)</span></a>
driver)</p>

<p>Adaptec 21x0S/32x0S/34x0S SCSI RAID controllers (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=asr&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">asr</span>(4)</span></a>
driver)</p>

<p>Adaptec 2000S/2005S Zero-Channel RAID controllers (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=asr&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">asr</span>(4)</span></a>
driver)</p>

<p>Adaptec 2400A ATA-100 RAID controller (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=asr&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">asr</span>(4)</span></a>
driver)</p>

<p>DPT SmartRAID V and VI SCSI RAID controllers (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=asr&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">asr</span>(4)</span></a>
driver)</p>

<p>AMI MegaRAID Express and Enterprise family RAID controllers (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=amr&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">amr</span>(4)</span></a>
driver)</p>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> Booting from these controllers is supported. EISA adapters are not
supported.</p>
</blockquote>
</div>

<br />
<br />
<p>Mylex DAC-family RAID controllers with 2.x, 3.x, 4.x and 5.x firmware (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=mlx&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mlx</span>(4)</span></a>
driver)</p>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> Booting from these controllers is supported. EISA adapters are not
supported.</p>
</blockquote>
</div>

<br />
<br />
<p>Mylex AcceleRAID/eXtremeRAID family PCI to SCSI RAID controllers with 6.x firmware (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=mly&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mly</span>(4)</span></a>
driver)</p>

<p>3ware Escalade ATA RAID controllers (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=twe&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">twe</span>(4)</span></a>
driver)</p>

<p>LSI/Symbios (formerly NCR) 53C8<var class="REPLACEABLE">XX</var> and 53C10<var
class="REPLACEABLE">XX</var> PCI SCSI controllers, either embedded on motherboard or on
add-on boards (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ncr&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ncr</span>(4)</span></a> and <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=sym&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sym</span>(4)</span></a>
drivers)</p>

<p>NCR 53C500 based PC-Card SCSI host adapters (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ncv&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ncv</span>(4)</span></a>
driver)</p>

<p>TMC 18C30, 18C50 and 36C70 (AIC-6820) based ISA/PC-Card SCSI host adapters (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=stg&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">stg</span>(4)</span></a>
driver)</p>

<p>Qlogic controllers and variants (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=isp&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">isp</span>(4)</span></a>
driver)</p>

<p>DTC 3290 EISA SCSI controller in 1542 emulation mode.</p>

<p>Tekram DC390 and DC390T controllers, maybe other cards based on the AMD 53c974 as well
(<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=amd&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">amd</span>(4)</span></a>
driver)</p>

<p>Workbit Ninja SCSI-3 based PC-Card SCSI host adapters (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=nsp&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">nsp</span>(4)</span></a>
driver)</p>

<p>Adaptec AIC-7110 Parallel to SCSI interfaces (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=vpo&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">vpo</span>(4)</span></a>
driver)</p>

<p>Compaq Intelligent Drive Array Controllers (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ida&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ida</span>(4)</span></a>
driver)</p>

<p>SCSI adapters utilizing the Command Interface for SCSI-3 Support (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ciss&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ciss</span>(4)</span></a>
driver)</p>

<p>Intel Integrated RAID Controllers (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=iir&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">iir</span>(4)</span></a>
driver)</p>

<p>Promise SuperTrak ATA RAID controllers (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=pst&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">pst</span>(4)</span></a>
driver)</p>

<p>IBM / Adaptec ServeRAID series (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ips&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ips</span>(4)</span></a>
driver)</p>

<p>LSI Logic Fusion/MP architecture Fiber Channel controllers (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=mpt&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mpt</span>(4)</span></a>
driver)</p>

<p>PCI SCSI host adapters using the Tekram TRM-S1040 SCSI chipset (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=trm&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">trm</span>(4)</span></a>
driver)</p>

<p>With all supported SCSI controllers, full support is provided for SCSI-I, SCSI-II, and
SCSI-III peripherals, including hard disks, optical disks, tape drives (including DAT,
8mm Exabyte, Mammoth, and DLT), medium changers, processor target devices and CD-ROM
drives. WORM devices that support CD-ROM commands are supported for read-only access by
the CD-ROM drivers (such as <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=cd&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cd</span>(4)</span></a>).
WORM/CD-R/CD-RW writing support is provided by <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=cdrecord&amp;sektion=1&amp;manpath=FreeBSD+Ports">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cdrecord</span>(1)</span></a>,
which is a part of the <a
href="http://www.FreeBSD.org/cgi/url.cgi?ports/sysutils/cdrtools/pkg-descr"><tt
class="FILENAME">sysutils/cdrtools</tt></a> port in the Ports Collection.</p>

<p>The following CD-ROM type systems are supported at this time:</p>

<ul>
<li>
<p>SCSI interface (also includes ProAudio Spectrum and SoundBlaster SCSI) (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=cd&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cd</span>(4)</span></a>)</p>
</li>

<li>
<p>Matsushita CR-562, CR-563, and compatibles (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=matcd&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">matcd</span>(4)</span></a>
driver)</p>
</li>

<li>
<p>Sony proprietary interface (all models) (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=scd&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">scd</span>(4)</span></a>)</p>
</li>

<li>
<p>ATAPI IDE interface (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=acd&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">acd</span>(4)</span></a>)</p>
</li>
</ul>

<br />
<br />
<p>The following drivers were supported under the old SCSI subsystem, but are not yet
supported under the <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=cam&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cam</span>(4)</span></a> SCSI
subsystem:</p>

<ul>
<li>
<p>NCR5380/NCR53400 (``ProAudio Spectrum'') SCSI controller</p>
</li>

<li>
<p>UltraStor 14F, 24F and 34F SCSI controllers.</p>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> There is work-in-progress to port the UltraStor driver to the new CAM
SCSI framework, but no estimates on when or if it will be completed.</p>
</blockquote>
</div>

<br />
<br />
</li>

<li>
<p>Seagate ST01/02 SCSI controllers</p>
</li>

<li>
<p>Future Domain 8xx/950 series SCSI controllers</p>
</li>

<li>
<p>WD7000 SCSI controller</p>
</li>
</ul>

<br />
<br />
<p>The following device is unmaintained:</p>

<ul>
<li>
<p>Mitsumi proprietary CD-ROM interface (all models) (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=mcd&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mcd</span>(4)</span></a>)</p>
</li>
</ul>

<br />
<br />
</div>

<div class="SECT2">
<hr />
<h3 class="SECT2"><a id="ETHERNET" name="ETHERNET">3.2 Ethernet Interfaces</a></h3>

<p>Adaptec Duralink PCI Fast Ethernet adapters based on the Adaptec AIC-6915 Fast
Ethernet controller chip (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=sf&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sf</span>(4)</span></a>
driver)</p>

<p>Alteon Networks PCI Gigabit Ethernet NICs based on the Tigon 1 and Tigon 2 chipsets
(<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ti&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ti</span>(4)</span></a>
driver)</p>

<p>AMD PCnet NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=lnc&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">lnc</span>(4)</span></a> and <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=pcn&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">pcn</span>(4)</span></a>
drivers)</p>

<ul>
<li>
<p>AMD PCnet/PCI (79c970 &#38; 53c974 or 79c974)</p>
</li>

<li>
<p>AMD PCnet/FAST</p>
</li>

<li>
<p>Isolan AT 4141-0 (16 bit)</p>
</li>

<li>
<p>Isolink 4110 (8 bit)</p>
</li>

<li>
<p>PCnet/FAST+</p>
</li>

<li>
<p>PCnet/FAST III</p>
</li>

<li>
<p>PCnet/PRO</p>
</li>

<li>
<p>PCnet/Home</p>
</li>

<li>
<p>HomePNA</p>
</li>
</ul>

<br />
<br />
<p>SMC 83c17x (EPIC)-based Ethernet NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=tx&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">tx</span>(4)</span></a>
driver)</p>

<p>National Semiconductor DS8390-based Ethernet NICs, including Novell NE2000 and clones
(<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ed&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ed</span>(4)</span></a>
driver)</p>

<ul>
<li>
<p>3C503 Etherlink II (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ed&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ed</span>(4)</span></a>
driver)</p>
</li>

<li>
<p>DEC Etherworks DE305</p>
</li>

<li>
<p>Hewlett-Packard PC Lan+ 27247B and 27252A</p>
</li>

<li>
<p>NetVin 5000</p>
</li>

<li>
<p>Novell NE1000, NE2000, and NE2100</p>
</li>

<li>
<p>RealTek 8029</p>
</li>

<li>
<p>SMC Elite 16 WD8013 Ethernet interface</p>
</li>

<li>
<p>SMC Elite Ultra</p>
</li>

<li>
<p>SMC WD8003E, WD8003EBT, WD8003W, WD8013W, WD8003S, WD8003SBT and WD8013EBT and
clones</p>
</li>

<li>
<p>Surecom NE-34</p>
</li>

<li>
<p>VIA VT86C926</p>
</li>

<li>
<p>Winbond W89C940</p>
</li>
</ul>

<br />
<br />
<p>NE2000 compatible PC-Card (PCMCIA) Ethernet and FastEthernet cards (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ed&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ed</span>(4)</span></a>
driver)</p>

<ul>
<li>
<p>AR-P500 Ethernet</p>
</li>

<li>
<p>Accton EN2212/EN2216/UE2216</p>
</li>

<li>
<p>Allied Telesis CentreCOM LA100-PCM_V2</p>
</li>

<li>
<p>AmbiCom 10BaseT card</p>
</li>

<li>
<p>BayNetworks NETGEAR FA410TXC Fast Ethernet</p>
</li>

<li>
<p>CNet BC40 adapter</p>
</li>

<li>
<p>COREGA Ether PCC-T/EtherII PCC-T/FEther PCC-TXF/PCC-TXD</p>
</li>

<li>
<p>Compex Net-A adapter</p>
</li>

<li>
<p>CyQ've ELA-010</p>
</li>

<li>
<p>D-Link DE-650/660</p>
</li>

<li>
<p>Danpex EN-6200P2</p>
</li>

<li>
<p>Elecom Laneed LD-CDL/TX, LD-CDF, LD-CDS, LD-10/100CD, LD-CDWA (DP83902A), MACNICA
Ethernet ME1 for JEIDA</p>
</li>

<li>
<p>IO DATA PCLATE</p>
</li>

<li>
<p>IBM Creditcard Ethernet I/II</p>
</li>

<li>
<p>IC-CARD Ethernet/IC-CARD+ Ethernet</p>
</li>

<li>
<p>Kingston KNE-PC2, KNE-PCM/x Ethernet</p>
</li>

<li>
<p>Linksys EC2T/PCMPC100/PCM100, PCMLM56, EtherFast 10/100 PC Card, Combo PCMCIA Ethernet
Card (PCMPC100 V2)</p>
</li>

<li>
<p>MELCO LPC-T/LPC2-T/LPC2-CLT/LPC2-TX/LPC3-TX/LPC3-CLX</p>
</li>

<li>
<p>NDC Ethernet Instant-Link</p>
</li>

<li>
<p>National Semiconductor InfoMover NE4100</p>
</li>

<li>
<p>NetGear FA-410TX</p>
</li>

<li>
<p>Network Everywhere Ethernet 10BaseT PC Card</p>
</li>

<li>
<p>Planex FNW-3600-T</p>
</li>

<li>
<p>Socket LP-E</p>
</li>

<li>
<p>Surecom EtherPerfect EP-427</p>
</li>

<li>
<p>TDK LAK-CD031,Grey Cell GCS2000 Ethernet Card</p>
</li>

<li>
<p>Telecom Device SuperSocket RE450T</p>
</li>
</ul>

<br />
<br />
<p>RealTek RTL 8002 Pocket Ethernet (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=rdp&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">rdp</span>(4)</span></a>
driver)</p>

<p>RealTek 8129/8139 Fast Ethernet NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=rl&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">rl</span>(4)</span></a>
driver)</p>

<p>Winbond W89C840F Fast Ethernet NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=wb&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">wb</span>(4)</span></a>
driver)</p>

<p>VIA Technologies VT3043 ``Rhine I'', VT86C100A ``Rhine II'', and VT6105/VT6105M
``Rhine III'' Fast Ethernet NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=vr&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">vr</span>(4)</span></a>
driver)</p>

<p>Silicon Integrated Systems SiS 900 and SiS 7016 PCI Fast Ethernet NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=sis&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sis</span>(4)</span></a>
driver)</p>

<p>National Semiconductor DP83815 Fast Ethernet NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=sis&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sis</span>(4)</span></a>
driver)</p>

<p>National Semiconductor DP83820 and DP83821 Gigabit Ethernet NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=nge&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">nge</span>(4)</span></a>
driver)</p>

<p>Sundance Technologies ST201 PCI Fast Ethernet NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ste&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ste</span>(4)</span></a>
driver)</p>

<p>SysKonnect SK-984x PCI Gigabit Ethernet cards (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=sk&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sk</span>(4)</span></a>
driver)</p>

<p>Texas Instruments ThunderLAN PCI NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=tl&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">tl</span>(4)</span></a>
driver)</p>

<p>DEC/Intel 21143 Fast Ethernet NICs and clones for PCI, MiniPCI, and CardBus (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=dc&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">dc</span>(4)</span></a>
driver)</p>

<p>ADMtek Inc. AN986-based USB Ethernet NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=aue&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">aue</span>(4)</span></a>
driver)</p>

<p>CATC USB-EL1210A-based USB Ethernet NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=cue&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cue</span>(4)</span></a>
driver)</p>

<p>Kawasaki LSI KU5KUSB101B-based USB Ethernet NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=kue&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">kue</span>(4)</span></a>
driver)</p>

<p>ASIX Electronics AX88172-based USB Ethernet NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=axe&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">axe</span>(4)</span></a>
driver)</p>

<p>RealTek RTL8150-based USB Ethernet NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=rue&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">rue</span>(4)</span></a>
driver)</p>

<p>DEC EtherWORKS II and III NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=le&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">le</span>(4)</span></a>
driver)</p>

<p>DEC DC21040, DC21041, DC21140, DC21141, DC21142, and DC21143 based NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=de&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">de</span>(4)</span></a>
driver)</p>

<p>Fujitsu MB86960A/MB86965A based Fast Ethernet NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=fe&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fe</span>(4)</span></a>
driver)</p>

<p>Intel 82557-, 82258-, 82559-, 82550- or 82562-based Fast Ethernet NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=fxp&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fxp</span>(4)</span></a>
driver)</p>

<ul>
<li>
<p>Intel EtherExpress Pro/100B PCI Fast Ethernet</p>
</li>

<li>
<p>Intel InBusiness 10/100 PCI Network Adapter</p>
</li>

<li>
<p>Intel PRO/100+ Management Adapter</p>
</li>

<li>
<p>Intel Pro/100 VE Desktop Adapter</p>
</li>

<li>
<p>Intel Pro/100 M Desktop Adapter</p>
</li>

<li>
<p>Intel Pro/100 S Desktop, Server and Dual-Port Server Adapters</p>
</li>

<li>
<p>On-board Ethernet NICs on many Intel motherboards.</p>
</li>
</ul>

<br />
<br />
<p>Intel 82595-based Ethernet NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ex&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ex</span>(4)</span></a>
driver)</p>

<p>Intel 82586-based Ethernet NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ie&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ie</span>(4)</span></a>
driver)</p>

<p>3Com 3C5x9 Etherlink III NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ep&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ep</span>(4)</span></a>
driver)</p>

<p>3Com 3C501 8-bit ISA Ethernet NIC (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=el&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">el</span>(4)</span></a>
driver)</p>

<p>3Com Etherlink XL-based NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=xl&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">xl</span>(4)</span></a>
driver)</p>

<p>3Com 3C59X series NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=vx&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">vx</span>(4)</span></a>
driver)</p>

<p>Crystal Semiconductor CS89x0-based NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=cs&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cs</span>(4)</span></a>
driver)</p>

<p>Megahertz X-Jack Ethernet PC-Card CC-10BT (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=sn&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sn</span>(4)</span></a>
driver)</p>

<p>Xircom CreditCard adapters (16 bit) and workalikes (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=xe&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">xe</span>(4)</span></a>
driver)</p>

<p>Gigabit Ethernet cards based on the Level 1 LXT1001 NetCellerator controller (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=lge&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">lge</span>(4)</span></a>
driver)</p>

<p>Ethernet and Fast Ethernet NICs based on the 3Com 3XP Typhoon/Sidewinder (3CR990)
chipset (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=txp&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">txp</span>(4)</span></a>
driver)</p>

<p>Gigabit Ethernet NICs based on the Broadcom BCM570x (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=bge&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">bge</span>(4)</span></a>
driver)</p>

<p>Gigabit Ethernet NICs based on the Intel 82542 and 82543 controller chips (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=gx&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">gx</span>(4)</span></a> and <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=em&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">em</span>(4)</span></a> drivers),
plus NICs supported by the Intel 82540EM, 82544, 82545EM, and 82546EB controller chips
(<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=em&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">em</span>(4)</span></a> driver
only)</p>

<p>Myson Ethernet NICs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=my&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">my</span>(4)</span></a>
driver)</p>

<p>Broadcom BCM4401 based Fast Ethernet adapters (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=bfe&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">bfe</span>(4)</span></a>
driver)</p>

<p>RealTek RTL8139C+, RTL8169, RTL8169S and RTL8110S based PCI Fast Ethernet and Gigabit
Ethernet controllers (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=re&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">re</span>(4)</span></a>
driver)</p>
</div>

<div class="SECT2">
<hr />
<h3 class="SECT2"><a id="AEN786" name="AEN786">3.3 FDDI Interfaces</a></h3>

<p>DEC DEFPA PCI (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=fpa&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fpa</span>(4)</span></a>
driver)</p>

<p>DEC DEFEA EISA (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=fpa&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fpa</span>(4)</span></a>
driver)</p>
</div>

<div class="SECT2">
<hr />
<h3 class="SECT2"><a id="AEN796" name="AEN796">3.4 ATM Interfaces</a></h3>

<p>Efficient Networks, Inc. ENI-155p ATM PCI Adapters (hea driver)</p>

<p>FORE Systems, Inc. PCA-200E ATM PCI Adapters (hfa and <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=fatm&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fatm</span>(4)</span></a>
drivers)</p>

<p>IDT NICStAR 77201/211-based ATM Adapters (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=idt&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">idt</span>(4)</span></a>
driver)</p>

<p>FORE Systems, Inc. HE155 and HE622 ATM interfaces (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=hatm&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">hatm</span>(4)</span></a>
driver)</p>

<p>IDT77252-based ATM cards (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=patm&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">patm</span>(4)</span></a>
driver)</p>
</div>

<div class="SECT2">
<hr />
<h3 class="SECT2"><a id="AEN815" name="AEN815">3.5 Wireless Network Interfaces</a></h3>

<p>NCR / AT&amp;T / Lucent Technologies WaveLan T1-speed ISA/radio LAN cards (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=wl&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">wl</span>(4)</span></a>
driver)</p>

<p>Lucent Technologies WaveLAN/IEEE 802.11b wireless network adapters and workalikes
using the Lucent Hermes, Intersil PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and
Symbol Spectrum24 chipsets (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=wi&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">wi</span>(4)</span></a>
driver)</p>

<p>Cisco/Aironet 802.11b wireless adapters (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=an&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">an</span>(4)</span></a>
driver)</p>

<p>Raytheon Raylink 2.4GHz wireless adapters (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ray&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ray</span>(4)</span></a>
driver)</p>

<p>AMD Am79C930 and Harris (Intersil) based 802.11b cards (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=awi&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">awi</span>(4)</span></a>
driver)</p>

<p>Atheros AR5210, AR5211, and AR5212-based 802.11a/b/g network interfaces (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ath&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ath</span>(4)</span></a>
driver)</p>
</div>

<div class="SECT2">
<hr />
<h3 class="SECT2"><a id="AEN841" name="AEN841">3.6 Miscellaneous Networks</a></h3>

<p>Cronyx-Sigma synchronous / asynchronous serial adapters (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=cx&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cx</span>(4)</span></a>
driver)</p>

<p>Granch SBNI12 point-to-point communications adapters (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=sbni&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sbni</span>(4)</span></a>
driver)</p>

<p>Granch SBNI16 SHDSL modems (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=sbsh&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sbsh</span>(4)</span></a>
driver)</p>

<p>SMC COM90cx6 ARCNET network adapters (cm driver)</p>

<ul>
<li>
<p>SMC 90c26, 90c56, and 90c66 in 90c56 compatability mode</p>
</li>
</ul>

<br />
<br />
<p>LAN Media Corp WAN adapters based on the DEC ``Tulip'' Fast Ethernet controller (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=lmc&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">lmc</span>(4)</span></a>
driver)</p>
</div>

<div class="SECT2">
<hr />
<h3 class="SECT2"><a id="AEN864" name="AEN864">3.7 ISDN Interfaces</a></h3>

<p>AcerISDN P10 ISA PnP (experimental)</p>

<p>Asuscom ISDNlink 128K ISA</p>

<p>ASUSCOM P-IN100-ST-D (and other Winbond W6692-based cards)</p>

<p>AVM</p>

<ul>
<li>
<p>A1</p>
</li>

<li>
<p>B1 ISA (tested with V2.0)</p>
</li>

<li>
<p>B1 PCI (tested with V4.0)</p>
</li>

<li>
<p>Fritz!Card classic</p>
</li>

<li>
<p>Fritz!Card PnP</p>
</li>

<li>
<p>Fritz!Card PCI</p>
</li>

<li>
<p>Fritz!Card PCI, Version 2</p>
</li>

<li>
<p>T1</p>
</li>
</ul>

<br />
<br />
<p>Creatix</p>

<ul>
<li>
<p>ISDN-S0</p>
</li>

<li>
<p>ISDN-S0 P&amp;P</p>
</li>
</ul>

<br />
<br />
<p>Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP</p>

<p>Dr. Neuhaus Niccy Go@ and compatibles</p>

<p>Dynalink IS64PPH and IS64PPH+</p>

<p>Eicon Diehl DIVA 2.0 and 2.02</p>

<p>ELSA</p>

<ul>
<li>
<p>ELSA PCC-16</p>
</li>

<li>
<p>QuickStep 1000pro ISA</p>
</li>

<li>
<p>MicroLink ISDN/PCI</p>
</li>

<li>
<p>QuickStep 1000pro PCI</p>
</li>
</ul>

<br />
<br />
<p>ITK ix1 Micro ( &lt; V.3, non-PnP version )</p>

<p>Sedlbauer Win Speed</p>

<p>Siemens I-Surf 2.0</p>

<p>TELEINT ISDN SPEED No.1 (experimental)</p>

<p>Teles</p>

<ul>
<li>
<p>S0/8</p>
</li>

<li>
<p>S0/16</p>
</li>

<li>
<p>S0/16.3</p>
</li>

<li>
<p>S0/16.3 PnP</p>
</li>

<li>
<p>16.3c ISA PnP (experimental)</p>
</li>

<li>
<p>Teles PCI-TJ</p>
</li>
</ul>

<br />
<br />
<p>Traverse Technologies NETjet-S PCI</p>

<p>USRobotics Sportster ISDN TA intern</p>

<p>Winbond W6692 based PCI cards</p>
</div>

<div class="SECT2">
<hr />
<h3 class="SECT2"><a id="AEN928" name="AEN928">3.8 Serial Interfaces</a></h3>

<p>``PC standard'' 8250, 16450, and 16550-based serial ports (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=sio&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sio</span>(4)</span></a>
driver)</p>

<p>AST 4 port serial card using shared IRQ</p>

<p>ARNET serial cards (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ar&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ar</span>(4)</span></a>
driver)</p>

<ul>
<li>
<p>ARNET 8 port serial card using shared IRQ</p>
</li>

<li>
<p>ARNET (now Digiboard) Sync 570/i high-speed serial</p>
</li>
</ul>

<br />
<br />
<p>Boca multi-port serial cards</p>

<ul>
<li>
<p>Boca BB1004 4-Port serial card (Modems <span class="emphasis"><i
class="EMPHASIS">not</i></span> supported)</p>
</li>

<li>
<p>Boca IOAT66 6-Port serial card (Modems supported)</p>
</li>

<li>
<p>Boca BB1008 8-Port serial card (Modems <span class="emphasis"><i
class="EMPHASIS">not</i></span> supported)</p>
</li>

<li>
<p>Boca BB2016 16-Port serial card (Modems supported)</p>
</li>
</ul>

<br />
<br />
<p>Comtrol Rocketport card (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=rp&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">rp</span>(4)</span></a>
driver)</p>

<p>Cyclades Cyclom-Y serial board (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=cy&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cy</span>(4)</span></a>
driver)</p>

<p>STB 4 port card using shared IRQ</p>

<p>DigiBoard intelligent serial cards (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=dgb&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">dgb</span>(4)</span></a>
driver)</p>

<p>PCI-Based multi-port serial boards (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=puc&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">puc</span>(4)</span></a>
driver)</p>

<ul>
<li>
<p>Actiontech 56K PCI</p>
</li>

<li>
<p>Avlab Technology, PCI IO 2S and PCI IO 4S</p>
</li>

<li>
<p>Comtrol RocketPort 550</p>
</li>

<li>
<p>Decision Computers PCCOM 4-port serial and dual port RS232/422/485</p>
</li>

<li>
<p>Dolphin Peripherals 4025/4035/4036</p>
</li>

<li>
<p>IC Book Labs Dreadnought 16x Lite and Pro</p>
</li>

<li>
<p>Lava Computers 2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550</p>
</li>

<li>
<p>Middle Digital, Weasle serial port</p>
</li>

<li>
<p>Moxa Industio CP-114, Smartio C104H-PCI and C168H/PCI</p>
</li>

<li>
<p>NEC PK-UG-X001 and PK-UG-X008</p>
</li>

<li>
<p>Netmos NM9835 PCI-2S-550</p>
</li>

<li>
<p>Oxford Semiconductor OX16PCI954 PCI UART</p>
</li>

<li>
<p>Syba Tech SD-LAB PCI-4S2P-550-ECP</p>
</li>

<li>
<p>SIIG Cyber I/O PCI 16C550/16C650/16C850</p>
</li>

<li>
<p>SIIG Cyber 2P1S PCI 16C550/16C650/16C850</p>
</li>

<li>
<p>SIIG Cyber 2S1P PCI 16C550/16C650/16C850</p>
</li>

<li>
<p>SIIG Cyber 4S PCI 16C550/16C650/16C850</p>
</li>

<li>
<p>SIIG Cyber Serial (Single and Dual) PCI 16C550/16C650/16C850</p>
</li>

<li>
<p>Syba Tech Ltd. PCI-4S2P-550-ECP</p>
</li>

<li>
<p>Titan PCI-200H and PCI-800H</p>
</li>

<li>
<p>US Robotics (3Com) 3CP5609 modem</p>
</li>

<li>
<p>VScom PCI-400 and PCI-800</p>
</li>
</ul>

<br />
<br />
<p>SDL Communication serial boards</p>

<ul>
<li>
<p>SDL Communications Riscom/8 Serial Board (rc driver)</p>
</li>

<li>
<p>SDL Communications RISCom/N2 and N2pci high-speed sync serial boards (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=sr&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sr</span>(4)</span></a>
driver)</p>
</li>
</ul>

<br />
<br />
<p>Stallion Technologies multiport serial boards (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=stl&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">stl</span>(4)</span></a> and <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=stli&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">stli</span>(4)</span></a>
drivers)</p>

<p>Specialix SI/XIO/SX multiport serial cards, with both the older SIHOST2.x and the new
``enhanced'' (transputer based, aka JET) host cards (ISA, EISA and PCI are supported) (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=si&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">si</span>(4)</span></a>
driver)</p>
</div>

<div class="SECT2">
<hr />
<h3 class="SECT2"><a id="AEN1101" name="AEN1101">3.9 Audio Devices</a></h3>

<p>Advance (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=sbc&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sbc</span>(4)</span></a>
driver)</p>

<ul>
<li>
<p>Asound 100 and 110</p>
</li>

<li>
<p>Logic ALS120 and ALS4000</p>
</li>
</ul>

<br />
<br />
<p>CMedia sound chips</p>

<ul>
<li>
<p>CMI8338/CMI8738</p>
</li>
</ul>

<br />
<br />
<p>Crystal Semiconductor (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=csa&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">csa</span>(4)</span></a>
driver)</p>

<ul>
<li>
<p>CS461x/462x Audio Accelerator</p>
</li>

<li>
<p>CS428x Audio Controller</p>
</li>
</ul>

<br />
<br />
<p>ENSONIQ (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=pcm&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">pcm</span>(4)</span></a>
driver)</p>

<ul>
<li>
<p>AudioPCI ES1370/1371</p>
</li>
</ul>

<br />
<br />
<p>ESS</p>

<ul>
<li>
<p>ES1868, ES1869, ES1879 and ES1888 (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=sbc&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sbc</span>(4)</span></a>
driver)</p>
</li>

<li>
<p>Maestro-1, Maestro-2, and Maestro-2E</p>
</li>

<li>
<p>Maestro-3/Allegro</p>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> The Maestro-3/Allegro cannot be compiled into the FreeBSD kernel due to
licensing restrictions. To use this driver, add the following line to <tt
class="FILENAME">/boot/loader.conf</tt>:</p>

<pre class="SCREEN">
<kbd class="USERINPUT">snd_maestro3_load="YES"</kbd>
</pre>
</blockquote>
</div>
</li>
</ul>

<br />
<br />
<p>ForteMedia fm801</p>

<p>Gravis (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=gusc&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">gusc</span>(4)</span></a>
driver)</p>

<ul>
<li>
<p>UltraSound MAX</p>
</li>

<li>
<p>UltraSound PnP</p>
</li>
</ul>

<br />
<br />
<p>Intel 443MX, 810, 815, and 815E integrated sound devices (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=pcm&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">pcm</span>(4)</span></a>
driver)</p>

<p>MSS/WSS Compatible DSPs (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=pcm&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">pcm</span>(4)</span></a>
driver)</p>

<p>NeoMagic 256AV/ZX (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=pcm&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">pcm</span>(4)</span></a>
driver)</p>

<p>OPTi 931/82C931 (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=pcm&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">pcm</span>(4)</span></a>
driver)</p>

<p>S3 Sonicvibes</p>

<p>Creative Technologies SoundBlaster series (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=sbc&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sbc</span>(4)</span></a>
driver)</p>

<ul>
<li>
<p>SoundBlaster</p>
</li>

<li>
<p>SoundBlaster Pro</p>
</li>

<li>
<p>SoundBlaster AWE-32</p>
</li>

<li>
<p>SoundBlaster AWE-64</p>
</li>

<li>
<p>SoundBlaster AWE-64 GOLD</p>
</li>

<li>
<p>SoundBlaster ViBRA-16</p>
</li>
</ul>

<br />
<br />
<p>Creative Technologies Sound Blaster Live! series (emu10k1 driver)</p>

<p>Trident 4DWave DX/NX (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=pcm&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">pcm</span>(4)</span></a>
driver)</p>

<p>VIA Technologies VT82C686A</p>

<p>Yamaha</p>

<ul>
<li>
<p>DS1</p>
</li>

<li>
<p>DS1e</p>
</li>
</ul>

<br />
<br />
</div>

<div class="SECT2">
<hr />
<h3 class="SECT2"><a id="AEN1223" name="AEN1223">3.10 Camera and Video Capture
Devices</a></h3>

<p>Brooktree Bt848/849/878/879-based frame grabbers (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=bktr&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">bktr</span>(4)</span></a>
driver)</p>

<p>Connectix QuickCam</p>

<p>Cortex1 frame grabber (ctx driver)</p>

<p>Creative Labs Video Spigot frame grabber (spigot driver)</p>

<p>Matrox Meteor Video frame grabber (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=meteor&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">meteor</span>(4)</span></a>
driver)</p>
</div>

<div class="SECT2">
<hr />
<h3 class="SECT2"><a id="USB" name="USB">3.11 USB Devices</a></h3>

<p>A range of USB peripherals are supported; devices known to work are listed in this
section. Owing to the generic nature of most USB devices, with some exceptions any device
of a given class will be supported, even if not explicitly listed here.</p>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> USB Ethernet adapters can be found in the section listing <a
href="#ETHERNET">Ethernet interfaces</a>.</p>
</blockquote>
</div>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> USB Bluetooth adapters can be found in <a href="#BLUETOOTH">Bluetooth</a>
section.</p>
</blockquote>
</div>

<p>OHCI 1.0-compliant host controllers (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ohci&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ohci</span>(4)</span></a>
driver)</p>

<p>UHCI 1.1-compliant host controllers (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=uhci&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">uhci</span>(4)</span></a>
driver)</p>

<p>USB 2.0 controllers using the EHCI interface (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ehci&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ehci</span>(4)</span></a>
driver)</p>

<p>Hubs</p>

<p>Keyboards (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ukbd</span>(4)</span></a>
driver)</p>

<p>Miscellaneous</p>

<ul>
<li>
<p>Assist Computer Systems PC Camera C-M1</p>
</li>

<li>
<p>ActiveWire I/O Board</p>
</li>

<li>
<p>Creative Technology Video Blaster WebCam Plus</p>
</li>

<li>
<p>Diamond Rio 500, 600, and 800 MP3 players (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=urio&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">urio</span>(4)</span></a>
driver)</p>
</li>

<li>
<p>D-Link DSB-R100 USB Radio (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ufm&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ufm</span>(4)</span></a>
driver)</p>
</li>

<li>
<p>Mirunet AlphaCam Plus</p>
</li>
</ul>

<br />
<br />
<p>Modems (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=umodem&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">umodem</span>(4)</span></a>
driver)</p>

<ul>
<li>
<p>3Com 5605</p>
</li>

<li>
<p>Metricom Ricochet GS USB wireless modem</p>
</li>

<li>
<p>Yamaha Broadband Wireless Router RTW65b</p>
</li>
</ul>

<br />
<br />
<p>Mice (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ums&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ums</span>(4)</span></a>
driver)</p>

<p>Printers and parallel printer conversion cables (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ulpt&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ulpt</span>(4)</span></a>
driver)</p>

<ul>
<li>
<p>ATen parallel printer adapter</p>
</li>

<li>
<p>Belkin F5U002 parallel printer adapter</p>
</li>

<li>
<p>Canon BJ F850, S600</p>
</li>

<li>
<p>Canon LBP-1310, 350</p>
</li>

<li>
<p>Entrega USB-to-parallel printer adapter</p>
</li>

<li>
<p>Hewlett-Packard HP Deskjet 3420 (P/N: C8947A #ABJ)</p>
</li>

<li>
<p>Oki Data MICROLINE ML660PS</p>
</li>

<li>
<p>Seiko Epson PM-900C, 880C, 820C, 730C</p>
</li>
</ul>

<br />
<br />
<p>Serial devices (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ubsa&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ubsa</span>(4)</span></a>, <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=uftdi&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">uftdi</span>(4)</span></a> and <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=uplcom&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">uplcom</span>(4)</span></a>
drivers)</p>

<p>Scanners (through <b class="APPLICATION">SANE</b>) (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=uscanner&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">uscanner</span>(4)</span></a>
driver)</p>

<p>Storage (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=umass&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">umass</span>(4)</span></a>
driver)</p>

<ul>
<li>
<p>ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M</p>
</li>

<li>
<p>Denno FireWire/USB2 Removable 2.5-inch HDD Case MIFU-25CB20</p>
</li>

<li>
<p>FujiFilm Zip USB Drive ZDR100 USB A</p>
</li>

<li>
<p>GREEN HOUSE USB Flash Memory ``PicoDrive'' GH-UFD32M, 64M, 128M</p>
</li>

<li>
<p>IBM 32MB USB Memory Key (P/N 22P5296)</p>
</li>

<li>
<p>IBM ThinkPad USB Portable CD-ROM Drive (P/N 33L5151)</p>
</li>

<li>
<p>I-O DATA USB x6 CD-RW Drive CDRW-i64/USB (CDROM only)</p>
</li>

<li>
<p>I-O DATA USB CD/CD-R/CD-RW/DVD-R/DVD-RW/DVD-RAM/DVD-ROM Drive DVR-iUH2 (CDROM, DVD-RAM
only)</p>
</li>

<li>
<p>Iomega USB Zip 100Mb (primitive support still)</p>
</li>

<li>
<p>Iomega Zip750 USB2.0 Drive</p>
</li>

<li>
<p>Keian USB1.1/2.0 3.5-inch HDD Case KU350A</p>
</li>

<li>
<p>Kurouto Shikou USB 2.5-inch HDD Case GAWAP2.5PS-USB2.0</p>
</li>

<li>
<p>Logitec USB1.1/2.0 HDD Unit SHD-E60U2</p>
</li>

<li>
<p>Logitec Mobile USB Memory LMC-256UD</p>
</li>

<li>
<p>Logitec USB Double-Speed Floppy Drive LFD-31U2</p>
</li>

<li>
<p>Logitec USB/IEEE1394 DVD-RAM/R/RW Unit LDR-N21FU2 (CDROM only)</p>
</li>

<li>
<p>Matshita CF-VFDU03 floppy drive</p>
</li>

<li>
<p>MELCO USB2.0 MO Drive MO-CH640U2</p>
</li>

<li>
<p>I-O DATA USB/IEEE1394 Portable HD Drive HDP-i30P/CI, HDP-i40P/CI</p>
</li>

<li>
<p>MELCO USB Flash Disk ``PetitDrive'', RUF-32M, -64M, -128M, -256M</p>
</li>

<li>
<p>MELCO USB2.0 Flash Disk ``PetitDrive2'', RUF-256M/U2, -512M/U2</p>
</li>

<li>
<p>MELCO USB Flash Disk ``ClipDrive'', RUF-C32M, -C64M, -C128M, -C256M, -C512M</p>
</li>

<li>
<p>Microtech USB-SCSI-HD 50 USB to SCSI cable</p>
</li>

<li>
<p>NOVAC USB2.0 2.5/3.5-inch HDD Case NV-HD351U</p>
</li>

<li>
<p>Panasonic floppy drive</p>
</li>

<li>
<p>Panasonic USB2.0 Portable CD-RW Drive KXL-RW40AN (CDROM only)</p>
</li>

<li>
<p>RATOC Systems USB2.0 Removable HDD Case U2-MDK1, U2-MDK1B</p>
</li>

<li>
<p>Sony Portable CD-R/RW Drive CRX10U (CDROM only)</p>
</li>

<li>
<p>TEAC Portable USB CD-ROM Unit CD-110PU/210PU</p>
</li>

<li>
<p>Y-E Data floppy drive (720/1.44/2.88Mb)</p>
</li>
</ul>

<br />
<br />
<p>Audio Devices (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=uaudio&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">uaudio</span>(4)</span></a>
driver)</p>

<p>Handspring Visor and other PalmOS devices (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=uvisor&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">uvisor</span>(4)</span></a>
driver)</p>

<ul>
<li>
<p>Handspring Visor</p>
</li>

<li>
<p>Palm M125, M500, M505</p>
</li>

<li>
<p>Sony Clie 4.0 and 4.1</p>
</li>
</ul>

<br />
<br />
</div>

<div class="SECT2">
<hr />
<h3 class="SECT2"><a id="FIREWIRE" name="FIREWIRE">3.12 IEEE 1394 (Firewire)
Devices</a></h3>

<p>Host Controllers (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=fwohci&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fwohci</span>(4)</span></a>
driver)</p>

<p>Serial Bus Protocol 2 (SBP-2) storage devices (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=sbp&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">sbp</span>(4)</span></a>
driver)</p>
</div>

<div class="SECT2">
<hr />
<h3 class="SECT2"><a id="BLUETOOTH" name="BLUETOOTH">3.13 Bluetooth Devices</a></h3>

<p>PCCARD Host Controllers (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ng_bt3c&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ng_bt3c</span>(4)</span></a>
driver)</p>

<ul>
<li>
<p>3Com/HP 3CRWB6096-A PCCARD adapter</p>
</li>
</ul>

<br />
<br />
<p>USB Host Controllers (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ng_ubt&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ng_ubt</span>(4)</span></a>
driver)</p>

<ul>
<li>
<p>3Com 3CREB96</p>
</li>

<li>
<p>EPoX BT-DG02</p>
</li>

<li>
<p>Mitsumi USB Bluetooth adapter</p>
</li>

<li>
<p>MSI MS-6967</p>
</li>

<li>
<p>TDK Bluetooth USB adapter</p>
</li>
</ul>

<br />
<br />
</div>

<div class="SECT2">
<hr />
<h3 class="SECT2"><a id="AEN1451" name="AEN1451">3.14 Cryptographic Accelerators</a></h3>

<p>Accelerators based on the Hifn 7751, 7811, or 7951 chipsets (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=hifn&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">hifn</span>(4)</span></a>
driver)</p>

<p>Accelerators based on the SafeNet 1141 or 1741 cryptographic accelerator chipsets (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=safe&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">safe</span>(4)</span></a>
driver)</p>

<p>Accelerators based on the Bluesteel 5501 or 5601 chipsets (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ubsec&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ubsec</span>(4)</span></a>
driver)</p>

<p>Accelerators based on the Broadcom BCM5801, BCM5802, BCM5805, BCM5820, BCM 5821,
BCM5822 chipsets (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ubsec&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ubsec</span>(4)</span></a>
driver)</p>
</div>

<div class="SECT2">
<hr />
<h3 class="SECT2"><a id="AEN1469" name="AEN1469">3.15 Miscellaneous</a></h3>

<p>FAX-Modem/PCCARD</p>

<ul>
<li>
<p>MELCO IGM-PCM56K/IGM-PCM56KH</p>
</li>

<li>
<p>Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal)</p>
</li>
</ul>

<br />
<br />
<p>Floppy drives (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=fdc&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fdc</span>(4)</span></a>
driver)</p>

<p>Genius and Mustek hand scanners</p>

<p>GPB and Transputer drivers</p>

<p>VGA-compatible video cards (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=vga&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">vga</span>(4)</span></a>
driver)</p>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> Information regarding specific video cards and compatibility with <b
class="APPLICATION">XFree86</b> can be found at <a href="http://www.xfree86.org/"
target="_top">http://www.xfree86.org/</a>.</p>
</blockquote>
</div>

<br />
<br />
<p>Keyboards including:</p>

<ul>
<li>
<p>AT-style keyboards (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">atkbd</span>(4)</span></a>
driver)</p>
</li>

<li>
<p>PS/2 keyboards (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=atkbd&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">atkbd</span>(4)</span></a>
driver)</p>
</li>

<li>
<p>USB keyboards (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ukbd&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ukbd</span>(4)</span></a>
driver)</p>
</li>
</ul>

<br />
<br />
<p>Loran-C receiver (Dave Mills experimental hardware, loran driver).</p>

<p>Pointing devices including:</p>

<ul>
<li>
<p>Bus mice and compatible devices (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=mse&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mse</span>(4)</span></a>
driver)</p>
</li>

<li>
<p>PS/2 mice and compatible devices, including many laptop pointing devices (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=psm&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">psm</span>(4)</span></a>
driver)</p>
</li>

<li>
<p>Serial mice and compatible devices</p>
</li>

<li>
<p>USB mice (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ums&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ums</span>(4)</span></a>
driver)</p>
</li>
</ul>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=moused&amp;sektion=8&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">moused</span>(8)</span></a> has
more information on using pointing devices with FreeBSD. Information on using pointing
devices with <b class="APPLICATION">XFree86</b> can be found at <a
href="http://www.xfree86.org/" target="_top">http://www.xfree86.org/</a>.</p>
</blockquote>
</div>

<br />
<br />
<p>``PC standard'' parallel ports (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=ppc&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ppc</span>(4)</span></a>
driver)</p>

<p>PC-compatible joysticks (<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=joy&amp;sektion=4&amp;manpath=FreeBSD+5.2-RELEASE">
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">joy</span>(4)</span></a>
driver)</p>

<p>PHS Data Communication Card/PCCARD</p>

<ul>
<li>
<p>NTT DoCoMo P-in Comp@ct</p>
</li>

<li>
<p>Panasonic KX-PH405</p>
</li>

<li>
<p>SII MC-P200</p>
</li>
</ul>

<br />
<br />
<p>Xilinx XC6200-based reconfigurable hardware cards compatible with the HOT1 from <a
href="http://www.vcc.com/" target="_top">Virtual Computers</a> (xrpu driver).</p>
</div>
</div>
</div>

<hr />
<p align="center"><small>This file, and other release-related documents, can be
downloaded from <a href="ftp://ftp.FreeBSD.org/">ftp://ftp.FreeBSD.org/</a>.</small></p>

<p align="center"><small>For questions about FreeBSD, read the <a
href="http://www.FreeBSD.org/docs.html">documentation</a> before contacting &#60;<a
href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&#62;.</small></p>

<p align="center"><small>For questions about this documentation, e-mail &#60;<a
href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&#62;.</small></p>

<br />
<br />
</body>
</html>