]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - release/doc/en_US.ISO8859-1/hardware/article.xml
MFV r285970:
[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 Wireless WiFi Link
1001         4965AGN IEEE 802.11n PCI network adapters
1002         (&man.iwn.4; driver)</para>
1003
1004       <para>[&arch.i386;, &arch.amd64;] Marvell Libertas IEEE 802.11b/g
1005         PCI network adapters (&man.malo.4; driver)</para>
1006
1007       <para>Marvell 88W8363 IEEE 802.11n wireless network
1008         adapters (&man.mwl.4; driver)</para>
1009
1010       &hwlist.ral;
1011
1012       &hwlist.rsu;
1013
1014       &hwlist.rum;
1015
1016       &hwlist.run;
1017
1018       &hwlist.uath;
1019
1020       &hwlist.upgt;
1021
1022       &hwlist.ural;
1023
1024       &hwlist.urtw;
1025
1026       &hwlist.urtwn;
1027
1028       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Lucent
1029         Technologies WaveLAN/IEEE 802.11b wireless network adapters
1030         and workalikes using the Lucent Hermes, Intersil PRISM-II,
1031         Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24
1032         chipsets (&man.wi.4; driver)</para>
1033
1034       <para>[&arch.i386;] NCR / AT&amp;T / Lucent Technologies WaveLan
1035         T1-speed ISA/radio LAN cards (&man.wl.4; driver)</para>
1036
1037       <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless 3945ABG
1038         MiniPCI network adapters (&man.wpi.4; driver)</para>
1039
1040       &hwlist.zyd;
1041     </sect2>
1042
1043     <sect2 xml:id="misc-network">
1044       <title>Miscellaneous Networks</title>
1045
1046       &hwlist.ce;
1047
1048       &hwlist.cx;
1049
1050       &hwlist.cp;
1051
1052       &hwlist.ctau;
1053
1054       &hwlist.cm;
1055     </sect2>
1056
1057     <sect2 xml:id="serial">
1058       <title>Serial Interfaces</title>
1059
1060       <para>[&arch.amd64;, &arch.i386;] <quote>PC standard</quote>
1061         8250, 16450, and 16550-based serial ports (&man.sio.4;
1062         driver)</para>
1063
1064       &hwlist.uart;
1065
1066       &hwlist.scc;
1067
1068       <para>[&arch.amd64;, &arch.i386;] AST 4 port serial card using
1069         shared IRQ</para>
1070
1071       <itemizedlist>
1072         <listitem>
1073           <para>ARNET 8 port serial card using shared IRQ</para>
1074         </listitem>
1075
1076         <listitem>
1077           <para>ARNET (now Digiboard) Sync 570/i high-speed
1078             serial</para>
1079         </listitem>
1080       </itemizedlist>
1081
1082       <para>[&arch.i386;] Boca multi-port serial cards</para>
1083
1084       <itemizedlist>
1085         <listitem>
1086           <para>Boca BB1004 4-Port serial card (Modems
1087             <emphasis>not</emphasis> supported)</para>
1088         </listitem>
1089
1090         <listitem>
1091           <para>Boca IOAT66 6-Port serial card (Modems
1092             supported)</para>
1093         </listitem>
1094
1095         <listitem>
1096           <para>Boca BB1008 8-Port serial card (Modems
1097             <emphasis>not</emphasis> supported)</para>
1098         </listitem>
1099
1100         <listitem>
1101           <para>Boca BB2016 16-Port serial card (Modems
1102             supported)</para>
1103         </listitem>
1104       </itemizedlist>
1105
1106       <para>[&arch.i386;] Comtrol Rocketport card (&man.rp.4;
1107         driver)</para>
1108
1109       <para>[&arch.i386;] Cyclades Cyclom-Y serial board (&man.cy.4;
1110         driver)</para>
1111
1112       <para>[&arch.i386;] STB 4 port card using shared IRQ</para>
1113
1114       <para>[&arch.i386;] DigiBoard intelligent serial cards (digi
1115         driver)</para>
1116
1117       <para>[&arch.amd64;, &arch.i386;] PCI-Based multi-port serial
1118         boards (&man.puc.4; driver)</para>
1119
1120       <itemizedlist>
1121         <listitem>
1122           <para>[&arch.amd64;, &arch.i386;] Actiontech 56K PCI</para>
1123         </listitem>
1124
1125         <listitem>
1126           <para>[&arch.amd64;, &arch.i386;] Avlab Technology, PCI IO 2S
1127             and PCI IO 4S</para>
1128         </listitem>
1129
1130         <listitem>
1131           <para>[&arch.amd64;, &arch.i386;] Comtrol RocketPort 550</para>
1132         </listitem>
1133
1134         <listitem>
1135           <para>[&arch.amd64;, &arch.i386;] Decision Computers PCCOM
1136             4-port serial and dual port RS232/422/485</para>
1137         </listitem>
1138
1139         <listitem>
1140           <para>[&arch.amd64;, &arch.i386;] Dolphin Peripherals
1141             4025/4035/4036</para>
1142         </listitem>
1143
1144         <listitem>
1145           <para>[&arch.amd64;, &arch.i386;] IC Book Labs Dreadnought
1146             16x Lite and Pro</para>
1147         </listitem>
1148
1149         <listitem>
1150           <para>[&arch.amd64;, &arch.i386;] Lava Computers
1151             2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550</para>
1152         </listitem>
1153
1154         <listitem>
1155           <para>[&arch.amd64;, &arch.i386;] Middle Digital, Weasle
1156             serial port</para>
1157         </listitem>
1158
1159         <listitem>
1160           <para>[&arch.amd64;, &arch.i386;] Moxa Industio CP-114,
1161             Smartio C104H-PCI and C168H/PCI</para>
1162         </listitem>
1163
1164         <listitem>
1165           <para>[&arch.amd64;, &arch.i386;] NEC PK-UG-X001 and
1166             PK-UG-X008</para>
1167         </listitem>
1168
1169         <listitem>
1170           <para>[&arch.amd64;, &arch.i386;] Netmos NM9835
1171             PCI-2S-550</para>
1172         </listitem>
1173
1174         <listitem>
1175           <para>[&arch.amd64;, &arch.i386;] Oxford Semiconductor
1176             OX16PCI954 PCI UART</para>
1177         </listitem>
1178
1179         <listitem>
1180           <para>[&arch.amd64;, &arch.i386;] Syba Tech SD-LAB
1181             PCI-4S2P-550-ECP</para>
1182         </listitem>
1183
1184         <listitem>
1185           <para>[&arch.amd64;, &arch.i386;] SIIG Cyber I/O PCI
1186             16C550/16C650/16C850</para>
1187         </listitem>
1188
1189         <listitem>
1190           <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 2P1S PCI
1191             16C550/16C650/16C850</para>
1192         </listitem>
1193
1194         <listitem>
1195           <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 2S1P PCI
1196             16C550/16C650/16C850</para>
1197         </listitem>
1198
1199         <listitem>
1200           <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 4S PCI
1201           16C550/16C650/16C850</para>
1202         </listitem>
1203
1204         <listitem>
1205           <para>[&arch.amd64;, &arch.i386;] SIIG Cyber Serial (Single
1206             and Dual) PCI 16C550/16C650/16C850</para>
1207         </listitem>
1208
1209         <listitem>
1210           <para>[&arch.amd64;, &arch.i386;] Syba Tech
1211             Ltd. PCI-4S2P-550-ECP</para>
1212         </listitem>
1213
1214         <listitem>
1215           <para>[&arch.amd64;, &arch.i386;] Titan PCI-200H and
1216             PCI-800H</para>
1217         </listitem>
1218
1219         <listitem>
1220           <para>[&arch.amd64;, &arch.i386;] US Robotics (3Com) 3CP5609
1221             modem</para>
1222         </listitem>
1223
1224         <listitem>
1225           <para>[&arch.amd64;, &arch.i386;] VScom PCI-400 and
1226             PCI-800</para>
1227         </listitem>
1228       </itemizedlist>
1229
1230       &hwlist.rc;
1231
1232       <para>[&arch.i386;, &arch.amd64;] Specialix SI/XIO/SX multiport
1233         serial cards, with both the older SIHOST2.x and the
1234         <quote>enhanced</quote> (transputer based, aka JET) host cards
1235         (ISA, EISA and PCI) are supported.  Note that the newer SX+
1236         PCI cards are not currently supported.  (&man.si.4;
1237         driver)</para>
1238
1239       <para>[&arch.pc98;] Internel serial interfaces (&man.sio.4;
1240         driver)</para>
1241
1242       <itemizedlist>
1243         <listitem>
1244           <para>PC-9801 on-board</para>
1245         </listitem>
1246         <listitem>
1247           <para>PC-9821 2'nd CCU (flags 0x12000000)</para>
1248         </listitem>
1249       </itemizedlist>
1250
1251       <para>[&arch.pc98;] NEC PC-9861K, PC-9801-101 and Midori-Denshi
1252         MDC-926Rs (&man.sio.4; driver)</para>
1253
1254       <itemizedlist>
1255         <listitem>
1256           <para>COM2 (flags 0x01000000)</para>
1257         </listitem>
1258
1259         <listitem>
1260           <para>COM3 (flags 0x02000000)</para>
1261         </listitem>
1262       </itemizedlist>
1263
1264       <para>[&arch.pc98;] NEC PC-9801-120 (&man.sio.4; driver)</para>
1265
1266       <note>
1267         <para>"flags 0x11000000" is necessary in kernel
1268           configuration.</para>
1269       </note>
1270
1271       <para>[&arch.pc98;] Microcore MC-16550, MC-16550II, MC-RS98
1272         (&man.sio.4; driver)</para>
1273
1274       <note>
1275         <para>"flags 0x14000?01" is necessary in kernel
1276           configuration.</para>
1277       </note>
1278
1279       <para>[&arch.pc98;] Media Intelligent RSB-2000, RSB-3000 and
1280         AIWA B98-02 (&man.sio.4; driver)</para>
1281
1282       <note>
1283         <para>"flags 0x15000?01" is necessary in kernel
1284         configuration.</para>
1285       </note>
1286
1287       <para>[&arch.pc98;] Media Intelligent RSB-384 (&man.sio.4;
1288         driver)</para>
1289
1290       <note>
1291         <para>"flags 0x16000001" is necessary in kernel
1292           configuration.</para>
1293       </note>
1294
1295       <para>[&arch.pc98;] I-O DATA RSA-98III (&man.sio.4;
1296         driver)</para>
1297
1298       <note>
1299         <para>"flags 0x18000?01" is necessary in kernel
1300           configuration.</para>
1301       </note>
1302
1303       <para>[&arch.pc98;] Hayes ESP98 (&man.sio.4; driver)</para>
1304
1305       <note>
1306         <para>"options COM_ESP" and "flags 0x19000000" are necessary
1307           in kernel configuration.</para>
1308       </note>
1309
1310     </sect2>
1311
1312     <sect2 xml:id="sound">
1313       <title>Sound Devices</title>
1314
1315       &hwlist.snd.ad1816;
1316
1317       &hwlist.snd.als4000;
1318
1319       &hwlist.snd.atiixp;
1320
1321       &hwlist.snd.audiocs;
1322
1323       &hwlist.snd.cmi;
1324
1325       &hwlist.snd.cs4281;
1326
1327       &hwlist.snd.csa;
1328
1329       &hwlist.snd.ds1;
1330
1331       &hwlist.snd.emu10k1;
1332
1333       &hwlist.snd.emu10kx;
1334
1335       &hwlist.snd.envy24;
1336
1337       &hwlist.snd.envy24ht;
1338
1339       &hwlist.snd.es137x;
1340
1341       &hwlist.snd.ess;
1342
1343       &hwlist.snd.fm801;
1344
1345       &hwlist.snd.gusc;
1346
1347       &hwlist.snd.hda;
1348
1349       &hwlist.snd.hdspe;
1350
1351       &hwlist.snd.ich;
1352
1353       &hwlist.snd.maestro;
1354
1355       &hwlist.snd.maestro3;
1356
1357       &hwlist.snd.mss;
1358
1359       &hwlist.snd.neomagic;
1360
1361       &hwlist.snd.sbc;
1362
1363       &hwlist.snd.solo;
1364
1365       &hwlist.snd.spicds;
1366
1367       &hwlist.snd.t4dwave;
1368
1369       &hwlist.snd.via8233;
1370
1371       &hwlist.snd.via82c686;
1372
1373       &hwlist.snd.vibes;
1374
1375       <para>[&arch.pc98;] NEC PC-9801-73, 86 and compatibles (nss
1376         driver)</para>
1377
1378       <itemizedlist>
1379         <listitem>
1380           <para>NEC A-MATE internal sound</para>
1381         </listitem>
1382
1383         <listitem>
1384           <para>Q-Vision WaveStar, WaveMaster</para>
1385         </listitem>
1386       </itemizedlist>
1387
1388       <para>[&arch.pc98;] NEC X-MATE, CanBe, ValueStar internal (mss
1389         driver)</para>
1390
1391       <para>[&arch.pc98;] Creative Technologies SoundBlaster(98)
1392         (&man.sb.4; driver)</para>
1393
1394       <para>[&arch.pc98;] I-O DATA CD-BOX (&man.sb.4; driver)</para>
1395
1396       <para>[&arch.pc98;] MPU-401 and compatible interfaces (mpu
1397         driver)</para>
1398
1399       <itemizedlist>
1400         <listitem>
1401           <para>Q-Vision WaveStar</para>
1402         </listitem>
1403       </itemizedlist>
1404     </sect2>
1405
1406     <sect2 xml:id="camera">
1407       <title>Camera and Video Capture Devices</title>
1408
1409       &hwlist.bktr;
1410
1411       <para>[&arch.i386;] Connectix QuickCam</para>
1412     </sect2>
1413
1414     <sect2 xml:id="usb">
1415       <title>USB Devices</title>
1416
1417       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] A
1418         range of USB peripherals are supported; devices known to work
1419         are listed in this section.  Owing to the generic nature of
1420         most USB devices, with some exceptions any device of a given
1421         class will be supported, even if not explicitly listed
1422         here.</para>
1423
1424       <note>
1425         <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1426           USB Ethernet adapters can be found in the section listing
1427           <link linkend="ethernet">Ethernet
1428             interfaces</link>.</para>
1429       </note>
1430
1431       <note>
1432         <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1433           USB Bluetooth adapters can be found in <link linkend="bluetooth">Bluetooth</link> section.</para>
1434       </note>
1435
1436       &hwlist.ohci;
1437
1438       &hwlist.uhci;
1439
1440       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] USB
1441         2.0 controllers using the EHCI interface (&man.ehci.4;
1442         driver)</para>
1443
1444       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1445         Hubs</para>
1446
1447       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1448         Keyboards (&man.ukbd.4; driver)</para>
1449
1450       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1451         Miscellaneous</para>
1452
1453       <itemizedlist>
1454         <listitem>
1455           <para>Assist Computer Systems PC Camera C-M1</para>
1456         </listitem>
1457
1458         <listitem>
1459           <para>ActiveWire I/O Board</para>
1460         </listitem>
1461
1462         <listitem>
1463           <para>Creative Technology Video Blaster WebCam Plus</para>
1464         </listitem>
1465
1466         <listitem>
1467           <para>D-Link DSB-R100 USB Radio (&man.ufm.4; driver)</para>
1468         </listitem>
1469
1470         <listitem>
1471           <para>Mirunet AlphaCam Plus</para>
1472         </listitem>
1473       </itemizedlist>
1474
1475       &hwlist.urio;
1476
1477       &hwlist.umodem;
1478
1479       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Mice
1480         (&man.ums.4; driver)</para>
1481
1482       &hwlist.ulpt;
1483
1484       &hwlist.ubsa;
1485
1486       &hwlist.ubser;
1487
1488       &hwlist.uftdi;
1489
1490       &hwlist.uplcom;
1491
1492       &hwlist.umct;
1493
1494       &hwlist.umass;
1495
1496       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Audio Devices
1497         (&man.uaudio.4; driver)</para>
1498
1499       &hwlist.uvisor;
1500     </sect2>
1501
1502     <sect2 xml:id="firewire">
1503       <title>IEEE 1394 (Firewire) Devices</title>
1504
1505       &hwlist.fwohci;
1506
1507       <para>[&arch.amd64;, &arch.i386;, &arch.sparc64;] Serial Bus
1508         Protocol 2 (SBP-2) storage devices (&man.sbp.4; driver)</para>
1509     </sect2>
1510
1511     <sect2 xml:id="bluetooth">
1512       <title>Bluetooth Devices</title>
1513
1514       &hwlist.ng.bt3c;
1515
1516       &hwlist.ng.ubt;
1517     </sect2>
1518
1519     <sect2 xml:id="crypto-accel">
1520       <title>Cryptographic Accelerators</title>
1521
1522       &hwlist.hifn;
1523
1524       &hwlist.safe;
1525
1526       &hwlist.ubsec;
1527     </sect2>
1528
1529     <sect2 xml:id="misc">
1530       <title>Miscellaneous</title>
1531
1532       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1533         FAX-Modem/PCCARD</para>
1534
1535       <itemizedlist>
1536         <listitem>
1537           <para>MELCO IGM-PCM56K/IGM-PCM56KH</para>
1538         </listitem>
1539
1540         <listitem>
1541           <para>Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD
1542             terminal)</para>
1543         </listitem>
1544       </itemizedlist>
1545
1546       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Floppy drives
1547         (&man.fdc.4; driver)</para>
1548
1549       <para>[&arch.amd64;, &arch.i386;] VGA-compatible video cards
1550         (&man.vga.4; driver)</para>
1551
1552       <note>
1553         <para>Information regarding specific video cards and
1554           compatibility with <application>Xorg</application> can be
1555           found at <uri xlink:href="http://www.x.org/">http://www.x.org/</uri>.</para>
1556       </note>
1557
1558       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1559         Keyboards including:</para>
1560
1561       <itemizedlist>
1562         <listitem>
1563           <para>[&arch.i386;] AT-style keyboards (&man.atkbd.4;
1564             driver)</para>
1565         </listitem>
1566
1567         <listitem>
1568           <para>[&arch.amd64;, &arch.i386;] PS/2 keyboards
1569             (&man.atkbd.4; driver)</para>
1570         </listitem>
1571
1572         <listitem>
1573           <para>[&arch.pc98;] Standard keyboards</para>
1574         </listitem>
1575
1576         <listitem>
1577           <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1578             USB keyboards (&man.ukbd.4; driver)</para>
1579         </listitem>
1580       </itemizedlist>
1581
1582       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1583         Pointing devices including:</para>
1584
1585       <itemizedlist>
1586         <listitem>
1587           <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Bus mice and
1588             compatible devices (&man.mse.4; driver)</para>
1589         </listitem>
1590
1591         <listitem>
1592           <para>[&arch.amd64;, &arch.i386;] PS/2 mice and compatible
1593             devices, including many laptop pointing devices
1594             (&man.psm.4; driver)</para>
1595         </listitem>
1596
1597         <listitem>
1598           <para>Serial mice and compatible devices</para>
1599         </listitem>
1600
1601         <listitem>
1602           <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1603             USB mice (&man.ums.4; driver)</para>
1604         </listitem>
1605       </itemizedlist>
1606
1607       <note>
1608         <para>&man.moused.8; has more information on using pointing
1609           devices with &os;.  Information on using pointing devices
1610           with <application>Xorg</application> can be found at <uri xlink:href="http://www.x.org/">http://www.x.org/</uri>.</para>
1611       </note>
1612
1613       <para>[&arch.amd64;, &arch.i386;] <quote>PC standard</quote>
1614         parallel ports (&man.ppc.4; driver)</para>
1615
1616       <para>[&arch.pc98;] <quote>PC-9821 standard</quote> parallel
1617         ports (&man.ppc.4; driver)</para>
1618
1619       <para>[&arch.i386;, &arch.amd64;] PC-compatible joysticks
1620         (&man.joy.4; driver)</para>
1621
1622       <para>[&arch.pc98;] Joystick port of SoundBlaster(98)
1623         (&man.joy.4; driver)</para>
1624
1625       <para>[&arch.i386;, &arch.pc98;] PHS Data Communication
1626         Card/PCCARD</para>
1627
1628       <itemizedlist>
1629         <listitem>
1630           <para>NTT DoCoMo P-in Comp@ct</para>
1631         </listitem>
1632
1633         <listitem>
1634           <para>Panasonic KX-PH405</para>
1635         </listitem>
1636
1637         <listitem>
1638           <para>SII MC-P200</para>
1639         </listitem>
1640       </itemizedlist>
1641
1642       <para>[&arch.i386;] Xilinx XC6200-based reconfigurable hardware
1643         cards compatible with the HOT1 from <link xlink:href="http://www.vcc.com/">Virtual Computers</link> (xrpu
1644         driver).</para>
1645
1646       <para>[&arch.pc98;] Power Management Controller of NEC PC-98
1647         Note (pmc driver)</para>
1648     </sect2>
1649   </sect1>
1650 </article>