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