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