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