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