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