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