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