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