]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - release/doc/en_US.ISO8859-1/hardware/article.xml
Merge sendmail 8.15.2 to 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.pst;
735
736       &hwlist.siis;
737
738       &hwlist.stg;
739
740       &hwlist.sym;
741
742       &hwlist.trm;
743
744       &hwlist.twa;
745
746       &hwlist.twe;
747
748       &hwlist.tws;
749
750       &hwlist.vpo;
751
752       <para>[&arch.i386;] The wds(4) driver supports the WD7000 SCSI
753         controller.</para>
754
755       <para>With all supported SCSI controllers, full support is
756         provided for SCSI-I, SCSI-II, and SCSI-III peripherals,
757         including hard disks, optical disks, tape drives (including
758         DAT, 8mm Exabyte, Mammoth, and DLT), medium changers,
759         processor target devices and CD-ROM drives.  WORM devices that
760         support CD-ROM commands are supported for read-only access by
761         the CD-ROM drivers (such as &man.cd.4;).  WORM/CD-R/CD-RW
762         writing support is provided by &man.cdrecord.1;, which is a
763         part of the <package>sysutils/cdrtools</package> port in the Ports
764         Collection.</para>
765
766       <para>The following CD-ROM type systems are supported at this
767         time:</para>
768
769       <itemizedlist>
770         <listitem>
771           <para>SCSI interface (also includes ProAudio Spectrum and
772             SoundBlaster SCSI) (&man.cd.4;)</para>
773         </listitem>
774
775         <listitem>
776           <para>[&arch.i386;] Sony proprietary interface (all models)
777             (&man.scd.4;)</para>
778         </listitem>
779
780         <listitem>
781           <para>ATAPI IDE interface (&man.acd.4;)</para>
782         </listitem>
783       </itemizedlist>
784
785       <para>[&arch.i386;] The following device is unmaintained:</para>
786
787       <itemizedlist>
788         <listitem>
789           <para>Mitsumi proprietary CD-ROM interface (all models)
790             (&man.mcd.4;)</para>
791         </listitem>
792       </itemizedlist>
793     </sect2>
794
795     <sect2 xml:id="ethernet">
796       <title>Ethernet Interfaces</title>
797
798       &hwlist.ae;
799
800       &hwlist.age;
801
802       &hwlist.ale;
803
804       &hwlist.aue;
805
806       &hwlist.axe;
807
808       <para>ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet
809         adapters (&man.axge.4; driver)</para>
810
811       &hwlist.bce;
812
813       <para>[&arch.amd64;, &arch.i386;] Broadcom BCM4401 based Fast
814         Ethernet adapters (&man.bfe.4; driver)</para>
815
816       &hwlist.bge;
817
818       &hwlist.bxe;
819
820       &hwlist.cas;
821
822       &hwlist.cdce;
823
824       <para>[&arch.amd64;, &arch.i386;] Crystal Semiconductor
825         CS89x0-based NICs (&man.cs.4; driver)</para>
826
827       &hwlist.cue;
828
829       &hwlist.cxgb;
830
831       &hwlist.dc;
832
833       &hwlist.de;
834
835       &hwlist.ed;
836
837       &hwlist.em;
838
839       &hwlist.ep;
840
841       <para>Agere ET1310 Gigabit Ethernet adapters
842         (&man.et.4; driver)</para>
843
844       &hwlist.ex;
845
846       &hwlist.fe;
847
848       &hwlist.fxp;
849
850       &hwlist.gem;
851
852       &hwlist.hme;
853
854       &hwlist.ie;
855
856       &hwlist.igb;
857
858       &hwlist.ipheth;
859
860       &hwlist.ixgb;
861
862       &hwlist.ixgbe;
863
864       &hwlist.jme;
865
866       &hwlist.kue;
867
868       &hwlist.lge;
869
870       &hwlist.msk;
871
872       &hwlist.mxge;
873
874       &hwlist.my;
875
876       &hwlist.nfe;
877
878       &hwlist.nge;
879
880       &hwlist.nxge;
881
882       &hwlist.oce;
883
884       &hwlist.pcn;
885
886       &hwlist.qlxgb;
887
888       &hwlist.qlxgbe;
889
890       &hwlist.qlxge;
891
892       &hwlist.re;
893
894       &hwlist.rl;
895
896       &hwlist.rue;
897
898       &hwlist.sf;
899
900       &hwlist.sfxge;
901
902       &hwlist.sge;
903
904       &hwlist.sis;
905
906       &hwlist.sk;
907
908       &hwlist.smsc;
909
910       &hwlist.sn;
911
912       &hwlist.snc;
913
914       &hwlist.ste;
915
916       &hwlist.stge;
917
918       &hwlist.ti;
919
920       &hwlist.tl;
921
922       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] SMC 83c17x
923         (EPIC)-based Ethernet NICs (&man.tx.4; driver)</para>
924
925       &hwlist.txp;
926
927       &hwlist.udav;
928
929       &hwlist.urndis;
930
931       &hwlist.vge;
932
933       &hwlist.vr;
934
935       &hwlist.vte;
936
937       &hwlist.vx;
938
939       &hwlist.vxge;
940
941       &hwlist.wb;
942
943       &hwlist.xe;
944
945       &hwlist.xl;
946
947     </sect2>
948
949     <sect2 xml:id="fddi">
950       <title>FDDI Interfaces</title>
951
952       <para>[&arch.i386;, &arch.pc98;] DEC DEFPA PCI (&man.fpa.4;
953         driver)</para>
954
955       <para>[&arch.i386;] DEC DEFEA EISA (&man.fpa.4; driver)</para>
956     </sect2>
957
958     <sect2 xml:id="atm">
959       <title>ATM Interfaces</title>
960
961       <para>[&arch.i386;, &arch.pc98;] Midway-based ATM interfaces
962         (&man.en.4; driver)</para>
963
964       <para>[&arch.i386;, &arch.pc98; &arch.sparc64;] FORE Systems,
965         Inc. PCA-200E ATM PCI Adapters (hfa and &man.fatm.4;
966         drivers)</para>
967
968       <para>[&arch.i386;, &arch.pc98;] IDT NICStAR 77201/211-based ATM
969         Adapters (&man.idt.4; driver)</para>
970
971       <para>[&arch.i386;, &arch.pc98; &arch.sparc64;] FORE Systems,
972         Inc. HE155 and HE622 ATM interfaces (&man.hatm.4;
973         driver)</para>
974
975       <para>[&arch.i386;, &arch.pc98;] IDT77252-based ATM cards
976         (&man.patm.4; driver)</para>
977     </sect2>
978
979     <sect2 xml:id="wlan">
980       <title>Wireless Network Interfaces</title>
981
982       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Cisco/Aironet
983         802.11b wireless adapters (&man.an.4; driver)</para>
984
985       &hwlist.ath;
986
987       &hwlist.bwi;
988
989       &hwlist.bwn;
990
991       <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless 2100
992         MiniPCI network adapter (&man.ipw.4; driver)</para>
993
994       <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless
995         2200BG/2915ABG MiniPCI and 2225BG PCI network adapters
996         (&man.iwi.4; driver)</para>
997
998       <para>[&arch.i386;, &arch.amd64;] Intel Wireless WiFi Link
999         4965AGN IEEE 802.11n PCI network adapters
1000         (&man.iwn.4; driver)</para>
1001
1002       <para>[&arch.i386;, &arch.amd64;] Marvell Libertas IEEE 802.11b/g
1003         PCI network adapters (&man.malo.4; driver)</para>
1004
1005       <para>Marvell 88W8363 IEEE 802.11n wireless network
1006         adapters (&man.mwl.4; driver)</para>
1007
1008       &hwlist.ral;
1009
1010       &hwlist.rsu;
1011
1012       &hwlist.rum;
1013
1014       &hwlist.run;
1015
1016       &hwlist.uath;
1017
1018       &hwlist.upgt;
1019
1020       &hwlist.ural;
1021
1022       &hwlist.urtw;
1023
1024       &hwlist.urtwn;
1025
1026       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Lucent
1027         Technologies WaveLAN/IEEE 802.11b wireless network adapters
1028         and workalikes using the Lucent Hermes, Intersil PRISM-II,
1029         Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24
1030         chipsets (&man.wi.4; driver)</para>
1031
1032       <para>[&arch.i386;] NCR / AT&amp;T / Lucent Technologies WaveLan
1033         T1-speed ISA/radio LAN cards (&man.wl.4; driver)</para>
1034
1035       <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless 3945ABG
1036         MiniPCI network adapters (&man.wpi.4; driver)</para>
1037
1038       &hwlist.zyd;
1039     </sect2>
1040
1041     <sect2 xml:id="misc-network">
1042       <title>Miscellaneous Networks</title>
1043
1044       &hwlist.ce;
1045
1046       &hwlist.cx;
1047
1048       &hwlist.cp;
1049
1050       &hwlist.ctau;
1051
1052       &hwlist.cm;
1053     </sect2>
1054
1055     <sect2 xml:id="serial">
1056       <title>Serial Interfaces</title>
1057
1058       <para>[&arch.amd64;, &arch.i386;] <quote>PC standard</quote>
1059         8250, 16450, and 16550-based serial ports (&man.sio.4;
1060         driver)</para>
1061
1062       &hwlist.uart;
1063
1064       &hwlist.scc;
1065
1066       <para>[&arch.amd64;, &arch.i386;] AST 4 port serial card using
1067         shared IRQ</para>
1068
1069       <itemizedlist>
1070         <listitem>
1071           <para>ARNET 8 port serial card using shared IRQ</para>
1072         </listitem>
1073
1074         <listitem>
1075           <para>ARNET (now Digiboard) Sync 570/i high-speed
1076             serial</para>
1077         </listitem>
1078       </itemizedlist>
1079
1080       <para>[&arch.i386;] Boca multi-port serial cards</para>
1081
1082       <itemizedlist>
1083         <listitem>
1084           <para>Boca BB1004 4-Port serial card (Modems
1085             <emphasis>not</emphasis> supported)</para>
1086         </listitem>
1087
1088         <listitem>
1089           <para>Boca IOAT66 6-Port serial card (Modems
1090             supported)</para>
1091         </listitem>
1092
1093         <listitem>
1094           <para>Boca BB1008 8-Port serial card (Modems
1095             <emphasis>not</emphasis> supported)</para>
1096         </listitem>
1097
1098         <listitem>
1099           <para>Boca BB2016 16-Port serial card (Modems
1100             supported)</para>
1101         </listitem>
1102       </itemizedlist>
1103
1104       <para>[&arch.i386;] Comtrol Rocketport card (&man.rp.4;
1105         driver)</para>
1106
1107       <para>[&arch.i386;] Cyclades Cyclom-Y serial board (&man.cy.4;
1108         driver)</para>
1109
1110       <para>[&arch.i386;] STB 4 port card using shared IRQ</para>
1111
1112       <para>[&arch.i386;] DigiBoard intelligent serial cards (digi
1113         driver)</para>
1114
1115       <para>[&arch.amd64;, &arch.i386;] PCI-Based multi-port serial
1116         boards (&man.puc.4; driver)</para>
1117
1118       <itemizedlist>
1119         <listitem>
1120           <para>[&arch.amd64;, &arch.i386;] Actiontech 56K PCI</para>
1121         </listitem>
1122
1123         <listitem>
1124           <para>[&arch.amd64;, &arch.i386;] Avlab Technology, PCI IO 2S
1125             and PCI IO 4S</para>
1126         </listitem>
1127
1128         <listitem>
1129           <para>[&arch.amd64;, &arch.i386;] Comtrol RocketPort 550</para>
1130         </listitem>
1131
1132         <listitem>
1133           <para>[&arch.amd64;, &arch.i386;] Decision Computers PCCOM
1134             4-port serial and dual port RS232/422/485</para>
1135         </listitem>
1136
1137         <listitem>
1138           <para>[&arch.amd64;, &arch.i386;] Dolphin Peripherals
1139             4025/4035/4036</para>
1140         </listitem>
1141
1142         <listitem>
1143           <para>[&arch.amd64;, &arch.i386;] IC Book Labs Dreadnought
1144             16x Lite and Pro</para>
1145         </listitem>
1146
1147         <listitem>
1148           <para>[&arch.amd64;, &arch.i386;] Lava Computers
1149             2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550</para>
1150         </listitem>
1151
1152         <listitem>
1153           <para>[&arch.amd64;, &arch.i386;] Middle Digital, Weasle
1154             serial port</para>
1155         </listitem>
1156
1157         <listitem>
1158           <para>[&arch.amd64;, &arch.i386;] Moxa Industio CP-114,
1159             Smartio C104H-PCI and C168H/PCI</para>
1160         </listitem>
1161
1162         <listitem>
1163           <para>[&arch.amd64;, &arch.i386;] NEC PK-UG-X001 and
1164             PK-UG-X008</para>
1165         </listitem>
1166
1167         <listitem>
1168           <para>[&arch.amd64;, &arch.i386;] Netmos NM9835
1169             PCI-2S-550</para>
1170         </listitem>
1171
1172         <listitem>
1173           <para>[&arch.amd64;, &arch.i386;] Oxford Semiconductor
1174             OX16PCI954 PCI UART</para>
1175         </listitem>
1176
1177         <listitem>
1178           <para>[&arch.amd64;, &arch.i386;] Syba Tech SD-LAB
1179             PCI-4S2P-550-ECP</para>
1180         </listitem>
1181
1182         <listitem>
1183           <para>[&arch.amd64;, &arch.i386;] SIIG Cyber I/O PCI
1184             16C550/16C650/16C850</para>
1185         </listitem>
1186
1187         <listitem>
1188           <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 2P1S PCI
1189             16C550/16C650/16C850</para>
1190         </listitem>
1191
1192         <listitem>
1193           <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 2S1P PCI
1194             16C550/16C650/16C850</para>
1195         </listitem>
1196
1197         <listitem>
1198           <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 4S PCI
1199           16C550/16C650/16C850</para>
1200         </listitem>
1201
1202         <listitem>
1203           <para>[&arch.amd64;, &arch.i386;] SIIG Cyber Serial (Single
1204             and Dual) PCI 16C550/16C650/16C850</para>
1205         </listitem>
1206
1207         <listitem>
1208           <para>[&arch.amd64;, &arch.i386;] Syba Tech
1209             Ltd. PCI-4S2P-550-ECP</para>
1210         </listitem>
1211
1212         <listitem>
1213           <para>[&arch.amd64;, &arch.i386;] Titan PCI-200H and
1214             PCI-800H</para>
1215         </listitem>
1216
1217         <listitem>
1218           <para>[&arch.amd64;, &arch.i386;] US Robotics (3Com) 3CP5609
1219             modem</para>
1220         </listitem>
1221
1222         <listitem>
1223           <para>[&arch.amd64;, &arch.i386;] VScom PCI-400 and
1224             PCI-800</para>
1225         </listitem>
1226       </itemizedlist>
1227
1228       &hwlist.rc;
1229
1230       <para>[&arch.i386;, &arch.amd64;] Specialix SI/XIO/SX multiport
1231         serial cards, with both the older SIHOST2.x and the
1232         <quote>enhanced</quote> (transputer based, aka JET) host cards
1233         (ISA, EISA and PCI) are supported.  Note that the newer SX+
1234         PCI cards are not currently supported.  (&man.si.4;
1235         driver)</para>
1236
1237       <para>[&arch.pc98;] Internel serial interfaces (&man.sio.4;
1238         driver)</para>
1239
1240       <itemizedlist>
1241         <listitem>
1242           <para>PC-9801 on-board</para>
1243         </listitem>
1244         <listitem>
1245           <para>PC-9821 2'nd CCU (flags 0x12000000)</para>
1246         </listitem>
1247       </itemizedlist>
1248
1249       <para>[&arch.pc98;] NEC PC-9861K, PC-9801-101 and Midori-Denshi
1250         MDC-926Rs (&man.sio.4; driver)</para>
1251
1252       <itemizedlist>
1253         <listitem>
1254           <para>COM2 (flags 0x01000000)</para>
1255         </listitem>
1256
1257         <listitem>
1258           <para>COM3 (flags 0x02000000)</para>
1259         </listitem>
1260       </itemizedlist>
1261
1262       <para>[&arch.pc98;] NEC PC-9801-120 (&man.sio.4; driver)</para>
1263
1264       <note>
1265         <para>"flags 0x11000000" is necessary in kernel
1266           configuration.</para>
1267       </note>
1268
1269       <para>[&arch.pc98;] Microcore MC-16550, MC-16550II, MC-RS98
1270         (&man.sio.4; driver)</para>
1271
1272       <note>
1273         <para>"flags 0x14000?01" is necessary in kernel
1274           configuration.</para>
1275       </note>
1276
1277       <para>[&arch.pc98;] Media Intelligent RSB-2000, RSB-3000 and
1278         AIWA B98-02 (&man.sio.4; driver)</para>
1279
1280       <note>
1281         <para>"flags 0x15000?01" is necessary in kernel
1282         configuration.</para>
1283       </note>
1284
1285       <para>[&arch.pc98;] Media Intelligent RSB-384 (&man.sio.4;
1286         driver)</para>
1287
1288       <note>
1289         <para>"flags 0x16000001" is necessary in kernel
1290           configuration.</para>
1291       </note>
1292
1293       <para>[&arch.pc98;] I-O DATA RSA-98III (&man.sio.4;
1294         driver)</para>
1295
1296       <note>
1297         <para>"flags 0x18000?01" is necessary in kernel
1298           configuration.</para>
1299       </note>
1300
1301       <para>[&arch.pc98;] Hayes ESP98 (&man.sio.4; driver)</para>
1302
1303       <note>
1304         <para>"options COM_ESP" and "flags 0x19000000" are necessary
1305           in kernel configuration.</para>
1306       </note>
1307
1308     </sect2>
1309
1310     <sect2 xml:id="sound">
1311       <title>Sound Devices</title>
1312
1313       &hwlist.snd.ad1816;
1314
1315       &hwlist.snd.als4000;
1316
1317       &hwlist.snd.atiixp;
1318
1319       &hwlist.snd.audiocs;
1320
1321       &hwlist.snd.cmi;
1322
1323       &hwlist.snd.cs4281;
1324
1325       &hwlist.snd.csa;
1326
1327       &hwlist.snd.ds1;
1328
1329       &hwlist.snd.emu10k1;
1330
1331       &hwlist.snd.emu10kx;
1332
1333       &hwlist.snd.envy24;
1334
1335       &hwlist.snd.envy24ht;
1336
1337       &hwlist.snd.es137x;
1338
1339       &hwlist.snd.ess;
1340
1341       &hwlist.snd.fm801;
1342
1343       &hwlist.snd.gusc;
1344
1345       &hwlist.snd.hda;
1346
1347       &hwlist.snd.hdspe;
1348
1349       &hwlist.snd.ich;
1350
1351       &hwlist.snd.maestro;
1352
1353       &hwlist.snd.maestro3;
1354
1355       &hwlist.snd.mss;
1356
1357       &hwlist.snd.neomagic;
1358
1359       &hwlist.snd.sbc;
1360
1361       &hwlist.snd.solo;
1362
1363       &hwlist.snd.spicds;
1364
1365       &hwlist.snd.t4dwave;
1366
1367       &hwlist.snd.via8233;
1368
1369       &hwlist.snd.via82c686;
1370
1371       &hwlist.snd.vibes;
1372
1373       <para>[&arch.pc98;] NEC PC-9801-73, 86 and compatibles (nss
1374         driver)</para>
1375
1376       <itemizedlist>
1377         <listitem>
1378           <para>NEC A-MATE internal sound</para>
1379         </listitem>
1380
1381         <listitem>
1382           <para>Q-Vision WaveStar, WaveMaster</para>
1383         </listitem>
1384       </itemizedlist>
1385
1386       <para>[&arch.pc98;] NEC X-MATE, CanBe, ValueStar internal (mss
1387         driver)</para>
1388
1389       <para>[&arch.pc98;] Creative Technologies SoundBlaster(98)
1390         (&man.sb.4; driver)</para>
1391
1392       <para>[&arch.pc98;] I-O DATA CD-BOX (&man.sb.4; driver)</para>
1393
1394       <para>[&arch.pc98;] MPU-401 and compatible interfaces (mpu
1395         driver)</para>
1396
1397       <itemizedlist>
1398         <listitem>
1399           <para>Q-Vision WaveStar</para>
1400         </listitem>
1401       </itemizedlist>
1402     </sect2>
1403
1404     <sect2 xml:id="camera">
1405       <title>Camera and Video Capture Devices</title>
1406
1407       &hwlist.bktr;
1408
1409       <para>[&arch.i386;] Connectix QuickCam</para>
1410     </sect2>
1411
1412     <sect2 xml:id="usb">
1413       <title>USB Devices</title>
1414
1415       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] A
1416         range of USB peripherals are supported; devices known to work
1417         are listed in this section.  Owing to the generic nature of
1418         most USB devices, with some exceptions any device of a given
1419         class will be supported, even if not explicitly listed
1420         here.</para>
1421
1422       <note>
1423         <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1424           USB Ethernet adapters can be found in the section listing
1425           <link linkend="ethernet">Ethernet
1426             interfaces</link>.</para>
1427       </note>
1428
1429       <note>
1430         <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1431           USB Bluetooth adapters can be found in <link linkend="bluetooth">Bluetooth</link> section.</para>
1432       </note>
1433
1434       &hwlist.ohci;
1435
1436       &hwlist.uhci;
1437
1438       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] USB
1439         2.0 controllers using the EHCI interface (&man.ehci.4;
1440         driver)</para>
1441
1442       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1443         Hubs</para>
1444
1445       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1446         Keyboards (&man.ukbd.4; driver)</para>
1447
1448       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1449         Miscellaneous</para>
1450
1451       <itemizedlist>
1452         <listitem>
1453           <para>Assist Computer Systems PC Camera C-M1</para>
1454         </listitem>
1455
1456         <listitem>
1457           <para>ActiveWire I/O Board</para>
1458         </listitem>
1459
1460         <listitem>
1461           <para>Creative Technology Video Blaster WebCam Plus</para>
1462         </listitem>
1463
1464         <listitem>
1465           <para>D-Link DSB-R100 USB Radio (&man.ufm.4; driver)</para>
1466         </listitem>
1467
1468         <listitem>
1469           <para>Mirunet AlphaCam Plus</para>
1470         </listitem>
1471       </itemizedlist>
1472
1473       &hwlist.urio;
1474
1475       &hwlist.umodem;
1476
1477       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Mice
1478         (&man.ums.4; driver)</para>
1479
1480       &hwlist.ulpt;
1481
1482       &hwlist.ubsa;
1483
1484       &hwlist.ubser;
1485
1486       &hwlist.uftdi;
1487
1488       &hwlist.uplcom;
1489
1490       &hwlist.umct;
1491
1492       &hwlist.umass;
1493
1494       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Audio Devices
1495         (&man.uaudio.4; driver)</para>
1496
1497       &hwlist.uvisor;
1498     </sect2>
1499
1500     <sect2 xml:id="firewire">
1501       <title>IEEE 1394 (Firewire) Devices</title>
1502
1503       &hwlist.fwohci;
1504
1505       <para>[&arch.amd64;, &arch.i386;, &arch.sparc64;] Serial Bus
1506         Protocol 2 (SBP-2) storage devices (&man.sbp.4; driver)</para>
1507     </sect2>
1508
1509     <sect2 xml:id="bluetooth">
1510       <title>Bluetooth Devices</title>
1511
1512       &hwlist.ng.bt3c;
1513
1514       &hwlist.ng.ubt;
1515     </sect2>
1516
1517     <sect2 xml:id="crypto-accel">
1518       <title>Cryptographic Accelerators</title>
1519
1520       &hwlist.hifn;
1521
1522       &hwlist.safe;
1523
1524       &hwlist.ubsec;
1525     </sect2>
1526
1527     <sect2 xml:id="misc">
1528       <title>Miscellaneous</title>
1529
1530       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1531         FAX-Modem/PCCARD</para>
1532
1533       <itemizedlist>
1534         <listitem>
1535           <para>MELCO IGM-PCM56K/IGM-PCM56KH</para>
1536         </listitem>
1537
1538         <listitem>
1539           <para>Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD
1540             terminal)</para>
1541         </listitem>
1542       </itemizedlist>
1543
1544       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Floppy drives
1545         (&man.fdc.4; driver)</para>
1546
1547       <para>[&arch.amd64;, &arch.i386;] VGA-compatible video cards
1548         (&man.vga.4; driver)</para>
1549
1550       <note>
1551         <para>Information regarding specific video cards and
1552           compatibility with <application>Xorg</application> can be
1553           found at <uri xlink:href="http://www.x.org/">http://www.x.org/</uri>.</para>
1554       </note>
1555
1556       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1557         Keyboards including:</para>
1558
1559       <itemizedlist>
1560         <listitem>
1561           <para>[&arch.i386;] AT-style keyboards (&man.atkbd.4;
1562             driver)</para>
1563         </listitem>
1564
1565         <listitem>
1566           <para>[&arch.amd64;, &arch.i386;] PS/2 keyboards
1567             (&man.atkbd.4; driver)</para>
1568         </listitem>
1569
1570         <listitem>
1571           <para>[&arch.pc98;] Standard keyboards</para>
1572         </listitem>
1573
1574         <listitem>
1575           <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1576             USB keyboards (&man.ukbd.4; driver)</para>
1577         </listitem>
1578       </itemizedlist>
1579
1580       <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1581         Pointing devices including:</para>
1582
1583       <itemizedlist>
1584         <listitem>
1585           <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Bus mice and
1586             compatible devices (&man.mse.4; driver)</para>
1587         </listitem>
1588
1589         <listitem>
1590           <para>[&arch.amd64;, &arch.i386;] PS/2 mice and compatible
1591             devices, including many laptop pointing devices
1592             (&man.psm.4; driver)</para>
1593         </listitem>
1594
1595         <listitem>
1596           <para>Serial mice and compatible devices</para>
1597         </listitem>
1598
1599         <listitem>
1600           <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1601             USB mice (&man.ums.4; driver)</para>
1602         </listitem>
1603       </itemizedlist>
1604
1605       <note>
1606         <para>&man.moused.8; has more information on using pointing
1607           devices with &os;.  Information on using pointing devices
1608           with <application>Xorg</application> can be found at <uri xlink:href="http://www.x.org/">http://www.x.org/</uri>.</para>
1609       </note>
1610
1611       <para>[&arch.amd64;, &arch.i386;] <quote>PC standard</quote>
1612         parallel ports (&man.ppc.4; driver)</para>
1613
1614       <para>[&arch.pc98;] <quote>PC-9821 standard</quote> parallel
1615         ports (&man.ppc.4; driver)</para>
1616
1617       <para>[&arch.i386;, &arch.amd64;] PC-compatible joysticks
1618         (&man.joy.4; driver)</para>
1619
1620       <para>[&arch.pc98;] Joystick port of SoundBlaster(98)
1621         (&man.joy.4; driver)</para>
1622
1623       <para>[&arch.i386;, &arch.pc98;] PHS Data Communication
1624         Card/PCCARD</para>
1625
1626       <itemizedlist>
1627         <listitem>
1628           <para>NTT DoCoMo P-in Comp@ct</para>
1629         </listitem>
1630
1631         <listitem>
1632           <para>Panasonic KX-PH405</para>
1633         </listitem>
1634
1635         <listitem>
1636           <para>SII MC-P200</para>
1637         </listitem>
1638       </itemizedlist>
1639
1640       <para>[&arch.i386;] Xilinx XC6200-based reconfigurable hardware
1641         cards compatible with the HOT1 from <link xlink:href="http://www.vcc.com/">Virtual Computers</link> (xrpu
1642         driver).</para>
1643
1644       <para>[&arch.pc98;] Power Management Controller of NEC PC-98
1645         Note (pmc driver)</para>
1646     </sect2>
1647   </sect1>
1648 </article>