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