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