article.xml revision 142583
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 142583 2005-02-26 21:48:34Z 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>The device lists in this document are being generated
50      automatically from &os; manual pages.  This means that some
51      devices, which are supported by multiple drivers, may appear
52      multiple times.</para>
53  </note>
54
55  <sect2 id="disk">
56    <title>Disk Controllers</title>
57
58    <para arch="i386,alpha,sparc64,ia64,pc98,amd64">IDE/ATA controllers (&man.ata.4; driver)</para>
59    <para arch="pc98">IDE/ATA controllers (wdc driver)
60      <itemizedlist>
61        <listitem>
62	  <para>On-board IDE controller</para>
63	</listitem>
64      </itemizedlist>
65    </para>
66
67    &hwlist.aic;
68
69    &hwlist.aha;
70
71    &hwlist.ahb;
72
73    &hwlist.ahc;
74
75    &hwlist.ahd;
76
77    &hwlist.aac;
78
79    &hwlist.ct;
80
81    <para arch="pc98">NEC PC-9801-55, 92 and their compatible C-Bus SCSI interfaces (bs 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>"flags 0x00000" is necessary in kernel configuration
90            for DMA transfer mode.</para>
91          </note>
92        </listitem>
93        <listitem>
94          <para>I-O DATA SC-98II</para>
95          <note>
96            <para>"flags 0x10000" is necessary in kernel configuration
97            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>"flags 0x20000" is necessary in kernel configuration
105            for Bus-master transfer mode.</para>
106          </note>
107        </listitem>
108        <listitem>
109          <para>ELECOM Bus-master SCSI interfaces</para>
110          <note>
111            <para>"flags 0x30000" is necessary in kernel configuration
112            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>"flags 0x40000" is necessary in kernel configuration
119            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>"flags 0x50000" is necessary in kernel configuration
127            for Bus-master transfer mode.</para>
128          </note>
129        </listitem>
130      </itemizedlist>
131    </para>
132    &hwlist.adv;
133
134    &hwlist.adw;
135
136    &hwlist.bt;
137
138    &hwlist.dpt;
139
140    &hwlist.asr;
141
142    &hwlist.amr;
143      <note>
144	<para arch="i386,amd64">Booting from these controllers is supported.  EISA
145	adapters are not supported.</para>
146
147	<para arch="alpha">Booting from these controllers is not
148	supported due to SRM limitations.</para>
149      </note>
150
151    &hwlist.mlx;
152
153      <note>
154	<para arch="i386,amd64">Booting from these controllers is supported. EISA adapters
155	are not supported.</para>
156
157	<para arch="alpha">Booting from these controllers is not
158	supported due to SRM limitations.  
159        DAC960 controllers sold by Digital/Compaq for Alpha systems as part
160        of the StorageWorks family, e.g. KZPSC or KZPAC are bootable from SRM.
161        Note that these cards used 2.x firmware. SRM bootability of newer
162        firmware is unknown.</para>
163      </note>
164
165    &hwlist.mly;
166
167    &hwlist.twe;
168
169    &hwlist.twa;
170
171    &hwlist.ncr;
172
173    &hwlist.sym;
174
175    &hwlist.ncv;
176
177    &hwlist.stg;
178
179    &hwlist.isp;
180
181    &hwlist.amd;
182
183    &hwlist.nsp;
184
185    &hwlist.vpo;
186
187    &hwlist.ida;
188
189    &hwlist.ciss;
190
191    &hwlist.iir;
192
193    &hwlist.pst;
194
195    &hwlist.hptmv;
196
197    &hwlist.ips;
198
199    &hwlist.mpt;
200
201    &hwlist.trm;
202
203    <para arch="i386">The wds(4) driver supports the WD7000 SCSI
204      controller.</para>
205
206    <para>With all supported SCSI controllers, full support is
207    provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including
208    hard disks, optical disks, tape drives (including DAT, 8mm
209    Exabyte, Mammoth, and DLT), medium changers, processor target
210    devices and CD-ROM drives.  WORM devices that support CD-ROM
211    commands are supported for read-only access by the CD-ROM drivers
212    (such as &man.cd.4;).  WORM/CD-R/CD-RW writing support is provided
213    by &man.cdrecord.1;, which is a part of the
214    <filename role="package">sysutils/cdrtools</filename> port in the Ports Collection.</para>
215
216    <para>The following CD-ROM type systems are supported at this
217    time:
218      <itemizedlist>
219        <listitem>
220          <para>SCSI interface (also includes ProAudio Spectrum and
221          SoundBlaster SCSI) (&man.cd.4;)</para>
222	</listitem>
223
224	<listitem arch="i386">
225	  <para>Matsushita CR-562, CR-563, and compatibles
226	    (&man.matcd.4; driver)</para>
227	</listitem>
228
229	<listitem arch="i386">
230	  <para>Sony proprietary interface (all models) (&man.scd.4;)</para>
231	</listitem>
232
233	<listitem>
234	  <para>ATAPI IDE interface (&man.acd.4;)</para>
235	</listitem>
236      </itemizedlist>
237    </para>
238
239    <para arch="i386">The following device is unmaintained:
240      <itemizedlist>
241        <listitem>
242	  <para>Mitsumi proprietary CD-ROM interface (all
243	  models) (&man.mcd.4;)</para>
244	</listitem>
245      </itemizedlist>
246    </para>
247
248  </sect2>
249  <sect2 id="ethernet">
250    <title>Ethernet Interfaces</title>
251
252    &hwlist.sf;
253
254    &hwlist.ti;
255
256    &hwlist.pcn;
257
258    &hwlist.lnc;
259
260    <para arch="i386,pc98,amd64">SMC 83c17x (EPIC)-based Ethernet NICs (&man.tx.4; driver)
261    </para>
262
263    &hwlist.ed;
264
265    &hwlist.rl;
266
267    &hwlist.wb;
268
269    &hwlist.vr;
270
271    &hwlist.sis;
272
273    &hwlist.nge;
274
275    &hwlist.ste;
276
277    &hwlist.sk;
278
279    &hwlist.tl;
280
281    &hwlist.dc;
282
283    &hwlist.aue;
284
285    &hwlist.cue;
286
287    &hwlist.kue;
288
289    &hwlist.axe;
290
291    &hwlist.rue;
292
293    &hwlist.udav;
294
295    &hwlist.de;
296
297    &hwlist.fe;
298
299    &hwlist.fxp;
300
301    &hwlist.ex;
302
303    &hwlist.ie;
304
305    &hwlist.ep;
306
307    &hwlist.el;
308
309    &hwlist.xl;
310
311    &hwlist.vx;
312
313    <para arch="i386,amd64">Crystal Semiconductor CS89x0-based NICs 
314    (&man.cs.4; driver)
315    </para>
316
317    &hwlist.sn;
318
319    &hwlist.xe;
320
321    &hwlist.snc;
322
323    &hwlist.lge;
324
325    &hwlist.txp;
326
327    &hwlist.bge;
328
329    &hwlist.em;
330
331    &hwlist.hme;
332
333    &hwlist.gem;
334
335    &hwlist.my;
336
337    <para arch="i386,amd64">Broadcom BCM4401 based Fast Ethernet adapters
338      (&man.bfe.4; driver)</para>
339
340    &hwlist.re;
341
342    &hwlist.ixgb;
343
344    &hwlist.vge;
345
346  </sect2>
347
348  <sect2 id="tokenring">
349    <title>Token Ring Interfaces</title>
350
351    &hwlist.oltr;
352
353  </sect2>
354
355  <sect2 id="fddi">
356    <title>FDDI Interfaces</title>
357    <para arch="i386,pc98,alpha">DEC DEFPA PCI (&man.fpa.4; driver)</para>
358    <para arch="i386">DEC DEFEA EISA (&man.fpa.4; driver)</para>
359  </sect2>
360
361  <sect2 id="atm">
362    <title>ATM Interfaces</title>
363
364    <para arch="i386,pc98">Midway-based ATM interfaces (&man.en.4;
365      driver)</para>
366
367    <para arch="i386,pc98,sparc64">FORE Systems, Inc. PCA-200E ATM PCI
368      Adapters (hfa and &man.fatm.4; drivers)</para>
369
370    <para arch="i386,pc98">IDT NICStAR 77201/211-based ATM Adapters (&man.idt.4;
371    driver)</para>
372
373    <para arch="i386,pc98,sparc64">FORE Systems, Inc. HE155 and HE622
374      ATM interfaces (&man.hatm.4; driver)</para>
375
376    <para arch="i386,pc98">IDT77252-based ATM cards (&man.patm.4;
377      driver)</para>
378
379  </sect2>
380  <sect2 id="wlan">
381    <title>Wireless Network Interfaces</title>
382
383    <para arch="i386">NCR / AT&amp;T / Lucent Technologies WaveLan T1-speed
384    ISA/radio LAN cards (&man.wl.4; driver)</para>
385
386    <para arch="i386,pc98,amd64">Lucent Technologies WaveLAN/IEEE 802.11b
387      wireless network
388      adapters and workalikes using the Lucent Hermes, Intersil
389      PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol
390      Spectrum24 chipsets (&man.wi.4; driver)
391    </para>
392
393    <para arch="i386,pc98,amd64">Cisco/Aironet 802.11b wireless adapters (&man.an.4; driver)
394    </para>
395
396    <para arch="i386,pc98">Raytheon Raylink 2.4GHz wireless adapters (&man.ray.4; driver)
397    </para>
398
399    &hwlist.awi;
400
401    &hwlist.cnw;
402
403    &hwlist.ath;
404  </sect2>
405
406  <sect2 id="misc-network">
407    <title>Miscellaneous Networks</title>
408
409    &hwlist.cx;
410
411    &hwlist.cp;
412
413    &hwlist.ctau;
414
415    <para arch="i386">Granch SBNI12 point-to-point communications
416    adapters (&man.sbni.4; driver)
417    </para>
418
419    <para arch="i386">Granch SBNI16 SHDSL modems (&man.sbsh.4;
420      driver)</para>
421
422    &hwlist.cm;
423
424  </sect2>
425
426  <sect2 id="isdn">
427    <title>ISDN Interfaces</title>
428    <para arch="i386">AcerISDN P10 ISA PnP (experimental)</para>
429    <para arch="i386">Asuscom ISDNlink 128K ISA</para>
430    <para arch="i386">ASUSCOM P-IN100-ST-D (and other Winbond W6692-based cards)</para>
431    <para arch="i386">AVM
432      <itemizedlist>
433        <listitem>
434	  <para>A1</para>
435	</listitem>
436        <listitem>
437	  <para>B1 ISA (tested with V2.0)</para>
438	</listitem>
439        <listitem>
440	  <para>B1 PCI (tested with V4.0)</para>
441	</listitem>
442        <listitem>
443	  <para>Fritz!Card classic</para>
444	</listitem>
445        <listitem>
446	  <para>Fritz!Card PnP</para>
447	</listitem>
448        <listitem>
449	  <para>Fritz!Card PCI</para>
450	</listitem>
451        <listitem>
452	  <para>Fritz!Card PCI, Version 2</para>
453	</listitem>
454        <listitem>
455	  <para>T1</para>
456	</listitem>
457      </itemizedlist>
458    </para>
459    <para arch="i386">Creatix
460      <itemizedlist>
461        <listitem>
462	  <para>ISDN-S0</para>
463	</listitem>
464        <listitem>
465	  <para>ISDN-S0 P&amp;P</para>
466	</listitem>
467      </itemizedlist>
468    </para>
469    <para arch="i386">Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP</para>
470    <para arch="i386">Dr. Neuhaus Niccy Go@ and compatibles</para>
471    <para arch="i386">Dynalink IS64PPH and IS64PPH+</para>
472    <para arch="i386">Eicon Diehl DIVA 2.0 and 2.02</para>
473    <para arch="i386">ELSA
474      <itemizedlist>
475        <listitem>
476	  <para>ELSA PCC-16</para>
477	</listitem>
478        <listitem>
479	  <para>QuickStep 1000pro ISA</para>
480	</listitem>
481        <listitem>
482	  <para>MicroLink ISDN/PCI</para>
483	</listitem>
484        <listitem>
485	  <para>QuickStep 1000pro PCI</para>
486	</listitem>
487      </itemizedlist>
488    </para>
489    <para arch="i386">ITK ix1 Micro ( &lt; V.3, non-PnP version )</para>
490    <para arch="i386">Sedlbauer Win Speed</para>
491    <para arch="i386">Siemens I-Surf 2.0</para>
492    <para arch="i386">TELEINT ISDN SPEED No.1 (experimental)</para>
493    <para arch="i386">Teles
494      <itemizedlist>
495        <listitem>
496	  <para>S0/8</para>
497	</listitem>
498        <listitem>
499	  <para>S0/16</para>
500	</listitem>
501        <listitem>
502	  <para>S0/16.3</para>
503	</listitem>
504        <listitem>
505	  <para>S0/16.3 PnP</para>
506	</listitem>
507        <listitem>
508	  <para>16.3c ISA PnP (experimental)</para>
509	</listitem>
510	<listitem>
511	  <para>Teles PCI-TJ</para>
512	</listitem>
513      </itemizedlist>
514    </para>
515    <para arch="i386">Traverse Technologies NETjet-S PCI</para>
516    <para arch="i386">USRobotics Sportster ISDN TA intern</para>
517    <para arch="i386">Winbond W6692 based PCI cards</para>
518  </sect2>
519
520  <sect2 id="serial">
521    <title>Serial Interfaces</title>
522
523    <para arch="i386,alpha,ia64,amd64"><quote>PC standard</quote> 8250, 16450, and 16550-based serial ports (&man.sio.4; driver)</para>
524
525    <para arch="sparc64">Serial ports based on the SAB82532 serial
526      chip, console only (&man.sab.4; driver)</para>
527
528    <para arch="sparc64">Serial ports based on the Zilog 8530 dual uart,
529      console only (zs driver)</para>
530
531    <para arch="i386,alpha,amd64">AST 4 port serial card using shared IRQ</para>
532
533    <para arch="i386">ARNET serial cards (&man.ar.4; driver)
534      <itemizedlist>
535        <listitem>
536	  <para>ARNET 8 port serial card using shared IRQ</para>
537	</listitem>
538        <listitem>
539	  <para>ARNET (now Digiboard) Sync 570/i high-speed serial</para>
540	</listitem>
541      </itemizedlist>
542    </para>
543    
544    <para arch="i386">Boca multi-port serial cards
545      <itemizedlist>
546        <listitem>
547	  <para>Boca BB1004 4-Port serial card (Modems
548	  <emphasis>not</emphasis> supported)</para>
549	</listitem>
550        <listitem>
551	  <para>Boca IOAT66 6-Port serial card (Modems supported)</para>
552	</listitem>
553        <listitem>
554	  <para>Boca BB1008 8-Port serial card (Modems
555	  <emphasis>not</emphasis> supported)</para>
556	</listitem>
557        <listitem>
558	  <para>Boca BB2016 16-Port serial card (Modems supported)</para>
559	</listitem>
560      </itemizedlist>
561    </para>
562
563    <para arch="i386,alpha">Comtrol Rocketport card (&man.rp.4; driver)</para>
564
565    <para arch="i386">Cyclades Cyclom-Y serial board (&man.cy.4; driver)</para>
566
567    <para arch="i386">STB 4 port card using shared IRQ</para>
568
569    <para arch="i386">DigiBoard intelligent serial cards (digi driver)
570    </para>
571
572    <para arch="i386,ia64,amd64">PCI-Based multi-port serial boards (&man.puc.4;
573    driver)
574      <itemizedlist>
575	<listitem arch="i386,amd64">
576	  <para>Actiontech 56K PCI</para>
577	</listitem>
578        <listitem arch="i386,amd64">
579	  <para>Avlab Technology, PCI IO 2S and PCI IO 4S</para>
580	</listitem>
581	<listitem arch="i386,amd64">
582	  <para>Comtrol RocketPort 550</para>
583	</listitem>
584	<listitem arch="i386,amd64">
585	  <para>Decision Computers PCCOM 4-port serial and dual port RS232/422/485</para>
586	</listitem>
587	<listitem arch="ia64">
588	  <para>Diva Serial (GSP) Multiport UART (development branch only)</para>
589	</listitem>
590	<listitem arch="i386,amd64">
591	  <para>Dolphin Peripherals 4025/4035/4036</para>
592	</listitem>
593	<listitem arch="i386,amd64">
594	  <para>IC Book Labs Dreadnought 16x Lite and Pro</para>
595	</listitem>
596	<listitem arch="i386,amd64">
597	  <para>Lava Computers 2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550</para>
598	</listitem>
599	<listitem arch="i386,amd64">
600	  <para>Middle Digital, Weasle serial port</para>
601	</listitem>
602        <listitem arch="i386,amd64">
603	  <para>Moxa Industio CP-114, Smartio C104H-PCI and C168H/PCI</para>
604	</listitem>
605	<listitem arch="i386,amd64">
606	  <para>NEC PK-UG-X001 and PK-UG-X008</para>
607	</listitem>
608        <listitem arch="i386,amd64">
609	  <para>Netmos NM9835 PCI-2S-550</para>
610	</listitem>
611	<listitem arch="i386,amd64">
612	  <para>Oxford Semiconductor OX16PCI954 PCI UART</para>
613	</listitem>
614	<listitem arch="i386,amd64">
615	  <para>Syba Tech SD-LAB PCI-4S2P-550-ECP</para>
616	</listitem>
617	<listitem arch="i386,amd64">
618	  <para>SIIG Cyber I/O PCI 16C550/16C650/16C850</para>
619	</listitem>
620	<listitem arch="i386,amd64">
621	  <para>SIIG Cyber 2P1S PCI 16C550/16C650/16C850</para>
622	</listitem>
623	<listitem arch="i386,amd64">
624	  <para>SIIG Cyber 2S1P PCI 16C550/16C650/16C850</para>
625	</listitem>
626	<listitem arch="i386,amd64">
627	  <para>SIIG Cyber 4S PCI 16C550/16C650/16C850</para>
628	</listitem>
629	<listitem arch="i386,amd64">
630	  <para>SIIG Cyber Serial (Single and Dual) PCI 16C550/16C650/16C850</para>
631	</listitem>
632        <listitem arch="i386,amd64">
633	  <para>Syba Tech Ltd. PCI-4S2P-550-ECP</para>
634	</listitem>
635	<listitem arch="i386,amd64">
636	  <para>Titan PCI-200H and PCI-800H</para>
637	</listitem>
638	<listitem arch="i386,amd64">
639	  <para>US Robotics (3Com) 3CP5609 modem</para>
640	</listitem>
641	<listitem arch="i386,amd64">
642	  <para>VScom PCI-400 and PCI-800</para>
643	</listitem>
644      </itemizedlist>
645    </para>
646
647    <para arch="i386">SDL Communication serial boards
648      <itemizedlist>
649        <listitem>
650	  <para>SDL Communications Riscom/8 Serial Board (rc driver)</para>
651	</listitem>
652        <listitem>
653	  <para>SDL Communications RISCom/N2 and N2pci high-speed sync
654	  serial boards (&man.sr.4; driver)</para>
655	</listitem>
656      </itemizedlist>
657    </para>
658
659    <para arch="i386,amd64">Specialix SI/XIO/SX multiport serial cards, with both the
660    older SIHOST2.x and the new <quote>enhanced</quote> (transputer
661    based, aka JET) host cards (ISA, EISA and PCI are supported)
662    (&man.si.4; driver)</para>
663
664    <para arch="pc98">Internel serial interfaces (&man.sio.4; driver)
665      <itemizedlist>
666        <listitem>
667	  <para>PC-9801 on-board</para>
668	</listitem>
669        <listitem>
670	  <para>PC-9821 2'nd CCU (flags 0x12000000)</para>
671	</listitem>
672      </itemizedlist>
673    </para>
674
675    <para arch="pc98">NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (&man.sio.4; driver)
676      <itemizedlist>
677        <listitem>
678	  <para>COM2 (flags 0x01000000)</para>
679	</listitem>
680        <listitem>
681	  <para>COM3 (flags 0x02000000)</para>
682	</listitem>
683      </itemizedlist>
684    </para>
685
686    <para arch="pc98">NEC PC-9801-120 (&man.sio.4; driver)</para>
687      <note arch="pc98">
688        <para>"flags 0x11000000" is necessary in kernel configuration.</para>
689      </note>
690
691    <para arch="pc98">Microcore MC-16550, MC-16550II, MC-RS98 (&man.sio.4; driver)</para>
692      <note arch="pc98">
693        <para>"flags 0x14000?01" is necessary in kernel configuration.</para>
694      </note>
695
696    <para arch="pc98">Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (&man.sio.4; driver)</para>
697      <note arch="pc98">
698        <para>"flags 0x15000?01" is necessary in kernel configuration.</para>
699      </note>
700
701    <para arch="pc98">Media Intelligent RSB-384 (&man.sio.4; driver)</para>
702      <note arch="pc98">
703        <para>"flags 0x16000001" is necessary in kernel configuration.</para>
704      </note>
705
706    <para arch="pc98">I-O DATA RSA-98III (&man.sio.4; driver)</para>
707      <note arch="pc98">
708        <para>"flags 0x18000?01" is necessary in kernel configuration.</para>
709      </note>
710
711    <para arch="pc98">Hayes ESP98 (&man.sio.4; driver)</para>
712      <note arch="pc98">
713        <para>"options COM_ESP" and "flags 0x19000000" are necessary in kernel configuration.</para>
714      </note>
715
716  </sect2>
717  <sect2 id="audio">
718    <title>Audio Devices</title>
719
720    &hwlist.snd.ad1816;
721    &hwlist.snd.cs4281;
722    &hwlist.snd.solo;
723
724    &hwlist.snd.sbc;
725
726    &hwlist.snd.cmi;
727
728    &hwlist.snd.csa;
729
730    &hwlist.snd.es137x;
731
732    &hwlist.snd.ess;
733
734    &hwlist.snd.maestro;
735
736    &hwlist.snd.maestro3;
737
738    <para arch="i386,amd64">ForteMedia fm801</para>
739
740    &hwlist.snd.gusc;
741
742    <para arch="i386,amd64">Intel 443MX, 810, 815, and 815E integrated sound
743    devices (&man.pcm.4; driver)</para>
744
745    <para arch="i386,alpha,amd64">MSS/WSS Compatible DSPs (&man.pcm.4; driver)</para>
746
747    &hwlist.snd.neomagic;
748
749    <para arch="i386,amd64">OPTi 931/82C931 (&man.pcm.4; driver)</para>
750
751    <para arch="i386,amd64">S3 Sonicvibes</para>
752
753    &hwlist.snd.emu10k1;
754
755    <para arch="i386,amd64">Trident 4DWave DX/NX (&man.pcm.4; driver)</para>
756
757    <para arch="i386,amd64">VIA Technologies VT82C686A</para>
758
759    &hwlist.snd.ds1;
760
761    &hwlist.snd.ich;
762
763    &hwlist.snd.audiocs;
764
765    <para arch="pc98">NEC PC-9801-73, 86 and compatibles (nss driver)
766      <itemizedlist>
767        <listitem>
768          <para>NEC A-MATE internal sound</para>
769        </listitem>
770        <listitem>
771          <para>Q-Vision WaveStar, WaveMaster</para>
772        </listitem>
773      </itemizedlist>
774    </para>
775
776    <para arch="pc98">NEC X-MATE, CanBe, ValueStar internal (mss driver)</para>
777
778    <para arch="pc98">Creative Technologies SoundBlaster(98) (&man.sb.4;
779    driver)</para>
780
781    <para arch="pc98">I-O DATA CD-BOX (&man.sb.4; driver)</para>
782
783    <para arch="pc98">MPU-401 and compatible interfaces (mpu driver)
784      <itemizedlist>
785        <listitem>
786          <para>Q-Vision WaveStar</para>
787        </listitem>
788      </itemizedlist>
789    </para>
790  </sect2>
791
792  <sect2 id="camera">
793    <title>Camera and Video Capture Devices</title>
794
795    &hwlist.bktr;
796
797    <para arch="i386">Connectix QuickCam</para>
798  </sect2>
799
800  <sect2 id="usb">
801    <title>USB Devices</title>
802
803    <para arch="alpha,i386,pc98,amd64">A range of USB peripherals are supported; devices known to
804    work are listed in this section.  Owing to the
805    generic nature of most USB devices, with some exceptions any
806    device of a given class will be supported, even if not explicitly
807    listed here.</para>
808
809    <note arch="alpha,i386,pc98,amd64">
810      <para>USB Ethernet adapters can be found in the section listing <link
811      linkend="ethernet">Ethernet interfaces</link>.</para>
812    </note>
813
814    <note arch="alpha,i386,pc98,amd64">
815      <para>USB Bluetooth adapters can be found in <link
816      linkend="bluetooth">Bluetooth</link> section.</para>
817    </note>
818
819    &hwlist.ohci;
820
821    &hwlist.uhci;
822
823    <para arch="i386,ia64,pc98,amd64">USB 2.0 controllers using the EHCI
824      interface (&man.ehci.4; driver)</para>
825
826    <para arch="i386,pc98,alpha,amd64">Hubs
827    </para>
828    <para arch="i386,pc98,alpha,amd64">Keyboards (&man.ukbd.4; driver)
829    </para>
830    <para arch="i386,pc98,amd64">Miscellaneous
831      <itemizedlist>
832        <listitem>
833	  <para>Assist Computer Systems PC Camera C-M1</para>
834	</listitem>
835        <listitem>
836	  <para>ActiveWire I/O Board</para>
837	</listitem>
838        <listitem>
839	  <para>Creative Technology Video Blaster WebCam Plus</para>
840	</listitem>
841	<listitem>
842	  <para>D-Link DSB-R100 USB Radio (&man.ufm.4; driver)</para>
843	</listitem>
844        <listitem>
845	  <para>Mirunet AlphaCam Plus</para>
846	</listitem>
847      </itemizedlist>
848    </para>
849
850    &hwlist.urio;
851
852    &hwlist.umodem;
853
854    <para arch="i386,pc98,alpha,amd64">Mice (&man.ums.4; driver)
855    </para>
856
857    &hwlist.ulpt;
858
859    &hwlist.ubsa;
860
861    &hwlist.ubser;
862
863    &hwlist.uftdi;
864
865    &hwlist.uplcom;
866
867    &hwlist.umct;
868
869    &hwlist.uscanner;
870
871    &hwlist.umass;
872
873    <para arch="i386,pc98,amd64">Audio Devices (&man.uaudio.4; driver)
874    </para>
875
876    &hwlist.uvisor;
877
878 </sect2>
879
880  <sect2 id="firewire">
881    <title>IEEE 1394 (Firewire) Devices</title>
882
883    &hwlist.fwohci;
884
885    <para arch="i386,sparc64,amd64">Serial Bus Protocol 2 (SBP-2)
886      storage devices (&man.sbp.4; driver)</para>
887
888  </sect2>
889
890  <sect2 id="bluetooth">
891    <title>Bluetooth Devices</title>
892
893    &hwlist.ng.bt3c;
894
895    &hwlist.ng.ubt;
896
897  </sect2>
898
899  <sect2 id="crypto-accel">
900    <title>Cryptographic Accelerators</title>
901
902    &hwlist.hifn;
903
904    &hwlist.safe;
905
906    &hwlist.ubsec;
907  </sect2>
908
909  <sect2 id="misc">
910    <title>Miscellaneous</title>
911
912    <para arch="i386,pc98,amd64">FAX-Modem/PCCARD
913      <itemizedlist>
914        <listitem>
915	  <para>MELCO IGM-PCM56K/IGM-PCM56KH</para>
916	</listitem>
917        <listitem>
918	  <para>Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal)</para>
919	</listitem>
920      </itemizedlist>
921    </para>
922
923    <para arch="i386,pc98,alpha,amd64">Floppy drives (&man.fdc.4; driver)</para>
924
925    <para arch="i386,alpha,ia64,amd64">VGA-compatible video cards
926      (&man.vga.4; driver)
927
928      <note>
929	<para>Information regarding specific video cards and
930	  compatibility with <application>Xorg</application> can be
931	  found at <ulink
932	  url="http://www.x.org/"></ulink>.</para>
933      </note>
934
935      </para>
936
937    <para arch="i386,pc98,alpha,ia64,amd64">Keyboards including:
938      <itemizedlist>
939        <listitem arch="i386,alpha">
940	  <para>AT-style keyboards (&man.atkbd.4; driver)</para>
941	</listitem>
942        <listitem arch="i386,alpha,ia64,amd64">
943	  <para>PS/2 keyboards (&man.atkbd.4; driver)</para>
944	</listitem>
945        <listitem arch="pc98">
946	  <para>Standard keyboards</para>
947	</listitem>
948        <listitem arch="i386,pc98,alpha,amd64">
949	  <para>USB keyboards (&man.ukbd.4; driver)</para>
950	</listitem>
951      </itemizedlist>
952    </para>
953
954    <para arch="i386,pc98,alpha,ia64,amd64">Pointing devices including:
955      <itemizedlist>
956        <listitem arch="i386,pc98,amd64">
957	  <para>Bus mice and compatible devices (&man.mse.4; driver)</para>
958	</listitem>
959        <listitem arch="i386,alpha,ia64,amd64">
960	  <para>PS/2 mice and compatible devices, including many laptop
961	    pointing devices (&man.psm.4; driver)</para>
962	</listitem>
963        <listitem>
964	  <para>Serial mice and compatible devices</para>
965	</listitem>
966        <listitem arch="i386,pc98,alpha,amd64">
967	  <para>USB mice (&man.ums.4; driver)</para>
968	</listitem>
969      </itemizedlist>
970
971      <note>
972	<para>&man.moused.8; has more information on using pointing
973	  devices with &os;.  Information on using pointing devices
974	  with <application>Xorg</application> can be found at
975	  <ulink url="http://www.x.org/"></ulink>.</para>
976      </note>
977    </para>
978
979    <para arch="i386,alpha,amd64"><quote>PC standard</quote> parallel ports (&man.ppc.4; driver)</para>
980    <para arch="pc98"><quote>PC-9821 standard</quote> parallel ports (&man.ppc.4; driver)</para>
981
982    <para arch="i386,amd64">PC-compatible joysticks (&man.joy.4; driver)</para>
983
984    <para arch="pc98">Joystick port of SoundBlaster(98) (&man.joy.4;
985    driver)</para>
986
987    <para arch="i386,pc98">PHS Data Communication Card/PCCARD
988      <itemizedlist>
989        <listitem>
990	  <para>NTT DoCoMo P-in Comp@ct</para>
991	</listitem>
992        <listitem>
993	  <para>Panasonic KX-PH405</para>
994	</listitem>
995        <listitem>
996	  <para>SII MC-P200</para>
997	</listitem>
998      </itemizedlist>
999    </para>
1000
1001    <para arch="i386">Xilinx XC6200-based reconfigurable hardware cards compatible
1002    with the HOT1 from <ulink url="http://www.vcc.com/">Virtual
1003    Computers</ulink> (xrpu driver).</para>
1004
1005    <para arch="pc98">Power Management Controller of NEC PC-98 Note (pmc
1006    driver)</para>
1007
1008    <para arch="sparc64">OpenFirmware console (ofwcons driver)</para>
1009
1010  </sect2>
1011</sect1>
1012