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