aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/releases/5.2R/hardware-pc98.html
blob: d84fb0b63c42b84f55ec63731da6f347f46964f0 (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
<!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/pc98 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/pc98 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="#SUPPORT-SYS">Supported Systems</a></dt>

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

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

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

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

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

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

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

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

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

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

<dt>3.10 <a href="#AEN1192">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="#AEN1420">Cryptographic Accelerators</a></dt>

<dt>3.15 <a href="#AEN1438">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
NEC PC-98x1 hardware platform (also referred to as FreeBSD/pc98 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 NEC PC-98x1 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="SUPPORT-SYS" name="SUPPORT-SYS">2 Supported Systems</a></h2>

<p>NEC PC-9801/9821 series with almost all i386-compatible processors, including 80386,
80486, Pentium, Pentium Pro, Pentium II, and variants. All i386-compatible processors by
AMD, Cyrix, IBM, and IDT are also supported.</p>

<p>NEC FC-9801/9821 series, and NEC SV-98 series (both of them are compatible with
PC-9801/9821 series) should be supported.</p>

<p>EPSON PC-386/486/586 series, which are compatible with NEC PC-9801 series are
supported.</p>

<p>High-resolution mode is not supported. NEC PC-98XA/XL/RL/XL^2, and NEC PC-H98 series
are supported in normal (PC-9801 compatible) mode only.</p>

<p>Although there are some multi-processor systems (such as Rs20/B20), SMP-related
features of FreeBSD are not supported yet.</p>

<p>PC-9801/9821 standard bus (called C-Bus), PC-9801NOTE expansion bus (110pin), and PCI
bus are supported. New Extend Standard Architecture (NESA) bus (used in PC-H98, SV-H98,
and FC-H98 series) is not supported.</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 NEC PC-98x1 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="AEN34" name="AEN34">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>IDE/ATA controllers (wdc driver)</p>

<ul>
<li>
<p>On-board IDE controller</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 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>NEC PC-9801-55, 92 and their compatible C-Bus SCSI interfaces (ct driver)</p>

<ul>
<li>
<p>NEC PC-9801-55, 92 and their compatibles</p>

<p>ICM IF-2660</p>

<p>Midori-Denshi MDC-554NA</p>

<p>Logitec LHA-N151</p>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> <var class="LITERAL">flags 0x00000</var> is necessary in kernel
configuration for DMA transfer mode.</p>
</blockquote>
</div>
</li>

<li>
<p>I-O DATA SC-98II</p>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> <var class="LITERAL">flags 0x10000</var> is necessary in kernel
configuration for DMA transfer mode.</p>
</blockquote>
</div>
</li>

<li>
<p>TEXA HA-55BS2 and later</p>

<p>Midori-Denshi MDC-926Rs</p>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> <var class="LITERAL">flags 0x20000</var> is necessary in kernel
configuration for Bus-master transfer mode.</p>
</blockquote>
</div>
</li>

<li>
<p>ELECOM Bus-master SCSI interfaces</p>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> <var class="LITERAL">flags 0x30000</var> is necessary in kernel
configuration for Bus-master transfer mode.</p>
</blockquote>
</div>
</li>

<li>
<p>All SMIT transfer type SCSI interfaces</p>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> <var class="LITERAL">flags 0x40000</var> is necessary in kernel
configuration for SMIT transfer mode.</p>
</blockquote>
</div>
</li>

<li>
<p>Logitec LHA-20x series</p>

<p>ICM IF-2766, IF-2766ET, IF-2767 and IF-2769</p>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> <var class="LITERAL">flags 0x50000</var> is necessary in kernel
configuration for Bus-master transfer mode.</p>
</blockquote>
</div>
</li>
</ul>

<br />
<br />
<p>NEC PC-9801-55, 92 and their compatible C-Bus SCSI interfaces (bs driver)</p>

<ul>
<li>
<p>NEC PC-9801-55, 92 and their compatibles</p>

<p>ICM IF-2660</p>

<p>Midori-Denshi MDC-554NA</p>

<p>Logitec LHA-N151</p>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> "flags 0x00000" is necessary in kernel configuration for DMA transfer
mode.</p>
</blockquote>
</div>
</li>

<li>
<p>I-O DATA SC-98II</p>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> "flags 0x10000" is necessary in kernel configuration for DMA transfer
mode.</p>
</blockquote>
</div>
</li>

<li>
<p>TEXA HA-55BS2 and later</p>

<p>Midori-Denshi MDC-926Rs</p>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> "flags 0x20000" is necessary in kernel configuration for Bus-master
transfer mode.</p>
</blockquote>
</div>
</li>

<li>
<p>ELECOM Bus-master SCSI interfaces</p>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> "flags 0x30000" is necessary in kernel configuration for Bus-master
transfer mode.</p>
</blockquote>
</div>
</li>

<li>
<p>All SMIT transfer type SCSI interfaces</p>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> "flags 0x40000" is necessary in kernel configuration for SMIT transfer
mode.</p>
</blockquote>
</div>
</li>

<li>
<p>Logitec LHA-20x series</p>

<p>ICM IF-2766, IF-2766ET, IF-2767 and IF-2769</p>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> "flags 0x50000" is necessary in kernel configuration for Bus-master
transfer mode.</p>
</blockquote>
</div>
</li>
</ul>

<br />
<br />
<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>

<ul>
<li>
<p>MELCO IFC-USP, RATOC REX-PCI30 and @Nifty FNECHARD IFC-USUP-TX (<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>
driver)</p>
</li>
</ul>

<br />
<br />
<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>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>

<ul>
<li>
<p>MELCO IFC-DP</p>
</li>
</ul>

<br />
<br />
<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>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>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>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 />
</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>Contec C-NET(98)S</p>
</li>

<li>
<p>PCI NIC using AMD AM79C97x (PCnet-PCI/Fast)</p>
</li>

<li>
<p>NEC SV-98/2-B05, B06 (PCI)</p>
</li>

<li>
<p>Allied-Telesis LA-PCI (PCI)</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>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> In kernel configuration, you need to set flag for non-PCI device.</p>
</blockquote>
</div>

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

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

<li>
<p>I-O DATA ET2/T-PCI</p>
</li>

<li>
<p>MELCO LGY-PCI-TR</p>
</li>

<li>
<p>PLANEX ENW-8300-T</p>
</li>

<li>
<p>Allied Telesis LA-98 (flags 0x000000)</p>
</li>

<li>
<p>Corega Ether98-T (flags 0x000000)</p>
</li>

<li>
<p>SMC EtherEZ98 (flags 0x000000)</p>
</li>

<li>
<p>ELECOM LD-BDN, LD-NW801G (flags 0x200000)</p>
</li>

<li>
<p>PLANEX EN-2298-C (flags 0x200000)</p>
</li>

<li>
<p>MELCO EGY-98 (flags 0x300000)</p>
</li>

<li>
<p>Contec C-NET(98)E-A, C-NET(98)L-A, C-NET(98)P (flags 0x300000)</p>
</li>

<li>
<p>MELCO LGY-98, LGH-98, IND-SP, IND-SS, LGY-98-N (110pin) (flags 0x400000)</p>
</li>

<li>
<p>MACNICA NE2098 (flags 0x400000)</p>
</li>

<li>
<p>ICM IF-2766ET, IF-2771ET, AD-ET2-T, DT-ET-25, DT-ET-T5, NB-ET-T (110pin) (flags
0x500000)</p>
</li>

<li>
<p>D-Link DE-298, DE-298P (flags 0x500000)</p>
</li>

<li>
<p>ELECOM LD-98P (flags 0x500000)</p>
</li>

<li>
<p>PLANEX EN-2298-T, EN-2298P-T (flags 0x500000)</p>
</li>

<li>
<p>Allied Telesis SIC-98, SIU-98, SIC-98NOTE (110pin) (flags 0x600000)</p>
</li>

<li>
<p>Allied Telesis SIU-98-D (flags 0x610000)</p>
</li>

<li>
<p>NEC PC-9801-107, 108 (flags 0x800000)</p>
</li>

<li>
<p>I-O DATA LA/T-98, LA/T-98SB, LA2/T-98, ET/T-98 (flags 0x900000)</p>
</li>

<li>
<p>MACNICA ME98 (flags 0x900000)</p>
</li>

<li>
<p>Kansai KLA-98C/T (flags 0x900000)</p>
</li>

<li>
<p>NEC PC-9801-77, 78 (flags 0x910000)</p>
</li>

<li>
<p>Contec C-NET(98), RT-1007(98), C-NET(9N) (110pin) (flags 0xa00000)</p>
</li>

<li>
<p>Contec C-NET(98)E, C-NET(98)L, C-NET(9N)L (110pin) (flags 0xb00000)</p>
</li>

<li>
<p>Logitec LAN-98T (flags 0xb00000)</p>
</li>

<li>
<p>Networld 98X3 (flags 0xd00000)</p>
</li>

<li>
<p>Accton EN1644(old model), EN1646(old model), EN2203(old model) (110pin) (flags
0xd00000)</p>
</li>

<li>
<p>Networld EC-98X, EP-98X (flags 0xd10000)</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 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 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 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>NEC PC-9821Ra20, Rv20, Xv13, Xv20 internal 100Base-TX (PCI)</p>
</li>

<li>
<p>NEC PC-9821X-B06 (PCI)</p>
</li>

<li>
<p>Contec C-NET(PI)-100TX (PCI)</p>
</li>
</ul>

<br />
<br />
<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 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>National Semiconductor DP8393X (SONIC) Ethernet cards (snc driver)</p>

<ul>
<li>
<p>NEC PC-9801-83, -84, -103, and -104</p>
</li>

<li>
<p>NEC PC-9801N-25 and -J02R</p>
</li>
</ul>

<br />
<br />
<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>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="AEN755" name="AEN755">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>
</div>

<div class="SECT2">
<hr />
<h3 class="SECT2"><a id="AEN765" name="AEN765">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="AEN784" name="AEN784">3.5 Wireless Network Interfaces</a></h3>

<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>
</div>

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

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

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

<p>Internel serial interfaces (<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>

<ul>
<li>
<p>PC-9801 on-board</p>
</li>

<li>
<p>PC-9821 2'nd CCU (flags 0x12000000)</p>
</li>
</ul>

<br />
<br />
<p>NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (<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>

<ul>
<li>
<p>COM2 (flags 0x01000000)</p>
</li>

<li>
<p>COM3 (flags 0x02000000)</p>
</li>
</ul>

<br />
<br />
<p>NEC PC-9801-120 (<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>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> "flags 0x11000000" is necessary in kernel configuration.</p>
</blockquote>
</div>

<p>Microcore MC-16550, MC-16550II, MC-RS98 (<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>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> "flags 0x14000?01" is necessary in kernel configuration.</p>
</blockquote>
</div>

<p>Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (<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>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> "flags 0x15000?01" is necessary in kernel configuration.</p>
</blockquote>
</div>

<p>Media Intelligent RSB-384 (<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>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> "flags 0x16000001" is necessary in kernel configuration.</p>
</blockquote>
</div>

<p>I-O DATA RSA-98III (<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>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> "flags 0x18000?01" is necessary in kernel configuration.</p>
</blockquote>
</div>

<p>Hayes ESP98 (<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>

<div class="NOTE">
<blockquote class="NOTE">
<p><b>Note:</b> "options COM_ESP" and "flags 0x19000000" are necessary in kernel
configuration.</p>
</blockquote>
</div>
</div>

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

<p>NEC PC-9801-73, 86 and compatibles (nss driver)</p>

<ul>
<li>
<p>NEC A-MATE internal sound</p>
</li>

<li>
<p>Q-Vision WaveStar, WaveMaster</p>
</li>
</ul>

<br />
<br />
<p>NEC X-MATE, CanBe, ValueStar internal (mss driver)</p>

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

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

<p>MPU-401 and compatible interfaces (mpu driver)</p>

<ul>
<li>
<p>Q-Vision WaveStar</p>
</li>
</ul>

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

<div class="SECT2">
<hr />
<h3 class="SECT2"><a id="AEN1192" name="AEN1192">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>
</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>
</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="AEN1420" name="AEN1420">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="AEN1438" name="AEN1438">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>Keyboards including:</p>

<ul>
<li>
<p>Standard keyboards</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>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>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-9821 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>Joystick port of SoundBlaster(98) (<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>Power Management Controller of NEC PC-98 Note (pmc 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>