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