]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - release/doc/en_US.ISO8859-1/hardware/article.xml
Fix alphabetical sorting with alc(4) addition.
[FreeBSD/stable/10.git] / release / doc / en_US.ISO8859-1 / hardware / article.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
3         "../../../share/xml/freebsd50.dtd" [
4 <!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN" "release.ent">
5 %release;
6 <!ENTITY % devauto PUBLIC "-//FreeBSD//ENTITIES Auto Generated Device Lists//EN" "nonexistent">
7 %devauto;
8 ]>
9 <article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
10   <info><title>&os; &release.current; Hardware Notes</title>
11     
12
13     <author><orgname>The &os; Documentation Project</orgname></author>
14
15     <pubdate>$FreeBSD$</pubdate>
16
17     <copyright>
18       <year>2000</year>
19       <year>2001</year>
20       <year>2002</year>
21       <year>2003</year>
22       <year>2004</year>
23       <year>2005</year>
24       <year>2006</year>
25       <year>2007</year>
26       <year>2008</year>
27       <year>2009</year>
28       <year>2010</year>
29       <year>2011</year>
30       <year>2012</year>
31       <year>2013</year>
32       <year>2014</year>
33       <holder role="mailto:doc@FreeBSD.org">The &os; Documentation Project</holder>
34     </copyright>
35
36     <legalnotice xml:id="trademarks" role="trademarks">
37       &tm-attrib.freebsd;
38       &tm-attrib.amd;
39       &tm-attrib.fujitsu;
40       &tm-attrib.ibm;
41       &tm-attrib.intel;
42       &tm-attrib.sparc;
43       &tm-attrib.sun;
44       &tm-attrib.general;
45     </legalnotice>
46
47   </info>
48
49   <sect1 xml:id="intro">
50     <title>Introduction</title>
51
52     <para>This document contains the hardware compatibility notes for
53       &os; &release.current;.  It lists the hardware platforms
54       supported by &os;, as well as the various types of hardware
55       devices (storage controllers, network interfaces, and so on),
56       along with known working instances of these devices.</para>
57   </sect1>
58
59   <sect1 xml:id="proc">
60     <title>Supported Processors and System Boards</title>
61
62     <para>This section provides some architecture-specific information
63       about the specific processors and systems that are supported by
64       each architecture.</para>
65
66     <sect2 xml:id="proc-amd64">
67       <title>amd64</title>
68
69       <para>Since mid-2003 &os;/&arch.amd64; has supported the AMD64
70         (<quote>Hammer</quote>) and &intel; EM64T architecture, and is
71         now one of the Tier-1 platforms (fully supported
72         architecture), which are expected to be Production Quality
73         with respects to all aspects of the &os; operating system,
74         including installation and development environments.</para>
75
76       <para>Note that there are two names for this architecture, AMD64
77         (AMD) and Intel EM64T (Extended Memory 64-bit Technology).
78         64-bit mode of the two architectures are almost compatible
79         with each other, and &os;/&arch.amd64; should support them
80         both.</para>
81
82       <para>As of this writing, the following processors are
83         supported:</para>
84
85       <itemizedlist>
86         <listitem>
87           <para>&amd.athlon;64 (<quote>Clawhammer</quote>).</para>
88         </listitem>
89
90         <listitem>
91           <para>&amd.opteron; (<quote>Sledgehammer</quote>).</para>
92         </listitem>
93
94         <listitem>
95           <para>All multi-core &intel; &xeon; processors except
96             Sossaman have EM64T support.</para>
97         </listitem>
98
99         <listitem>
100           <para>The single-core &intel; &xeon;
101             processors <quote>Nocona</quote>, <quote>Irwindale</quote>,
102             <quote>Potomac</quote>, and <quote>Cranford</quote> have
103             EM64T support.</para>
104         </listitem>
105
106         <listitem>
107           <para>All &intel; Core 2 (not Core Duo) and later
108             processors</para>
109         </listitem>
110
111         <listitem>
112           <para>All &intel; &pentium; D processors</para>
113         </listitem>
114
115         <listitem>
116           <para>&intel; &pentium; 4s and Celeron Ds using
117             the <quote>Cedar Mill</quote> core have EM64T
118             support.</para>
119         </listitem>
120
121         <listitem>
122           <para>Some &intel; &pentium; 4s and Celeron Ds using
123             the <quote>Prescott</quote> core have EM64T support.  See
124             the <link xlink:href="http://processorfinder.intel.com">Intel
125             Processor Spec Finder</link> for the definitive answer about
126             EM64T support in Intel processors.</para>
127         </listitem>
128
129       </itemizedlist>
130
131       <para>&intel; EM64T is an extended version of IA-32 (x86) and
132         different from &intel; IA-64 (Itanium) architecture, which
133         &os;/ia64 supports.  Some &intel;'s old documentation refers
134         to &intel; EM64T as <quote>64-bit extension technology</quote>
135         or <quote>IA-32e</quote>.</para>
136
137       <para>Both Uniprocessor (UP) and Symmetric Multi-processor (SMP)
138         configurations are supported.</para>
139
140       <para>In many respects, &os;/&arch.amd64; is similar to
141         &os;/&arch.i386;, in terms of drivers supported.  Generally,
142         drivers that already function correctly on other 64-bit
143         platforms should work.</para>
144
145     </sect2>
146
147     <sect2 xml:id="proc-i386">
148       <title>i386</title>
149
150       <para>&os;/&arch.i386; runs on a wide variety of <quote>IBM PC
151           compatible</quote> machines. Due to the wide range of
152         hardware available for this architecture, it is impossible
153         to exhaustively list all combinations of equipment supported
154         by &os;.  Nevertheless, some general guidelines are
155         presented here.</para>
156
157       <para>Almost all &i386;-compatible processors with a floating
158         point unit are supported. All &intel; processors beginning
159         with the 80486 are supported, including the 80486, &pentium;,
160         &pentium; Pro, &pentium; II, &pentium; III, &pentium; 4, and
161         variants thereof, such as the &xeon; and &celeron; processors.
162         All &i386;-compatible AMD processors are also supported,
163         including the &am486;, &am5x86;, K5, &amd.k6; (and variants),
164         &amd.athlon; (including Athlon-MP, Athlon-XP, Athlon-4, and
165         Athlon Thunderbird), and &amd.duron; processors.  The AMD
166         &Eacute;lan SC520 embedded processor is supported.  The
167         Transmeta Crusoe is recognized and supported, as are
168         &i386;-compatible processors from Cyrix and NexGen.</para>
169
170       <para>There is a wide variety of motherboards available for this
171         architecture.  Motherboards using the ISA, VLB, EISA, AGP, and
172         PCI expansion buses are well-supported.  There is some
173         limited support for the MCA (<quote>MicroChannel</quote>)
174         expansion bus used in the IBM PS/2 line of PCs.</para>
175
176       <para>Symmetric multi-processor (SMP) systems are generally
177         supported by &os;, although in some cases, BIOS or motherboard
178         bugs may generate some problems.  Perusal of the archives of
179         the &a.smp; may yield some clues.</para>
180
181       <para>&os; will take advantage of SMT (Symmetric MultiThreading,
182         also known as HyperThreading on &intel; CPUs) on the supported
183         CPUs.  The <filename>GENERIC</filename> kernel which is
184         installed by default will automatically detect the additional
185         logical processors.  The default &os; scheduler recognizes
186         processor topology on the system and selects logical and
187         physical processors to obtain optimal performance.
188         The &man.smp.4; manual page has more details.</para>
189
190       <para>&os; will take advantage of Physical Address Extensions
191         (PAE) support on CPUs that support this feature.  A kernel
192         with the <literal>PAE</literal> feature enabled will detect
193         memory above 4 gigabytes and allow it to be used by the
194         system.  This feature places constraints on the device drivers
195         and other features of &os; which may be used; consult the
196         &man.pae.4; manual page for more details.</para>
197
198       <para>&os; will generally run on i386-based laptops, albeit with
199         varying levels of support for certain hardware features such
200         as sound, graphics, power management, and PCCARD expansion
201         slots.  These features tend to vary in idiosyncratic ways
202         between machines, and frequently require special-case support
203         in &os; to work around hardware bugs or other oddities.  When
204         in doubt, a search of the archives of the &a.mobile; may be
205         useful.</para>
206
207       <para>Most modern laptops (as well as many desktops) use the
208         Advanced Configuration and Power Management (ACPI) standard.
209         &os; supports ACPI via the ACPI Component Architecture
210         reference implementation from &intel;, as described in the
211         &man.acpi.4; manual page.  The use of ACPI causes
212         instabilities on some machines and it may be necessary to
213         disable the ACPI driver, which is normally loaded via a kernel
214         module.  This may be accomplished by adding the following line
215         to <filename>/boot/device.hints</filename>:</para>
216
217       <programlisting>hint.acpi.0.disabled="1"</programlisting>
218
219       <para>Users debugging ACPI-related problems may find it useful
220         to disable portions of the ACPI functionality.  The
221         &man.acpi.4; manual page has more information on how to do
222         this via loader tunables.</para>
223
224       <para>ACPI depends on a Differentiated System Descriptor Table
225         (DSDT) provided by each machine's BIOS.  Some machines have
226         bad or incomplete DSDTs, which prevents ACPI from functioning
227         correctly.  Replacement DSDTs for some machines can be found
228         at the <link xlink:href="http://acpi.sourceforge.net/dsdt/index.php">DSDT</link>
229         section of the <link xlink:href="http://acpi.sourceforge.net/">ACPI4Linux</link> project
230         Web site.  &os; can use these DSDTs to override the DSDT
231         provided by the BIOS; see the &man.acpi.4; manual page for
232         more information.</para>
233     </sect2>
234
235     <sect2 xml:id="proc-ia64">
236       <title>ia64</title>
237
238       <para>Currently supported processors are the <link xlink:href="http://people.freebsd.org/~marcel/refs/ia64/itanium/24532003.pdf">&itanium;</link>
239         and the <link xlink:href="http://people.freebsd.org/~marcel/refs/ia64/itanium2/25111003.pdf">&itanium;
240           2</link>.</para>
241
242       <para>Supported chipsets include:</para>
243
244       <itemizedlist>
245         <listitem>
246           <para>HP zx1</para>
247         </listitem>
248
249         <listitem>
250           <para>&intel; 460GX</para>
251         </listitem>
252
253         <listitem>
254           <para>&intel; E8870</para>
255         </listitem>
256       </itemizedlist>
257
258       <para>Both Uniprocessor (UP) and Symmetric Multi-processor (SMP)
259         configurations are supported.</para>
260
261       <para>Most devices that can be found in or are compatible with
262         &arch.ia64; machines are fully supported.  The notable
263         exception is the VGA console. The &os; support for VGA
264         consoles is at this time too much based on PC hardware and not
265         all &arch.ia64; machines have chipsets that provide sufficient
266         PC legacy support. As such &man.syscons.4; can not be enabled
267         and the use of a serial console is required.</para>
268     </sect2>
269
270     <sect2 xml:id="proc-pc98">
271       <title>pc98</title>
272
273       <para>NEC PC-9801/9821 series with almost all &i386;-compatible
274         processors, including 80486, &pentium;, &pentium; Pro,
275         &pentium; II, and variants.  All &i386;-compatible processors
276         by AMD, Cyrix, IBM, and IDT are also supported.</para>
277
278       <para>NEC FC-9801/9821 series, and NEC SV-98 series (both of
279         them are compatible with PC-9801/9821 series) should be
280         supported.</para>
281
282       <para>EPSON PC-386/486/586 series, which are compatible with NEC
283         PC-9801 series are supported.</para>
284
285       <para>High-resolution mode is not supported.  NEC
286         PC-98XA/XL/RL/XL^2, and NEC PC-H98 series are supported in
287         normal (PC-9801 compatible) mode only.</para>
288
289       <para>Although there are some multi-processor systems (such as
290         Rs20/B20), SMP-related features of &os; are not supported
291         yet.</para>
292
293       <para>PC-9801/9821 standard bus (called C-Bus), PC-9801NOTE
294         expansion bus (110pin), and PCI bus are supported.  New Extend
295         Standard Architecture (NESA) bus (used in PC-H98, SV-H98, and
296         FC-H98 series) is not supported.</para>
297     </sect2>
298
299     <sect2 xml:id="proc-powerpc">
300       <title>powerpc</title>
301
302       <para>All Apple PowerPC machines with built-in USB are supported,
303         as well a limited selection of non-Apple machines,
304         including KVM on POWER7</para>
305
306       <para>SMP is supported on all systems with more than
307         1 processor.</para>
308     </sect2>
309
310     <sect2 xml:id="proc-sparc64">
311       <title>sparc64</title>
312
313       <para>This section describes the systems currently known to be
314         supported by &os; on the Fujitsu &sparc64; and Sun &ultrasparc;
315         platforms.</para>
316
317       <para>SMP is supported on all systems with more than 1
318         processor.</para>
319
320       <para>When using the <filename>GENERIC</filename> kernel,
321         &os;/&arch.sparc64; systems not equipped with a framebuffer
322         supported by the &man.creator.4; (Sun Creator, Sun Creator3D
323         and Sun Elite3D) or &man.machfb.4; (Sun PGX and Sun PGX64
324         as well as the ATI Mach64 chips found onboard in for example
325         &sun.blade; 100, &sun.blade; 150, &sun.ultra; 5 and &sun.ultra; 10)
326         driver must use the serial console.</para>
327
328       <para>If you have a system that is not listed here, it may not
329         have been tested with &os; &release.current;.  We encourage
330         you to try it and send a note to the &a.sparc; with your
331         results, including which devices work and which do not.</para>
332
333       <para>The following systems are fully supported by &os;:</para>
334
335       <itemizedlist>
336         <listitem>
337           <para>Naturetech GENIALstation 777S</para>
338         </listitem>
339
340         <listitem>
341           <para>&sun.blade; 100</para>
342         </listitem>
343
344         <listitem>
345           <para>&sun.blade; 150</para>
346         </listitem>
347
348         <listitem>
349           <para>&sun.enterprise; 150</para>
350         </listitem>
351
352         <listitem>
353           <para>&sun.enterprise; 220R</para>
354         </listitem>
355
356         <listitem>
357           <para>&sun.enterprise; 250</para>
358         </listitem>
359
360         <listitem>
361           <para>&sun.enterprise; 420R</para>
362         </listitem>
363
364         <listitem>
365           <para>&sun.enterprise; 450</para>
366         </listitem>
367
368         <listitem>
369           <para>&sun.fire; B100s (support for the on-board NICs first
370             appeared in 8.1-RELEASE)</para>
371         </listitem>
372
373         <listitem>
374           <para>&sun.fire; V100</para>
375         </listitem>
376
377         <listitem>
378           <para>&sun.fire; V120</para>
379         </listitem>
380
381         <listitem>
382           <para>Sun &netra; t1 100/105</para>
383         </listitem>
384
385         <listitem>
386           <para>Sun &netra; T1 AC200/DC200</para>
387         </listitem>
388
389         <listitem>
390           <para>Sun &netra; t 1100</para>
391         </listitem>
392
393         <listitem>
394           <para>Sun &netra; t 1120</para>
395         </listitem>
396
397         <listitem>
398           <para>Sun &netra; t 1125</para>
399         </listitem>
400
401         <listitem>
402           <para>Sun &netra; t 1400/1405</para>
403         </listitem>
404
405         <listitem>
406           <para>Sun &netra; 120</para>
407         </listitem>
408
409         <listitem>
410           <para>Sun &netra; X1</para>
411         </listitem>
412
413         <listitem>
414           <para>Sun &sparcengine; Ultra AX1105</para>
415         </listitem>
416
417         <listitem>
418           <para>Sun &sparcengine; Ultra AXe</para>
419         </listitem>
420
421         <listitem>
422           <para>Sun &sparcengine; Ultra AXi</para>
423         </listitem>
424
425         <listitem>
426           <para>Sun &sparcengine; Ultra AXmp</para>
427         </listitem>
428
429         <listitem>
430           <para>Sun &sparcengine; CP1500</para>
431         </listitem>
432
433         <listitem>
434           <para>&sun.ultra; 1</para>
435         </listitem>
436
437         <listitem>
438           <para>&sun.ultra; 1E</para>
439         </listitem>
440
441         <listitem>
442           <para>&sun.ultra; 2</para>
443         </listitem>
444
445         <listitem>
446           <para>&sun.ultra; 5</para>
447         </listitem>
448
449         <listitem>
450           <para>&sun.ultra; 10</para>
451         </listitem>
452
453         <listitem>
454           <para>&sun.ultra; 30</para>
455         </listitem>
456
457         <listitem>
458           <para>&sun.ultra; 60</para>
459         </listitem>
460
461         <listitem>
462           <para>&sun.ultra; 80</para>
463         </listitem>
464
465         <listitem>
466           <para>&sun.ultra; 450</para>
467         </listitem>
468       </itemizedlist>
469
470       <para>The following systems are partially supported by &os;.  In
471         particular the fiber channel controllers in SBus-based systems are not
472         supported.  However, it is possible to use these with a SCSI controller
473         supported by the &man.esp.4; driver (Sun ESP SCSI, Sun FAS Fast-SCSI
474         and Sun FAS366 Fast-Wide SCSI controllers).</para>
475
476       <itemizedlist>
477         <listitem>
478           <para>&sun.enterprise; 3500</para>
479         </listitem>
480
481         <listitem>
482           <para>&sun.enterprise; 4500</para>
483         </listitem>
484       </itemizedlist>
485
486       <para>Starting with 7.2-RELEASE, &arch.sparc64; systems based on Sun
487         &ultrasparc; III and beyond are also supported by &os;, which includes
488         the following known working systems:</para>
489
490       <itemizedlist>
491         <listitem>
492           <para>&sun.blade; 1000</para>
493         </listitem>
494
495         <listitem>
496           <para>&sun.blade; 1500</para>
497         </listitem>
498
499         <listitem>
500           <para>&sun.blade; 2000</para>
501         </listitem>
502
503         <listitem>
504           <para>&sun.blade; 2500</para>
505         </listitem>
506
507         <listitem>
508           <para>&sun.fire; 280R</para>
509         </listitem>
510
511         <listitem>
512           <para>&sun.fire; V210</para>
513         </listitem>
514
515         <listitem>
516           <para>&sun.fire; V215 (support first appeared in 7.3-RELEASE and 8.1-RELEASE)</para>
517         </listitem>
518
519         <listitem>
520           <para>&sun.fire; V240</para>
521         </listitem>
522
523         <listitem>
524           <para>&sun.fire; V245 (support first appeared in 7.3-RELEASE and 8.1-RELEASE)</para>
525         </listitem>
526
527         <listitem>
528           <para>&sun.fire; V250</para>
529         </listitem>
530
531         <listitem>
532           <para>&sun.fire; V440 (support for the on-board NICs first
533             appeared in 7.3-RELEASE and 8.0-RELEASE)</para>
534         </listitem>
535
536         <listitem>
537           <para>&sun.fire; V480 (501-6780 and 501-6790 centerplanes only, for
538             which support first appeared in 7.3-RELEASE and 8.1-RELEASE,
539             other centerplanes might work beginning with 8.3-RELEASE and 9.0-RELEASE)</para>
540         </listitem>
541
542         <listitem>
543           <para>&sun.fire; V880</para>
544         </listitem>
545
546         <listitem>
547           <para>&sun.fire; V890 (support first appeared in 7.4-RELEASE and 8.1-RELEASE,
548             non-mixed &ultrasparc; IV/IV+ CPU-configurations only)</para>
549         </listitem>
550
551         <listitem>
552           <para>&netra; 20/&netra; T4</para>
553         </listitem>
554       </itemizedlist>
555
556       <para>The following Sun &ultrasparc; systems are not tested but
557         believed to be also supported by &os;:</para>
558
559       <itemizedlist>
560         <listitem>
561           <para>&sun.fire; V125</para>
562         </listitem>
563
564         <listitem>
565           <para>&sun.fire; V490 (support first appeared in 7.4-RELEASE and 8.1-RELEASE,
566             non-mixed &ultrasparc; IV/IV+ CPU-configurations only)</para>
567         </listitem>
568       </itemizedlist>
569
570       <para>Starting with 7.4-RELEASE and 8.1-RELEASE, &arch.sparc64; systems based on
571         Fujitsu &sparc64; V are also supported by &os;, which
572         includes the following known working systems:</para>
573
574       <itemizedlist>
575         <listitem>
576           <para>Fujitsu &primepower; 250</para>
577         </listitem>
578       </itemizedlist>
579
580       <para>The following Fujitsu &primepower; systems are not tested but
581         believed to be also supported by &os;:</para>
582
583       <itemizedlist>
584         <listitem>
585           <para>Fujitsu &primepower; 450</para>
586         </listitem>
587
588         <listitem>
589           <para>Fujitsu &primepower; 650</para>
590         </listitem>
591
592         <listitem>
593           <para>Fujitsu &primepower; 850</para>
594         </listitem>
595       </itemizedlist>
596
597     </sect2>
598   </sect1>
599
600   <!--
601
602   The "Supported Devices" section of the release notes.
603   Generally processor-independent, with conditional text
604   inclusion handling any architecture-dependent text.
605
606   Within each subsection describing a class of hardware
607   (i.e. Ethernet interfaces), list broad groups of devices
608   alphabetically as paragraphs sorted alphabetically (frequently
609   these groups will be arranged by manufacturer, i.e. 3Com
610   Ethernet interfaces).
611
612   Where applicable, a "Miscellaneous" section may follow all
613   other named sections.
614
615   These guidelines are not hard-and-fast rules, and exceptions
616   will occur.  Following these guidelines (vague as they may be)
617   is highly recommended to try to keep the formatting of
618   this section consistent.
619
620   We give manpage references using the &man entities where
621   possible.  If a driver has no manpage (and consequently no
622   &man entity, we simply give the name of the driver).
623   Please avoid doing &man entity conversions unless you
624   know for sure that an entity and manpage exist; sweeps through
625   this file to fix "missed" conversions are likely to break the
626   build.
627   -->
628
629   <sect1 xml:id="support">
630     <title>Supported Devices</title>
631
632     <para>This section describes the devices currently known to be
633       supported by &os;.  Other configurations may also work, but
634       simply have not been tested yet.  Feedback, updates, and
635       corrections to this list are encouraged.</para>
636
637     <para>Where possible, the drivers applicable to each device or
638       class of devices is listed.  If the driver in question has a
639       manual page in the &os; base distribution (most should), it is
640       referenced here.  Information on specific models of supported
641       devices, controllers, etc. can be found in the manual
642       pages.</para>
643
644     <note>
645       <para>The device lists in this document are being generated
646         automatically from &os; manual pages.  This means that some
647         devices, which are supported by multiple drivers, may appear
648         multiple times.</para>
649     </note>
650
651     <sect2 xml:id="disk">
652       <title>Disk Controllers</title>
653
654       <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;,
655         &arch.sparc64;] IDE/ATA controllers (&man.ata.4;
656         driver)</para>
657
658       <para>[&arch.pc98;] IDE/ATA controllers (wdc driver)</para>
659
660       <itemizedlist>
661         <listitem>
662           <para>On-board IDE controller</para>
663         </listitem>
664       </itemizedlist>
665
666       &hwlist.aac;
667
668       &hwlist.aacraid;
669
670       &hwlist.adv;
671
672       &hwlist.adw;
673
674       &hwlist.aha;
675
676       &hwlist.ahb;
677
678       &hwlist.ahc;
679
680       &hwlist.ahci;
681
682       &hwlist.ahd;
683
684       &hwlist.aic;
685
686       &hwlist.amr;
687
688       &hwlist.arcmsr;
689
690       &hwlist.asr;
691
692       &hwlist.bt;
693
694       &hwlist.ciss;
695
696       &hwlist.ct;
697
698       &hwlist.dpt;
699
700       <note>
701         <para>[&arch.amd64;, &arch.i386;] Booting from these
702           controllers is supported. EISA adapters are not
703           supported.</para>
704       </note>
705
706       &hwlist.esp;
707
708       &hwlist.hpt27xx;
709
710       &hwlist.hptiop;
711
712       &hwlist.hptmv;
713
714       &hwlist.hptnr;
715
716       &hwlist.hptrr;
717
718       &hwlist.ida;
719
720       &hwlist.iir;
721
722       &hwlist.ips;
723
724       &hwlist.isci;
725
726       &hwlist.isp;
727
728       &hwlist.mfi;
729
730       &hwlist.mlx;
731
732       <note>
733         <para>[&arch.amd64;, &arch.i386;] Booting from these
734           controllers is supported. EISA adapters are not
735           supported.</para>
736       </note>
737
738       &hwlist.mly;
739
740       &hwlist.mpr;
741
742       &hwlist.mps;
743
744       &hwlist.mpt;
745
746       &hwlist.mrsas;
747
748       &hwlist.mvs;
749
750       &hwlist.ncr;
751
752       &hwlist.ncv;
753
754       &hwlist.nsp;
755
756       &hwlist.pst;
757
758       &hwlist.siis;
759
760       &hwlist.stg;
761
762       &hwlist.sym;
763
764       &hwlist.trm;
765
766       &hwlist.twa;
767
768       &hwlist.twe;
769
770       &hwlist.tws;
771
772       &hwlist.vpo;
773
774       <para>[&arch.i386;] The wds(4) driver supports the WD7000 SCSI
775         controller.</para>
776
777       <para>With all supported SCSI controllers, full support is
778         provided for SCSI-I, SCSI-II, and SCSI-III peripherals,
779         including hard disks, optical disks, tape drives (including
780         DAT, 8mm Exabyte, Mammoth, and DLT), medium changers,
781         processor target devices and CD-ROM drives.  WORM devices that
782         support CD-ROM commands are supported for read-only access by
783         the CD-ROM drivers (such as &man.cd.4;).  WORM/CD-R/CD-RW
784         writing support is provided by &man.cdrecord.1;, which is a
785         part of the <package>sysutils/cdrtools</package> port in the Ports
786         Collection.</para>
787
788       <para>The following CD-ROM type systems are supported at this
789         time:</para>
790
791       <itemizedlist>
792         <listitem>
793           <para>SCSI interface (also includes ProAudio Spectrum and
794             SoundBlaster SCSI) (&man.cd.4;)</para>
795         </listitem>
796
797         <listitem>
798           <para>[&arch.i386;] Sony proprietary interface (all models)
799             (&man.scd.4;)</para>
800         </listitem>
801
802         <listitem>
803           <para>ATAPI IDE interface (&man.acd.4;)</para>
804         </listitem>
805       </itemizedlist>
806
807       <para>[&arch.i386;] The following device is unmaintained:</para>
808
809       <itemizedlist>
810         <listitem>
811           <para>Mitsumi proprietary CD-ROM interface (all models)
812             (&man.mcd.4;)</para>
813         </listitem>
814       </itemizedlist>
815     </sect2>
816
817     <sect2 xml:id="ethernet">
818       <title>Ethernet Interfaces</title>
819
820       &hwlist.ae;
821
822       &hwlist.age;
823
824       &hwlist.alc;
825
826       &hwlist.ale;
827
828       &hwlist.aue;
829
830       &hwlist.axe;
831
832       <para>ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet
833         adapters (&man.axge.4; driver)</para>
834
835       &hwlist.bce;
836
837       <para>[&arch.amd64;, &arch.i386;] Broadcom BCM4401 based Fast
838         Ethernet adapters (&man.bfe.4; driver)</para>
839
840       &hwlist.bge;
841
842       &hwlist.bxe;
843
844       &hwlist.cas;
845
846       &hwlist.cdce;
847
848       <para>[&arch.amd64;, &arch.i386;] Crystal Semiconductor
849         CS89x0-based NICs (&man.cs.4; driver)</para>
850
851       &hwlist.cue;
852
853       &hwlist.cxgb;
854
855       &hwlist.cxgbe;
856
857       &hwlist.dc;
858
859       &hwlist.de;
860
861       &hwlist.ed;
862
863       &hwlist.em;
864
865       &hwlist.ep;
866
867       <para>Agere ET1310 Gigabit Ethernet adapters
868         (&man.et.4; driver)</para>
869
870       &hwlist.ex;
871
872       &hwlist.fe;
873
874       &hwlist.fxp;
875
876       &hwlist.gem;
877
878       &hwlist.hme;
879
880       &hwlist.ie;
881
882       &hwlist.igb;
883
884       &hwlist.ixgb;
885
886       &hwlist.ixgbe;
887
888       &hwlist.jme;
889
890       &hwlist.kue;
891
892       &hwlist.lge;
893
894       &hwlist.msk;
895
896       &hwlist.mxge;
897
898       &hwlist.my;
899
900       &hwlist.nfe;
901
902       &hwlist.nge;
903
904       &hwlist.nve;
905
906       &hwlist.nxge;
907
908       &hwlist.oce;
909
910       &hwlist.pcn;
911
912       &hwlist.qlxgb;
913
914       &hwlist.qlxgbe;
915
916       &hwlist.qlxge;
917
918       &hwlist.re;
919
920       &hwlist.rl;
921
922       &hwlist.rue;
923
924       &hwlist.sf;
925
926       &hwlist.sfxge;
927
928       &hwlist.sge;
929
930       &hwlist.sis;
931
932       &hwlist.sk;
933
934       &hwlist.sn;
935
936       &hwlist.snc;
937
938       &hwlist.ste;
939
940       &hwlist.stge;
941
942       &hwlist.ti;
943
944       &hwlist.tl;
945
946       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] SMC 83c17x
947         (EPIC)-based Ethernet NICs (&man.tx.4; driver)</para>
948
949       &hwlist.txp;
950
951       &hwlist.udav;
952
953       &hwlist.vge;
954
955       &hwlist.vr;
956
957       &hwlist.vte;
958
959       &hwlist.vx;
960
961       &hwlist.vxge;
962
963       &hwlist.wb;
964
965       &hwlist.xe;
966
967       &hwlist.xl;
968
969     </sect2>
970
971     <sect2 xml:id="fddi">
972       <title>FDDI Interfaces</title>
973
974       <para>[&arch.i386;, &arch.pc98;] DEC DEFPA PCI (&man.fpa.4;
975         driver)</para>
976
977       <para>[&arch.i386;] DEC DEFEA EISA (&man.fpa.4; driver)</para>
978     </sect2>
979
980     <sect2 xml:id="atm">
981       <title>ATM Interfaces</title>
982
983       <para>[&arch.i386;, &arch.pc98;] Midway-based ATM interfaces
984         (&man.en.4; driver)</para>
985
986       <para>[&arch.i386;, &arch.pc98; &arch.sparc64;] FORE Systems,
987         Inc. PCA-200E ATM PCI Adapters (hfa and &man.fatm.4;
988         drivers)</para>
989
990       <para>[&arch.i386;, &arch.pc98;] IDT NICStAR 77201/211-based ATM
991         Adapters (&man.idt.4; driver)</para>
992
993       <para>[&arch.i386;, &arch.pc98; &arch.sparc64;] FORE Systems,
994         Inc. HE155 and HE622 ATM interfaces (&man.hatm.4;
995         driver)</para>
996
997       <para>[&arch.i386;, &arch.pc98;] IDT77252-based ATM cards
998         (&man.patm.4; driver)</para>
999     </sect2>
1000
1001     <sect2 xml:id="wlan">
1002       <title>Wireless Network Interfaces</title>
1003
1004       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Cisco/Aironet
1005         802.11b wireless adapters (&man.an.4; driver)</para>
1006
1007       &hwlist.ath;
1008
1009       &hwlist.ath.hal;
1010
1011       &hwlist.bwi;
1012
1013       &hwlist.bwn;
1014
1015       <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless 2100
1016         MiniPCI network adapter (&man.ipw.4; driver)</para>
1017
1018       <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless
1019         2200BG/2915ABG MiniPCI and 2225BG PCI network adapters
1020         (&man.iwi.4; driver)</para>
1021
1022       <para>[&arch.i386;, &arch.amd64;] Intel Wireless WiFi Link
1023         4965AGN IEEE 802.11n PCI network adapters
1024         (&man.iwn.4; driver)</para>
1025
1026       <para>[&arch.i386;, &arch.amd64;] Marvell Libertas IEEE 802.11b/g
1027         PCI network adapters (&man.malo.4; driver)</para>
1028
1029       <para>Marvell 88W8363 IEEE 802.11n wireless network
1030         adapters (&man.mwl.4; driver)</para>
1031
1032       &hwlist.ral;
1033
1034       &hwlist.rsu;
1035
1036       &hwlist.rum;
1037
1038       &hwlist.run;
1039
1040       &hwlist.uath;
1041
1042       &hwlist.upgt;
1043
1044       &hwlist.ural;
1045
1046       &hwlist.urtw;
1047
1048       &hwlist.urtwn;
1049
1050       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Lucent
1051         Technologies WaveLAN/IEEE 802.11b wireless network adapters
1052         and workalikes using the Lucent Hermes, Intersil PRISM-II,
1053         Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24
1054         chipsets (&man.wi.4; driver)</para>
1055
1056       <para>[&arch.i386;] NCR / AT&amp;T / Lucent Technologies WaveLan
1057         T1-speed ISA/radio LAN cards (&man.wl.4; driver)</para>
1058
1059       <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless 3945ABG
1060         MiniPCI network adapters (&man.wpi.4; driver)</para>
1061
1062       &hwlist.zyd;
1063     </sect2>
1064
1065     <sect2 xml:id="misc-network">
1066       <title>Miscellaneous Networks</title>
1067
1068       &hwlist.ce;
1069
1070       &hwlist.cx;
1071
1072       &hwlist.cp;
1073
1074       &hwlist.ctau;
1075
1076       &hwlist.cm;
1077     </sect2>
1078
1079     <sect2 xml:id="serial">
1080       <title>Serial Interfaces</title>
1081
1082       <para>[&arch.amd64;, &arch.i386;] <quote>PC standard</quote>
1083         8250, 16450, and 16550-based serial ports (&man.sio.4;
1084         driver)</para>
1085
1086       &hwlist.uart;
1087
1088       &hwlist.scc;
1089
1090       <para>[&arch.amd64;, &arch.i386;] AST 4 port serial card using
1091         shared IRQ</para>
1092
1093       <itemizedlist>
1094         <listitem>
1095           <para>ARNET 8 port serial card using shared IRQ</para>
1096         </listitem>
1097
1098         <listitem>
1099           <para>ARNET (now Digiboard) Sync 570/i high-speed
1100             serial</para>
1101         </listitem>
1102       </itemizedlist>
1103
1104       <para>[&arch.i386;] Boca multi-port serial cards</para>
1105
1106       <itemizedlist>
1107         <listitem>
1108           <para>Boca BB1004 4-Port serial card (Modems
1109             <emphasis>not</emphasis> supported)</para>
1110         </listitem>
1111
1112         <listitem>
1113           <para>Boca IOAT66 6-Port serial card (Modems
1114             supported)</para>
1115         </listitem>
1116
1117         <listitem>
1118           <para>Boca BB1008 8-Port serial card (Modems
1119             <emphasis>not</emphasis> supported)</para>
1120         </listitem>
1121
1122         <listitem>
1123           <para>Boca BB2016 16-Port serial card (Modems
1124             supported)</para>
1125         </listitem>
1126       </itemizedlist>
1127
1128       <para>[&arch.i386;] Comtrol Rocketport card (&man.rp.4;
1129         driver)</para>
1130
1131       <para>[&arch.i386;] Cyclades Cyclom-Y serial board (&man.cy.4;
1132         driver)</para>
1133
1134       <para>[&arch.i386;] STB 4 port card using shared IRQ</para>
1135
1136       <para>[&arch.i386;] DigiBoard intelligent serial cards (digi
1137         driver)</para>
1138
1139       <para>[&arch.amd64;, &arch.i386;, &arch.ia64;] PCI-Based
1140         multi-port serial boards (&man.puc.4; driver)</para>
1141
1142       <itemizedlist>
1143         <listitem>
1144           <para>[&arch.amd64;, &arch.i386;] Actiontech 56K PCI</para>
1145         </listitem>
1146
1147         <listitem>
1148           <para>[&arch.amd64;, &arch.i386;] Avlab Technology, PCI IO 2S
1149             and PCI IO 4S</para>
1150         </listitem>
1151
1152         <listitem>
1153           <para>[&arch.amd64;, &arch.i386;] Comtrol RocketPort 550</para>
1154         </listitem>
1155
1156         <listitem>
1157           <para>[&arch.amd64;, &arch.i386;] Decision Computers PCCOM
1158             4-port serial and dual port RS232/422/485</para>
1159         </listitem>
1160
1161         <listitem>
1162           <para>[&arch.ia64;] Diva Serial (GSP) Multiport UART</para>
1163         </listitem>
1164
1165         <listitem>
1166           <para>[&arch.amd64;, &arch.i386;] Dolphin Peripherals
1167             4025/4035/4036</para>
1168         </listitem>
1169
1170         <listitem>
1171           <para>[&arch.amd64;, &arch.i386;] IC Book Labs Dreadnought
1172             16x Lite and Pro</para>
1173         </listitem>
1174
1175         <listitem>
1176           <para>[&arch.amd64;, &arch.i386;] Lava Computers
1177             2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550</para>
1178         </listitem>
1179
1180         <listitem>
1181           <para>[&arch.amd64;, &arch.i386;] Middle Digital, Weasle
1182             serial port</para>
1183         </listitem>
1184
1185         <listitem>
1186           <para>[&arch.amd64;, &arch.i386;] Moxa Industio CP-114,
1187             Smartio C104H-PCI and C168H/PCI</para>
1188         </listitem>
1189
1190         <listitem>
1191           <para>[&arch.amd64;, &arch.i386;] NEC PK-UG-X001 and
1192             PK-UG-X008</para>
1193         </listitem>
1194
1195         <listitem>
1196           <para>[&arch.amd64;, &arch.i386;] Netmos NM9835
1197             PCI-2S-550</para>
1198         </listitem>
1199
1200         <listitem>
1201           <para>[&arch.amd64;, &arch.i386;] Oxford Semiconductor
1202             OX16PCI954 PCI UART</para>
1203         </listitem>
1204
1205         <listitem>
1206           <para>[&arch.amd64;, &arch.i386;] Syba Tech SD-LAB
1207             PCI-4S2P-550-ECP</para>
1208         </listitem>
1209
1210         <listitem>
1211           <para>[&arch.amd64;, &arch.i386;] SIIG Cyber I/O PCI
1212             16C550/16C650/16C850</para>
1213         </listitem>
1214
1215         <listitem>
1216           <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 2P1S PCI
1217             16C550/16C650/16C850</para>
1218         </listitem>
1219
1220         <listitem>
1221           <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 2S1P PCI
1222             16C550/16C650/16C850</para>
1223         </listitem>
1224
1225         <listitem>
1226           <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 4S PCI
1227           16C550/16C650/16C850</para>
1228         </listitem>
1229
1230         <listitem>
1231           <para>[&arch.amd64;, &arch.i386;] SIIG Cyber Serial (Single
1232             and Dual) PCI 16C550/16C650/16C850</para>
1233         </listitem>
1234
1235         <listitem>
1236           <para>[&arch.amd64;, &arch.i386;] Syba Tech
1237             Ltd. PCI-4S2P-550-ECP</para>
1238         </listitem>
1239
1240         <listitem>
1241           <para>[&arch.amd64;, &arch.i386;] Titan PCI-200H and
1242             PCI-800H</para>
1243         </listitem>
1244
1245         <listitem>
1246           <para>[&arch.amd64;, &arch.i386;] US Robotics (3Com) 3CP5609
1247             modem</para>
1248         </listitem>
1249
1250         <listitem>
1251           <para>[&arch.amd64;, &arch.i386;] VScom PCI-400 and
1252             PCI-800</para>
1253         </listitem>
1254       </itemizedlist>
1255
1256       &hwlist.rc;
1257
1258       <para>[&arch.i386;, &arch.amd64;] Specialix SI/XIO/SX multiport
1259         serial cards, with both the older SIHOST2.x and the
1260         <quote>enhanced</quote> (transputer based, aka JET) host cards
1261         (ISA, EISA and PCI) are supported.  Note that the newer SX+
1262         PCI cards are not currently supported.  (&man.si.4;
1263         driver)</para>
1264
1265       <para>[&arch.pc98;] Internel serial interfaces (&man.sio.4;
1266         driver)</para>
1267
1268       <itemizedlist>
1269         <listitem>
1270           <para>PC-9801 on-board</para>
1271         </listitem>
1272         <listitem>
1273           <para>PC-9821 2'nd CCU (flags 0x12000000)</para>
1274         </listitem>
1275       </itemizedlist>
1276
1277       <para>[&arch.pc98;] NEC PC-9861K, PC-9801-101 and Midori-Denshi
1278         MDC-926Rs (&man.sio.4; driver)</para>
1279
1280       <itemizedlist>
1281         <listitem>
1282           <para>COM2 (flags 0x01000000)</para>
1283         </listitem>
1284
1285         <listitem>
1286           <para>COM3 (flags 0x02000000)</para>
1287         </listitem>
1288       </itemizedlist>
1289
1290       <para>[&arch.pc98;] NEC PC-9801-120 (&man.sio.4; driver)</para>
1291
1292       <note>
1293         <para>"flags 0x11000000" is necessary in kernel
1294           configuration.</para>
1295       </note>
1296
1297       <para>[&arch.pc98;] Microcore MC-16550, MC-16550II, MC-RS98
1298         (&man.sio.4; driver)</para>
1299
1300       <note>
1301         <para>"flags 0x14000?01" is necessary in kernel
1302           configuration.</para>
1303       </note>
1304
1305       <para>[&arch.pc98;] Media Intelligent RSB-2000, RSB-3000 and
1306         AIWA B98-02 (&man.sio.4; driver)</para>
1307
1308       <note>
1309         <para>"flags 0x15000?01" is necessary in kernel
1310         configuration.</para>
1311       </note>
1312
1313       <para>[&arch.pc98;] Media Intelligent RSB-384 (&man.sio.4;
1314         driver)</para>
1315
1316       <note>
1317         <para>"flags 0x16000001" is necessary in kernel
1318           configuration.</para>
1319       </note>
1320
1321       <para>[&arch.pc98;] I-O DATA RSA-98III (&man.sio.4;
1322         driver)</para>
1323
1324       <note>
1325         <para>"flags 0x18000?01" is necessary in kernel
1326           configuration.</para>
1327       </note>
1328
1329       <para>[&arch.pc98;] Hayes ESP98 (&man.sio.4; driver)</para>
1330
1331       <note>
1332         <para>"options COM_ESP" and "flags 0x19000000" are necessary
1333           in kernel configuration.</para>
1334       </note>
1335
1336     </sect2>
1337
1338     <sect2 xml:id="sound">
1339       <title>Sound Devices</title>
1340
1341       &hwlist.snd.ad1816;
1342
1343       &hwlist.snd.als4000;
1344
1345       &hwlist.snd.atiixp;
1346
1347       &hwlist.snd.audiocs;
1348
1349       &hwlist.snd.cmi;
1350
1351       &hwlist.snd.cs4281;
1352
1353       &hwlist.snd.csa;
1354
1355       &hwlist.snd.ds1;
1356
1357       &hwlist.snd.emu10k1;
1358
1359       &hwlist.snd.emu10kx;
1360
1361       &hwlist.snd.envy24;
1362
1363       &hwlist.snd.envy24ht;
1364
1365       &hwlist.snd.es137x;
1366
1367       &hwlist.snd.ess;
1368
1369       &hwlist.snd.fm801;
1370
1371       &hwlist.snd.gusc;
1372
1373       &hwlist.snd.hda;
1374
1375       &hwlist.snd.hdspe;
1376
1377       &hwlist.snd.ich;
1378
1379       &hwlist.snd.maestro;
1380
1381       &hwlist.snd.maestro3;
1382
1383       &hwlist.snd.mss;
1384
1385       &hwlist.snd.neomagic;
1386
1387       &hwlist.snd.sbc;
1388
1389       &hwlist.snd.solo;
1390
1391       &hwlist.snd.spicds;
1392
1393       &hwlist.snd.t4dwave;
1394
1395       &hwlist.snd.via8233;
1396
1397       &hwlist.snd.via82c686;
1398
1399       &hwlist.snd.vibes;
1400
1401       <para>[&arch.pc98;] NEC PC-9801-73, 86 and compatibles (nss
1402         driver)</para>
1403
1404       <itemizedlist>
1405         <listitem>
1406           <para>NEC A-MATE internal sound</para>
1407         </listitem>
1408
1409         <listitem>
1410           <para>Q-Vision WaveStar, WaveMaster</para>
1411         </listitem>
1412       </itemizedlist>
1413
1414       <para>[&arch.pc98;] NEC X-MATE, CanBe, ValueStar internal (mss
1415         driver)</para>
1416
1417       <para>[&arch.pc98;] Creative Technologies SoundBlaster(98)
1418         (&man.sb.4; driver)</para>
1419
1420       <para>[&arch.pc98;] I-O DATA CD-BOX (&man.sb.4; driver)</para>
1421
1422       <para>[&arch.pc98;] MPU-401 and compatible interfaces (mpu
1423         driver)</para>
1424
1425       <itemizedlist>
1426         <listitem>
1427           <para>Q-Vision WaveStar</para>
1428         </listitem>
1429       </itemizedlist>
1430     </sect2>
1431
1432     <sect2 xml:id="camera">
1433       <title>Camera and Video Capture Devices</title>
1434
1435       &hwlist.bktr;
1436
1437       <para>[&arch.i386;] Connectix QuickCam</para>
1438     </sect2>
1439
1440     <sect2 xml:id="usb">
1441       <title>USB Devices</title>
1442
1443       <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] A
1444         range of USB peripherals are supported; devices known to work
1445         are listed in this section.  Owing to the generic nature of
1446         most USB devices, with some exceptions any device of a given
1447         class will be supported, even if not explicitly listed
1448         here.</para>
1449
1450       <note>
1451         <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1452           USB Ethernet adapters can be found in the section listing
1453           <link linkend="ethernet">Ethernet
1454             interfaces</link>.</para>
1455       </note>
1456
1457       <note>
1458         <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1459           USB Bluetooth adapters can be found in <link linkend="bluetooth">Bluetooth</link> section.</para>
1460       </note>
1461
1462       &hwlist.ohci;
1463
1464       &hwlist.uhci;
1465
1466       <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] USB
1467         2.0 controllers using the EHCI interface (&man.ehci.4;
1468         driver)</para>
1469
1470       <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1471         Hubs</para>
1472
1473       <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1474         Keyboards (&man.ukbd.4; driver)</para>
1475
1476       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1477         Miscellaneous</para>
1478
1479       <itemizedlist>
1480         <listitem>
1481           <para>Assist Computer Systems PC Camera C-M1</para>
1482         </listitem>
1483
1484         <listitem>
1485           <para>ActiveWire I/O Board</para>
1486         </listitem>
1487
1488         <listitem>
1489           <para>Creative Technology Video Blaster WebCam Plus</para>
1490         </listitem>
1491
1492         <listitem>
1493           <para>D-Link DSB-R100 USB Radio (&man.ufm.4; driver)</para>
1494         </listitem>
1495
1496         <listitem>
1497           <para>Mirunet AlphaCam Plus</para>
1498         </listitem>
1499       </itemizedlist>
1500
1501       &hwlist.urio;
1502
1503       &hwlist.umodem;
1504
1505       <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] Mice
1506         (&man.ums.4; driver)</para>
1507
1508       &hwlist.ulpt;
1509
1510       &hwlist.ubsa;
1511
1512       &hwlist.ubser;
1513
1514       &hwlist.uftdi;
1515
1516       &hwlist.uplcom;
1517
1518       &hwlist.umct;
1519
1520       &hwlist.umass;
1521
1522       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Audio Devices
1523         (&man.uaudio.4; driver)</para>
1524
1525       &hwlist.uvisor;
1526     </sect2>
1527
1528     <sect2 xml:id="firewire">
1529       <title>IEEE 1394 (Firewire) Devices</title>
1530
1531       &hwlist.fwohci;
1532
1533       <para>[&arch.amd64;, &arch.i386;, &arch.sparc64;] Serial Bus
1534         Protocol 2 (SBP-2) storage devices (&man.sbp.4; driver)</para>
1535     </sect2>
1536
1537     <sect2 xml:id="bluetooth">
1538       <title>Bluetooth Devices</title>
1539
1540       &hwlist.ng.bt3c;
1541
1542       &hwlist.ng.ubt;
1543     </sect2>
1544
1545     <sect2 xml:id="crypto-accel">
1546       <title>Cryptographic Accelerators</title>
1547
1548       &hwlist.hifn;
1549
1550       &hwlist.safe;
1551
1552       &hwlist.ubsec;
1553     </sect2>
1554
1555     <sect2 xml:id="misc">
1556       <title>Miscellaneous</title>
1557
1558       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1559         FAX-Modem/PCCARD</para>
1560
1561       <itemizedlist>
1562         <listitem>
1563           <para>MELCO IGM-PCM56K/IGM-PCM56KH</para>
1564         </listitem>
1565
1566         <listitem>
1567           <para>Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD
1568             terminal)</para>
1569         </listitem>
1570       </itemizedlist>
1571
1572       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Floppy drives
1573         (&man.fdc.4; driver)</para>
1574
1575       <para>[&arch.amd64;, &arch.i386;] VGA-compatible video cards
1576         (&man.vga.4; driver)</para>
1577
1578       <note>
1579         <para>Information regarding specific video cards and
1580           compatibility with <application>Xorg</application> can be
1581           found at <uri xlink:href="http://www.x.org/">http://www.x.org/</uri>.</para>
1582       </note>
1583
1584       <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1585         Keyboards including:</para>
1586
1587       <itemizedlist>
1588         <listitem>
1589           <para>[&arch.i386;] AT-style keyboards (&man.atkbd.4;
1590             driver)</para>
1591         </listitem>
1592
1593         <listitem>
1594           <para>[&arch.amd64;, &arch.i386;] PS/2 keyboards
1595             (&man.atkbd.4; driver)</para>
1596         </listitem>
1597
1598         <listitem>
1599           <para>[&arch.pc98;] Standard keyboards</para>
1600         </listitem>
1601
1602         <listitem>
1603           <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1604             USB keyboards (&man.ukbd.4; driver)</para>
1605         </listitem>
1606       </itemizedlist>
1607
1608       <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1609         Pointing devices including:</para>
1610
1611       <itemizedlist>
1612         <listitem>
1613           &hwlist.atp;
1614         </listitem>
1615
1616         <listitem>
1617           <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Bus mice and
1618             compatible devices (&man.mse.4; driver)</para>
1619         </listitem>
1620
1621         <listitem>
1622           <para>[&arch.amd64;, &arch.i386;] PS/2 mice and compatible
1623             devices, including many laptop pointing devices
1624             (&man.psm.4; driver)</para>
1625         </listitem>
1626
1627         <listitem>
1628           <para>Serial mice and compatible devices</para>
1629         </listitem>
1630
1631         <listitem>
1632           <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1633             USB mice (&man.ums.4; driver)</para>
1634         </listitem>
1635       </itemizedlist>
1636
1637       <note>
1638         <para>&man.moused.8; has more information on using pointing
1639           devices with &os;.  Information on using pointing devices
1640           with <application>Xorg</application> can be found at <uri xlink:href="http://www.x.org/">http://www.x.org/</uri>.</para>
1641       </note>
1642
1643       <para>[&arch.amd64;, &arch.i386;] <quote>PC standard</quote>
1644         parallel ports (&man.ppc.4; driver)</para>
1645
1646       <para>[&arch.pc98;] <quote>PC-9821 standard</quote> parallel
1647         ports (&man.ppc.4; driver)</para>
1648
1649       <para>[&arch.i386;, &arch.amd64;] PC-compatible joysticks
1650         (&man.joy.4; driver)</para>
1651
1652       <para>[&arch.pc98;] Joystick port of SoundBlaster(98)
1653         (&man.joy.4; driver)</para>
1654
1655       <para>[&arch.i386;, &arch.pc98;] PHS Data Communication
1656         Card/PCCARD</para>
1657
1658       <itemizedlist>
1659         <listitem>
1660           <para>NTT DoCoMo P-in Comp@ct</para>
1661         </listitem>
1662
1663         <listitem>
1664           <para>Panasonic KX-PH405</para>
1665         </listitem>
1666
1667         <listitem>
1668           <para>SII MC-P200</para>
1669         </listitem>
1670       </itemizedlist>
1671
1672       <para>[&arch.i386;] Xilinx XC6200-based reconfigurable hardware
1673         cards compatible with the HOT1 from <link xlink:href="http://www.vcc.com/">Virtual Computers</link> (xrpu
1674         driver).</para>
1675
1676       <para>[&arch.pc98;] Power Management Controller of NEC PC-98
1677         Note (pmc driver)</para>
1678     </sect2>
1679   </sect1>
1680 </article>