article.xml revision 134042
1<!--
2
3	The "Supported Devices" section of the release notes.
4	Generally processor-independent, with conditional text
5	inclusion handling any architecture-dependent text.
6
7	Within each subsection describing a class of hardware
8	(i.e. Ethernet interfaces), list broad groups of devices
9	alphabetically as paragraphs sorted alphabetically (frequently
10	these groups will be arranged by manufacturer, i.e. 3Com
11	Ethernet interfaces).
12
13	Where applicable, a "Miscellaneous" section may follow all
14	other named sections.
15
16	These guidelines are not hard-and-fast rules, and exceptions
17	will occur.  Following these guidelines (vague as they may be)
18	is highly recommended to try to keep the formatting of
19	this section consistent.
20
21	We give manpage references using the &man entities where
22	possible.  If a driver has no manpage (and consequently no
23	&man entity, we simply give the name of the driver).  
24	Please avoid doing &man entity conversions unless you
25	know for sure that an entity and manpage exist; sweeps through
26	this file to fix "missed" conversions are likely to break the
27	build.
28-->
29
30<sect1 id="support">
31  <sect1info>
32    <pubdate>$FreeBSD: head/release/doc/en_US.ISO8859-1/hardware/article.sgml 134042 2004-08-19 20:49:39Z simon $</pubdate>
33  </sect1info>
34
35  <title>Supported Devices</title>
36
37  <para>This section describes the devices currently known to be
38  supported by with &os; on the &arch.print; platform.  Other configurations
39  may also work, but simply have not been tested yet.  Feedback,
40  updates, and corrections to this list are encouraged.</para>
41
42  <para>Where possible, the drivers applicable to each device or class
43  of devices is listed.  If the driver in question has a manual page
44  in the &os; base distribution (most should), it is referenced here.
45  Information on specific models of supported devices, controllers,
46  etc. can be found in the manual pages.</para>
47
48  <note>
49    <para>Lists of specific, supported devices are gradually being
50      removed from this document in order to reduce the amount of
51      duplicated (and potentially out-of-date) information contained
52      within.  When this process is complete, the manual page for each
53      driver should be consulted for the authoritative list of devices
54      supported that particular driver.</para>
55  </note>
56
57  <sect2 id="disk">
58    <title>Disk Controllers</title>
59
60    <para arch="i386,alpha,sparc64,ia64,pc98,amd64">IDE/ATA controllers (&man.ata.4; driver)</para>
61    <para arch="pc98">IDE/ATA controllers (wdc driver)
62      <itemizedlist>
63        <listitem>
64	  <para>On-board IDE controller</para>
65	</listitem>
66      </itemizedlist>
67    </para>
68
69    &hwlist.aic;
70
71    &hwlist.aha;
72
73    &hwlist.ahb;
74
75    &hwlist.ahc;
76
77    &hwlist.ahd;
78
79    &hwlist.aac;
80
81    <para arch="pc98">NEC PC-9801-55, 92 and their compatible C-Bus SCSI interfaces (&man.ct.4; driver)
82      <itemizedlist>
83        <listitem>
84          <para>NEC PC-9801-55, 92 and their compatibles</para>
85          <para>ICM IF-2660</para>
86          <para>Midori-Denshi MDC-554NA</para>
87          <para>Logitec LHA-N151</para>
88          <note>
89            <para><literal>flags 0x00000</literal> is necessary in
90            kernel configuration for DMA transfer mode.</para>
91          </note>
92        </listitem>
93        <listitem>
94          <para>I-O DATA SC-98II</para>
95          <note>
96            <para><literal>flags 0x10000</literal> is necessary in
97            kernel configuration for DMA transfer mode.</para>
98          </note>
99        </listitem>
100        <listitem>
101          <para>TEXA HA-55BS2 and later</para>
102          <para>Midori-Denshi MDC-926Rs</para>
103          <note>
104            <para><literal>flags 0x20000</literal> is necessary in
105            kernel configuration for Bus-master transfer mode.</para>
106          </note>
107        </listitem>
108        <listitem>
109          <para>ELECOM Bus-master SCSI interfaces</para>
110          <note>
111            <para><literal>flags 0x30000</literal> is necessary in
112            kernel configuration for Bus-master transfer mode.</para>
113          </note>
114        </listitem>
115        <listitem>
116          <para>All SMIT transfer type SCSI interfaces</para>
117          <note>
118            <para><literal>flags 0x40000</literal> is necessary in
119            kernel configuration for SMIT transfer mode.</para>
120          </note>
121        </listitem>
122        <listitem>
123          <para>Logitec LHA-20x series</para>
124          <para>ICM IF-2766, IF-2766ET, IF-2767 and IF-2769</para>
125          <note>
126            <para><literal>flags 0x50000</literal> is necessary in
127            kernel configuration for Bus-master transfer mode.</para>
128          </note>
129        </listitem>
130      </itemizedlist>
131    </para>
132
133    <para arch="pc98">NEC PC-9801-55, 92 and their compatible C-Bus SCSI interfaces (bs driver)
134      <itemizedlist>
135        <listitem>
136          <para>NEC PC-9801-55, 92 and their compatibles</para>
137          <para>ICM IF-2660</para>
138          <para>Midori-Denshi MDC-554NA</para>
139          <para>Logitec LHA-N151</para>
140          <note>
141            <para>"flags 0x00000" is necessary in kernel configuration
142            for DMA transfer mode.</para>
143          </note>
144        </listitem>
145        <listitem>
146          <para>I-O DATA SC-98II</para>
147          <note>
148            <para>"flags 0x10000" is necessary in kernel configuration
149            for DMA transfer mode.</para>
150          </note>
151        </listitem>
152        <listitem>
153          <para>TEXA HA-55BS2 and later</para>
154          <para>Midori-Denshi MDC-926Rs</para>
155          <note>
156            <para>"flags 0x20000" is necessary in kernel configuration
157            for Bus-master transfer mode.</para>
158          </note>
159        </listitem>
160        <listitem>
161          <para>ELECOM Bus-master SCSI interfaces</para>
162          <note>
163            <para>"flags 0x30000" is necessary in kernel configuration
164            for Bus-master transfer mode.</para>
165          </note>
166        </listitem>
167        <listitem>
168          <para>All SMIT transfer type SCSI interfaces</para>
169          <note>
170            <para>"flags 0x40000" is necessary in kernel configuration
171            for SMIT transfer mode.</para>
172          </note>
173        </listitem>
174        <listitem>
175          <para>Logitec LHA-20x series</para>
176          <para>ICM IF-2766, IF-2766ET, IF-2767 and IF-2769</para>
177          <note>
178            <para>"flags 0x50000" is necessary in kernel configuration
179            for Bus-master transfer mode.</para>
180          </note>
181        </listitem>
182      </itemizedlist>
183    </para>
184    &hwlist.adv;
185
186    &hwlist.adw;
187
188    &hwlist.bt;
189
190    &hwlist.dpt;
191
192    &hwlist.asr;
193
194    &hwlist.amr;
195      <note>
196	<para arch="i386,amd64">Booting from these controllers is supported.  EISA
197	adapters are not supported.</para>
198
199	<para arch="alpha">Booting from these controllers is not
200	supported due to SRM limitations.</para>
201      </note>
202
203    &hwlist.mlx;
204
205      <note>
206	<para arch="i386,amd64">Booting from these controllers is supported. EISA adapters
207	are not supported.</para>
208
209	<para arch="alpha">Booting from these controllers is not
210	supported due to SRM limitations.  
211        DAC960 controllers sold by Digital/Compaq for Alpha systems as part
212        of the StorageWorks family, e.g. KZPSC or KZPAC are bootable from SRM.
213        Note that these cards used 2.x firmware. SRM bootability of newer
214        firmware is unknown.</para>
215      </note>
216
217    &hwlist.mly;
218
219    &hwlist.twe;
220
221    &hwlist.twa;
222
223    <para arch="i386,pc98,alpha,sparc64,amd64">LSI/Symbios (formerly NCR)
224    53C8<replaceable>XX</replaceable> and 53C10<replaceable>XX</replaceable> PCI
225    SCSI controllers, either embedded on motherboard or on add-on
226    boards (&man.ncr.4; and &man.sym.4; drivers)
227    </para>      
228        
229
230    &hwlist.ncv;
231
232    &hwlist.stg;
233
234    &hwlist.isp;
235
236    &hwlist.amd;
237
238    &hwlist.nsp;
239
240    <para arch="i386">Adaptec AIC-7110 Parallel to SCSI interfaces (&man.vpo.4; driver)
241    </para>
242
243    &hwlist.ida;
244
245    &hwlist.ciss;
246
247    &hwlist.iir;
248
249    <para arch="i386">Promise SuperTrak ATA RAID controllers (&man.pst.4;
250    driver)
251    </para>
252
253    &hwlist.ips;
254
255    &hwlist.mpt;
256
257    &hwlist.trm;
258
259    <para>With all supported SCSI controllers, full support is
260    provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including
261    hard disks, optical disks, tape drives (including DAT, 8mm
262    Exabyte, Mammoth, and DLT), medium changers, processor target
263    devices and CD-ROM drives.  WORM devices that support CD-ROM
264    commands are supported for read-only access by the CD-ROM drivers
265    (such as &man.cd.4;).  WORM/CD-R/CD-RW writing support is provided
266    by &man.cdrecord.1;, which is a part of the
267    <filename role="package">sysutils/cdrtools</filename> port in the Ports Collection.</para>
268
269    <para>The following CD-ROM type systems are supported at this
270    time:
271      <itemizedlist>
272        <listitem>
273          <para>SCSI interface (also includes ProAudio Spectrum and
274          SoundBlaster SCSI) (&man.cd.4;)</para>
275	</listitem>
276
277	<listitem arch="i386">
278	  <para>Matsushita CR-562, CR-563, and compatibles
279	    (&man.matcd.4; driver)</para>
280	</listitem>
281
282	<listitem arch="i386">
283	  <para>Sony proprietary interface (all models) (&man.scd.4;)</para>
284	</listitem>
285
286	<listitem>
287	  <para>ATAPI IDE interface (&man.acd.4;)</para>
288	</listitem>
289      </itemizedlist>
290    </para>
291
292    <para arch="i386">The following drivers were supported under the old SCSI
293    subsystem, but are not yet supported under the &man.cam.4; SCSI
294    subsystem:
295      <itemizedlist>
296        <listitem arch="i386">
297	  <para>NCR5380/NCR53400 (<quote>ProAudio Spectrum</quote>)
298	  SCSI controller</para>
299	</listitem>
300        <listitem arch="i386">
301	  <para>UltraStor 14F, 24F and 34F SCSI controllers.
302	    <note>
303	      <para>There is work-in-progress to port the
304              UltraStor driver to the new CAM SCSI framework, but no
305              estimates on when or if it will be completed.</para>
306            </note>
307          </para>
308	</listitem>
309        <listitem arch="i386">
310	  <para>Seagate ST01/02 SCSI controllers</para>
311	</listitem>
312        <listitem arch="i386">
313	  <para>Future Domain 8xx/950 series SCSI controllers</para>
314	</listitem>
315        <listitem arch="i386">
316	  <para>WD7000 SCSI controller</para>
317	</listitem>
318      </itemizedlist>
319    </para>
320
321    <para arch="i386">The following device is unmaintained:
322      <itemizedlist>
323        <listitem>
324	  <para>Mitsumi proprietary CD-ROM interface (all
325	  models) (&man.mcd.4;)</para>
326	</listitem>
327      </itemizedlist>
328    </para>
329
330  </sect2>
331  <sect2 id="ethernet">
332    <title>Ethernet Interfaces</title>
333
334    <para arch="i386,pc98,alpha,amd64">Adaptec Duralink PCI Fast Ethernet adapters based on the Adaptec
335    AIC-6915 Fast Ethernet controller chip (&man.sf.4; driver)
336    </para>
337
338    <para arch="i386,pc98,amd64">Alteon Networks PCI Gigabit Ethernet NICs based on the Tigon
339    1 and Tigon 2 chipsets (&man.ti.4; driver)</para>
340
341    <para arch="i386,pc98,alpha,amd64">AMD PCnet NICs (&man.lnc.4; and &man.pcn.4; drivers)
342      <itemizedlist>
343        <listitem arch="i386,alpha,amd64">
344          <para>AMD PCnet/PCI (79c970 & 53c974 or 79c974)</para>
345        </listitem>
346        <listitem arch="i386,alpha,amd64">
347          <para>AMD PCnet/FAST</para>
348        </listitem>
349	<listitem arch="i386,alpha,amd64">
350	  <para>Isolan AT 4141-0 (16 bit)</para>
351	</listitem>
352	<listitem arch="i386,alpha,amd64">
353	  <para>Isolink 4110 (8 bit)</para>
354	</listitem>
355        <listitem arch="i386,alpha,amd64">
356          <para>PCnet/FAST+</para>
357        </listitem>
358        <listitem arch="i386,alpha,amd64">
359          <para>PCnet/FAST III</para>
360        </listitem>
361        <listitem arch="i386,alpha,amd64">
362          <para>PCnet/PRO</para>
363        </listitem>
364        <listitem arch="i386,alpha,amd64">
365          <para>PCnet/Home</para>
366        </listitem>
367        <listitem arch="i386,alpha,amd64">
368          <para>HomePNA</para>
369        </listitem>
370        <listitem arch="pc98">
371          <para>Contec C-NET(98)S</para>
372        </listitem>
373        <listitem arch="pc98">
374          <para>PCI NIC using AMD AM79C97x (PCnet-PCI/Fast)</para>
375        </listitem>
376        <listitem arch="pc98">
377          <para>NEC SV-98/2-B05, B06 (PCI)</para>
378        </listitem>
379        <listitem arch="pc98">
380          <para>Allied-Telesis LA-PCI (PCI)</para>
381        </listitem>
382      </itemizedlist>
383    </para>
384
385    <para arch="i386,pc98,amd64">SMC 83c17x (EPIC)-based Ethernet NICs (&man.tx.4; driver)
386    </para>
387
388    <para arch="i386,pc98">National Semiconductor DS8390-based Ethernet NICs, including
389    Novell NE2000 and clones
390    (&man.ed.4; driver)
391      <note arch="pc98">
392        <para>In kernel configuration, you need to set flag for non-PCI
393        device.</para>
394      </note>
395      <itemizedlist>
396        <listitem arch="i386,alpha">
397	  <para>3C503 Etherlink II (&man.ed.4; driver)</para>
398        </listitem>
399        <listitem arch="i386">
400	  <para>DEC Etherworks DE305</para>
401        </listitem>
402	<listitem arch="i386">
403	  <para>Hewlett-Packard PC Lan+ 27247B and 27252A</para>
404	</listitem>
405        <listitem arch="i386,alpha">
406	  <para>NetVin 5000</para>
407        </listitem>
408        <listitem>
409          <para>Novell NE1000, NE2000, and NE2100</para>
410	</listitem>
411        <listitem>
412	  <para>RealTek 8029</para>
413        </listitem>
414        <listitem arch="i386,alpha">
415	  <para>SMC Elite 16 WD8013 Ethernet interface</para>
416	</listitem>
417        <listitem arch="i386,alpha">
418	  <para>SMC Elite Ultra</para>
419	</listitem>
420        <listitem arch="i386,alpha">
421	  <para>SMC WD8003E, WD8003EBT, WD8003W, WD8013W, WD8003S,
422	  WD8003SBT and WD8013EBT and clones</para>
423	</listitem>
424        <listitem arch="i386,alpha">
425	  <para>Surecom NE-34</para>
426        </listitem>
427        <listitem arch="i386,alpha">
428	  <para>VIA VT86C926</para>
429        </listitem>
430        <listitem arch="i386,alpha">
431	  <para>Winbond W89C940</para>
432        </listitem>
433        <listitem arch="pc98">
434          <para>I-O DATA ET2/T-PCI</para>
435        </listitem>
436        <listitem arch="pc98">
437          <para>MELCO LGY-PCI-TR</para>
438        </listitem>
439        <listitem arch="pc98">
440          <para>PLANEX ENW-8300-T</para>
441        </listitem>
442        <listitem arch="pc98">
443          <para>Allied Telesis LA-98 (flags 0x000000)</para>
444        </listitem>
445        <listitem arch="pc98">
446          <para>Corega Ether98-T (flags 0x000000)</para>
447        </listitem>
448        <listitem arch="pc98">
449          <para>SMC EtherEZ98 (flags 0x000000)</para>
450        </listitem>
451        <listitem arch="pc98">
452          <para>ELECOM LD-BDN, LD-NW801G (flags 0x200000)</para>
453        </listitem>
454        <listitem arch="pc98">
455          <para>PLANEX EN-2298-C (flags 0x200000)</para>
456        </listitem>
457        <listitem arch="pc98">
458          <para>MELCO EGY-98 (flags 0x300000)</para>
459        </listitem>
460        <listitem arch="pc98">
461          <para>Contec C-NET(98)E-A, C-NET(98)L-A, C-NET(98)P (flags
462          0x300000)</para>
463        </listitem>
464        <listitem arch="pc98">
465          <para>MELCO LGY-98, LGH-98, IND-SP, IND-SS, LGY-98-N
466          (110pin) (flags 0x400000)</para>
467        </listitem>
468        <listitem arch="pc98">
469          <para>MACNICA NE2098 (flags 0x400000)</para>
470        </listitem>
471        <listitem arch="pc98">
472          <para>ICM IF-2766ET, IF-2771ET, AD-ET2-T, DT-ET-25, DT-ET-T5,
473          NB-ET-T  (110pin) (flags 0x500000)</para>
474        </listitem>
475        <listitem arch="pc98">
476          <para>D-Link DE-298, DE-298P (flags 0x500000)</para>
477        </listitem>
478        <listitem arch="pc98">
479          <para>ELECOM LD-98P (flags 0x500000)</para>
480        </listitem>
481        <listitem arch="pc98">
482          <para>PLANEX EN-2298-T, EN-2298P-T (flags 0x500000)</para>
483        </listitem>
484        <listitem arch="pc98">
485          <para>Allied Telesis SIC-98, SIU-98, SIC-98NOTE  (110pin) (flags
486          0x600000)</para>
487        </listitem>
488        <listitem arch="pc98">
489          <para>Allied Telesis SIU-98-D (flags 0x610000)</para>
490        </listitem>
491        <listitem arch="pc98">
492          <para>NEC PC-9801-107, 108 (flags 0x800000)</para>
493        </listitem>
494        <listitem arch="pc98">
495          <para>I-O DATA LA/T-98, LA/T-98SB, LA2/T-98, ET/T-98 (flags
496          0x900000)</para>
497        </listitem>
498        <listitem arch="pc98">
499          <para>MACNICA ME98 (flags 0x900000)</para>
500        </listitem>
501        <listitem arch="pc98">
502          <para>Kansai KLA-98C/T (flags 0x900000)</para>
503        </listitem>
504        <listitem arch="pc98">
505          <para>NEC PC-9801-77, 78 (flags 0x910000)</para>
506        </listitem>
507        <listitem arch="pc98">
508          <para>Contec C-NET(98), RT-1007(98), C-NET(9N) (110pin) (flags
509          0xa00000)</para>
510        </listitem>
511        <listitem arch="pc98">
512          <para>Contec C-NET(98)E, C-NET(98)L, C-NET(9N)L (110pin) (flags
513          0xb00000)</para>
514        </listitem>
515        <listitem arch="pc98">
516          <para>Logitec LAN-98T (flags 0xb00000)</para>
517        </listitem>
518        <listitem arch="pc98">
519          <para>Networld 98X3 (flags 0xd00000)</para>
520        </listitem>
521        <listitem arch="pc98">
522          <para>Accton EN1644(old model), EN1646(old model), EN2203(old
523          model) (110pin) (flags 0xd00000)</para>
524        </listitem>
525        <listitem arch="pc98">
526          <para>Networld EC-98X, EP-98X (flags 0xd10000)</para>
527        </listitem>
528      </itemizedlist>
529    </para>    
530
531    <para arch="i386,pc98">NE2000 compatible PC-Card (PCMCIA) Ethernet and
532    FastEthernet cards (&man.ed.4; driver)
533      <itemizedlist>
534        <listitem>
535          <para>AR-P500 Ethernet</para>
536        </listitem>
537	<listitem>
538	  <para>Accton EN2212/EN2216/UE2216</para>
539        </listitem>
540	<listitem>
541	  <para>Allied Telesis CentreCOM LA100-PCM_V2</para>
542        </listitem>
543	<listitem>
544	  <para>AmbiCom 10BaseT card</para>
545        </listitem>
546	<listitem>
547	  <para>BayNetworks NETGEAR FA410TXC Fast Ethernet</para>
548        </listitem>
549	<listitem>
550	  <para>CNet BC40 adapter</para>
551        </listitem>
552	<listitem>
553	  <para>COREGA Ether PCC-T/EtherII PCC-T/FEther PCC-TXF/PCC-TXD</para>
554        </listitem>
555	<listitem>
556	  <para>Compex Net-A adapter</para>
557        </listitem>
558	<listitem>
559	  <para>CyQ've ELA-010</para>
560        </listitem>
561	<listitem>
562	  <para>D-Link DE-650/660</para>
563        </listitem>
564	<listitem>
565	  <para>Danpex EN-6200P2</para>
566        </listitem>
567	<listitem>
568	  <para>Elecom Laneed LD-CDL/TX, LD-CDF, LD-CDS, LD-10/100CD, LD-CDWA (DP83902A), MACNICA Ethernet ME1 for JEIDA</para>
569        </listitem>
570	<listitem>
571	  <para>IO DATA PCLATE</para>
572        </listitem>
573	<listitem>
574	  <para>IBM Creditcard Ethernet I/II</para>
575        </listitem>
576	<listitem>
577	  <para>IC-CARD Ethernet/IC-CARD+ Ethernet</para>
578        </listitem>
579        <listitem>
580          <para>Kingston KNE-PC2, KNE-PCM/x Ethernet</para>
581        </listitem>
582	<listitem>
583	  <para>Linksys EC2T/PCMPC100/PCM100, PCMLM56, EtherFast 10/100 PC Card, Combo PCMCIA Ethernet Card
584	  (PCMPC100 V2)</para>
585        </listitem>
586	<listitem>
587	  <para>MELCO LPC-T/LPC2-T/LPC2-CLT/LPC2-TX/LPC3-TX/LPC3-CLX</para>
588        </listitem>
589	<listitem>
590	  <para>NDC Ethernet Instant-Link</para>
591        </listitem>
592	<listitem>
593	  <para>National Semiconductor InfoMover NE4100</para>
594        </listitem>
595	<listitem>
596	  <para>NetGear FA-410TX</para>
597	</listitem>
598	<listitem>
599	  <para>Network Everywhere Ethernet 10BaseT PC Card</para>
600        </listitem>
601	<listitem>
602	  <para>Planex FNW-3600-T</para>
603        </listitem>
604	<listitem>
605	  <para>Socket LP-E</para>
606        </listitem>
607	<listitem>
608	  <para>Surecom EtherPerfect EP-427</para>
609        </listitem>
610	<listitem>
611	  <para>TDK LAK-CD031,Grey Cell GCS2000 Ethernet Card</para>
612        </listitem>
613	<listitem>
614	  <para>Telecom Device SuperSocket RE450T</para>
615        </listitem>
616      </itemizedlist>
617    </para>
618
619    &hwlist.rl;
620
621    <para arch="i386,pc98,alpha,amd64">Winbond W89C840F Fast Ethernet NICs (&man.wb.4; driver)
622    </para>
623
624    &hwlist.vr;
625
626    <para arch="i386,pc98,alpha,amd64">Silicon Integrated Systems SiS 900 and SiS 7016 PCI Fast
627    Ethernet NICs (&man.sis.4; driver)
628    </para>
629
630    <para arch="i386,pc98,alpha,amd64">National Semiconductor DP83815 Fast Ethernet NICs
631    (&man.sis.4; driver)
632    </para>
633
634    <para arch="i386,pc98,amd64">National Semiconductor DP83820 and DP83821 Gigabit Ethernet
635    NICs (&man.nge.4; driver)
636    </para>
637
638    <para arch="i386,pc98,alpha,amd64">Sundance Technologies ST201 PCI Fast Ethernet NICs
639    (&man.ste.4; driver)
640    </para>
641
642    <para arch="i386,pc98,alpha,amd64">SysKonnect SK-984x PCI Gigabit Ethernet cards (&man.sk.4; driver)
643    </para>
644
645    <para arch="i386,pc98,alpha,amd64">Texas Instruments ThunderLAN PCI NICs (&man.tl.4; driver)</para>
646
647    &hwlist.dc;
648
649    &hwlist.aue;
650
651    <para arch="i386,pc98,amd64">CATC USB-EL1210A-based USB Ethernet NICs (&man.cue.4; driver)</para>
652
653    <para arch="i386,pc98,amd64">Kawasaki LSI KU5KUSB101B-based USB Ethernet NICs
654    (&man.kue.4; driver)</para>
655
656    <para arch="i386,pc98,amd64">ASIX Electronics AX88172-based USB Ethernet NICs
657      (&man.axe.4; driver)</para>
658
659    <para arch="i386,pc98,amd64">RealTek RTL8150-based USB Ethernet NICs
660      (&man.rue.4; driver)</para>
661
662    &hwlist.udav;
663
664    &hwlist.de;
665
666    &hwlist.fe;
667
668    &hwlist.fxp;
669
670    <para arch="i386,amd64">Intel 82595-based Ethernet NICs (&man.ex.4; driver)
671    </para>
672
673    <para arch="i386">Intel 82586-based Ethernet NICs (&man.ie.4; driver)
674    </para>
675
676    <para arch="i386,pc98,amd64">3Com 3C5x9 Etherlink III NICs (&man.ep.4; driver)</para>
677
678    <para arch="i386">3Com 3C501 8-bit ISA Ethernet NIC 
679    (&man.el.4; driver)</para>
680
681    &hwlist.xl;
682
683    <para arch="i386,pc98,amd64">3Com 3C59X series NICs (&man.vx.4; driver)
684    </para>
685
686    <para arch="i386,amd64">Crystal Semiconductor CS89x0-based NICs 
687    (&man.cs.4; driver)
688    </para>
689
690    <para arch="i386,amd64">Megahertz X-Jack Ethernet PC-Card CC-10BT (&man.sn.4;
691    driver)</para>
692
693    &hwlist.xe;
694
695    <para arch="pc98">National Semiconductor DP8393X (SONIC) Ethernet
696    cards (snc driver)
697      <itemizedlist>
698        <listitem>
699	  <para>NEC PC-9801-83, -84, -103, and -104</para>
700        </listitem>
701        <listitem>
702	  <para>NEC PC-9801N-25 and -J02R</para>
703        </listitem>
704      </itemizedlist>
705    </para>
706
707    <para arch="i386,pc98,amd64">Gigabit Ethernet cards based on the Level 1
708    LXT1001 NetCellerator controller (&man.lge.4; driver)
709    </para>
710
711    &hwlist.txp;
712
713    &hwlist.bge;
714
715    <para arch="i386,pc98,alpha,ia64,amd64">Gigabit Ethernet NICs based on the
716    Intel 82542 and 82543 controller chips (&man.gx.4; and &man.em.4;
717    drivers), plus NICs supported by the Intel 82540EM, 82544,
718    82545EM, and 82546EB
719    controller chips (&man.em.4; driver only)
720    </para>
721
722    &hwlist.hme;
723
724    &hwlist.gem;
725
726    &hwlist.my;
727
728    <para arch="i386,amd64">Broadcom BCM4401 based Fast Ethernet adapters
729      (&man.bfe.4; driver)</para>
730
731    <para arch="alpha,i386,pc98,amd64">RealTek RTL8139C+, RTL8169, RTL8169S and
732      RTL8110S based PCI Fast Ethernet and Gigabit Ethernet
733      controllers (&man.re.4; driver)</para>
734
735  </sect2>
736
737  <sect2 id="fddi">
738    <title>FDDI Interfaces</title>
739    <para arch="i386,pc98,alpha">DEC DEFPA PCI (&man.fpa.4; driver)</para>
740    <para arch="i386">DEC DEFEA EISA (&man.fpa.4; driver)</para>
741  </sect2>
742
743  <sect2 id="atm">
744    <title>ATM Interfaces</title>
745
746    <para arch="i386,pc98">Midway-based ATM interfaces (&man.en.4;
747      driver)</para>
748
749    <para arch="i386,pc98,sparc64">FORE Systems, Inc. PCA-200E ATM PCI
750      Adapters (hfa and &man.fatm.4; drivers)</para>
751
752    <para arch="i386,pc98">IDT NICStAR 77201/211-based ATM Adapters (&man.idt.4;
753    driver)</para>
754
755    <para arch="i386,pc98,sparc64">FORE Systems, Inc. HE155 and HE622
756      ATM interfaces (&man.hatm.4; driver)</para>
757
758    <para arch="i386,pc98">IDT77252-based ATM cards (&man.patm.4;
759      driver)</para>
760
761  </sect2>
762  <sect2 id="wlan">
763    <title>Wireless Network Interfaces</title>
764
765    <para arch="i386">NCR / AT&amp;T / Lucent Technologies WaveLan T1-speed
766    ISA/radio LAN cards (&man.wl.4; driver)</para>
767
768    <para arch="i386,pc98,amd64">Lucent Technologies WaveLAN/IEEE 802.11b
769      wireless network
770      adapters and workalikes using the Lucent Hermes, Intersil
771      PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol
772      Spectrum24 chipsets (&man.wi.4; driver)
773    </para>
774
775    <para arch="i386,pc98,amd64">Cisco/Aironet 802.11b wireless adapters (&man.an.4; driver)
776    </para>
777
778    <para arch="i386,pc98">Raytheon Raylink 2.4GHz wireless adapters (&man.ray.4; driver)
779    </para>
780
781    &hwlist.awi;
782
783    <para arch="i386">Atheros AR5210, AR5211, and AR5212-based
784      802.11a/b/g network interfaces (&man.ath.4; driver)
785    </para>
786
787  </sect2>
788
789  <sect2 id="misc-network">
790    <title>Miscellaneous Networks</title>
791
792    &hwlist.cx;
793
794    <para arch="i386,pc98">Cronyx Tau-PCI synchronous serial adapters for PCI bus
795      (&man.cp.4; driver)
796      <itemizedlist>
797        <listitem>
798	  <para>Cronyx Tau-PCI (dual RS-232/V.35) and Cronyx Tau-PCI/R (dual RS-530(RS-449)/X.21)</para>
799	</listitem>
800        <listitem>
801	  <para>Cronyx Tau-PCI/E1 (dual fractional E1) and Cronyx Tau-PCI/G703 (dual unframed E1)</para>
802	</listitem>
803        <listitem>
804	  <para>Cronyx Tau-PCI/2E1 (dual fractional/unframed E1)</para>
805	</listitem>
806        <listitem>
807	  <para>Cronyx Tau-PCI/4E1 (four fractional/unframed E1)</para>
808	</listitem>
809        <listitem>
810	  <para>Cronyx Tau-PCI/E3 (one E3)</para>
811	</listitem>
812      </itemizedlist>
813    </para>
814
815    <para arch="i386">Cronyx Tau synchronous serial adapters for ISA bus
816      (&man.ctau.4; driver)
817      <itemizedlist>
818        <listitem>
819	  <para>Cronyx Tau (RS-232/V.35) and Cronyx Tau/R (RS-530/RS-449)</para>
820	</listitem>
821        <listitem>
822	  <para>Cronyx Tau/E1 (fractional E1) and Cronyx Tau/G703 (unframed E1)</para>
823	</listitem>
824      </itemizedlist>
825    </para>
826
827    <para arch="i386">Granch SBNI12 point-to-point communications
828    adapters (&man.sbni.4; driver)
829    </para>
830
831    <para arch="i386">Granch SBNI16 SHDSL modems (&man.sbsh.4;
832      driver)</para>
833
834    &hwlist.cm;
835
836  </sect2>
837
838  <sect2 id="isdn">
839    <title>ISDN Interfaces</title>
840    <para arch="i386">AcerISDN P10 ISA PnP (experimental)</para>
841    <para arch="i386">Asuscom ISDNlink 128K ISA</para>
842    <para arch="i386">ASUSCOM P-IN100-ST-D (and other Winbond W6692-based cards)</para>
843    <para arch="i386">AVM
844      <itemizedlist>
845        <listitem>
846	  <para>A1</para>
847	</listitem>
848        <listitem>
849	  <para>B1 ISA (tested with V2.0)</para>
850	</listitem>
851        <listitem>
852	  <para>B1 PCI (tested with V4.0)</para>
853	</listitem>
854        <listitem>
855	  <para>Fritz!Card classic</para>
856	</listitem>
857        <listitem>
858	  <para>Fritz!Card PnP</para>
859	</listitem>
860        <listitem>
861	  <para>Fritz!Card PCI</para>
862	</listitem>
863        <listitem>
864	  <para>Fritz!Card PCI, Version 2</para>
865	</listitem>
866        <listitem>
867	  <para>T1</para>
868	</listitem>
869      </itemizedlist>
870    </para>
871    <para arch="i386">Creatix
872      <itemizedlist>
873        <listitem>
874	  <para>ISDN-S0</para>
875	</listitem>
876        <listitem>
877	  <para>ISDN-S0 P&amp;P</para>
878	</listitem>
879      </itemizedlist>
880    </para>
881    <para arch="i386">Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP</para>
882    <para arch="i386">Dr. Neuhaus Niccy Go@ and compatibles</para>
883    <para arch="i386">Dynalink IS64PPH and IS64PPH+</para>
884    <para arch="i386">Eicon Diehl DIVA 2.0 and 2.02</para>
885    <para arch="i386">ELSA
886      <itemizedlist>
887        <listitem>
888	  <para>ELSA PCC-16</para>
889	</listitem>
890        <listitem>
891	  <para>QuickStep 1000pro ISA</para>
892	</listitem>
893        <listitem>
894	  <para>MicroLink ISDN/PCI</para>
895	</listitem>
896        <listitem>
897	  <para>QuickStep 1000pro PCI</para>
898	</listitem>
899      </itemizedlist>
900    </para>
901    <para arch="i386">ITK ix1 Micro ( &lt; V.3, non-PnP version )</para>
902    <para arch="i386">Sedlbauer Win Speed</para>
903    <para arch="i386">Siemens I-Surf 2.0</para>
904    <para arch="i386">TELEINT ISDN SPEED No.1 (experimental)</para>
905    <para arch="i386">Teles
906      <itemizedlist>
907        <listitem>
908	  <para>S0/8</para>
909	</listitem>
910        <listitem>
911	  <para>S0/16</para>
912	</listitem>
913        <listitem>
914	  <para>S0/16.3</para>
915	</listitem>
916        <listitem>
917	  <para>S0/16.3 PnP</para>
918	</listitem>
919        <listitem>
920	  <para>16.3c ISA PnP (experimental)</para>
921	</listitem>
922	<listitem>
923	  <para>Teles PCI-TJ</para>
924	</listitem>
925      </itemizedlist>
926    </para>
927    <para arch="i386">Traverse Technologies NETjet-S PCI</para>
928    <para arch="i386">USRobotics Sportster ISDN TA intern</para>
929    <para arch="i386">Winbond W6692 based PCI cards</para>
930  </sect2>
931
932  <sect2 id="serial">
933    <title>Serial Interfaces</title>
934
935    <para arch="i386,alpha,ia64,amd64"><quote>PC standard</quote> 8250, 16450, and 16550-based serial ports (&man.sio.4; driver)</para>
936
937    <para arch="sparc64">Serial ports based on the SAB82532 serial
938      chip, console only (&man.sab.4; driver)</para>
939
940    <para arch="sparc64">Serial ports based on the Zilog 8530 dual uart,
941      console only (zs driver)</para>
942
943    <para arch="i386,alpha,amd64">AST 4 port serial card using shared IRQ</para>
944
945    <para arch="i386">ARNET serial cards (&man.ar.4; driver)
946      <itemizedlist>
947        <listitem>
948	  <para>ARNET 8 port serial card using shared IRQ</para>
949	</listitem>
950        <listitem>
951	  <para>ARNET (now Digiboard) Sync 570/i high-speed serial</para>
952	</listitem>
953      </itemizedlist>
954    </para>
955    
956    <para arch="i386">Boca multi-port serial cards
957      <itemizedlist>
958        <listitem>
959	  <para>Boca BB1004 4-Port serial card (Modems
960	  <emphasis>not</emphasis> supported)</para>
961	</listitem>
962        <listitem>
963	  <para>Boca IOAT66 6-Port serial card (Modems supported)</para>
964	</listitem>
965        <listitem>
966	  <para>Boca BB1008 8-Port serial card (Modems
967	  <emphasis>not</emphasis> supported)</para>
968	</listitem>
969        <listitem>
970	  <para>Boca BB2016 16-Port serial card (Modems supported)</para>
971	</listitem>
972      </itemizedlist>
973    </para>
974
975    <para arch="i386,alpha">Comtrol Rocketport card (&man.rp.4; driver)</para>
976
977    <para arch="i386">Cyclades Cyclom-Y serial board (&man.cy.4; driver)</para>
978
979    <para arch="i386">STB 4 port card using shared IRQ</para>
980
981    <para arch="i386">DigiBoard intelligent serial cards (digi driver)
982    </para>
983
984    <para arch="i386,ia64,amd64">PCI-Based multi-port serial boards (&man.puc.4;
985    driver)
986      <itemizedlist>
987	<listitem arch="i386,amd64">
988	  <para>Actiontech 56K PCI</para>
989	</listitem>
990        <listitem arch="i386,amd64">
991	  <para>Avlab Technology, PCI IO 2S and PCI IO 4S</para>
992	</listitem>
993	<listitem arch="i386,amd64">
994	  <para>Comtrol RocketPort 550</para>
995	</listitem>
996	<listitem arch="i386,amd64">
997	  <para>Decision Computers PCCOM 4-port serial and dual port RS232/422/485</para>
998	</listitem>
999	<listitem arch="ia64">
1000	  <para>Diva Serial (GSP) Multiport UART (development branch only)</para>
1001	</listitem>
1002	<listitem arch="i386,amd64">
1003	  <para>Dolphin Peripherals 4025/4035/4036</para>
1004	</listitem>
1005	<listitem arch="i386,amd64">
1006	  <para>IC Book Labs Dreadnought 16x Lite and Pro</para>
1007	</listitem>
1008	<listitem arch="i386,amd64">
1009	  <para>Lava Computers 2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550</para>
1010	</listitem>
1011	<listitem arch="i386,amd64">
1012	  <para>Middle Digital, Weasle serial port</para>
1013	</listitem>
1014        <listitem arch="i386,amd64">
1015	  <para>Moxa Industio CP-114, Smartio C104H-PCI and C168H/PCI</para>
1016	</listitem>
1017	<listitem arch="i386,amd64">
1018	  <para>NEC PK-UG-X001 and PK-UG-X008</para>
1019	</listitem>
1020        <listitem arch="i386,amd64">
1021	  <para>Netmos NM9835 PCI-2S-550</para>
1022	</listitem>
1023	<listitem arch="i386,amd64">
1024	  <para>Oxford Semiconductor OX16PCI954 PCI UART</para>
1025	</listitem>
1026	<listitem arch="i386,amd64">
1027	  <para>Syba Tech SD-LAB PCI-4S2P-550-ECP</para>
1028	</listitem>
1029	<listitem arch="i386,amd64">
1030	  <para>SIIG Cyber I/O PCI 16C550/16C650/16C850</para>
1031	</listitem>
1032	<listitem arch="i386,amd64">
1033	  <para>SIIG Cyber 2P1S PCI 16C550/16C650/16C850</para>
1034	</listitem>
1035	<listitem arch="i386,amd64">
1036	  <para>SIIG Cyber 2S1P PCI 16C550/16C650/16C850</para>
1037	</listitem>
1038	<listitem arch="i386,amd64">
1039	  <para>SIIG Cyber 4S PCI 16C550/16C650/16C850</para>
1040	</listitem>
1041	<listitem arch="i386,amd64">
1042	  <para>SIIG Cyber Serial (Single and Dual) PCI 16C550/16C650/16C850</para>
1043	</listitem>
1044        <listitem arch="i386,amd64">
1045	  <para>Syba Tech Ltd. PCI-4S2P-550-ECP</para>
1046	</listitem>
1047	<listitem arch="i386,amd64">
1048	  <para>Titan PCI-200H and PCI-800H</para>
1049	</listitem>
1050	<listitem arch="i386,amd64">
1051	  <para>US Robotics (3Com) 3CP5609 modem</para>
1052	</listitem>
1053	<listitem arch="i386,amd64">
1054	  <para>VScom PCI-400 and PCI-800</para>
1055	</listitem>
1056      </itemizedlist>
1057    </para>
1058
1059    <para arch="i386">SDL Communication serial boards
1060      <itemizedlist>
1061        <listitem>
1062	  <para>SDL Communications Riscom/8 Serial Board (rc driver)</para>
1063	</listitem>
1064        <listitem>
1065	  <para>SDL Communications RISCom/N2 and N2pci high-speed sync
1066	  serial boards (&man.sr.4; driver)</para>
1067	</listitem>
1068      </itemizedlist>
1069    </para>
1070
1071    <para arch="i386,amd64">Specialix SI/XIO/SX multiport serial cards, with both the
1072    older SIHOST2.x and the new <quote>enhanced</quote> (transputer
1073    based, aka JET) host cards (ISA, EISA and PCI are supported)
1074    (&man.si.4; driver)</para>
1075
1076    <para arch="pc98">Internel serial interfaces (&man.sio.4; driver)
1077      <itemizedlist>
1078        <listitem>
1079	  <para>PC-9801 on-board</para>
1080	</listitem>
1081        <listitem>
1082	  <para>PC-9821 2'nd CCU (flags 0x12000000)</para>
1083	</listitem>
1084      </itemizedlist>
1085    </para>
1086
1087    <para arch="pc98">NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (&man.sio.4; driver)
1088      <itemizedlist>
1089        <listitem>
1090	  <para>COM2 (flags 0x01000000)</para>
1091	</listitem>
1092        <listitem>
1093	  <para>COM3 (flags 0x02000000)</para>
1094	</listitem>
1095      </itemizedlist>
1096    </para>
1097
1098    <para arch="pc98">NEC PC-9801-120 (&man.sio.4; driver)</para>
1099      <note arch="pc98">
1100        <para>"flags 0x11000000" is necessary in kernel configuration.</para>
1101      </note>
1102
1103    <para arch="pc98">Microcore MC-16550, MC-16550II, MC-RS98 (&man.sio.4; driver)</para>
1104      <note arch="pc98">
1105        <para>"flags 0x14000?01" is necessary in kernel configuration.</para>
1106      </note>
1107
1108    <para arch="pc98">Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (&man.sio.4; driver)</para>
1109      <note arch="pc98">
1110        <para>"flags 0x15000?01" is necessary in kernel configuration.</para>
1111      </note>
1112
1113    <para arch="pc98">Media Intelligent RSB-384 (&man.sio.4; driver)</para>
1114      <note arch="pc98">
1115        <para>"flags 0x16000001" is necessary in kernel configuration.</para>
1116      </note>
1117
1118    <para arch="pc98">I-O DATA RSA-98III (&man.sio.4; driver)</para>
1119      <note arch="pc98">
1120        <para>"flags 0x18000?01" is necessary in kernel configuration.</para>
1121      </note>
1122
1123    <para arch="pc98">Hayes ESP98 (&man.sio.4; driver)</para>
1124      <note arch="pc98">
1125        <para>"options COM_ESP" and "flags 0x19000000" are necessary in kernel configuration.</para>
1126      </note>
1127
1128  </sect2>
1129  <sect2 id="audio">
1130    <title>Audio Devices</title>
1131
1132    <para arch="i386,amd64">Advance (&man.sbc.4; driver)
1133      <itemizedlist>
1134        <listitem>
1135	  <para>Asound 100 and 110</para>
1136	</listitem>
1137        <listitem>
1138	  <para>Logic ALS120 and ALS4000</para>
1139	</listitem>
1140      </itemizedlist>
1141    </para>
1142
1143    <para arch="i386,amd64">CMedia sound chips
1144      <itemizedlist>
1145        <listitem>
1146	  <para>CMI8338/CMI8738</para>
1147        </listitem>
1148      </itemizedlist>
1149    </para>
1150
1151    <para arch="i386,amd64">Crystal Semiconductor (&man.csa.4; driver)
1152      <itemizedlist>
1153        <listitem>
1154	  <para>CS461x/462x Audio Accelerator</para>
1155	</listitem>
1156	<listitem>
1157	  <para>CS428x Audio Controller</para>
1158	</listitem>
1159      </itemizedlist>
1160    </para>
1161
1162    <para arch="i386,amd64">ENSONIQ (&man.pcm.4; driver)
1163      <itemizedlist>
1164        <listitem>
1165	  <para>AudioPCI ES1370/1371</para>
1166	</listitem>
1167      </itemizedlist>
1168    </para>
1169
1170    <para arch="i386,alpha,amd64">ESS
1171      <itemizedlist>
1172        <listitem>
1173	  <para>ES1868, ES1869, ES1879 and ES1888 (&man.sbc.4; driver)</para>
1174	</listitem>
1175        <listitem>
1176	  <para>Maestro-1, Maestro-2, and Maestro-2E</para>
1177	</listitem>
1178        <listitem>
1179	  <para>Maestro-3/Allegro</para>
1180	  <note>
1181	    <para>The Maestro-3/Allegro cannot be compiled into the
1182	    &os; kernel due to licensing restrictions.  To use this
1183	    driver, add the following line to
1184	    <filename>/boot/loader.conf</filename>:</para>
1185
1186            <screen><userinput>snd_maestro3_load="YES"</userinput></screen>
1187	  </note>
1188	</listitem>
1189      </itemizedlist>
1190    </para>
1191
1192    <para arch="i386,amd64">ForteMedia fm801</para>
1193
1194    <para arch="i386,amd64">Gravis (&man.gusc.4; driver)
1195      <itemizedlist>
1196        <listitem>
1197	  <para>UltraSound MAX</para>
1198	</listitem>
1199        <listitem>
1200	  <para>UltraSound PnP</para>
1201	</listitem>
1202      </itemizedlist>
1203    </para>
1204
1205    <para arch="i386,amd64">Intel 443MX, 810, 815, and 815E integrated sound
1206    devices (&man.pcm.4; driver)</para>
1207
1208    <para arch="i386,alpha,amd64">MSS/WSS Compatible DSPs (&man.pcm.4; driver)</para>
1209
1210    <para arch="i386,amd64">NeoMagic 256AV/ZX (&man.pcm.4; driver)</para>
1211
1212    <para arch="i386,amd64">OPTi 931/82C931 (&man.pcm.4; driver)</para>
1213
1214    <para arch="i386,amd64">S3 Sonicvibes</para>
1215
1216    <para arch="i386,alpha,amd64">Creative Technologies SoundBlaster series (&man.sbc.4; driver)
1217      <itemizedlist>
1218        <listitem>
1219	  <para>SoundBlaster</para>
1220	</listitem>
1221        <listitem>
1222	  <para>SoundBlaster Pro</para>
1223	</listitem>
1224        <listitem>
1225	  <para>SoundBlaster AWE-32</para>
1226	</listitem>
1227        <listitem>
1228	  <para>SoundBlaster AWE-64</para>
1229	</listitem>
1230        <listitem>
1231	  <para>SoundBlaster AWE-64 GOLD</para>
1232	</listitem>
1233        <listitem>
1234	  <para>SoundBlaster ViBRA-16</para>
1235	</listitem>
1236      </itemizedlist>
1237    </para>
1238
1239    <para arch="i386,amd64">Creative Technologies Sound Blaster Live! series
1240    (emu10k1 driver)</para>
1241
1242    <para arch="i386,amd64">Trident 4DWave DX/NX (&man.pcm.4; driver)</para>
1243
1244    <para arch="i386,amd64">VIA Technologies VT82C686A</para>
1245
1246    <para arch="i386,amd64">Yamaha
1247      <itemizedlist>
1248        <listitem>
1249	  <para>DS1</para>
1250	</listitem>
1251        <listitem>
1252	  <para>DS1e</para>
1253	</listitem>
1254      </itemizedlist>
1255    </para>
1256
1257    <para arch="pc98">NEC PC-9801-73, 86 and compatibles (nss driver)
1258      <itemizedlist>
1259        <listitem>
1260          <para>NEC A-MATE internal sound</para>
1261        </listitem>
1262        <listitem>
1263          <para>Q-Vision WaveStar, WaveMaster</para>
1264        </listitem>
1265      </itemizedlist>
1266    </para>
1267
1268    <para arch="pc98">NEC X-MATE, CanBe, ValueStar internal (mss driver)</para>
1269
1270    <para arch="pc98">Creative Technologies SoundBlaster(98) (&man.sb.4;
1271    driver)</para>
1272
1273    <para arch="pc98">I-O DATA CD-BOX (&man.sb.4; driver)</para>
1274
1275    <para arch="pc98">MPU-401 and compatible interfaces (mpu driver)
1276      <itemizedlist>
1277        <listitem>
1278          <para>Q-Vision WaveStar</para>
1279        </listitem>
1280      </itemizedlist>
1281    </para>
1282  </sect2>
1283
1284  <sect2 id="camera">
1285    <title>Camera and Video Capture Devices</title>
1286    <para arch="i386,pc98">Brooktree Bt848/849/878/879-based frame grabbers (&man.bktr.4;
1287    driver)
1288    </para>      
1289    <para arch="i386">Connectix QuickCam</para>
1290  </sect2>
1291
1292  <sect2 id="usb">
1293    <title>USB Devices</title>
1294
1295    <para arch="alpha,i386,pc98,amd64">A range of USB peripherals are supported; devices known to
1296    work are listed in this section.  Owing to the
1297    generic nature of most USB devices, with some exceptions any
1298    device of a given class will be supported, even if not explicitly
1299    listed here.</para>
1300
1301    <note arch="alpha,i386,pc98,amd64">
1302      <para>USB Ethernet adapters can be found in the section listing <link
1303      linkend="ethernet">Ethernet interfaces</link>.</para>
1304    </note>
1305
1306    <note arch="alpha,i386,pc98,amd64">
1307      <para>USB Bluetooth adapters can be found in <link
1308      linkend="bluetooth">Bluetooth</link> section.</para>
1309    </note>
1310
1311    &hwlist.ohci;
1312
1313    <para arch="i386,pc98,alpha,ia64,amd64">UHCI 1.1-compliant host controllers (&man.uhci.4; driver)</para>
1314
1315    <para arch="i386,ia64,pc98,amd64">USB 2.0 controllers using the EHCI
1316      interface (&man.ehci.4; driver)</para>
1317
1318    <para arch="i386,pc98,alpha,amd64">Hubs
1319    </para>
1320    <para arch="i386,pc98,alpha,amd64">Keyboards (&man.ukbd.4; driver)
1321    </para>
1322    <para arch="i386,pc98,amd64">Miscellaneous
1323      <itemizedlist>
1324        <listitem>
1325	  <para>Assist Computer Systems PC Camera C-M1</para>
1326	</listitem>
1327        <listitem>
1328	  <para>ActiveWire I/O Board</para>
1329	</listitem>
1330        <listitem>
1331	  <para>Creative Technology Video Blaster WebCam Plus</para>
1332	</listitem>
1333        <listitem>
1334	  <para>Diamond Rio 500, 600, and 800 MP3 players (&man.urio.4; driver)</para>
1335	</listitem>
1336	<listitem>
1337	  <para>D-Link DSB-R100 USB Radio (&man.ufm.4; driver)</para>
1338	</listitem>
1339        <listitem>
1340	  <para>Mirunet AlphaCam Plus</para>
1341	</listitem>
1342      </itemizedlist>
1343    </para>
1344    <para arch="i386,pc98,amd64">Modems (&man.umodem.4; driver)
1345      <itemizedlist>
1346        <listitem>
1347	  <para>3Com 5605</para>
1348	</listitem>
1349        <listitem>
1350	  <para>Metricom Ricochet GS USB wireless modem</para>
1351	</listitem>
1352        <listitem>
1353	  <para>Yamaha Broadband Wireless Router RTW65b</para>
1354	</listitem>
1355      </itemizedlist>
1356    </para>
1357    <para arch="i386,pc98,alpha,amd64">Mice (&man.ums.4; driver)
1358    </para>
1359    <para arch="i386,pc98,alpha,amd64">Printers and parallel printer conversion cables (&man.ulpt.4; driver)
1360      <itemizedlist>
1361        <listitem>
1362	  <para>ATen parallel printer adapter</para>
1363	</listitem>
1364        <listitem>
1365	  <para>Belkin F5U002 parallel printer adapter</para>
1366	</listitem>
1367        <listitem>
1368	  <para>Canon BJ F850, S600</para>
1369	</listitem>
1370        <listitem>
1371	  <para>Canon LBP-1310, 350</para>
1372	</listitem>
1373        <listitem>
1374	  <para>Entrega USB-to-parallel printer adapter</para>
1375	</listitem>
1376        <listitem>
1377	  <para>Hewlett-Packard HP Deskjet 3420 (P/N: C8947A #ABJ)</para>
1378	</listitem>
1379        <listitem>
1380	  <para>Oki Data MICROLINE ML660PS</para>
1381	</listitem>
1382        <listitem>
1383	  <para>Seiko Epson PM-900C, 880C, 820C, 730C</para>
1384	</listitem>
1385      </itemizedlist>
1386    </para>
1387    <para arch="i386,pc98,amd64">Serial devices (&man.ubsa.4;,
1388      &man.ubser.4;,
1389      &man.uftdi.4;, and &man.uplcom.4; drivers)
1390    </para>
1391    <para arch="i386,pc98,amd64">Scanners (through <application>SANE</application>) (&man.uscanner.4; driver)
1392    </para>
1393    <para arch="i386,pc98,alpha,amd64">Storage (&man.umass.4; driver)
1394      <itemizedlist>
1395        <listitem>
1396	  <para>ADTEC Stick Drive AD-UST32M, 64M, 128M, 256M</para>
1397	</listitem>
1398        <listitem>
1399	  <para>Denno FireWire/USB2 Removable
1400            2.5-inch HDD Case MIFU-25CB20</para>
1401	</listitem>
1402        <listitem>
1403	  <para>FujiFilm Zip USB Drive ZDR100 USB A</para>
1404	</listitem>
1405        <listitem>
1406	  <para>GREEN HOUSE USB Flash Memory <quote>PicoDrive</quote>
1407            GH-UFD32M, 64M, 128M</para>
1408	</listitem>
1409        <listitem>
1410	  <para>IBM 32MB USB Memory Key (P/N 22P5296)</para>
1411	</listitem>
1412        <listitem>
1413	  <para>IBM ThinkPad USB Portable CD-ROM Drive (P/N 33L5151)</para>
1414	</listitem>
1415        <listitem>
1416	  <para>I-O DATA USB x6 CD-RW Drive CDRW-i64/USB (CDROM only)</para>
1417	</listitem>
1418        <listitem>
1419	  <para>I-O DATA USB CD/CD-R/CD-RW/DVD-R/DVD-RW/DVD-RAM/DVD-ROM Drive DVR-iUH2
1420            (CDROM, DVD-RAM only)</para>
1421	</listitem>
1422        <listitem arch="i386,pc98">
1423	  <para>Iomega USB Zip 100Mb (primitive support still)</para>
1424	</listitem>
1425        <listitem>
1426	  <para>Iomega Zip750 USB2.0 Drive</para>
1427	</listitem>
1428        <listitem>
1429	  <para>Keian USB1.1/2.0 3.5-inch HDD Case KU350A</para>
1430	</listitem>
1431        <listitem>
1432	  <para>Kurouto Shikou USB 2.5-inch HDD Case GAWAP2.5PS-USB2.0</para>
1433	</listitem>
1434        <listitem>
1435	  <para>Logitec USB1.1/2.0 HDD Unit SHD-E60U2</para>
1436	</listitem>
1437        <listitem>
1438	  <para>Logitec Mobile USB Memory LMC-256UD</para>
1439	</listitem>
1440        <listitem>
1441	  <para>Logitec USB Double-Speed Floppy Drive LFD-31U2</para>
1442	</listitem>
1443        <listitem>
1444	  <para>Logitec USB/IEEE1394 DVD-RAM/R/RW Unit LDR-N21FU2 (CDROM only)</para>
1445	</listitem>
1446        <listitem>
1447	  <para>Matshita CF-VFDU03 floppy drive</para>
1448	</listitem>
1449        <listitem>
1450	  <para>MELCO USB2.0 MO Drive MO-CH640U2</para>
1451	</listitem>
1452        <listitem>
1453	  <para>I-O DATA USB/IEEE1394 Portable HD Drive HDP-i30P/CI, HDP-i40P/CI</para>
1454	</listitem>
1455        <listitem>
1456	  <para>MELCO USB Flash Disk <quote>PetitDrive</quote>,
1457            RUF-32M, -64M, -128M, -256M</para>
1458	</listitem>
1459        <listitem>
1460	  <para>MELCO USB2.0 Flash Disk <quote>PetitDrive2</quote>,
1461            RUF-256M/U2, -512M/U2</para>
1462	</listitem>
1463        <listitem>
1464	  <para>MELCO USB Flash Disk <quote>ClipDrive</quote>,
1465            RUF-C32M, -C64M, -C128M, -C256M, -C512M</para>
1466	</listitem>
1467        <listitem>
1468	  <para>Microtech USB-SCSI-HD 50 USB to SCSI cable</para>
1469	</listitem>
1470        <listitem>
1471	  <para>NOVAC USB2.0 2.5/3.5-inch HDD Case NV-HD351U</para>
1472	</listitem>
1473        <listitem>
1474	  <para>Panasonic floppy drive</para>
1475	</listitem>
1476        <listitem>
1477	  <para>Panasonic USB2.0 Portable CD-RW Drive KXL-RW40AN (CDROM only)</para>
1478	</listitem>
1479        <listitem>
1480	  <para>RATOC Systems USB2.0 Removable HDD Case U2-MDK1, U2-MDK1B</para>
1481	</listitem>
1482        <listitem>
1483	  <para>Sony Portable CD-R/RW Drive CRX10U (CDROM only)</para>
1484	</listitem>
1485        <listitem>
1486	  <para>TEAC Portable USB CD-ROM Unit CD-110PU/210PU</para>
1487	</listitem>
1488        <listitem>
1489	  <para>Y-E Data floppy drive (720/1.44/2.88Mb)</para>
1490	</listitem>
1491      </itemizedlist>
1492    </para>
1493
1494    <para arch="i386,pc98,amd64">Audio Devices (&man.uaudio.4; driver)
1495    </para>
1496
1497    <para arch="i386,pc98,amd64">Handspring Visor and other PalmOS
1498      devices (&man.uvisor.4; driver)
1499      <itemizedlist>
1500        <listitem>
1501	  <para>Handspring Visor</para>
1502        </listitem>
1503        <listitem>
1504	  <para>Palm M125, M500, M505</para>
1505        </listitem>
1506        <listitem>
1507	  <para>Sony Clie 4.0 and 4.1</para>
1508        </listitem>
1509      </itemizedlist>
1510    </para>
1511 </sect2>
1512
1513  <sect2 id="firewire">
1514    <title>IEEE 1394 (Firewire) Devices</title>
1515
1516    <para arch="i386,sparc64,amd64">Host Controllers (&man.fwohci.4;
1517      driver)
1518      </para>
1519
1520    <para arch="i386,sparc64,amd64">Serial Bus Protocol 2 (SBP-2)
1521      storage devices (&man.sbp.4; driver)</para>
1522
1523  </sect2>
1524
1525  <sect2 id="bluetooth">
1526    <title>Bluetooth Devices</title>
1527
1528    <para arch="i386,pc98,amd64">PCCARD Host Controllers (&man.ng.bt3c.4; driver)
1529      <itemizedlist>
1530        <listitem>
1531	  <para>3Com/HP 3CRWB6096-A PCCARD adapter</para>
1532	</listitem>
1533      </itemizedlist>
1534    </para>
1535
1536    <para arch="i386,pc98,amd64">USB Host Controllers (&man.ng.ubt.4; driver)
1537      <itemizedlist>
1538        <listitem>
1539	  <para>3Com 3CREB96</para>
1540	</listitem>
1541        <listitem>
1542	  <para>EPoX BT-DG02</para>
1543	</listitem>
1544        <listitem>
1545	  <para>Mitsumi USB Bluetooth adapter</para>
1546	</listitem>
1547        <listitem>
1548	  <para>MSI MS-6967</para>
1549	</listitem>
1550        <listitem>
1551	  <para>TDK Bluetooth USB adapter</para>
1552	</listitem>
1553      </itemizedlist>
1554    </para>
1555
1556  </sect2>
1557
1558  <sect2 id="crypto-accel">
1559    <title>Cryptographic Accelerators</title>
1560
1561    <para arch="i386,pc98,amd64">Accelerators based on
1562      the Hifn 7751, 7811, or 7951 chipsets (&man.hifn.4; driver)
1563     </para>
1564
1565    <para arch="i386,pc98,amd64">Accelerators based on the SafeNet
1566      1141 or 1741 cryptographic accelerator chipsets (&man.safe.4;
1567      driver)</para>
1568
1569    <para arch="i386,pc98,amd64">Accelerators based on
1570      the Bluesteel 5501 or 5601 chipsets (&man.ubsec.4;
1571      driver)</para>
1572
1573    <para arch="i386,pc98,amd64">Accelerators based on
1574      the Broadcom BCM5801, BCM5802, BCM5805, BCM5820, BCM 5821,
1575      BCM5822 chipsets (&man.ubsec.4; driver)</para>
1576
1577  </sect2>
1578
1579  <sect2 id="misc">
1580    <title>Miscellaneous</title>
1581
1582    <para arch="i386,pc98,amd64">FAX-Modem/PCCARD
1583      <itemizedlist>
1584        <listitem>
1585	  <para>MELCO IGM-PCM56K/IGM-PCM56KH</para>
1586	</listitem>
1587        <listitem>
1588	  <para>Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal)</para>
1589	</listitem>
1590      </itemizedlist>
1591    </para>
1592
1593    <para arch="i386,pc98,alpha,amd64">Floppy drives (&man.fdc.4; driver)</para>
1594
1595    <para arch="i386,alpha,ia64,amd64">VGA-compatible video cards
1596      (&man.vga.4; driver)
1597
1598      <note>
1599	<para>Information regarding specific video cards and
1600	  compatibility with <application>XFree86</application> can be
1601	  found at <ulink
1602	  url="http://www.xfree86.org/"></ulink>.</para>
1603      </note>
1604
1605      </para>
1606
1607    <para arch="i386,pc98,alpha,ia64,amd64">Keyboards including:
1608      <itemizedlist>
1609        <listitem arch="i386,alpha">
1610	  <para>AT-style keyboards (&man.atkbd.4; driver)</para>
1611	</listitem>
1612        <listitem arch="i386,alpha,ia64,amd64">
1613	  <para>PS/2 keyboards (&man.atkbd.4; driver)</para>
1614	</listitem>
1615        <listitem arch="pc98">
1616	  <para>Standard keyboards</para>
1617	</listitem>
1618        <listitem arch="i386,pc98,alpha,amd64">
1619	  <para>USB keyboards (&man.ukbd.4; driver)</para>
1620	</listitem>
1621      </itemizedlist>
1622    </para>
1623
1624    <para arch="i386,pc98,alpha,ia64,amd64">Pointing devices including:
1625      <itemizedlist>
1626        <listitem arch="i386,pc98,amd64">
1627	  <para>Bus mice and compatible devices (&man.mse.4; driver)</para>
1628	</listitem>
1629        <listitem arch="i386,alpha,ia64,amd64">
1630	  <para>PS/2 mice and compatible devices, including many laptop
1631	    pointing devices (&man.psm.4; driver)</para>
1632	</listitem>
1633        <listitem>
1634	  <para>Serial mice and compatible devices</para>
1635	</listitem>
1636        <listitem arch="i386,pc98,alpha,amd64">
1637	  <para>USB mice (&man.ums.4; driver)</para>
1638	</listitem>
1639      </itemizedlist>
1640
1641      <note>
1642	<para>&man.moused.8; has more information on using pointing
1643	  devices with &os;.  Information on using pointing devices
1644	  with <application>XFree86</application> can be found at
1645	  <ulink url="http://www.xfree86.org/"></ulink>.</para>
1646      </note>
1647    </para>
1648
1649    <para arch="i386,alpha,amd64"><quote>PC standard</quote> parallel ports (&man.ppc.4; driver)</para>
1650    <para arch="pc98"><quote>PC-9821 standard</quote> parallel ports (&man.ppc.4; driver)</para>
1651
1652    <para arch="i386,amd64">PC-compatible joysticks (&man.joy.4; driver)</para>
1653
1654    <para arch="pc98">Joystick port of SoundBlaster(98) (&man.joy.4
1655    driver)</para>
1656
1657    <para arch="i386,pc98">PHS Data Communication Card/PCCARD
1658      <itemizedlist>
1659        <listitem>
1660	  <para>NTT DoCoMo P-in Comp@ct</para>
1661	</listitem>
1662        <listitem>
1663	  <para>Panasonic KX-PH405</para>
1664	</listitem>
1665        <listitem>
1666	  <para>SII MC-P200</para>
1667	</listitem>
1668      </itemizedlist>
1669    </para>
1670
1671    <para arch="i386">Xilinx XC6200-based reconfigurable hardware cards compatible
1672    with the HOT1 from <ulink url="http://www.vcc.com/">Virtual
1673    Computers</ulink> (xrpu driver).</para>
1674
1675    <para arch="pc98">Power Management Controller of NEC PC-98 Note (pmc
1676    driver)</para>
1677
1678    <para arch="sparc64">OpenFirmware console (ofwcons driver)</para>
1679
1680  </sect2>
1681</sect1>
1682