article.xml revision 318455
1250746Sgabor<?xml version="1.0" encoding="iso-8859-1"?>
2257801Sgabor<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
3257801Sgabor        "../../../share/xml/freebsd50.dtd" [
4250746Sgabor<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN" "release.ent">
5166768Sbmah%release;
6250746Sgabor<!ENTITY % devauto PUBLIC "-//FreeBSD//ENTITIES Auto Generated Device Lists//EN" "nonexistent">
7166768Sbmah%devauto;
8166768Sbmah]>
9257801Sgabor<article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
10257801Sgabor  <info><title>&os; &release.current; Hardware Notes</title>
11257801Sgabor    
12166768Sbmah
13257801Sgabor    <author><orgname>The &os; Documentation Project</orgname></author>
14166768Sbmah
15183626Ssimon    <pubdate>$FreeBSD: stable/11/release/doc/en_US.ISO8859-1/hardware/article.xml 318455 2017-05-18 15:41:49Z gjb $</pubdate>
16166768Sbmah
17183626Ssimon    <copyright>
18183626Ssimon      <year>2000</year>
19183626Ssimon      <year>2001</year>
20183626Ssimon      <year>2002</year>
21183626Ssimon      <year>2003</year>
22183626Ssimon      <year>2004</year>
23183626Ssimon      <year>2005</year>
24183626Ssimon      <year>2006</year>
25183626Ssimon      <year>2007</year>
26183626Ssimon      <year>2008</year>
27191511Sblackend      <year>2009</year>
28227742Sbrueffer      <year>2010</year>
29227742Sbrueffer      <year>2011</year>
30229977Sbrueffer      <year>2012</year>
31248857Sgjb      <year>2013</year>
32265242Sbrueffer      <year>2014</year>
33316224Sngie      <year>2015</year>
34316224Sngie      <year>2016</year>
35316224Sngie      <year>2017</year>
36183626Ssimon      <holder role="mailto:doc@FreeBSD.org">The &os; Documentation Project</holder>
37183626Ssimon    </copyright>
38166771Sbmah
39257801Sgabor    <legalnotice xml:id="trademarks" role="trademarks">
40183626Ssimon      &tm-attrib.freebsd;
41183626Ssimon      &tm-attrib.amd;
42208459Smarius      &tm-attrib.fujitsu;
43183626Ssimon      &tm-attrib.ibm;
44183626Ssimon      &tm-attrib.intel;
45183626Ssimon      &tm-attrib.sparc;
46183626Ssimon      &tm-attrib.sun;
47183626Ssimon      &tm-attrib.general;
48183626Ssimon    </legalnotice>
49172094Sbmah
50257801Sgabor  </info>
51172094Sbmah
52257801Sgabor  <sect1 xml:id="intro">
53183626Ssimon    <title>Introduction</title>
54166768Sbmah
55183626Ssimon    <para>This document contains the hardware compatibility notes for
56183626Ssimon      &os; &release.current;.  It lists the hardware platforms
57183626Ssimon      supported by &os;, as well as the various types of hardware
58183626Ssimon      devices (storage controllers, network interfaces, and so on),
59183626Ssimon      along with known working instances of these devices.</para>
60183626Ssimon  </sect1>
61166768Sbmah
62257801Sgabor  <sect1 xml:id="proc">
63183626Ssimon    <title>Supported Processors and System Boards</title>
64166768Sbmah
65183626Ssimon    <para>This section provides some architecture-specific information
66183626Ssimon      about the specific processors and systems that are supported by
67183626Ssimon      each architecture.</para>
68166768Sbmah
69257801Sgabor    <sect2 xml:id="proc-amd64">
70183626Ssimon      <title>amd64</title>
71166770Sbmah
72183626Ssimon      <para>Since mid-2003 &os;/&arch.amd64; has supported the AMD64
73183626Ssimon	(<quote>Hammer</quote>) and &intel; EM64T architecture, and is
74183626Ssimon	now one of the Tier-1 platforms (fully supported
75183626Ssimon	architecture), which are expected to be Production Quality
76183626Ssimon	with respects to all aspects of the &os; operating system,
77183626Ssimon	including installation and development environments.</para>
78166770Sbmah
79183626Ssimon      <para>Note that there are two names for this architecture, AMD64
80183626Ssimon	(AMD) and Intel EM64T (Extended Memory 64-bit Technology).
81183626Ssimon	64-bit mode of the two architectures are almost compatible
82273941Sgavin	with each other, and &os;/&arch.amd64; supports them
83183626Ssimon	both.</para>
84166770Sbmah
85183626Ssimon      <para>As of this writing, the following processors are
86183626Ssimon	supported:</para>
87166770Sbmah
88183626Ssimon      <itemizedlist>
89183626Ssimon	<listitem>
90183626Ssimon	  <para>&amd.athlon;64 (<quote>Clawhammer</quote>).</para>
91183626Ssimon	</listitem>
92166770Sbmah
93183626Ssimon	<listitem>
94183626Ssimon	  <para>&amd.opteron; (<quote>Sledgehammer</quote>).</para>
95183626Ssimon	</listitem>
96166770Sbmah
97183626Ssimon	<listitem>
98273941Sgavin	  <para>&amd.sempron;.</para>
99273941Sgavin	</listitem>
100273941Sgavin
101273941Sgavin	<listitem>
102273941Sgavin	  <para>&amd.turion;.</para>
103273941Sgavin	</listitem>
104273941Sgavin
105273941Sgavin	<listitem>
106273941Sgavin	  <para>&amd.phenom;.</para>
107273941Sgavin	</listitem>
108273941Sgavin
109273941Sgavin	<listitem>
110186204Smurray	  <para>All multi-core &intel; &xeon; processors except
111186208Smurray	    Sossaman have EM64T support.</para>
112183626Ssimon	</listitem>
113166770Sbmah
114183626Ssimon	<listitem>
115186204Smurray          <para>The single-core &intel; &xeon;
116186204Smurray            processors <quote>Nocona</quote>, <quote>Irwindale</quote>,
117186204Smurray	    <quote>Potomac</quote>, and <quote>Cranford</quote> have
118186204Smurray	    EM64T support.</para>
119183626Ssimon	</listitem>
120186204Smurray
121186204Smurray	<listitem>
122273941Sgavin	  <para>All &intel; &core; 2 (not &core; Duo) and later
123186204Smurray	    processors</para>
124186204Smurray	</listitem>
125186204Smurray
126186204Smurray	<listitem>
127273941Sgavin	  <para>All &intel; &core; i range of processors</para>
128273941Sgavin	</listitem>
129273941Sgavin
130273941Sgavin	<listitem>
131186204Smurray	  <para>All &intel; &pentium; D processors</para>
132186204Smurray	</listitem>
133186204Smurray
134186204Smurray	<listitem>
135273941Sgavin	  <para>All &intel; &centrino; Duo and &centrino; Pro platforms</para>
136273941Sgavin	</listitem>
137273941Sgavin
138273941Sgavin	<listitem>
139273941Sgavin	  <para>&intel; &pentium; 4s and &celeron; Ds using
140186204Smurray	    the <quote>Cedar Mill</quote> core have EM64T
141186204Smurray	    support.</para>
142186204Smurray	</listitem>
143186204Smurray
144186204Smurray	<listitem>
145273941Sgavin	  <para>Some &intel; &pentium; 4s and &celeron; Ds using
146186204Smurray	    the <quote>Prescott</quote> core have EM64T support.  See
147257801Sgabor	    the <link xlink:href="http://processorfinder.intel.com">Intel
148257801Sgabor	    Processor Spec Finder</link> for the definitive answer about
149186204Smurray	    EM64T support in Intel processors.</para>
150186204Smurray	</listitem>
151186204Smurray
152183626Ssimon      </itemizedlist>
153166770Sbmah
154183626Ssimon      <para>&intel; EM64T is an extended version of IA-32 (x86) and
155309021Sjhb	different from &intel; IA-64 (Itanium) architecture.  Some of
156268351Smarcel	&intel;'s old documentation refers to &intel; EM64T as
157268351Smarcel	<quote>64-bit extension technology</quote> or
158268351Smarcel	<quote>IA-32e</quote>.</para>
159166770Sbmah
160248857Sgjb      <para>Both Uniprocessor (UP) and Symmetric Multi-processor (SMP)
161248857Sgjb	configurations are supported.</para>
162166770Sbmah
163183626Ssimon      <para>In many respects, &os;/&arch.amd64; is similar to
164248857Sgjb	&os;/&arch.i386;, in terms of drivers supported.  Generally,
165248857Sgjb	drivers that already function correctly on other 64-bit
166248857Sgjb	platforms should work.</para>
167166770Sbmah
168183626Ssimon    </sect2>
169166770Sbmah
170257801Sgabor    <sect2 xml:id="proc-i386">
171183626Ssimon      <title>i386</title>
172166770Sbmah
173183626Ssimon      <para>&os;/&arch.i386; runs on a wide variety of <quote>IBM PC
174183626Ssimon	  compatible</quote> machines. Due to the wide range of
175183626Ssimon	hardware available for this architecture, it is impossible
176183626Ssimon	to exhaustively list all combinations of equipment supported
177183626Ssimon	by &os;.  Nevertheless, some general guidelines are
178183626Ssimon	presented here.</para>
179166770Sbmah
180183626Ssimon      <para>Almost all &i386;-compatible processors with a floating
181183626Ssimon	point unit are supported. All &intel; processors beginning
182183626Ssimon	with the 80486 are supported, including the 80486, &pentium;,
183183626Ssimon	&pentium; Pro, &pentium; II, &pentium; III, &pentium; 4, and
184183626Ssimon	variants thereof, such as the &xeon; and &celeron; processors.
185183626Ssimon	All &i386;-compatible AMD processors are also supported,
186183626Ssimon	including the &am486;, &am5x86;, K5, &amd.k6; (and variants),
187183626Ssimon	&amd.athlon; (including Athlon-MP, Athlon-XP, Athlon-4, and
188183626Ssimon	Athlon Thunderbird), and &amd.duron; processors.  The AMD
189183626Ssimon	&Eacute;lan SC520 embedded processor is supported.  The
190183626Ssimon	Transmeta Crusoe is recognized and supported, as are
191183626Ssimon	&i386;-compatible processors from Cyrix and NexGen.</para>
192166770Sbmah
193183626Ssimon      <para>There is a wide variety of motherboards available for this
194183626Ssimon	architecture.  Motherboards using the ISA, VLB, EISA, AGP, and
195249397Sdelphij	PCI expansion buses are well-supported.  There is some
196183626Ssimon	limited support for the MCA (<quote>MicroChannel</quote>)
197183626Ssimon	expansion bus used in the IBM PS/2 line of PCs.</para>
198166770Sbmah
199183626Ssimon      <para>Symmetric multi-processor (SMP) systems are generally
200183626Ssimon	supported by &os;, although in some cases, BIOS or motherboard
201183626Ssimon	bugs may generate some problems.  Perusal of the archives of
202183626Ssimon	the &a.smp; may yield some clues.</para>
203166770Sbmah
204258495Smav      <para>&os; will take advantage of SMT (Symmetric MultiThreading,
205258495Smav	also known as HyperThreading on &intel; CPUs) on the supported
206258495Smav	CPUs.  The <filename>GENERIC</filename> kernel which is
207258495Smav	installed by default will automatically detect the additional
208258495Smav	logical processors.  The default &os; scheduler recognizes
209258495Smav	processor topology on the system and selects logical and
210258495Smav	physical processors to obtain optimal performance.
211224528Savg	The &man.smp.4; manual page has more details.</para>
212166770Sbmah
213183626Ssimon      <para>&os; will take advantage of Physical Address Extensions
214183626Ssimon	(PAE) support on CPUs that support this feature.  A kernel
215183626Ssimon	with the <literal>PAE</literal> feature enabled will detect
216183626Ssimon	memory above 4 gigabytes and allow it to be used by the
217183626Ssimon	system.  This feature places constraints on the device drivers
218183626Ssimon	and other features of &os; which may be used; consult the
219249397Sdelphij	&man.pae.4; manual page for more details.</para>
220166770Sbmah
221183626Ssimon      <para>&os; will generally run on i386-based laptops, albeit with
222183626Ssimon	varying levels of support for certain hardware features such
223183626Ssimon	as sound, graphics, power management, and PCCARD expansion
224183626Ssimon	slots.  These features tend to vary in idiosyncratic ways
225183626Ssimon	between machines, and frequently require special-case support
226183626Ssimon	in &os; to work around hardware bugs or other oddities.  When
227183626Ssimon	in doubt, a search of the archives of the &a.mobile; may be
228183626Ssimon	useful.</para>
229166770Sbmah
230183626Ssimon      <para>Most modern laptops (as well as many desktops) use the
231183626Ssimon	Advanced Configuration and Power Management (ACPI) standard.
232183626Ssimon	&os; supports ACPI via the ACPI Component Architecture
233183626Ssimon	reference implementation from &intel;, as described in the
234183626Ssimon	&man.acpi.4; manual page.  The use of ACPI causes
235183626Ssimon	instabilities on some machines and it may be necessary to
236183626Ssimon	disable the ACPI driver, which is normally loaded via a kernel
237183626Ssimon	module.  This may be accomplished by adding the following line
238183626Ssimon	to <filename>/boot/device.hints</filename>:</para>
239166770Sbmah
240183626Ssimon      <programlisting>hint.acpi.0.disabled="1"</programlisting>
241166770Sbmah
242183626Ssimon      <para>Users debugging ACPI-related problems may find it useful
243183626Ssimon	to disable portions of the ACPI functionality.  The
244183626Ssimon	&man.acpi.4; manual page has more information on how to do
245183626Ssimon	this via loader tunables.</para>
246166770Sbmah
247183626Ssimon      <para>ACPI depends on a Differentiated System Descriptor Table
248183626Ssimon	(DSDT) provided by each machine's BIOS.  Some machines have
249183626Ssimon	bad or incomplete DSDTs, which prevents ACPI from functioning
250183626Ssimon	correctly.  Replacement DSDTs for some machines can be found
251257801Sgabor	at the <link xlink:href="http://acpi.sourceforge.net/dsdt/index.php">DSDT</link>
252257801Sgabor	section of the <link xlink:href="http://acpi.sourceforge.net/">ACPI4Linux</link> project
253183626Ssimon	Web site.  &os; can use these DSDTs to override the DSDT
254183626Ssimon	provided by the BIOS; see the &man.acpi.4; manual page for
255183626Ssimon	more information.</para>
256183626Ssimon    </sect2>
257166770Sbmah
258257801Sgabor    <sect2 xml:id="proc-pc98">
259183626Ssimon      <title>pc98</title>
260166770Sbmah
261183626Ssimon      <para>NEC PC-9801/9821 series with almost all &i386;-compatible
262183626Ssimon	processors, including 80486, &pentium;, &pentium; Pro,
263183626Ssimon	&pentium; II, and variants.  All &i386;-compatible processors
264183626Ssimon	by AMD, Cyrix, IBM, and IDT are also supported.</para>
265166770Sbmah
266183626Ssimon      <para>NEC FC-9801/9821 series, and NEC SV-98 series (both of
267183626Ssimon	them are compatible with PC-9801/9821 series) should be
268183626Ssimon	supported.</para>
269166770Sbmah
270183626Ssimon      <para>EPSON PC-386/486/586 series, which are compatible with NEC
271183626Ssimon	PC-9801 series are supported.</para>
272166770Sbmah
273183626Ssimon      <para>High-resolution mode is not supported.  NEC
274183626Ssimon	PC-98XA/XL/RL/XL^2, and NEC PC-H98 series are supported in
275183626Ssimon	normal (PC-9801 compatible) mode only.</para>
276166770Sbmah
277183626Ssimon      <para>Although there are some multi-processor systems (such as
278183626Ssimon	Rs20/B20), SMP-related features of &os; are not supported
279183626Ssimon	yet.</para>
280166770Sbmah
281183626Ssimon      <para>PC-9801/9821 standard bus (called C-Bus), PC-9801NOTE
282183626Ssimon	expansion bus (110pin), and PCI bus are supported.  New Extend
283183626Ssimon	Standard Architecture (NESA) bus (used in PC-H98, SV-H98, and
284183626Ssimon	FC-H98 series) is not supported.</para>
285183626Ssimon    </sect2>
286166770Sbmah
287257801Sgabor    <sect2 xml:id="proc-powerpc">
288183626Ssimon      <title>powerpc</title>
289166770Sbmah
290258433Srodrigc      <para>All Apple PowerPC machines with built-in USB are supported,
291258433Srodrigc	as well a limited selection of non-Apple machines,
292258433Srodrigc	including KVM on POWER7</para>
293203527Snwhitehorn
294258433Srodrigc      <para>SMP is supported on all systems with more than
295258433Srodrigc	1 processor.</para>
296183626Ssimon    </sect2>
297166770Sbmah
298257801Sgabor    <sect2 xml:id="proc-sparc64">
299183626Ssimon      <title>sparc64</title>
300166770Sbmah
301183626Ssimon      <para>This section describes the systems currently known to be
302208511Smarius	supported by &os; on the Fujitsu &sparc64; and Sun &ultrasparc;
303258433Srodrigc	platforms.</para>
304166770Sbmah
305183626Ssimon      <para>SMP is supported on all systems with more than 1
306183626Ssimon	processor.</para>
307166770Sbmah
308191491Smarius      <para>When using the <filename>GENERIC</filename> kernel,
309191491Smarius	&os;/&arch.sparc64; systems not equipped with a framebuffer
310208511Smarius	supported by the &man.creator.4; (Sun Creator, Sun Creator3D
311208511Smarius	and Sun Elite3D) or &man.machfb.4; (Sun PGX and Sun PGX64
312191491Smarius	as well as the ATI Mach64 chips found onboard in for example
313191491Smarius	&sun.blade; 100, &sun.blade; 150, &sun.ultra; 5	and &sun.ultra; 10)
314191491Smarius	driver must use the serial console.</para>
315166770Sbmah
316183626Ssimon      <para>If you have a system that is not listed here, it may not
317183626Ssimon	have been tested with &os; &release.current;.  We encourage
318183626Ssimon	you to try it and send a note to the &a.sparc; with your
319183626Ssimon	results, including which devices work and which do not.</para>
320166770Sbmah
321191511Sblackend      <para>The following systems are fully supported by &os;:</para>
322172094Sbmah
323183626Ssimon      <itemizedlist>
324183626Ssimon	<listitem>
325208459Smarius	  <para>Naturetech GENIALstation 777S</para>
326208459Smarius	</listitem>
327208459Smarius
328208459Smarius	<listitem>
329183626Ssimon	  <para>&sun.blade; 100</para>
330183626Ssimon	</listitem>
331166770Sbmah
332183626Ssimon	<listitem>
333183626Ssimon	  <para>&sun.blade; 150</para>
334183626Ssimon	</listitem>
335166770Sbmah
336166770Sbmah	<listitem>
337208459Smarius	  <para>&sun.enterprise; 150</para>
338191491Smarius	</listitem>
339191491Smarius
340191491Smarius	<listitem>
341183626Ssimon	  <para>&sun.enterprise; 220R</para>
342183626Ssimon	</listitem>
343183626Ssimon
344183626Ssimon	<listitem>
345183626Ssimon	  <para>&sun.enterprise; 250</para>
346183626Ssimon	</listitem>
347183626Ssimon
348183626Ssimon	<listitem>
349183626Ssimon	  <para>&sun.enterprise; 420R</para>
350183626Ssimon	</listitem>
351183626Ssimon
352183626Ssimon	<listitem>
353172094Sbmah	  <para>&sun.enterprise; 450</para>
354166770Sbmah	</listitem>
355183626Ssimon
356183626Ssimon	<listitem>
357208459Smarius	  <para>&sun.fire; B100s (support for the on-board NICs first
358208459Smarius	    appeared in 8.1-RELEASE)</para>
359208459Smarius	</listitem>
360208459Smarius
361208459Smarius	<listitem>
362183626Ssimon	  <para>&sun.fire; V100</para>
363183626Ssimon	</listitem>
364183626Ssimon
365183626Ssimon	<listitem>
366183626Ssimon	  <para>&sun.fire; V120</para>
367183626Ssimon	</listitem>
368183626Ssimon
369183626Ssimon	<listitem>
370208511Smarius	  <para>Sun &netra; t1 100/105</para>
371183626Ssimon	</listitem>
372183626Ssimon
373183626Ssimon	<listitem>
374208511Smarius	  <para>Sun &netra; T1 AC200/DC200</para>
375183626Ssimon	</listitem>
376183626Ssimon
377183626Ssimon	<listitem>
378208511Smarius	  <para>Sun &netra; t 1100</para>
379183626Ssimon	</listitem>
380183626Ssimon
381183626Ssimon	<listitem>
382208511Smarius	  <para>Sun &netra; t 1120</para>
383183626Ssimon	</listitem>
384183626Ssimon
385183626Ssimon	<listitem>
386208511Smarius	  <para>Sun &netra; t 1125</para>
387183626Ssimon	</listitem>
388183626Ssimon
389183626Ssimon	<listitem>
390208511Smarius	  <para>Sun &netra; t 1400/1405</para>
391183626Ssimon	</listitem>
392183626Ssimon
393183626Ssimon	<listitem>
394208511Smarius	  <para>Sun &netra; 120</para>
395183626Ssimon	</listitem>
396183626Ssimon
397183626Ssimon	<listitem>
398208511Smarius	  <para>Sun &netra; X1</para>
399183626Ssimon	</listitem>
400183626Ssimon
401183626Ssimon	<listitem>
402208511Smarius	  <para>Sun &sparcengine; Ultra AX1105</para>
403191491Smarius	</listitem>
404191491Smarius
405191491Smarius	<listitem>
406208511Smarius	  <para>Sun &sparcengine; Ultra AXe</para>
407191491Smarius	</listitem>
408191491Smarius
409191491Smarius	<listitem>
410208511Smarius	  <para>Sun &sparcengine; Ultra AXi</para>
411183626Ssimon	</listitem>
412183626Ssimon
413183626Ssimon	<listitem>
414208511Smarius	  <para>Sun &sparcengine; Ultra AXmp</para>
415183626Ssimon	</listitem>
416183626Ssimon
417183626Ssimon	<listitem>
418208511Smarius	  <para>Sun &sparcengine; CP1500</para>
419208459Smarius	</listitem>
420208459Smarius
421208459Smarius	<listitem>
422183626Ssimon	  <para>&sun.ultra; 1</para>
423183626Ssimon	</listitem>
424183626Ssimon
425183626Ssimon	<listitem>
426183626Ssimon	  <para>&sun.ultra; 1E</para>
427183626Ssimon	</listitem>
428183626Ssimon
429183626Ssimon	<listitem>
430183626Ssimon	  <para>&sun.ultra; 2</para>
431183626Ssimon	</listitem>
432183626Ssimon
433183626Ssimon	<listitem>
434183626Ssimon	  <para>&sun.ultra; 5</para>
435183626Ssimon	</listitem>
436183626Ssimon
437183626Ssimon	<listitem>
438183626Ssimon	  <para>&sun.ultra; 10</para>
439183626Ssimon	</listitem>
440183626Ssimon
441183626Ssimon	<listitem>
442183626Ssimon	  <para>&sun.ultra; 30</para>
443183626Ssimon	</listitem>
444183626Ssimon
445183626Ssimon	<listitem>
446183626Ssimon	  <para>&sun.ultra; 60</para>
447183626Ssimon	</listitem>
448183626Ssimon
449183626Ssimon	<listitem>
450183626Ssimon	  <para>&sun.ultra; 80</para>
451183626Ssimon	</listitem>
452191491Smarius
453191491Smarius	<listitem>
454191491Smarius	  <para>&sun.ultra; 450</para>
455191491Smarius	</listitem>
456166770Sbmah      </itemizedlist>
457166770Sbmah
458183626Ssimon      <para>The following systems are partially supported by &os;.  In
459249397Sdelphij	particular the fiber channel controllers in SBus-based systems are not
460191492Smarius	supported.  However, it is possible to use these with a SCSI controller
461250746Sgabor	supported by the &man.esp.4; driver (Sun ESP SCSI, Sun FAS Fast-SCSI
462208511Smarius	and Sun FAS366 Fast-Wide SCSI controllers).</para>
463166770Sbmah
464166770Sbmah      <itemizedlist>
465183626Ssimon	<listitem>
466183626Ssimon	  <para>&sun.enterprise; 3500</para>
467183626Ssimon	</listitem>
468183626Ssimon
469183626Ssimon	<listitem>
470183626Ssimon	  <para>&sun.enterprise; 4500</para>
471183626Ssimon	</listitem>
472166770Sbmah      </itemizedlist>
473166770Sbmah
474208511Smarius      <para>Starting with 7.2-RELEASE, &arch.sparc64; systems based on Sun
475191511Sblackend	&ultrasparc; III and beyond are also supported by &os;, which includes
476191491Smarius	the following known working systems:</para>
477166770Sbmah
478166770Sbmah      <itemizedlist>
479183626Ssimon	<listitem>
480191491Smarius	  <para>&sun.blade; 1000</para>
481183626Ssimon	</listitem>
482191491Smarius
483191491Smarius	<listitem>
484191491Smarius	  <para>&sun.blade; 1500</para>
485191491Smarius	</listitem>
486191491Smarius
487191491Smarius	<listitem>
488191491Smarius	  <para>&sun.blade; 2000</para>
489191491Smarius	</listitem>
490191491Smarius
491191491Smarius	<listitem>
492197368Smarius	  <para>&sun.blade; 2500</para>
493197368Smarius	</listitem>
494197368Smarius
495197368Smarius	<listitem>
496191491Smarius	  <para>&sun.fire; 280R</para>
497191491Smarius	</listitem>
498191491Smarius
499191491Smarius	<listitem>
500191491Smarius	  <para>&sun.fire; V210</para>
501191491Smarius	</listitem>
502191491Smarius
503191491Smarius	<listitem>
504214873Smarius	  <para>&sun.fire; V215 (support first appeared in 7.3-RELEASE and 8.1-RELEASE)</para>
505202453Smarius	</listitem>
506202453Smarius
507202453Smarius	<listitem>
508214873Smarius	  <para>&sun.fire; V240</para>
509214873Smarius	</listitem>
510214873Smarius
511214873Smarius	<listitem>
512228028Smarius	  <para>&sun.fire; V245 (support first appeared in 7.3-RELEASE and 8.1-RELEASE)</para>
513228028Smarius	</listitem>
514228028Smarius
515228028Smarius	<listitem>
516197368Smarius	  <para>&sun.fire; V250</para>
517191491Smarius	</listitem>
518191491Smarius
519191491Smarius	<listitem>
520197368Smarius	  <para>&sun.fire; V440 (support for the on-board NICs first
521214873Smarius	    appeared in 7.3-RELEASE and 8.0-RELEASE)</para>
522197368Smarius	</listitem>
523197368Smarius
524197368Smarius	<listitem>
525202453Smarius	  <para>&sun.fire; V480 (501-6780 and 501-6790 centerplanes only, for
526228028Smarius	    which support first appeared in 7.3-RELEASE and 8.1-RELEASE,
527228028Smarius	    other centerplanes might work beginning with 8.3-RELEASE and 9.0-RELEASE)</para>
528202453Smarius	</listitem>
529202453Smarius
530202453Smarius	<listitem>
531191491Smarius	  <para>&sun.fire; V880</para>
532191491Smarius	</listitem>
533191491Smarius
534191491Smarius	<listitem>
535214873Smarius	  <para>&sun.fire; V890 (support first appeared in 7.4-RELEASE and 8.1-RELEASE,
536208459Smarius	    non-mixed &ultrasparc; IV/IV+ CPU-configurations only)</para>
537208459Smarius	</listitem>
538208459Smarius
539208459Smarius	<listitem>
540191491Smarius	  <para>&netra; 20/&netra; T4</para>
541191491Smarius	</listitem>
542166770Sbmah      </itemizedlist>
543191491Smarius
544208511Smarius      <para>The following Sun &ultrasparc; systems are not tested but
545191509Sblackend	believed to be also supported by &os;:</para>
546191491Smarius
547191491Smarius      <itemizedlist>
548191491Smarius	<listitem>
549191491Smarius	  <para>&sun.fire; V125</para>
550191491Smarius	</listitem>
551191491Smarius
552191491Smarius	<listitem>
553214873Smarius	  <para>&sun.fire; V490 (support first appeared in 7.4-RELEASE and 8.1-RELEASE,
554208459Smarius	    non-mixed &ultrasparc; IV/IV+ CPU-configurations only)</para>
555208459Smarius	</listitem>
556191491Smarius      </itemizedlist>
557208459Smarius
558214873Smarius      <para>Starting with 7.4-RELEASE and 8.1-RELEASE, &arch.sparc64; systems based on
559208511Smarius	Fujitsu &sparc64; V are also supported by &os;, which
560208459Smarius	includes the following known working systems:</para>
561208459Smarius
562208459Smarius      <itemizedlist>
563208459Smarius	<listitem>
564208511Smarius	  <para>Fujitsu &primepower; 250</para>
565208459Smarius	</listitem>
566208459Smarius      </itemizedlist>
567208459Smarius
568208511Smarius      <para>The following Fujitsu &primepower; systems are not tested but
569208459Smarius	believed to be also supported by &os;:</para>
570208459Smarius
571208459Smarius      <itemizedlist>
572208459Smarius	<listitem>
573208511Smarius	  <para>Fujitsu &primepower; 450</para>
574208459Smarius	</listitem>
575208459Smarius
576208459Smarius	<listitem>
577208511Smarius	  <para>Fujitsu &primepower; 650</para>
578208459Smarius	</listitem>
579208459Smarius
580208459Smarius	<listitem>
581208511Smarius	  <para>Fujitsu &primepower; 850</para>
582208459Smarius	</listitem>
583208459Smarius      </itemizedlist>
584208459Smarius
585183626Ssimon    </sect2>
586183626Ssimon  </sect1>
587166770Sbmah
588183626Ssimon  <!--
589166770Sbmah
590183626Ssimon  The "Supported Devices" section of the release notes.
591183626Ssimon  Generally processor-independent, with conditional text
592183626Ssimon  inclusion handling any architecture-dependent text.
59376082Sbmah
594183626Ssimon  Within each subsection describing a class of hardware
595183626Ssimon  (i.e. Ethernet interfaces), list broad groups of devices
596183626Ssimon  alphabetically as paragraphs sorted alphabetically (frequently
597183626Ssimon  these groups will be arranged by manufacturer, i.e. 3Com
598183626Ssimon  Ethernet interfaces).
59976082Sbmah
600183626Ssimon  Where applicable, a "Miscellaneous" section may follow all
601183626Ssimon  other named sections.
602119431Sbmah
603183626Ssimon  These guidelines are not hard-and-fast rules, and exceptions
604183626Ssimon  will occur.  Following these guidelines (vague as they may be)
605183626Ssimon  is highly recommended to try to keep the formatting of
606183626Ssimon  this section consistent.
60776082Sbmah
608183626Ssimon  We give manpage references using the &man entities where
609183626Ssimon  possible.  If a driver has no manpage (and consequently no
610183626Ssimon  &man entity, we simply give the name of the driver).
611183626Ssimon  Please avoid doing &man entity conversions unless you
612183626Ssimon  know for sure that an entity and manpage exist; sweeps through
613183626Ssimon  this file to fix "missed" conversions are likely to break the
614183626Ssimon  build.
615183626Ssimon  -->
61676082Sbmah
617257801Sgabor  <sect1 xml:id="support">
618183626Ssimon    <title>Supported Devices</title>
61976082Sbmah
620183626Ssimon    <para>This section describes the devices currently known to be
621183626Ssimon      supported by &os;.  Other configurations may also work, but
622183626Ssimon      simply have not been tested yet.  Feedback, updates, and
623183626Ssimon      corrections to this list are encouraged.</para>
62476082Sbmah
625183626Ssimon    <para>Where possible, the drivers applicable to each device or
626183626Ssimon      class of devices is listed.  If the driver in question has a
627183626Ssimon      manual page in the &os; base distribution (most should), it is
628183626Ssimon      referenced here.  Information on specific models of supported
629183626Ssimon      devices, controllers, etc. can be found in the manual
630183626Ssimon      pages.</para>
63176082Sbmah
632183626Ssimon    <note>
633183626Ssimon      <para>The device lists in this document are being generated
634183626Ssimon	automatically from &os; manual pages.  This means that some
635183626Ssimon	devices, which are supported by multiple drivers, may appear
636183626Ssimon	multiple times.</para>
637183626Ssimon    </note>
63876560Sbmah
639257801Sgabor    <sect2 xml:id="disk">
640183626Ssimon      <title>Disk Controllers</title>
641119127Sbmah
642268351Smarcel      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;, &arch.sparc64;]
643268351Smarcel	IDE/ATA controllers (&man.ata.4; driver)</para>
644124988Sbrueffer
645183626Ssimon      <para>[&arch.pc98;] IDE/ATA controllers (wdc driver)</para>
646183626Ssimon
64776082Sbmah      <itemizedlist>
648183626Ssimon	<listitem>
649107634Sbmah	  <para>On-board IDE controller</para>
65097677Snyan	</listitem>
65197677Snyan      </itemizedlist>
652118979Sbmah
653183626Ssimon      &hwlist.aac;
654122375Sbmah
655183626Ssimon      &hwlist.adv;
656150279Sbrueffer
657183626Ssimon      &hwlist.adw;
658150279Sbrueffer
659183626Ssimon      &hwlist.aha;
660118979Sbmah
661183626Ssimon      &hwlist.ahb;
662118979Sbmah
663183626Ssimon      &hwlist.ahc;
66476082Sbmah
665232376Smav      &hwlist.ahci;
666232376Smav
667183626Ssimon      &hwlist.ahd;
668102444Sbmah
669183626Ssimon      &hwlist.aic;
67076082Sbmah
671183626Ssimon      &hwlist.amr;
67276082Sbmah
673183626Ssimon      &hwlist.arcmsr;
674133094Ssimon
675183626Ssimon      &hwlist.bt;
67676082Sbmah
677183626Ssimon      &hwlist.ciss;
67876082Sbmah
679183626Ssimon      &hwlist.ct;
680119107Sbmah
681183626Ssimon      &hwlist.dpt;
682183626Ssimon
68387767Sbmah      <note>
684183626Ssimon	<para>[&arch.amd64;, &arch.i386;] Booting from these
685183626Ssimon	  controllers is supported. EISA adapters are not
686183626Ssimon	  supported.</para>
68787767Sbmah      </note>
68876082Sbmah
689183626Ssimon      &hwlist.esp;
690150293Sbrueffer
691229977Sbrueffer      &hwlist.hpt27xx;
692229977Sbrueffer
693183626Ssimon      &hwlist.hptiop;
694169841Sbrueffer
695183626Ssimon      &hwlist.hptmv;
696144426Sbrueffer
697183626Ssimon      &hwlist.hptrr;
698174662Sbmah
699183626Ssimon      &hwlist.ida;
700150279Sbrueffer
701183626Ssimon      &hwlist.iir;
702150279Sbrueffer
703183626Ssimon      &hwlist.ips;
704150279Sbrueffer
705232060Sbrueffer      &hwlist.isci;
706232060Sbrueffer
707183626Ssimon      &hwlist.isp;
708150279Sbrueffer
709183626Ssimon      &hwlist.mfi;
710157274Sbrueffer
711183626Ssimon      &hwlist.mlx;
71287767Sbmah
71387767Sbmah      <note>
714183626Ssimon	<para>[&arch.amd64;, &arch.i386;] Booting from these
715183626Ssimon	  controllers is supported. EISA adapters are not
716183626Ssimon	  supported.</para>
71787767Sbmah      </note>
71876082Sbmah
719183626Ssimon      &hwlist.mly;
72076082Sbmah
721265242Sbrueffer      &hwlist.mpr;
722265242Sbrueffer
723227516Sbrueffer      &hwlist.mps;
724227516Sbrueffer
725183626Ssimon      &hwlist.mpt;
72676082Sbmah
727265585Sbrueffer      &hwlist.mrsas;
728265585Sbrueffer
729227516Sbrueffer      &hwlist.mvs;
730227516Sbrueffer
731183626Ssimon      &hwlist.ncr;
73276082Sbmah
733183626Ssimon      &hwlist.ncv;
734133457Ssimon
735183626Ssimon      &hwlist.nsp;
73676082Sbmah
737285859Sbrueffer      &hwlist.pms;
738285859Sbrueffer
739183626Ssimon      &hwlist.pst;
74076560Sbmah
741232376Smav      &hwlist.siis;
742232376Smav
743183626Ssimon      &hwlist.stg;
744108922Sbmah
745183626Ssimon      &hwlist.sym;
74687100Sbmah
747183626Ssimon      &hwlist.trm;
74890031Sbmah
749183626Ssimon      &hwlist.twa;
750102321Sbmah
751183626Ssimon      &hwlist.twe;
752137140Ssimon
753262574Sbrueffer      &hwlist.tws;
754262574Sbrueffer
755183626Ssimon      &hwlist.vpo;
756114978Sbmah
757183626Ssimon      <para>[&arch.i386;] The wds(4) driver supports the WD7000 SCSI
758183626Ssimon	controller.</para>
759134916Ssimon
760183626Ssimon      <para>With all supported SCSI controllers, full support is
761183626Ssimon	provided for SCSI-I, SCSI-II, and SCSI-III peripherals,
762183626Ssimon	including hard disks, optical disks, tape drives (including
763183626Ssimon	DAT, 8mm Exabyte, Mammoth, and DLT), medium changers,
764183626Ssimon	processor target devices and CD-ROM drives.  WORM devices that
765183626Ssimon	support CD-ROM commands are supported for read-only access by
766183626Ssimon	the CD-ROM drivers (such as &man.cd.4;).  WORM/CD-R/CD-RW
767183626Ssimon	writing support is provided by &man.cdrecord.1;, which is a
768257801Sgabor	part of the <package>sysutils/cdrtools</package> port in the Ports
769183626Ssimon	Collection.</para>
77076082Sbmah
771183626Ssimon      <para>The following CD-ROM type systems are supported at this
772183626Ssimon	time:</para>
773183626Ssimon
77476082Sbmah      <itemizedlist>
775183626Ssimon	<listitem>
776183626Ssimon	  <para>SCSI interface (also includes ProAudio Spectrum and
777183626Ssimon	    SoundBlaster SCSI) (&man.cd.4;)</para>
77876082Sbmah	</listitem>
779116504Sbmah
780166767Sbmah	<listitem>
781183626Ssimon	  <para>[&arch.i386;] Sony proprietary interface (all models)
782183626Ssimon	    (&man.scd.4;)</para>
78376082Sbmah	</listitem>
784116505Sbmah
78576082Sbmah	<listitem>
78676082Sbmah	  <para>ATAPI IDE interface (&man.acd.4;)</para>
78776082Sbmah	</listitem>
78876082Sbmah      </itemizedlist>
78976082Sbmah
790183626Ssimon      <para>[&arch.i386;] The following device is unmaintained:</para>
791183626Ssimon
79276082Sbmah      <itemizedlist>
793183626Ssimon	<listitem>
794183626Ssimon	  <para>Mitsumi proprietary CD-ROM interface (all models)
795183626Ssimon	    (&man.mcd.4;)</para>
79676082Sbmah	</listitem>
79776082Sbmah      </itemizedlist>
798183626Ssimon    </sect2>
79976082Sbmah
800257801Sgabor    <sect2 xml:id="ethernet">
801183626Ssimon      <title>Ethernet Interfaces</title>
80276082Sbmah
803183626Ssimon      &hwlist.ae;
804183607Ssimon
805183632Ssimon      &hwlist.age;
806183632Ssimon
807185241Sdelphij      &hwlist.ale;
808185241Sdelphij
809183626Ssimon      &hwlist.aue;
81076082Sbmah
811183626Ssimon      &hwlist.axe;
81276082Sbmah
813265362Sbrueffer      <para>ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet
814265362Sbrueffer	adapters (&man.axge.4; driver)</para>
815265362Sbrueffer
816183626Ssimon      &hwlist.bce;
817157648Sbrueffer
818183626Ssimon      <para>[&arch.amd64;, &arch.i386;] Broadcom BCM4401 based Fast
819183626Ssimon	Ethernet adapters (&man.bfe.4; driver)</para>
82076082Sbmah
821183626Ssimon      &hwlist.bge;
822135144Sbrueffer
823309377Sshurd      &hwlist.bnxt;
824309377Sshurd
825237700Sbrueffer      &hwlist.bxe;
826237700Sbrueffer
827194248Smarius      &hwlist.cas;
828194248Smarius
829183626Ssimon      &hwlist.cdce;
830150278Sbrueffer
831183626Ssimon      <para>[&arch.amd64;, &arch.i386;] Crystal Semiconductor
832183626Ssimon	CS89x0-based NICs (&man.cs.4; driver)</para>
83376560Sbmah
834183626Ssimon      &hwlist.cue;
83576082Sbmah
836183626Ssimon      &hwlist.cxgb;
837172336Sbrueffer
838316224Sngie      &hwlist.cxgbe;
839316224Sngie
840183626Ssimon      &hwlist.dc;
84176082Sbmah
842183626Ssimon      &hwlist.de;
84376082Sbmah
844183626Ssimon      &hwlist.ed;
84576082Sbmah
846183626Ssimon      &hwlist.em;
84776082Sbmah
848183626Ssimon      &hwlist.ep;
84976498Sbmah
850208024Sbrueffer      <para>Agere ET1310 Gigabit Ethernet adapters
851208024Sbrueffer	(&man.et.4; driver)</para>
852207982Sbrueffer
853183626Ssimon      &hwlist.ex;
85476082Sbmah
855183626Ssimon      &hwlist.fe;
85676082Sbmah
857183626Ssimon      &hwlist.fxp;
85876082Sbmah
859183626Ssimon      &hwlist.gem;
86076082Sbmah
861183626Ssimon      &hwlist.hme;
86276082Sbmah
863183626Ssimon      &hwlist.ie;
864150242Sjoel
865183655Ssimon      &hwlist.igb;
866183655Ssimon
867272180Sgavin      &hwlist.ipheth;
868272180Sgavin
869183626Ssimon      &hwlist.ixgb;
87076082Sbmah
871185532Sbrueffer      &hwlist.ixgbe;
872185532Sbrueffer
873316224Sngie      &hwlist.ixl;
874316224Sngie
875183647Ssimon      &hwlist.jme;
876183647Ssimon
877183626Ssimon      &hwlist.kue;
87876082Sbmah
879183626Ssimon      &hwlist.lge;
880113884Sbmah
881316224Sngie      &hwlist.mlx4en;
882316224Sngie
883316224Sngie      &hwlist.mlx5en;
884316224Sngie
885183626Ssimon      &hwlist.msk;
886165157Sbrueffer
887183626Ssimon      &hwlist.mxge;
888159606Sbrueffer
889183626Ssimon      &hwlist.my;
890126363Sbmah
891183626Ssimon      &hwlist.nfe;
892171111Sbrueffer
893183626Ssimon      &hwlist.nge;
89476082Sbmah
895183626Ssimon      &hwlist.nxge;
896171111Sbrueffer
897231943Sbrueffer      &hwlist.oce;
898231943Sbrueffer
899183626Ssimon      &hwlist.pcn;
90085666Sbmah
901318455Sgjb      &hwlist.qlnxe;
902318455Sgjb
903227275Sbrueffer      &hwlist.qlxgb;
904227275Sbrueffer
905261487Sbrueffer      &hwlist.qlxgbe;
906261487Sbrueffer
907261487Sbrueffer      &hwlist.qlxge;
908261487Sbrueffer
909183626Ssimon      &hwlist.re;
91085666Sbmah
911183626Ssimon      &hwlist.rl;
91276082Sbmah
913183626Ssimon      &hwlist.rue;
91485666Sbmah
915183626Ssimon      &hwlist.sf;
91685666Sbmah
917227666Sbrueffer      &hwlist.sfxge;
918227666Sbrueffer
919207982Sbrueffer      &hwlist.sge;
920207982Sbrueffer
921183626Ssimon      &hwlist.sis;
92285710Sbmah
923183626Ssimon      &hwlist.sk;
92476082Sbmah
925272172Sbrueffer      &hwlist.smsc;
926272172Sbrueffer
927183626Ssimon      &hwlist.sn;
92876082Sbmah
929183626Ssimon      &hwlist.snc;
93076082Sbmah
931183626Ssimon      &hwlist.ste;
93277590Sbmah
933183626Ssimon      &hwlist.stge;
934160659Sbrueffer
935183626Ssimon      &hwlist.ti;
93680242Sbmah
937183626Ssimon      &hwlist.tl;
93885163Sbmah
939186208Smurray      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] SMC 83c17x
940183626Ssimon	(EPIC)-based Ethernet NICs (&man.tx.4; driver)</para>
94185163Sbmah
942183626Ssimon      &hwlist.txp;
94391503Sbmah
944183626Ssimon      &hwlist.udav;
94595057Sbmah
946272544Sgavin      &hwlist.urndis;
947272544Sgavin
948183626Ssimon      &hwlist.vge;
94995057Sbmah
950183626Ssimon      &hwlist.vr;
951119991Sbmah
952267184Sbrueffer      &hwlist.vte;
953267184Sbrueffer
954183626Ssimon      &hwlist.vx;
955119991Sbmah
956225184Sbrueffer      &hwlist.vxge;
957225184Sbrueffer
958183626Ssimon      &hwlist.wb;
959134219Sbrueffer
960183626Ssimon      &hwlist.xe;
961135057Ssimon
962183626Ssimon      &hwlist.xl;
963146397Sbrueffer
964183626Ssimon    </sect2>
96576082Sbmah
966257801Sgabor    <sect2 xml:id="fddi">
967183626Ssimon      <title>FDDI Interfaces</title>
96876082Sbmah
969186208Smurray      <para>[&arch.i386;, &arch.pc98;] DEC DEFPA PCI (&man.fpa.4;
970183626Ssimon	driver)</para>
971109739Sbmah
972183626Ssimon      <para>[&arch.i386;] DEC DEFEA EISA (&man.fpa.4; driver)</para>
973183626Ssimon    </sect2>
974109739Sbmah
975257801Sgabor    <sect2 xml:id="atm">
976183626Ssimon      <title>ATM Interfaces</title>
977109739Sbmah
978186208Smurray      <para>[&arch.i386;, &arch.pc98;] Midway-based ATM interfaces
979183626Ssimon	(&man.en.4; driver)</para>
980109739Sbmah
981186208Smurray      <para>[&arch.i386;, &arch.pc98; &arch.sparc64;] FORE Systems,
982183626Ssimon	Inc. PCA-200E ATM PCI Adapters (hfa and &man.fatm.4;
983183626Ssimon	drivers)</para>
984118804Sbmah
985183626Ssimon      <para>[&arch.i386;, &arch.pc98;] IDT NICStAR 77201/211-based ATM
986183626Ssimon	Adapters (&man.idt.4; driver)</para>
987118804Sbmah
988186208Smurray      <para>[&arch.i386;, &arch.pc98; &arch.sparc64;] FORE Systems,
989183626Ssimon	Inc. HE155 and HE622 ATM interfaces (&man.hatm.4;
990183626Ssimon	driver)</para>
99176082Sbmah
992183626Ssimon      <para>[&arch.i386;, &arch.pc98;] IDT77252-based ATM cards
993183626Ssimon	(&man.patm.4; driver)</para>
994183626Ssimon    </sect2>
99576560Sbmah
996257801Sgabor    <sect2 xml:id="wlan">
997183626Ssimon      <title>Wireless Network Interfaces</title>
998172037Sbrueffer
999183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Cisco/Aironet
1000183626Ssimon	802.11b wireless adapters (&man.an.4; driver)</para>
1001172117Sbrueffer
1002183626Ssimon      &hwlist.ath;
1003172117Sbrueffer
1004192196Sbrueffer      &hwlist.bwi;
1005192196Sbrueffer
1006237701Sbrueffer      &hwlist.bwn;
1007237701Sbrueffer
1008183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless 2100
1009183626Ssimon	MiniPCI network adapter (&man.ipw.4; driver)</para>
1010172129Sbrueffer
1011183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless
1012183626Ssimon	2200BG/2915ABG MiniPCI and 2225BG PCI network adapters
1013183626Ssimon	(&man.iwi.4; driver)</para>
1014172037Sbrueffer
1015286572Sbrueffer      <para>[&arch.i386;, &arch.amd64;] Intel Dual Band Wireless AC
1016286572Sbrueffer	3160/7260/7265 IEEE 802.11ac network adapters (&man.iwm.4;
1017286572Sbrueffer	driver)</para>
1018286572Sbrueffer
1019183845Sbrueffer      <para>[&arch.i386;, &arch.amd64;] Intel Wireless WiFi Link
1020183845Sbrueffer	4965AGN IEEE 802.11n PCI network adapters
1021183845Sbrueffer	(&man.iwn.4; driver)</para>
1022183845Sbrueffer
1023183845Sbrueffer      <para>[&arch.i386;, &arch.amd64;] Marvell Libertas IEEE 802.11b/g
1024183845Sbrueffer        PCI network adapters (&man.malo.4; driver)</para>
1025183845Sbrueffer
1026207982Sbrueffer      <para>Marvell 88W8363 IEEE 802.11n wireless network
1027207982Sbrueffer	adapters (&man.mwl.4; driver)</para>
1028207982Sbrueffer
1029288378Sbrueffer      &hwlist.otus;
1030288378Sbrueffer
1031183626Ssimon      &hwlist.ral;
1032172079Sbrueffer
1033265264Sbrueffer      &hwlist.rsu;
1034265264Sbrueffer
1035293170Sbrueffer      <para>Realtek RTL8188CE based PCIe IEEE 802.11b/g/n wireless network
1036293170Sbrueffer	adapters (&man.rtwn.4; driver)</para>
1037293170Sbrueffer
1038183626Ssimon      &hwlist.rum;
103976082Sbmah
1040207991Sbrueffer      &hwlist.run;
1041207991Sbrueffer
1042190825Sbrueffer      &hwlist.uath;
1043190825Sbrueffer
1044185532Sbrueffer      &hwlist.upgt;
1045185532Sbrueffer
1046183626Ssimon      &hwlist.ural;
104776082Sbmah
1048192196Sbrueffer      &hwlist.urtw;
1049192196Sbrueffer
1050265270Sbrueffer      &hwlist.urtwn;
1051265270Sbrueffer
1052183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Lucent
1053183626Ssimon	Technologies WaveLAN/IEEE 802.11b wireless network adapters
1054183626Ssimon	and workalikes using the Lucent Hermes, Intersil PRISM-II,
1055183626Ssimon	Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24
1056183626Ssimon	chipsets (&man.wi.4; driver)</para>
1057173586Sbrueffer
1058183626Ssimon      <para>[&arch.i386;] NCR / AT&amp;T / Lucent Technologies WaveLan
1059183626Ssimon	T1-speed ISA/radio LAN cards (&man.wl.4; driver)</para>
1060172036Sbrueffer
1061183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless 3945ABG
1062183626Ssimon	MiniPCI network adapters (&man.wpi.4; driver)</para>
106376082Sbmah
1064183626Ssimon      &hwlist.zyd;
1065183626Ssimon    </sect2>
106687100Sbmah
1067257801Sgabor    <sect2 xml:id="misc-network">
1068183626Ssimon      <title>Miscellaneous Networks</title>
1069155296Sbrueffer
1070183626Ssimon      &hwlist.ce;
1071123164Sbmah
1072183626Ssimon      &hwlist.cx;
1073129375Srik
1074183626Ssimon      &hwlist.cp;
1075127755Srik
1076183626Ssimon      &hwlist.ctau;
1077108922Sbmah
1078183626Ssimon      &hwlist.cm;
1079183626Ssimon    </sect2>
108087100Sbmah
1081257801Sgabor    <sect2 xml:id="serial">
1082183626Ssimon      <title>Serial Interfaces</title>
1083105426Sbmah
1084186208Smurray      <para>[&arch.amd64;, &arch.i386;] <quote>PC standard</quote>
1085183626Ssimon	8250, 16450, and 16550-based serial ports (&man.sio.4;
1086183626Ssimon	driver)</para>
1087157417Smarcel
1088183626Ssimon      &hwlist.uart;
108976082Sbmah
1090183626Ssimon      &hwlist.scc;
1091183626Ssimon
1092186208Smurray      <para>[&arch.amd64;, &arch.i386;] AST 4 port serial card using
1093183626Ssimon	shared IRQ</para>
1094183626Ssimon
109576082Sbmah      <itemizedlist>
1096183626Ssimon	<listitem>
109776082Sbmah	  <para>ARNET 8 port serial card using shared IRQ</para>
109876082Sbmah	</listitem>
1099183626Ssimon
1100183626Ssimon	<listitem>
1101183626Ssimon	  <para>ARNET (now Digiboard) Sync 570/i high-speed
1102183626Ssimon	    serial</para>
110376082Sbmah	</listitem>
110476082Sbmah      </itemizedlist>
1105183626Ssimon
1106183626Ssimon      <para>[&arch.i386;] Boca multi-port serial cards</para>
1107183626Ssimon
110876082Sbmah      <itemizedlist>
1109183626Ssimon	<listitem>
111076082Sbmah	  <para>Boca BB1004 4-Port serial card (Modems
1111183626Ssimon	    <emphasis>not</emphasis> supported)</para>
111276082Sbmah	</listitem>
1113183626Ssimon
1114183626Ssimon	<listitem>
1115183626Ssimon	  <para>Boca IOAT66 6-Port serial card (Modems
1116183626Ssimon	    supported)</para>
111776082Sbmah	</listitem>
1118183626Ssimon
1119183626Ssimon	<listitem>
112076082Sbmah	  <para>Boca BB1008 8-Port serial card (Modems
1121183626Ssimon	    <emphasis>not</emphasis> supported)</para>
112276082Sbmah	</listitem>
1123183626Ssimon
1124183626Ssimon	<listitem>
1125183626Ssimon	  <para>Boca BB2016 16-Port serial card (Modems
1126183626Ssimon	    supported)</para>
112776082Sbmah	</listitem>
112876082Sbmah      </itemizedlist>
112976082Sbmah
1130183626Ssimon      <para>[&arch.i386;] Comtrol Rocketport card (&man.rp.4;
1131183626Ssimon	driver)</para>
113276082Sbmah
1133183626Ssimon      <para>[&arch.i386;] Cyclades Cyclom-Y serial board (&man.cy.4;
1134183626Ssimon	driver)</para>
113576082Sbmah
1136183626Ssimon      <para>[&arch.i386;] STB 4 port card using shared IRQ</para>
113776082Sbmah
1138183626Ssimon      <para>[&arch.i386;] DigiBoard intelligent serial cards (digi
1139183626Ssimon	driver)</para>
114076082Sbmah
1141268351Smarcel      <para>[&arch.amd64;, &arch.i386;] PCI-Based multi-port serial
1142268351Smarcel	boards (&man.puc.4; driver)</para>
1143183626Ssimon
114490739Sbmah      <itemizedlist>
1145166767Sbmah	<listitem>
1146186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Actiontech 56K PCI</para>
114791898Sbmah	</listitem>
1148183626Ssimon
1149183626Ssimon	<listitem>
1150186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Avlab Technology, PCI IO 2S
1151183626Ssimon	    and PCI IO 4S</para>
115290739Sbmah	</listitem>
1153183626Ssimon
1154166767Sbmah	<listitem>
1155186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Comtrol RocketPort 550</para>
1156113567Sbmah	</listitem>
1157183626Ssimon
1158166767Sbmah	<listitem>
1159186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Decision Computers PCCOM
1160183626Ssimon	    4-port serial and dual port RS232/422/485</para>
1161113567Sbmah	</listitem>
1162183626Ssimon
1163166767Sbmah	<listitem>
1164186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Dolphin Peripherals
1165183626Ssimon	    4025/4035/4036</para>
1166113567Sbmah	</listitem>
1167183626Ssimon
1168166767Sbmah	<listitem>
1169186208Smurray	  <para>[&arch.amd64;, &arch.i386;] IC Book Labs Dreadnought
1170183626Ssimon	    16x Lite and Pro</para>
1171113567Sbmah	</listitem>
1172183626Ssimon
1173166767Sbmah	<listitem>
1174186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Lava Computers
1175183626Ssimon	    2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550</para>
1176113567Sbmah	</listitem>
1177183626Ssimon
1178166767Sbmah	<listitem>
1179186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Middle Digital, Weasle
1180183626Ssimon	    serial port</para>
1181113567Sbmah	</listitem>
1182183626Ssimon
1183183626Ssimon	<listitem>
1184186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Moxa Industio CP-114,
1185183626Ssimon	    Smartio C104H-PCI and C168H/PCI</para>
118690739Sbmah	</listitem>
1187183626Ssimon
1188166767Sbmah	<listitem>
1189186208Smurray	  <para>[&arch.amd64;, &arch.i386;] NEC PK-UG-X001 and
1190183626Ssimon	    PK-UG-X008</para>
1191113567Sbmah	</listitem>
1192183626Ssimon
1193183626Ssimon	<listitem>
1194186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Netmos NM9835
1195183626Ssimon	    PCI-2S-550</para>
119690739Sbmah	</listitem>
1197183626Ssimon
1198166767Sbmah	<listitem>
1199186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Oxford Semiconductor
1200183626Ssimon	    OX16PCI954 PCI UART</para>
1201113567Sbmah	</listitem>
1202183626Ssimon
1203166767Sbmah	<listitem>
1204186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Syba Tech SD-LAB
1205183626Ssimon	    PCI-4S2P-550-ECP</para>
1206113567Sbmah	</listitem>
1207183626Ssimon
1208166767Sbmah	<listitem>
1209186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber I/O PCI
1210183626Ssimon	    16C550/16C650/16C850</para>
1211113567Sbmah	</listitem>
1212183626Ssimon
1213166767Sbmah	<listitem>
1214186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 2P1S PCI
1215183626Ssimon	    16C550/16C650/16C850</para>
1216113567Sbmah	</listitem>
1217183626Ssimon
1218166767Sbmah	<listitem>
1219186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 2S1P PCI
1220183626Ssimon	    16C550/16C650/16C850</para>
1221113567Sbmah	</listitem>
1222183626Ssimon
1223166767Sbmah	<listitem>
1224186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 4S PCI
1225183626Ssimon	  16C550/16C650/16C850</para>
1226113567Sbmah	</listitem>
1227183626Ssimon
1228166767Sbmah	<listitem>
1229186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber Serial (Single
1230183626Ssimon	    and Dual) PCI 16C550/16C650/16C850</para>
1231113567Sbmah	</listitem>
1232183626Ssimon
1233183626Ssimon	<listitem>
1234186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Syba Tech
1235183626Ssimon	    Ltd. PCI-4S2P-550-ECP</para>
123695160Sbmah	</listitem>
1237183626Ssimon
1238166767Sbmah	<listitem>
1239186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Titan PCI-200H and
1240183626Ssimon	    PCI-800H</para>
124191178Sbmah	</listitem>
1242183626Ssimon
1243166767Sbmah	<listitem>
1244186208Smurray	  <para>[&arch.amd64;, &arch.i386;] US Robotics (3Com) 3CP5609
1245183626Ssimon	    modem</para>
1246113567Sbmah	</listitem>
1247183626Ssimon
1248166767Sbmah	<listitem>
1249186208Smurray	  <para>[&arch.amd64;, &arch.i386;] VScom PCI-400 and
1250183626Ssimon	    PCI-800</para>
1251113567Sbmah	</listitem>
125290739Sbmah      </itemizedlist>
125390739Sbmah
1254183626Ssimon      &hwlist.rc;
125576082Sbmah
1256183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Specialix SI/XIO/SX multiport
1257183626Ssimon	serial cards, with both the older SIHOST2.x and the
1258183626Ssimon	<quote>enhanced</quote> (transputer based, aka JET) host cards
1259183626Ssimon	(ISA, EISA and PCI) are supported.  Note that the newer SX+
1260183626Ssimon	PCI cards are not currently supported.  (&man.si.4;
1261183626Ssimon	driver)</para>
126276082Sbmah
1263183626Ssimon      <para>[&arch.pc98;] Internel serial interfaces (&man.sio.4;
1264183626Ssimon	driver)</para>
1265183626Ssimon
126697677Snyan      <itemizedlist>
1267183626Ssimon	<listitem>
126897677Snyan	  <para>PC-9801 on-board</para>
126997677Snyan	</listitem>
1270183626Ssimon	<listitem>
127197677Snyan	  <para>PC-9821 2'nd CCU (flags 0x12000000)</para>
127297677Snyan	</listitem>
127397677Snyan      </itemizedlist>
127497677Snyan
1275183626Ssimon      <para>[&arch.pc98;] NEC PC-9861K, PC-9801-101 and Midori-Denshi
1276183626Ssimon	MDC-926Rs (&man.sio.4; driver)</para>
1277183626Ssimon
127897677Snyan      <itemizedlist>
1279183626Ssimon	<listitem>
128097677Snyan	  <para>COM2 (flags 0x01000000)</para>
128197677Snyan	</listitem>
1282183626Ssimon
1283183626Ssimon	<listitem>
128497677Snyan	  <para>COM3 (flags 0x02000000)</para>
128597677Snyan	</listitem>
128697677Snyan      </itemizedlist>
128797677Snyan
1288183626Ssimon      <para>[&arch.pc98;] NEC PC-9801-120 (&man.sio.4; driver)</para>
1289183626Ssimon
1290166767Sbmah      <note>
1291183626Ssimon	<para>"flags 0x11000000" is necessary in kernel
1292183626Ssimon	  configuration.</para>
129397677Snyan      </note>
129497677Snyan
1295183626Ssimon      <para>[&arch.pc98;] Microcore MC-16550, MC-16550II, MC-RS98
1296183626Ssimon	(&man.sio.4; driver)</para>
1297183626Ssimon
1298166767Sbmah      <note>
1299183626Ssimon	<para>"flags 0x14000?01" is necessary in kernel
1300183626Ssimon	  configuration.</para>
130197677Snyan      </note>
130297677Snyan
1303183626Ssimon      <para>[&arch.pc98;] Media Intelligent RSB-2000, RSB-3000 and
1304183626Ssimon	AIWA B98-02 (&man.sio.4; driver)</para>
1305183626Ssimon
1306166767Sbmah      <note>
1307183626Ssimon	<para>"flags 0x15000?01" is necessary in kernel
1308183626Ssimon	configuration.</para>
130997677Snyan      </note>
131097677Snyan
1311183626Ssimon      <para>[&arch.pc98;] Media Intelligent RSB-384 (&man.sio.4;
1312183626Ssimon	driver)</para>
1313183626Ssimon
1314166767Sbmah      <note>
1315183626Ssimon	<para>"flags 0x16000001" is necessary in kernel
1316183626Ssimon	  configuration.</para>
131797677Snyan      </note>
131897677Snyan
1319183626Ssimon      <para>[&arch.pc98;] I-O DATA RSA-98III (&man.sio.4;
1320183626Ssimon	driver)</para>
1321183626Ssimon
1322166767Sbmah      <note>
1323183626Ssimon	<para>"flags 0x18000?01" is necessary in kernel
1324183626Ssimon	  configuration.</para>
132597677Snyan      </note>
132697677Snyan
1327183626Ssimon      <para>[&arch.pc98;] Hayes ESP98 (&man.sio.4; driver)</para>
1328183626Ssimon
1329166767Sbmah      <note>
1330183626Ssimon	<para>"options COM_ESP" and "flags 0x19000000" are necessary
1331183626Ssimon	  in kernel configuration.</para>
133297677Snyan      </note>
133397677Snyan
1334183626Ssimon    </sect2>
1335109747Sbmah
1336257801Sgabor    <sect2 xml:id="sound">
1337183626Ssimon      <title>Sound Devices</title>
1338134414Ssimon
1339183626Ssimon      &hwlist.snd.ad1816;
1340109747Sbmah
1341183626Ssimon      &hwlist.snd.als4000;
1342152888Sbrueffer
1343183626Ssimon      &hwlist.snd.atiixp;
1344146494Sbrueffer
1345183626Ssimon      &hwlist.snd.audiocs;
1346109747Sbmah
1347183626Ssimon      &hwlist.snd.cmi;
1348146494Sbrueffer
1349183626Ssimon      &hwlist.snd.cs4281;
1350109747Sbmah
1351183626Ssimon      &hwlist.snd.csa;
1352146494Sbrueffer
1353183626Ssimon      &hwlist.snd.ds1;
1354146494Sbrueffer
1355183626Ssimon      &hwlist.snd.emu10k1;
1356162930Sjoel
1357183626Ssimon      &hwlist.snd.emu10kx;
1358159694Sbrueffer
1359183626Ssimon      &hwlist.snd.envy24;
1360162930Sjoel
1361183626Ssimon      &hwlist.snd.envy24ht;
1362109747Sbmah
1363183626Ssimon      &hwlist.snd.es137x;
1364135533Ssimon
1365183626Ssimon      &hwlist.snd.ess;
1366138850Ssimon
1367183626Ssimon      &hwlist.snd.fm801;
1368138850Ssimon
1369183626Ssimon      &hwlist.snd.gusc;
1370162928Sjoel
1371183626Ssimon      &hwlist.snd.hda;
1372109747Sbmah
1373232355Sbrueffer      &hwlist.snd.hdspe;
1374232355Sbrueffer
1375183626Ssimon      &hwlist.snd.ich;
1376144942Sbrueffer
1377183626Ssimon      &hwlist.snd.maestro;
1378109747Sbmah
1379183626Ssimon      &hwlist.snd.maestro3;
1380151215Sjoel
1381183626Ssimon      &hwlist.snd.mss;
1382109747Sbmah
1383183626Ssimon      &hwlist.snd.neomagic;
1384109747Sbmah
1385183626Ssimon      &hwlist.snd.sbc;
1386109745Sbmah
1387183626Ssimon      &hwlist.snd.solo;
1388162930Sjoel
1389183626Ssimon      &hwlist.snd.spicds;
1390149099Sjoel
1391183626Ssimon      &hwlist.snd.t4dwave;
1392144942Sbrueffer
1393183626Ssimon      &hwlist.snd.via8233;
1394109747Sbmah
1395183626Ssimon      &hwlist.snd.via82c686;
1396109747Sbmah
1397183626Ssimon      &hwlist.snd.vibes;
1398183626Ssimon
1399183626Ssimon      <para>[&arch.pc98;] NEC PC-9801-73, 86 and compatibles (nss
1400183626Ssimon	driver)</para>
1401183626Ssimon
140297677Snyan      <itemizedlist>
1403183626Ssimon	<listitem>
1404183626Ssimon	  <para>NEC A-MATE internal sound</para>
1405183626Ssimon	</listitem>
1406183626Ssimon
1407183626Ssimon	<listitem>
1408183626Ssimon	  <para>Q-Vision WaveStar, WaveMaster</para>
1409183626Ssimon	</listitem>
141097677Snyan      </itemizedlist>
1411109747Sbmah
1412183626Ssimon      <para>[&arch.pc98;] NEC X-MATE, CanBe, ValueStar internal (mss
1413183626Ssimon	driver)</para>
1414109747Sbmah
1415183626Ssimon      <para>[&arch.pc98;] Creative Technologies SoundBlaster(98)
1416183626Ssimon	(&man.sb.4; driver)</para>
1417109747Sbmah
1418183626Ssimon      <para>[&arch.pc98;] I-O DATA CD-BOX (&man.sb.4; driver)</para>
1419109747Sbmah
1420183626Ssimon      <para>[&arch.pc98;] MPU-401 and compatible interfaces (mpu
1421183626Ssimon	driver)</para>
1422183626Ssimon
142397677Snyan      <itemizedlist>
1424183626Ssimon	<listitem>
1425183626Ssimon	  <para>Q-Vision WaveStar</para>
1426183626Ssimon	</listitem>
142797677Snyan      </itemizedlist>
1428183626Ssimon    </sect2>
1429109743Sbmah
1430257801Sgabor    <sect2 xml:id="camera">
1431183626Ssimon      <title>Camera and Video Capture Devices</title>
1432139404Sbrueffer
1433183626Ssimon      &hwlist.bktr;
1434139404Sbrueffer
1435183626Ssimon      <para>[&arch.i386;] Connectix QuickCam</para>
1436183626Ssimon    </sect2>
143776082Sbmah
1438257801Sgabor    <sect2 xml:id="usb">
1439183626Ssimon      <title>USB Devices</title>
144076082Sbmah
1441268351Smarcel      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] A
1442183626Ssimon	range of USB peripherals are supported; devices known to work
1443183626Ssimon	are listed in this section.  Owing to the generic nature of
1444183626Ssimon	most USB devices, with some exceptions any device of a given
1445183626Ssimon	class will be supported, even if not explicitly listed
1446183626Ssimon	here.</para>
144776082Sbmah
1448183626Ssimon      <note>
1449268351Smarcel	<para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1450183626Ssimon	  USB Ethernet adapters can be found in the section listing
1451183626Ssimon	  <link linkend="ethernet">Ethernet
1452183626Ssimon	    interfaces</link>.</para>
1453183626Ssimon      </note>
145476082Sbmah
1455183626Ssimon      <note>
1456268351Smarcel	<para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1457257801Sgabor	  USB Bluetooth adapters can be found in <link linkend="bluetooth">Bluetooth</link> section.</para>
1458183626Ssimon      </note>
1459107425Sbmah
1460183626Ssimon      &hwlist.ohci;
1461113709Sbmah
1462183626Ssimon      &hwlist.uhci;
1463123183Sbmah
1464268351Smarcel      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] USB
1465183626Ssimon	2.0 controllers using the EHCI interface (&man.ehci.4;
1466183626Ssimon	driver)</para>
1467113709Sbmah
1468268351Smarcel      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1469183626Ssimon	Hubs</para>
1470183626Ssimon
1471268351Smarcel      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1472183626Ssimon	Keyboards (&man.ukbd.4; driver)</para>
1473183626Ssimon
1474186208Smurray      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1475183626Ssimon	Miscellaneous</para>
1476183626Ssimon
147776082Sbmah      <itemizedlist>
1478183626Ssimon	<listitem>
1479116409Shrs	  <para>Assist Computer Systems PC Camera C-M1</para>
1480116409Shrs	</listitem>
1481183626Ssimon
1482183626Ssimon	<listitem>
148376082Sbmah	  <para>ActiveWire I/O Board</para>
148476082Sbmah	</listitem>
1485183626Ssimon
1486183626Ssimon	<listitem>
1487116409Shrs	  <para>Creative Technology Video Blaster WebCam Plus</para>
1488116409Shrs	</listitem>
1489183626Ssimon
149091715Sbmah	<listitem>
1491122262Sbmah	  <para>D-Link DSB-R100 USB Radio (&man.ufm.4; driver)</para>
149291715Sbmah	</listitem>
1493183626Ssimon
1494183626Ssimon	<listitem>
1495116409Shrs	  <para>Mirunet AlphaCam Plus</para>
1496116409Shrs	</listitem>
149776082Sbmah      </itemizedlist>
1498134047Ssimon
1499183626Ssimon      &hwlist.urio;
1500135830Ssimon
1501183626Ssimon      &hwlist.umodem;
1502134047Ssimon
1503268351Smarcel      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Mice
1504183626Ssimon	(&man.ums.4; driver)</para>
1505134047Ssimon
1506183626Ssimon      &hwlist.ulpt;
1507135830Ssimon
1508183626Ssimon      &hwlist.ubsa;
1509135111Ssimon
1510183626Ssimon      &hwlist.ubser;
1511135111Ssimon
1512183626Ssimon      &hwlist.uftdi;
1513135111Ssimon
1514183626Ssimon      &hwlist.uplcom;
1515135111Ssimon
1516183626Ssimon      &hwlist.umct;
1517135830Ssimon
1518183626Ssimon      &hwlist.umass;
151976082Sbmah
1520183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Audio Devices
1521183626Ssimon	(&man.uaudio.4; driver)</para>
1522115285Shrs
1523183626Ssimon      &hwlist.uvisor;
1524183626Ssimon    </sect2>
1525135114Ssimon
1526257801Sgabor    <sect2 xml:id="firewire">
1527183626Ssimon      <title>IEEE 1394 (Firewire) Devices</title>
1528102323Sbmah
1529183626Ssimon      &hwlist.fwohci;
1530106558Sbmah
1531183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.sparc64;] Serial Bus
1532183626Ssimon	Protocol 2 (SBP-2) storage devices (&man.sbp.4; driver)</para>
1533183626Ssimon    </sect2>
1534106558Sbmah
1535257801Sgabor    <sect2 xml:id="bluetooth">
1536183626Ssimon      <title>Bluetooth Devices</title>
1537106558Sbmah
1538183626Ssimon      &hwlist.ng.bt3c;
1539106558Sbmah
1540183626Ssimon      &hwlist.ng.ubt;
1541183626Ssimon    </sect2>
1542107425Sbmah
1543257801Sgabor    <sect2 xml:id="crypto-accel">
1544183626Ssimon      <title>Cryptographic Accelerators</title>
1545107425Sbmah
1546183626Ssimon      &hwlist.hifn;
1547107425Sbmah
1548183626Ssimon      &hwlist.safe;
1549107425Sbmah
1550183626Ssimon      &hwlist.ubsec;
1551183626Ssimon    </sect2>
1552104526Sbmah
1553257801Sgabor    <sect2 xml:id="misc">
1554183626Ssimon      <title>Miscellaneous</title>
1555104526Sbmah
1556183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1557183626Ssimon	FAX-Modem/PCCARD</para>
1558121834Sbmah
155976082Sbmah      <itemizedlist>
1560183626Ssimon	<listitem>
1561115373Shrs	  <para>MELCO IGM-PCM56K/IGM-PCM56KH</para>
156276082Sbmah	</listitem>
1563183626Ssimon
1564183626Ssimon	<listitem>
1565183626Ssimon	  <para>Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD
1566183626Ssimon	    terminal)</para>
156776082Sbmah	</listitem>
156876082Sbmah      </itemizedlist>
156976082Sbmah
1570183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Floppy drives
1571183626Ssimon	(&man.fdc.4; driver)</para>
1572114865Sbmah
1573186208Smurray      <para>[&arch.amd64;, &arch.i386;] VGA-compatible video cards
1574183626Ssimon	(&man.vga.4; driver)</para>
1575114865Sbmah
1576114865Sbmah      <note>
1577114865Sbmah	<para>Information regarding specific video cards and
1578139482Sbrueffer	  compatibility with <application>Xorg</application> can be
1579257801Sgabor	  found at <uri xlink:href="http://www.x.org/">http://www.x.org/</uri>.</para>
1580114865Sbmah      </note>
1581114865Sbmah
1582268351Smarcel      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1583183626Ssimon	Keyboards including:</para>
1584183626Ssimon
158576082Sbmah      <itemizedlist>
1586183626Ssimon	<listitem>
1587183626Ssimon	  <para>[&arch.i386;] AT-style keyboards (&man.atkbd.4;
1588183626Ssimon	    driver)</para>
158976082Sbmah	</listitem>
1590183626Ssimon
1591183626Ssimon	<listitem>
1592183626Ssimon	  <para>[&arch.amd64;, &arch.i386;] PS/2 keyboards
1593183626Ssimon	    (&man.atkbd.4; driver)</para>
159476082Sbmah	</listitem>
1595183626Ssimon
1596183626Ssimon	<listitem>
1597166767Sbmah	  <para>[&arch.pc98;] Standard keyboards</para>
159897677Snyan	</listitem>
1599183626Ssimon
1600183626Ssimon	<listitem>
1601268351Smarcel	  <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1602183626Ssimon	    USB keyboards (&man.ukbd.4; driver)</para>
160376082Sbmah	</listitem>
160476082Sbmah      </itemizedlist>
1605123265Sbmah
1606268351Smarcel      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1607183626Ssimon	Pointing devices including:</para>
1608183626Ssimon
160976082Sbmah      <itemizedlist>
1610183626Ssimon	<listitem>
1611183626Ssimon	  <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Bus mice and
1612183626Ssimon	    compatible devices (&man.mse.4; driver)</para>
161376082Sbmah	</listitem>
1614183626Ssimon
1615183626Ssimon	<listitem>
1616183626Ssimon	  <para>[&arch.amd64;, &arch.i386;] PS/2 mice and compatible
1617183626Ssimon	    devices, including many laptop pointing devices
1618183626Ssimon	    (&man.psm.4; driver)</para>
161976082Sbmah	</listitem>
1620183626Ssimon
1621183626Ssimon	<listitem>
1622114865Sbmah	  <para>Serial mice and compatible devices</para>
162376082Sbmah	</listitem>
1624183626Ssimon
1625183626Ssimon	<listitem>
1626268351Smarcel	  <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1627183626Ssimon	    USB mice (&man.ums.4; driver)</para>
162876082Sbmah	</listitem>
162976082Sbmah      </itemizedlist>
1630114865Sbmah
1631114865Sbmah      <note>
1632114865Sbmah	<para>&man.moused.8; has more information on using pointing
1633114865Sbmah	  devices with &os;.  Information on using pointing devices
1634257801Sgabor	  with <application>Xorg</application> can be found at <uri xlink:href="http://www.x.org/">http://www.x.org/</uri>.</para>
1635114865Sbmah      </note>
163676082Sbmah
1637183626Ssimon      <para>[&arch.amd64;, &arch.i386;] <quote>PC standard</quote>
1638183626Ssimon	parallel ports (&man.ppc.4; driver)</para>
163976082Sbmah
1640183626Ssimon      <para>[&arch.pc98;] <quote>PC-9821 standard</quote> parallel
1641183626Ssimon	ports (&man.ppc.4; driver)</para>
164276082Sbmah
1643183626Ssimon      <para>[&arch.i386;, &arch.amd64;] PC-compatible joysticks
1644183626Ssimon	(&man.joy.4; driver)</para>
1645109743Sbmah
1646183626Ssimon      <para>[&arch.pc98;] Joystick port of SoundBlaster(98)
1647183626Ssimon	(&man.joy.4; driver)</para>
1648183626Ssimon
1649183626Ssimon      <para>[&arch.i386;, &arch.pc98;] PHS Data Communication
1650183626Ssimon	Card/PCCARD</para>
1651183626Ssimon
165276082Sbmah      <itemizedlist>
1653183626Ssimon	<listitem>
165476082Sbmah	  <para>NTT DoCoMo P-in Comp@ct</para>
165576082Sbmah	</listitem>
1656183626Ssimon
1657183626Ssimon	<listitem>
165876082Sbmah	  <para>Panasonic KX-PH405</para>
165976082Sbmah	</listitem>
1660183626Ssimon
1661183626Ssimon	<listitem>
166276082Sbmah	  <para>SII MC-P200</para>
166376082Sbmah	</listitem>
166476082Sbmah      </itemizedlist>
166576082Sbmah
1666183626Ssimon      <para>[&arch.i386;] Xilinx XC6200-based reconfigurable hardware
1667257801Sgabor	cards compatible with the HOT1 from <link xlink:href="http://www.vcc.com/">Virtual Computers</link> (xrpu
1668183626Ssimon	driver).</para>
166997677Snyan
1670183626Ssimon      <para>[&arch.pc98;] Power Management Controller of NEC PC-98
1671183626Ssimon	Note (pmc driver)</para>
1672183626Ssimon    </sect2>
1673183626Ssimon  </sect1>
1674166768Sbmah</article>
1675