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