article.xml revision 250746
1250746Sgabor<?xml version="1.0" encoding="iso-8859-1"?>
2250746Sgabor<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
3250746Sgabor        "../../../share/xml/freebsd45.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]>
9166768Sbmah
10166768Sbmah<article>
11183626Ssimon  <articleinfo>
12183626Ssimon    <title>&os; &release.current; Hardware Notes</title>
13166768Sbmah
14183626Ssimon    <corpauthor>The &os; Documentation Project</corpauthor>
15166768Sbmah
16183626Ssimon    <pubdate>$FreeBSD: head/release/doc/en_US.ISO8859-1/hardware/article.xml 250746 2013-05-17 18:53:29Z gabor $</pubdate>
17166768Sbmah
18183626Ssimon    <copyright>
19183626Ssimon      <year>2000</year>
20183626Ssimon      <year>2001</year>
21183626Ssimon      <year>2002</year>
22183626Ssimon      <year>2003</year>
23183626Ssimon      <year>2004</year>
24183626Ssimon      <year>2005</year>
25183626Ssimon      <year>2006</year>
26183626Ssimon      <year>2007</year>
27183626Ssimon      <year>2008</year>
28191511Sblackend      <year>2009</year>
29227742Sbrueffer      <year>2010</year>
30227742Sbrueffer      <year>2011</year>
31229977Sbrueffer      <year>2012</year>
32248857Sgjb      <year>2013</year>
33183626Ssimon      <holder role="mailto:doc@FreeBSD.org">The &os; Documentation Project</holder>
34183626Ssimon    </copyright>
35166771Sbmah
36183626Ssimon    <legalnotice id="trademarks" role="trademarks">
37183626Ssimon      &tm-attrib.freebsd;
38183626Ssimon      &tm-attrib.amd;
39208459Smarius      &tm-attrib.fujitsu;
40183626Ssimon      &tm-attrib.ibm;
41183626Ssimon      &tm-attrib.intel;
42183626Ssimon      &tm-attrib.sparc;
43183626Ssimon      &tm-attrib.sun;
44183626Ssimon      &tm-attrib.general;
45183626Ssimon    </legalnotice>
46172094Sbmah
47183626Ssimon  </articleinfo>
48172094Sbmah
49183626Ssimon  <sect1 id="intro">
50183626Ssimon    <title>Introduction</title>
51166768Sbmah
52183626Ssimon    <para>This document contains the hardware compatibility notes for
53183626Ssimon      &os; &release.current;.  It lists the hardware platforms
54183626Ssimon      supported by &os;, as well as the various types of hardware
55183626Ssimon      devices (storage controllers, network interfaces, and so on),
56183626Ssimon      along with known working instances of these devices.</para>
57183626Ssimon  </sect1>
58166768Sbmah
59183626Ssimon  <sect1 id="proc">
60183626Ssimon    <title>Supported Processors and System Boards</title>
61166768Sbmah
62183626Ssimon    <para>This section provides some architecture-specific information
63183626Ssimon      about the specific processors and systems that are supported by
64183626Ssimon      each architecture.</para>
65166768Sbmah
66183626Ssimon    <sect2 id="proc-amd64">
67183626Ssimon      <title>amd64</title>
68166770Sbmah
69183626Ssimon      <para>Since mid-2003 &os;/&arch.amd64; has supported the AMD64
70183626Ssimon	(<quote>Hammer</quote>) and &intel; EM64T architecture, and is
71183626Ssimon	now one of the Tier-1 platforms (fully supported
72183626Ssimon	architecture), which are expected to be Production Quality
73183626Ssimon	with respects to all aspects of the &os; operating system,
74183626Ssimon	including installation and development environments.</para>
75166770Sbmah
76183626Ssimon      <para>Note that there are two names for this architecture, AMD64
77183626Ssimon	(AMD) and Intel EM64T (Extended Memory 64-bit Technology).
78183626Ssimon	64-bit mode of the two architectures are almost compatible
79183626Ssimon	with each other, and &os;/&arch.amd64; should support them
80183626Ssimon	both.</para>
81166770Sbmah
82183626Ssimon      <para>As of this writing, the following processors are
83183626Ssimon	supported:</para>
84166770Sbmah
85183626Ssimon      <itemizedlist>
86183626Ssimon	<listitem>
87183626Ssimon	  <para>&amd.athlon;64 (<quote>Clawhammer</quote>).</para>
88183626Ssimon	</listitem>
89166770Sbmah
90183626Ssimon	<listitem>
91183626Ssimon	  <para>&amd.opteron; (<quote>Sledgehammer</quote>).</para>
92183626Ssimon	</listitem>
93166770Sbmah
94183626Ssimon	<listitem>
95186204Smurray	  <para>All multi-core &intel; &xeon; processors except
96186208Smurray	    Sossaman have EM64T support.</para>
97183626Ssimon	</listitem>
98166770Sbmah
99183626Ssimon	<listitem>
100186204Smurray          <para>The single-core &intel; &xeon;
101186204Smurray            processors <quote>Nocona</quote>, <quote>Irwindale</quote>,
102186204Smurray	    <quote>Potomac</quote>, and <quote>Cranford</quote> have
103186204Smurray	    EM64T support.</para>
104183626Ssimon	</listitem>
105186204Smurray
106186204Smurray	<listitem>
107186204Smurray	  <para>All &intel; Core 2 (not Core Duo) and later
108186204Smurray	    processors</para>
109186204Smurray	</listitem>
110186204Smurray
111186204Smurray	<listitem>
112186204Smurray	  <para>All &intel; &pentium; D processors</para>
113186204Smurray	</listitem>
114186204Smurray
115186204Smurray	<listitem>
116186204Smurray	  <para>&intel; &pentium; 4s and Celeron Ds using
117186204Smurray	    the <quote>Cedar Mill</quote> core have EM64T
118186204Smurray	    support.</para>
119186204Smurray	</listitem>
120186204Smurray
121186204Smurray	<listitem>
122186204Smurray	  <para>Some &intel; &pentium; 4s and Celeron Ds using
123186204Smurray	    the <quote>Prescott</quote> core have EM64T support.  See
124186204Smurray	    the <ulink url="http://processorfinder.intel.com">Intel
125186204Smurray	    Processor Spec Finder</ulink> for the definitive answer about
126186204Smurray	    EM64T support in Intel processors.</para>
127186204Smurray	</listitem>
128186204Smurray
129183626Ssimon      </itemizedlist>
130166770Sbmah
131183626Ssimon      <para>&intel; EM64T is an extended version of IA-32 (x86) and
132183626Ssimon	different from &intel; IA-64 (Itanium) architecture, which
133183626Ssimon	&os;/ia64 supports.  Some &intel;'s old documentation refers
134183626Ssimon	to &intel; EM64T as <quote>64-bit extension technology</quote>
135183626Ssimon	or <quote>IA-32e</quote>.</para>
136166770Sbmah
137248857Sgjb      <para>Both Uniprocessor (UP) and Symmetric Multi-processor (SMP)
138248857Sgjb	configurations are supported.</para>
139166770Sbmah
140183626Ssimon      <para>In many respects, &os;/&arch.amd64; is similar to
141248857Sgjb	&os;/&arch.i386;, in terms of drivers supported.  Generally,
142248857Sgjb	drivers that already function correctly on other 64-bit
143248857Sgjb	platforms should work.</para>
144166770Sbmah
145183626Ssimon    </sect2>
146166770Sbmah
147183626Ssimon    <sect2 id="proc-i386">
148183626Ssimon      <title>i386</title>
149166770Sbmah
150183626Ssimon      <para>&os;/&arch.i386; runs on a wide variety of <quote>IBM PC
151183626Ssimon	  compatible</quote> machines. Due to the wide range of
152183626Ssimon	hardware available for this architecture, it is impossible
153183626Ssimon	to exhaustively list all combinations of equipment supported
154183626Ssimon	by &os;.  Nevertheless, some general guidelines are
155183626Ssimon	presented here.</para>
156166770Sbmah
157183626Ssimon      <para>Almost all &i386;-compatible processors with a floating
158183626Ssimon	point unit are supported. All &intel; processors beginning
159183626Ssimon	with the 80486 are supported, including the 80486, &pentium;,
160183626Ssimon	&pentium; Pro, &pentium; II, &pentium; III, &pentium; 4, and
161183626Ssimon	variants thereof, such as the &xeon; and &celeron; processors.
162183626Ssimon	All &i386;-compatible AMD processors are also supported,
163183626Ssimon	including the &am486;, &am5x86;, K5, &amd.k6; (and variants),
164183626Ssimon	&amd.athlon; (including Athlon-MP, Athlon-XP, Athlon-4, and
165183626Ssimon	Athlon Thunderbird), and &amd.duron; processors.  The AMD
166183626Ssimon	&Eacute;lan SC520 embedded processor is supported.  The
167183626Ssimon	Transmeta Crusoe is recognized and supported, as are
168183626Ssimon	&i386;-compatible processors from Cyrix and NexGen.</para>
169166770Sbmah
170183626Ssimon      <para>There is a wide variety of motherboards available for this
171183626Ssimon	architecture.  Motherboards using the ISA, VLB, EISA, AGP, and
172249397Sdelphij	PCI expansion buses are well-supported.  There is some
173183626Ssimon	limited support for the MCA (<quote>MicroChannel</quote>)
174183626Ssimon	expansion bus used in the IBM PS/2 line of PCs.</para>
175166770Sbmah
176183626Ssimon      <para>Symmetric multi-processor (SMP) systems are generally
177183626Ssimon	supported by &os;, although in some cases, BIOS or motherboard
178183626Ssimon	bugs may generate some problems.  Perusal of the archives of
179183626Ssimon	the &a.smp; may yield some clues.</para>
180166770Sbmah
181183626Ssimon      <para>&os; will take advantage of HyperThreading (HTT) support
182183626Ssimon	on &intel; CPUs that support this feature.  A kernel with the
183183626Ssimon	<literal>options&nbsp;SMP</literal> feature enabled will
184183626Ssimon	automatically detect the additional logical processors.  The
185183626Ssimon	default &os; scheduler treats the logical processors the same
186183626Ssimon	as additional physical processors; in other words, no attempt
187183626Ssimon	is made to optimize scheduling decisions given the shared
188183626Ssimon	resources between logical processors within the same CPU.
189183626Ssimon	Because this naive scheduling can result in suboptimal
190183626Ssimon	performance, under certain circumstances it may be useful to
191224529Savg	disable the logical processors with the
192224528Savg	<varname>machdep.hyperthreading_allowed</varname> tunable.
193224528Savg	The &man.smp.4; manual page has more details.</para>
194166770Sbmah
195183626Ssimon      <para>&os; will take advantage of Physical Address Extensions
196183626Ssimon	(PAE) support on CPUs that support this feature.  A kernel
197183626Ssimon	with the <literal>PAE</literal> feature enabled will detect
198183626Ssimon	memory above 4 gigabytes and allow it to be used by the
199183626Ssimon	system.  This feature places constraints on the device drivers
200183626Ssimon	and other features of &os; which may be used; consult the
201249397Sdelphij	&man.pae.4; manual page for more details.</para>
202166770Sbmah
203183626Ssimon      <para>&os; will generally run on i386-based laptops, albeit with
204183626Ssimon	varying levels of support for certain hardware features such
205183626Ssimon	as sound, graphics, power management, and PCCARD expansion
206183626Ssimon	slots.  These features tend to vary in idiosyncratic ways
207183626Ssimon	between machines, and frequently require special-case support
208183626Ssimon	in &os; to work around hardware bugs or other oddities.  When
209183626Ssimon	in doubt, a search of the archives of the &a.mobile; may be
210183626Ssimon	useful.</para>
211166770Sbmah
212183626Ssimon      <para>Most modern laptops (as well as many desktops) use the
213183626Ssimon	Advanced Configuration and Power Management (ACPI) standard.
214183626Ssimon	&os; supports ACPI via the ACPI Component Architecture
215183626Ssimon	reference implementation from &intel;, as described in the
216183626Ssimon	&man.acpi.4; manual page.  The use of ACPI causes
217183626Ssimon	instabilities on some machines and it may be necessary to
218183626Ssimon	disable the ACPI driver, which is normally loaded via a kernel
219183626Ssimon	module.  This may be accomplished by adding the following line
220183626Ssimon	to <filename>/boot/device.hints</filename>:</para>
221166770Sbmah
222183626Ssimon      <programlisting>hint.acpi.0.disabled="1"</programlisting>
223166770Sbmah
224183626Ssimon      <para>Users debugging ACPI-related problems may find it useful
225183626Ssimon	to disable portions of the ACPI functionality.  The
226183626Ssimon	&man.acpi.4; manual page has more information on how to do
227183626Ssimon	this via loader tunables.</para>
228166770Sbmah
229183626Ssimon      <para>ACPI depends on a Differentiated System Descriptor Table
230183626Ssimon	(DSDT) provided by each machine's BIOS.  Some machines have
231183626Ssimon	bad or incomplete DSDTs, which prevents ACPI from functioning
232183626Ssimon	correctly.  Replacement DSDTs for some machines can be found
233183626Ssimon	at the <ulink
234183626Ssimon	  url="http://acpi.sourceforge.net/dsdt/index.php">DSDT</ulink>
235183626Ssimon	section of the <ulink
236183626Ssimon	  url="http://acpi.sourceforge.net/">ACPI4Linux</ulink> project
237183626Ssimon	Web site.  &os; can use these DSDTs to override the DSDT
238183626Ssimon	provided by the BIOS; see the &man.acpi.4; manual page for
239183626Ssimon	more information.</para>
240183626Ssimon    </sect2>
241166770Sbmah
242183626Ssimon    <sect2 id="proc-ia64">
243183626Ssimon      <title>ia64</title>
244166770Sbmah
245183626Ssimon      <para>Currently supported processors are the <ulink
246183626Ssimon	  url="http://people.freebsd.org/~marcel/refs/ia64/itanium/24532003.pdf">&itanium;</ulink>
247183626Ssimon	and the <ulink
248183626Ssimon	  url="http://people.freebsd.org/~marcel/refs/ia64/itanium2/25111003.pdf">&itanium;
249183626Ssimon	  2</ulink>.</para>
250166770Sbmah
251183626Ssimon      <para>Supported chipsets include:</para>
252166770Sbmah
253183626Ssimon      <itemizedlist>
254183626Ssimon	<listitem>
255183626Ssimon	  <para>HP zx1</para>
256183626Ssimon	</listitem>
257166770Sbmah
258183626Ssimon	<listitem>
259183626Ssimon	  <para>&intel; 460GX</para>
260183626Ssimon	</listitem>
261166770Sbmah
262183626Ssimon	<listitem>
263183626Ssimon	  <para>&intel; E8870</para>
264183626Ssimon	</listitem>
265183626Ssimon      </itemizedlist>
266166770Sbmah
267183626Ssimon      <para>Both Uniprocessor (UP) and Symmetric Multi-processor (SMP)
268183626Ssimon	configurations are supported.</para>
269171814Sbmah
270183626Ssimon      <para>Most devices that can be found in or are compatible with
271183626Ssimon	&arch.ia64; machines are fully supported.  The notable
272183626Ssimon	exception is the VGA console. The &os; support for VGA
273183626Ssimon	consoles is at this time too much based on PC hardware and not
274183626Ssimon	all &arch.ia64; machines have chipsets that provide sufficient
275183626Ssimon	PC legacy support. As such &man.syscons.4; can not be enabled
276183626Ssimon	and the use of a serial console is required.</para>
277183626Ssimon    </sect2>
278166770Sbmah
279183626Ssimon    <sect2 id="proc-pc98">
280183626Ssimon      <title>pc98</title>
281166770Sbmah
282183626Ssimon      <para>NEC PC-9801/9821 series with almost all &i386;-compatible
283183626Ssimon	processors, including 80486, &pentium;, &pentium; Pro,
284183626Ssimon	&pentium; II, and variants.  All &i386;-compatible processors
285183626Ssimon	by AMD, Cyrix, IBM, and IDT are also supported.</para>
286166770Sbmah
287183626Ssimon      <para>NEC FC-9801/9821 series, and NEC SV-98 series (both of
288183626Ssimon	them are compatible with PC-9801/9821 series) should be
289183626Ssimon	supported.</para>
290166770Sbmah
291183626Ssimon      <para>EPSON PC-386/486/586 series, which are compatible with NEC
292183626Ssimon	PC-9801 series are supported.</para>
293166770Sbmah
294183626Ssimon      <para>High-resolution mode is not supported.  NEC
295183626Ssimon	PC-98XA/XL/RL/XL^2, and NEC PC-H98 series are supported in
296183626Ssimon	normal (PC-9801 compatible) mode only.</para>
297166770Sbmah
298183626Ssimon      <para>Although there are some multi-processor systems (such as
299183626Ssimon	Rs20/B20), SMP-related features of &os; are not supported
300183626Ssimon	yet.</para>
301166770Sbmah
302183626Ssimon      <para>PC-9801/9821 standard bus (called C-Bus), PC-9801NOTE
303183626Ssimon	expansion bus (110pin), and PCI bus are supported.  New Extend
304183626Ssimon	Standard Architecture (NESA) bus (used in PC-H98, SV-H98, and
305183626Ssimon	FC-H98 series) is not supported.</para>
306183626Ssimon    </sect2>
307166770Sbmah
308183626Ssimon    <sect2 id="proc-powerpc">
309183626Ssimon      <title>powerpc</title>
310166770Sbmah
311203527Snwhitehorn      <para>This section describes the systems currently known to be
312203527Snwhitehorn	supported by &os; on the PowerPC platform. This list is not
313203527Snwhitehorn	exhaustive.</para>
314203527Snwhitehorn
315203527Snwhitehorn      <para>In general, all New World architecture Apple hardware
316203527Snwhitehorn	is supported, as well a limited selection of non-Apple
317203527Snwhitehorn	machines.</para>
318203527Snwhitehorn
319203527Snwhitehorn      <para>All systems listed below are fully supported, with the
320203527Snwhitehorn	exception that software fan control is currently missing on
321208461Snwhitehorn	some Power Macintosh G5 models. SMP is supported on all systems
322208461Snwhitehorn	with more than 1 processor.</para>
323203527Snwhitehorn
324203527Snwhitehorn      <itemizedlist>
325203527Snwhitehorn	<listitem>
326208461Snwhitehorn	  <para>Apple iMac G3</para>
327203527Snwhitehorn	</listitem>
328203527Snwhitehorn	<listitem>
329208461Snwhitehorn	  <para>Apple iMac G4</para>
330208461Snwhitehorn	</listitem>
331208461Snwhitehorn	<listitem>
332208461Snwhitehorn	  <para>Apple iMac G5</para>
333208461Snwhitehorn	</listitem>
334208461Snwhitehorn	<listitem>
335250746Sgabor	  <para>Apple Power Macintosh G3 (Blue &amp; White)</para>
336203527Snwhitehorn	</listitem>
337203527Snwhitehorn	<listitem>
338203527Snwhitehorn	  <para>Apple Power Macintosh G4</para>
339203527Snwhitehorn	</listitem>
340203527Snwhitehorn	<listitem>
341208461Snwhitehorn	  <para>Apple Power Macintosh G5</para>
342203527Snwhitehorn	</listitem>
343203527Snwhitehorn	<listitem>
344208461Snwhitehorn	  <para>Apple iBook G3</para>
345203527Snwhitehorn	</listitem>
346203527Snwhitehorn	<listitem>
347208461Snwhitehorn	  <para>Apple iBook G4</para>
348208461Snwhitehorn	</listitem>
349208461Snwhitehorn	<listitem>
350208461Snwhitehorn	  <para>Apple PowerBook G3 (Lombard and Pismo)</para>
351208461Snwhitehorn	</listitem>
352208461Snwhitehorn	<listitem>
353203527Snwhitehorn	  <para>Apple PowerBook G4</para>
354203527Snwhitehorn	</listitem>
355203527Snwhitehorn	<listitem>
356203527Snwhitehorn	  <para>Apple XServe G4</para>
357203527Snwhitehorn	</listitem>
358203527Snwhitehorn	<listitem>
359203527Snwhitehorn	  <para>Apple XServe G5</para>
360203527Snwhitehorn	</listitem>
361203527Snwhitehorn	<listitem>
362203527Snwhitehorn	  <para>Apple Mac Mini</para>
363203527Snwhitehorn	</listitem>
364203527Snwhitehorn	<listitem>
365203527Snwhitehorn	  <para>Embedded boards based on MPC85XX</para>
366203527Snwhitehorn	</listitem>
367203527Snwhitehorn      </itemizedlist>
368183626Ssimon    </sect2>
369166770Sbmah
370183626Ssimon    <sect2 id="proc-sparc64">
371183626Ssimon      <title>sparc64</title>
372166770Sbmah
373183626Ssimon      <para>This section describes the systems currently known to be
374208511Smarius	supported by &os; on the Fujitsu &sparc64; and Sun &ultrasparc;
375208459Smarius	platforms.  For
376183626Ssimon	background information on the various hardware designs see the
377183626Ssimon	<ulink url="http://sunsolve.sun.com/handbook_pub/">Sun System
378183626Ssimon	  Handbook</ulink>.</para>
379166770Sbmah
380183626Ssimon      <para>SMP is supported on all systems with more than 1
381183626Ssimon	processor.</para>
382166770Sbmah
383191491Smarius      <para>When using the <filename>GENERIC</filename> kernel,
384191491Smarius	&os;/&arch.sparc64; systems not equipped with a framebuffer
385208511Smarius	supported by the &man.creator.4; (Sun Creator, Sun Creator3D
386208511Smarius	and Sun Elite3D) or &man.machfb.4; (Sun PGX and Sun PGX64
387191491Smarius	as well as the ATI Mach64 chips found onboard in for example
388191491Smarius	&sun.blade; 100, &sun.blade; 150, &sun.ultra; 5	and &sun.ultra; 10)
389191491Smarius	driver must use the serial console.</para>
390166770Sbmah
391183626Ssimon      <para>If you have a system that is not listed here, it may not
392183626Ssimon	have been tested with &os; &release.current;.  We encourage
393183626Ssimon	you to try it and send a note to the &a.sparc; with your
394183626Ssimon	results, including which devices work and which do not.</para>
395166770Sbmah
396191511Sblackend      <para>The following systems are fully supported by &os;:</para>
397172094Sbmah
398183626Ssimon      <itemizedlist>
399183626Ssimon	<listitem>
400208459Smarius	  <para>Naturetech GENIALstation 777S</para>
401208459Smarius	</listitem>
402208459Smarius
403208459Smarius	<listitem>
404183626Ssimon	  <para>&sun.blade; 100</para>
405183626Ssimon	</listitem>
406166770Sbmah
407183626Ssimon	<listitem>
408183626Ssimon	  <para>&sun.blade; 150</para>
409183626Ssimon	</listitem>
410166770Sbmah
411166770Sbmah	<listitem>
412208459Smarius	  <para>&sun.enterprise; 150</para>
413191491Smarius	</listitem>
414191491Smarius
415191491Smarius	<listitem>
416183626Ssimon	  <para>&sun.enterprise; 220R</para>
417183626Ssimon	</listitem>
418183626Ssimon
419183626Ssimon	<listitem>
420183626Ssimon	  <para>&sun.enterprise; 250</para>
421183626Ssimon	</listitem>
422183626Ssimon
423183626Ssimon	<listitem>
424183626Ssimon	  <para>&sun.enterprise; 420R</para>
425183626Ssimon	</listitem>
426183626Ssimon
427183626Ssimon	<listitem>
428172094Sbmah	  <para>&sun.enterprise; 450</para>
429166770Sbmah	</listitem>
430183626Ssimon
431183626Ssimon	<listitem>
432208459Smarius	  <para>&sun.fire; B100s (support for the on-board NICs first
433208459Smarius	    appeared in 8.1-RELEASE)</para>
434208459Smarius	</listitem>
435208459Smarius
436208459Smarius	<listitem>
437183626Ssimon	  <para>&sun.fire; V100</para>
438183626Ssimon	</listitem>
439183626Ssimon
440183626Ssimon	<listitem>
441183626Ssimon	  <para>&sun.fire; V120</para>
442183626Ssimon	</listitem>
443183626Ssimon
444183626Ssimon	<listitem>
445208511Smarius	  <para>Sun &netra; t1 100/105</para>
446183626Ssimon	</listitem>
447183626Ssimon
448183626Ssimon	<listitem>
449208511Smarius	  <para>Sun &netra; T1 AC200/DC200</para>
450183626Ssimon	</listitem>
451183626Ssimon
452183626Ssimon	<listitem>
453208511Smarius	  <para>Sun &netra; t 1100</para>
454183626Ssimon	</listitem>
455183626Ssimon
456183626Ssimon	<listitem>
457208511Smarius	  <para>Sun &netra; t 1120</para>
458183626Ssimon	</listitem>
459183626Ssimon
460183626Ssimon	<listitem>
461208511Smarius	  <para>Sun &netra; t 1125</para>
462183626Ssimon	</listitem>
463183626Ssimon
464183626Ssimon	<listitem>
465208511Smarius	  <para>Sun &netra; t 1400/1405</para>
466183626Ssimon	</listitem>
467183626Ssimon
468183626Ssimon	<listitem>
469208511Smarius	  <para>Sun &netra; 120</para>
470183626Ssimon	</listitem>
471183626Ssimon
472183626Ssimon	<listitem>
473208511Smarius	  <para>Sun &netra; X1</para>
474183626Ssimon	</listitem>
475183626Ssimon
476183626Ssimon	<listitem>
477208511Smarius	  <para>Sun &sparcengine; Ultra AX1105</para>
478191491Smarius	</listitem>
479191491Smarius
480191491Smarius	<listitem>
481208511Smarius	  <para>Sun &sparcengine; Ultra AXe</para>
482191491Smarius	</listitem>
483191491Smarius
484191491Smarius	<listitem>
485208511Smarius	  <para>Sun &sparcengine; Ultra AXi</para>
486183626Ssimon	</listitem>
487183626Ssimon
488183626Ssimon	<listitem>
489208511Smarius	  <para>Sun &sparcengine; Ultra AXmp</para>
490183626Ssimon	</listitem>
491183626Ssimon
492183626Ssimon	<listitem>
493208511Smarius	  <para>Sun &sparcengine; CP1500</para>
494208459Smarius	</listitem>
495208459Smarius
496208459Smarius	<listitem>
497183626Ssimon	  <para>&sun.ultra; 1</para>
498183626Ssimon	</listitem>
499183626Ssimon
500183626Ssimon	<listitem>
501183626Ssimon	  <para>&sun.ultra; 1E</para>
502183626Ssimon	</listitem>
503183626Ssimon
504183626Ssimon	<listitem>
505183626Ssimon	  <para>&sun.ultra; 2</para>
506183626Ssimon	</listitem>
507183626Ssimon
508183626Ssimon	<listitem>
509183626Ssimon	  <para>&sun.ultra; 5</para>
510183626Ssimon	</listitem>
511183626Ssimon
512183626Ssimon	<listitem>
513183626Ssimon	  <para>&sun.ultra; 10</para>
514183626Ssimon	</listitem>
515183626Ssimon
516183626Ssimon	<listitem>
517183626Ssimon	  <para>&sun.ultra; 30</para>
518183626Ssimon	</listitem>
519183626Ssimon
520183626Ssimon	<listitem>
521183626Ssimon	  <para>&sun.ultra; 60</para>
522183626Ssimon	</listitem>
523183626Ssimon
524183626Ssimon	<listitem>
525183626Ssimon	  <para>&sun.ultra; 80</para>
526183626Ssimon	</listitem>
527191491Smarius
528191491Smarius	<listitem>
529191491Smarius	  <para>&sun.ultra; 450</para>
530191491Smarius	</listitem>
531166770Sbmah      </itemizedlist>
532166770Sbmah
533183626Ssimon      <para>The following systems are partially supported by &os;.  In
534249397Sdelphij	particular the fiber channel controllers in SBus-based systems are not
535191492Smarius	supported.  However, it is possible to use these with a SCSI controller
536250746Sgabor	supported by the &man.esp.4; driver (Sun ESP SCSI, Sun FAS Fast-SCSI
537208511Smarius	and Sun FAS366 Fast-Wide SCSI controllers).</para>
538166770Sbmah
539166770Sbmah      <itemizedlist>
540183626Ssimon	<listitem>
541183626Ssimon	  <para>&sun.enterprise; 3500</para>
542183626Ssimon	</listitem>
543183626Ssimon
544183626Ssimon	<listitem>
545183626Ssimon	  <para>&sun.enterprise; 4500</para>
546183626Ssimon	</listitem>
547166770Sbmah      </itemizedlist>
548166770Sbmah
549208511Smarius      <para>Starting with 7.2-RELEASE, &arch.sparc64; systems based on Sun
550191511Sblackend	&ultrasparc; III and beyond are also supported by &os;, which includes
551191491Smarius	the following known working systems:</para>
552166770Sbmah
553166770Sbmah      <itemizedlist>
554183626Ssimon	<listitem>
555191491Smarius	  <para>&sun.blade; 1000</para>
556183626Ssimon	</listitem>
557191491Smarius
558191491Smarius	<listitem>
559191491Smarius	  <para>&sun.blade; 1500</para>
560191491Smarius	</listitem>
561191491Smarius
562191491Smarius	<listitem>
563191491Smarius	  <para>&sun.blade; 2000</para>
564191491Smarius	</listitem>
565191491Smarius
566191491Smarius	<listitem>
567197368Smarius	  <para>&sun.blade; 2500</para>
568197368Smarius	</listitem>
569197368Smarius
570197368Smarius	<listitem>
571191491Smarius	  <para>&sun.fire; 280R</para>
572191491Smarius	</listitem>
573191491Smarius
574191491Smarius	<listitem>
575191491Smarius	  <para>&sun.fire; V210</para>
576191491Smarius	</listitem>
577191491Smarius
578191491Smarius	<listitem>
579214873Smarius	  <para>&sun.fire; V215 (support first appeared in 7.3-RELEASE and 8.1-RELEASE)</para>
580202453Smarius	</listitem>
581202453Smarius
582202453Smarius	<listitem>
583214873Smarius	  <para>&sun.fire; V240</para>
584214873Smarius	</listitem>
585214873Smarius
586214873Smarius	<listitem>
587228028Smarius	  <para>&sun.fire; V245 (support first appeared in 7.3-RELEASE and 8.1-RELEASE)</para>
588228028Smarius	</listitem>
589228028Smarius
590228028Smarius	<listitem>
591197368Smarius	  <para>&sun.fire; V250</para>
592191491Smarius	</listitem>
593191491Smarius
594191491Smarius	<listitem>
595197368Smarius	  <para>&sun.fire; V440 (support for the on-board NICs first
596214873Smarius	    appeared in 7.3-RELEASE and 8.0-RELEASE)</para>
597197368Smarius	</listitem>
598197368Smarius
599197368Smarius	<listitem>
600202453Smarius	  <para>&sun.fire; V480 (501-6780 and 501-6790 centerplanes only, for
601228028Smarius	    which support first appeared in 7.3-RELEASE and 8.1-RELEASE,
602228028Smarius	    other centerplanes might work beginning with 8.3-RELEASE and 9.0-RELEASE)</para>
603202453Smarius	</listitem>
604202453Smarius
605202453Smarius	<listitem>
606191491Smarius	  <para>&sun.fire; V880</para>
607191491Smarius	</listitem>
608191491Smarius
609191491Smarius	<listitem>
610214873Smarius	  <para>&sun.fire; V890 (support first appeared in 7.4-RELEASE and 8.1-RELEASE,
611208459Smarius	    non-mixed &ultrasparc; IV/IV+ CPU-configurations only)</para>
612208459Smarius	</listitem>
613208459Smarius
614208459Smarius	<listitem>
615191491Smarius	  <para>&netra; 20/&netra; T4</para>
616191491Smarius	</listitem>
617166770Sbmah      </itemizedlist>
618191491Smarius
619208511Smarius      <para>The following Sun &ultrasparc; systems are not tested but
620191509Sblackend	believed to be also supported by &os;:</para>
621191491Smarius
622191491Smarius      <itemizedlist>
623191491Smarius	<listitem>
624191491Smarius	  <para>&sun.fire; V125</para>
625191491Smarius	</listitem>
626191491Smarius
627191491Smarius	<listitem>
628214873Smarius	  <para>&sun.fire; V490 (support first appeared in 7.4-RELEASE and 8.1-RELEASE,
629208459Smarius	    non-mixed &ultrasparc; IV/IV+ CPU-configurations only)</para>
630208459Smarius	</listitem>
631191491Smarius      </itemizedlist>
632208459Smarius
633214873Smarius      <para>Starting with 7.4-RELEASE and 8.1-RELEASE, &arch.sparc64; systems based on
634208511Smarius	Fujitsu &sparc64; V are also supported by &os;, which
635208459Smarius	includes the following known working systems:</para>
636208459Smarius
637208459Smarius      <itemizedlist>
638208459Smarius	<listitem>
639208511Smarius	  <para>Fujitsu &primepower; 250</para>
640208459Smarius	</listitem>
641208459Smarius      </itemizedlist>
642208459Smarius
643208511Smarius      <para>The following Fujitsu &primepower; systems are not tested but
644208459Smarius	believed to be also supported by &os;:</para>
645208459Smarius
646208459Smarius      <itemizedlist>
647208459Smarius	<listitem>
648208511Smarius	  <para>Fujitsu &primepower; 450</para>
649208459Smarius	</listitem>
650208459Smarius
651208459Smarius	<listitem>
652208511Smarius	  <para>Fujitsu &primepower; 650</para>
653208459Smarius	</listitem>
654208459Smarius
655208459Smarius	<listitem>
656208511Smarius	  <para>Fujitsu &primepower; 850</para>
657208459Smarius	</listitem>
658208459Smarius      </itemizedlist>
659208459Smarius
660183626Ssimon    </sect2>
661183626Ssimon  </sect1>
662166770Sbmah
663183626Ssimon  <!--
664166770Sbmah
665183626Ssimon  The "Supported Devices" section of the release notes.
666183626Ssimon  Generally processor-independent, with conditional text
667183626Ssimon  inclusion handling any architecture-dependent text.
66876082Sbmah
669183626Ssimon  Within each subsection describing a class of hardware
670183626Ssimon  (i.e. Ethernet interfaces), list broad groups of devices
671183626Ssimon  alphabetically as paragraphs sorted alphabetically (frequently
672183626Ssimon  these groups will be arranged by manufacturer, i.e. 3Com
673183626Ssimon  Ethernet interfaces).
67476082Sbmah
675183626Ssimon  Where applicable, a "Miscellaneous" section may follow all
676183626Ssimon  other named sections.
677119431Sbmah
678183626Ssimon  These guidelines are not hard-and-fast rules, and exceptions
679183626Ssimon  will occur.  Following these guidelines (vague as they may be)
680183626Ssimon  is highly recommended to try to keep the formatting of
681183626Ssimon  this section consistent.
68276082Sbmah
683183626Ssimon  We give manpage references using the &man entities where
684183626Ssimon  possible.  If a driver has no manpage (and consequently no
685183626Ssimon  &man entity, we simply give the name of the driver).
686183626Ssimon  Please avoid doing &man entity conversions unless you
687183626Ssimon  know for sure that an entity and manpage exist; sweeps through
688183626Ssimon  this file to fix "missed" conversions are likely to break the
689183626Ssimon  build.
690183626Ssimon  -->
69176082Sbmah
692183626Ssimon  <sect1 id="support">
693183626Ssimon    <title>Supported Devices</title>
69476082Sbmah
695183626Ssimon    <para>This section describes the devices currently known to be
696183626Ssimon      supported by &os;.  Other configurations may also work, but
697183626Ssimon      simply have not been tested yet.  Feedback, updates, and
698183626Ssimon      corrections to this list are encouraged.</para>
69976082Sbmah
700183626Ssimon    <para>Where possible, the drivers applicable to each device or
701183626Ssimon      class of devices is listed.  If the driver in question has a
702183626Ssimon      manual page in the &os; base distribution (most should), it is
703183626Ssimon      referenced here.  Information on specific models of supported
704183626Ssimon      devices, controllers, etc. can be found in the manual
705183626Ssimon      pages.</para>
70676082Sbmah
707183626Ssimon    <note>
708183626Ssimon      <para>The device lists in this document are being generated
709183626Ssimon	automatically from &os; manual pages.  This means that some
710183626Ssimon	devices, which are supported by multiple drivers, may appear
711183626Ssimon	multiple times.</para>
712183626Ssimon    </note>
71376560Sbmah
714183626Ssimon    <sect2 id="disk">
715183626Ssimon      <title>Disk Controllers</title>
716119127Sbmah
717183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;,
718183626Ssimon	&arch.sparc64;] IDE/ATA controllers (&man.ata.4;
719183626Ssimon	driver)</para>
720124988Sbrueffer
721183626Ssimon      <para>[&arch.pc98;] IDE/ATA controllers (wdc driver)</para>
722183626Ssimon
72376082Sbmah      <itemizedlist>
724183626Ssimon	<listitem>
725107634Sbmah	  <para>On-board IDE controller</para>
72697677Snyan	</listitem>
72797677Snyan      </itemizedlist>
728118979Sbmah
729183626Ssimon      &hwlist.aac;
730122375Sbmah
731183626Ssimon      &hwlist.adv;
732150279Sbrueffer
733183626Ssimon      &hwlist.adw;
734150279Sbrueffer
735183626Ssimon      &hwlist.aha;
736118979Sbmah
737183626Ssimon      &hwlist.ahb;
738118979Sbmah
739183626Ssimon      &hwlist.ahc;
74076082Sbmah
741232376Smav      &hwlist.ahci;
742232376Smav
743183626Ssimon      &hwlist.ahd;
744102444Sbmah
745183626Ssimon      &hwlist.aic;
74676082Sbmah
747183626Ssimon      &hwlist.amr;
74876082Sbmah
749183626Ssimon      &hwlist.arcmsr;
750133094Ssimon
751183626Ssimon      &hwlist.asr;
752150279Sbrueffer
753183626Ssimon      &hwlist.bt;
75476082Sbmah
755183626Ssimon      &hwlist.ciss;
75676082Sbmah
757183626Ssimon      &hwlist.ct;
758119107Sbmah
759183626Ssimon      &hwlist.dpt;
760183626Ssimon
76187767Sbmah      <note>
762183626Ssimon	<para>[&arch.amd64;, &arch.i386;] Booting from these
763183626Ssimon	  controllers is supported. EISA adapters are not
764183626Ssimon	  supported.</para>
76587767Sbmah      </note>
76676082Sbmah
767183626Ssimon      &hwlist.esp;
768150293Sbrueffer
769229977Sbrueffer      &hwlist.hpt27xx;
770229977Sbrueffer
771183626Ssimon      &hwlist.hptiop;
772169841Sbrueffer
773183626Ssimon      &hwlist.hptmv;
774144426Sbrueffer
775183626Ssimon      &hwlist.hptrr;
776174662Sbmah
777183626Ssimon      &hwlist.ida;
778150279Sbrueffer
779183626Ssimon      &hwlist.iir;
780150279Sbrueffer
781183626Ssimon      &hwlist.ips;
782150279Sbrueffer
783232060Sbrueffer      &hwlist.isci;
784232060Sbrueffer
785183626Ssimon      &hwlist.isp;
786150279Sbrueffer
787183626Ssimon      &hwlist.mfi;
788157274Sbrueffer
789183626Ssimon      &hwlist.mlx;
79087767Sbmah
79187767Sbmah      <note>
792183626Ssimon	<para>[&arch.amd64;, &arch.i386;] Booting from these
793183626Ssimon	  controllers is supported. EISA adapters are not
794183626Ssimon	  supported.</para>
79587767Sbmah      </note>
79676082Sbmah
797183626Ssimon      &hwlist.mly;
79876082Sbmah
799227516Sbrueffer      &hwlist.mps;
800227516Sbrueffer
801183626Ssimon      &hwlist.mpt;
80276082Sbmah
803227516Sbrueffer      &hwlist.mvs;
804227516Sbrueffer
805183626Ssimon      &hwlist.ncr;
80676082Sbmah
807183626Ssimon      &hwlist.ncv;
808133457Ssimon
809183626Ssimon      &hwlist.nsp;
81076082Sbmah
811183626Ssimon      &hwlist.pst;
81276560Sbmah
813232376Smav      &hwlist.siis;
814232376Smav
815183626Ssimon      &hwlist.stg;
816108922Sbmah
817183626Ssimon      &hwlist.sym;
81887100Sbmah
819183626Ssimon      &hwlist.trm;
82090031Sbmah
821183626Ssimon      &hwlist.twa;
822102321Sbmah
823183626Ssimon      &hwlist.twe;
824137140Ssimon
825183626Ssimon      &hwlist.vpo;
826114978Sbmah
827183626Ssimon      <para>[&arch.i386;] The wds(4) driver supports the WD7000 SCSI
828183626Ssimon	controller.</para>
829134916Ssimon
830183626Ssimon      <para>With all supported SCSI controllers, full support is
831183626Ssimon	provided for SCSI-I, SCSI-II, and SCSI-III peripherals,
832183626Ssimon	including hard disks, optical disks, tape drives (including
833183626Ssimon	DAT, 8mm Exabyte, Mammoth, and DLT), medium changers,
834183626Ssimon	processor target devices and CD-ROM drives.  WORM devices that
835183626Ssimon	support CD-ROM commands are supported for read-only access by
836183626Ssimon	the CD-ROM drivers (such as &man.cd.4;).  WORM/CD-R/CD-RW
837183626Ssimon	writing support is provided by &man.cdrecord.1;, which is a
838183626Ssimon	part of the <filename
839183626Ssimon	  role="package">sysutils/cdrtools</filename> port in the Ports
840183626Ssimon	Collection.</para>
84176082Sbmah
842183626Ssimon      <para>The following CD-ROM type systems are supported at this
843183626Ssimon	time:</para>
844183626Ssimon
84576082Sbmah      <itemizedlist>
846183626Ssimon	<listitem>
847183626Ssimon	  <para>SCSI interface (also includes ProAudio Spectrum and
848183626Ssimon	    SoundBlaster SCSI) (&man.cd.4;)</para>
84976082Sbmah	</listitem>
850116504Sbmah
851166767Sbmah	<listitem>
852183626Ssimon	  <para>[&arch.i386;] Sony proprietary interface (all models)
853183626Ssimon	    (&man.scd.4;)</para>
85476082Sbmah	</listitem>
855116505Sbmah
85676082Sbmah	<listitem>
85776082Sbmah	  <para>ATAPI IDE interface (&man.acd.4;)</para>
85876082Sbmah	</listitem>
85976082Sbmah      </itemizedlist>
86076082Sbmah
861183626Ssimon      <para>[&arch.i386;] The following device is unmaintained:</para>
862183626Ssimon
86376082Sbmah      <itemizedlist>
864183626Ssimon	<listitem>
865183626Ssimon	  <para>Mitsumi proprietary CD-ROM interface (all models)
866183626Ssimon	    (&man.mcd.4;)</para>
86776082Sbmah	</listitem>
86876082Sbmah      </itemizedlist>
869183626Ssimon    </sect2>
87076082Sbmah
871183626Ssimon    <sect2 id="ethernet">
872183626Ssimon      <title>Ethernet Interfaces</title>
87376082Sbmah
874183626Ssimon      &hwlist.ae;
875183607Ssimon
876183632Ssimon      &hwlist.age;
877183632Ssimon
878185241Sdelphij      &hwlist.ale;
879185241Sdelphij
880183626Ssimon      &hwlist.aue;
88176082Sbmah
882183626Ssimon      &hwlist.axe;
88376082Sbmah
884183626Ssimon      &hwlist.bce;
885157648Sbrueffer
886183626Ssimon      <para>[&arch.amd64;, &arch.i386;] Broadcom BCM4401 based Fast
887183626Ssimon	Ethernet adapters (&man.bfe.4; driver)</para>
88876082Sbmah
889183626Ssimon      &hwlist.bge;
890135144Sbrueffer
891237700Sbrueffer      &hwlist.bxe;
892237700Sbrueffer
893194248Smarius      &hwlist.cas;
894194248Smarius
895183626Ssimon      &hwlist.cdce;
896150278Sbrueffer
897183626Ssimon      <para>[&arch.amd64;, &arch.i386;] Crystal Semiconductor
898183626Ssimon	CS89x0-based NICs (&man.cs.4; driver)</para>
89976560Sbmah
900183626Ssimon      &hwlist.cue;
90176082Sbmah
902183626Ssimon      &hwlist.cxgb;
903172336Sbrueffer
904183626Ssimon      &hwlist.dc;
90576082Sbmah
906183626Ssimon      &hwlist.de;
90776082Sbmah
908183626Ssimon      &hwlist.ed;
90976082Sbmah
910183626Ssimon      &hwlist.em;
91176082Sbmah
912183626Ssimon      &hwlist.ep;
91376498Sbmah
914208024Sbrueffer      <para>Agere ET1310 Gigabit Ethernet adapters
915208024Sbrueffer	(&man.et.4; driver)</para>
916207982Sbrueffer
917183626Ssimon      &hwlist.ex;
91876082Sbmah
919183626Ssimon      &hwlist.fe;
92076082Sbmah
921183626Ssimon      &hwlist.fxp;
92276082Sbmah
923183626Ssimon      &hwlist.gem;
92476082Sbmah
925183626Ssimon      &hwlist.hme;
92676082Sbmah
927183626Ssimon      &hwlist.ie;
928150242Sjoel
929183655Ssimon      &hwlist.igb;
930183655Ssimon
931183626Ssimon      &hwlist.ixgb;
93276082Sbmah
933185532Sbrueffer      &hwlist.ixgbe;
934185532Sbrueffer
935183647Ssimon      &hwlist.jme;
936183647Ssimon
937183626Ssimon      &hwlist.kue;
93876082Sbmah
939183626Ssimon      &hwlist.lge;
940113884Sbmah
941183626Ssimon      &hwlist.msk;
942165157Sbrueffer
943183626Ssimon      &hwlist.mxge;
944159606Sbrueffer
945183626Ssimon      &hwlist.my;
946126363Sbmah
947183626Ssimon      &hwlist.nfe;
948171111Sbrueffer
949183626Ssimon      &hwlist.nge;
95076082Sbmah
951183626Ssimon      &hwlist.nve;
95276082Sbmah
953183626Ssimon      &hwlist.nxge;
954171111Sbrueffer
955231943Sbrueffer      &hwlist.oce;
956231943Sbrueffer
957183626Ssimon      &hwlist.pcn;
95885666Sbmah
959227275Sbrueffer      &hwlist.qlxgb;
960227275Sbrueffer
961183626Ssimon      &hwlist.re;
96285666Sbmah
963183626Ssimon      &hwlist.rl;
96476082Sbmah
965183626Ssimon      &hwlist.rue;
96685666Sbmah
967183626Ssimon      &hwlist.sf;
96885666Sbmah
969227666Sbrueffer      &hwlist.sfxge;
970227666Sbrueffer
971207982Sbrueffer      &hwlist.sge;
972207982Sbrueffer
973183626Ssimon      &hwlist.sis;
97485710Sbmah
975183626Ssimon      &hwlist.sk;
97676082Sbmah
977183626Ssimon      &hwlist.sn;
97876082Sbmah
979183626Ssimon      &hwlist.snc;
98076082Sbmah
981183626Ssimon      &hwlist.ste;
98277590Sbmah
983183626Ssimon      &hwlist.stge;
984160659Sbrueffer
985183626Ssimon      &hwlist.ti;
98680242Sbmah
987183626Ssimon      &hwlist.tl;
98885163Sbmah
989186208Smurray      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] SMC 83c17x
990183626Ssimon	(EPIC)-based Ethernet NICs (&man.tx.4; driver)</para>
99185163Sbmah
992183626Ssimon      &hwlist.txp;
99391503Sbmah
994183626Ssimon      &hwlist.udav;
99595057Sbmah
996183626Ssimon      &hwlist.vge;
99795057Sbmah
998183626Ssimon      &hwlist.vr;
999119991Sbmah
1000183626Ssimon      &hwlist.vx;
1001119991Sbmah
1002225184Sbrueffer      &hwlist.vxge;
1003225184Sbrueffer
1004183626Ssimon      &hwlist.wb;
1005134219Sbrueffer
1006183626Ssimon      &hwlist.xe;
1007135057Ssimon
1008183626Ssimon      &hwlist.xl;
1009146397Sbrueffer
1010183626Ssimon    </sect2>
101176082Sbmah
1012183626Ssimon    <sect2 id="fddi">
1013183626Ssimon      <title>FDDI Interfaces</title>
101476082Sbmah
1015186208Smurray      <para>[&arch.i386;, &arch.pc98;] DEC DEFPA PCI (&man.fpa.4;
1016183626Ssimon	driver)</para>
1017109739Sbmah
1018183626Ssimon      <para>[&arch.i386;] DEC DEFEA EISA (&man.fpa.4; driver)</para>
1019183626Ssimon    </sect2>
1020109739Sbmah
1021183626Ssimon    <sect2 id="atm">
1022183626Ssimon      <title>ATM Interfaces</title>
1023109739Sbmah
1024186208Smurray      <para>[&arch.i386;, &arch.pc98;] Midway-based ATM interfaces
1025183626Ssimon	(&man.en.4; driver)</para>
1026109739Sbmah
1027186208Smurray      <para>[&arch.i386;, &arch.pc98; &arch.sparc64;] FORE Systems,
1028183626Ssimon	Inc. PCA-200E ATM PCI Adapters (hfa and &man.fatm.4;
1029183626Ssimon	drivers)</para>
1030118804Sbmah
1031183626Ssimon      <para>[&arch.i386;, &arch.pc98;] IDT NICStAR 77201/211-based ATM
1032183626Ssimon	Adapters (&man.idt.4; driver)</para>
1033118804Sbmah
1034186208Smurray      <para>[&arch.i386;, &arch.pc98; &arch.sparc64;] FORE Systems,
1035183626Ssimon	Inc. HE155 and HE622 ATM interfaces (&man.hatm.4;
1036183626Ssimon	driver)</para>
103776082Sbmah
1038183626Ssimon      <para>[&arch.i386;, &arch.pc98;] IDT77252-based ATM cards
1039183626Ssimon	(&man.patm.4; driver)</para>
1040183626Ssimon    </sect2>
104176560Sbmah
1042183626Ssimon    <sect2 id="wlan">
1043183626Ssimon      <title>Wireless Network Interfaces</title>
1044172037Sbrueffer
1045183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Cisco/Aironet
1046183626Ssimon	802.11b wireless adapters (&man.an.4; driver)</para>
1047172117Sbrueffer
1048183626Ssimon      &hwlist.ath;
1049172117Sbrueffer
1050192196Sbrueffer      &hwlist.bwi;
1051192196Sbrueffer
1052237701Sbrueffer      &hwlist.bwn;
1053237701Sbrueffer
1054183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless 2100
1055183626Ssimon	MiniPCI network adapter (&man.ipw.4; driver)</para>
1056172129Sbrueffer
1057183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless
1058183626Ssimon	2200BG/2915ABG MiniPCI and 2225BG PCI network adapters
1059183626Ssimon	(&man.iwi.4; driver)</para>
1060172037Sbrueffer
1061183845Sbrueffer      <para>[&arch.i386;, &arch.amd64;] Intel Wireless WiFi Link
1062183845Sbrueffer	4965AGN IEEE 802.11n PCI network adapters
1063183845Sbrueffer	(&man.iwn.4; driver)</para>
1064183845Sbrueffer
1065183845Sbrueffer      <para>[&arch.i386;, &arch.amd64;] Marvell Libertas IEEE 802.11b/g
1066183845Sbrueffer        PCI network adapters (&man.malo.4; driver)</para>
1067183845Sbrueffer
1068207982Sbrueffer      <para>Marvell 88W8363 IEEE 802.11n wireless network
1069207982Sbrueffer	adapters (&man.mwl.4; driver)</para>
1070207982Sbrueffer
1071183626Ssimon      &hwlist.ral;
1072172079Sbrueffer
1073183626Ssimon      &hwlist.rum;
107476082Sbmah
1075207991Sbrueffer      &hwlist.run;
1076207991Sbrueffer
1077190825Sbrueffer      &hwlist.uath;
1078190825Sbrueffer
1079185532Sbrueffer      &hwlist.upgt;
1080185532Sbrueffer
1081183626Ssimon      &hwlist.ural;
108276082Sbmah
1083192196Sbrueffer      &hwlist.urtw;
1084192196Sbrueffer
1085183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Lucent
1086183626Ssimon	Technologies WaveLAN/IEEE 802.11b wireless network adapters
1087183626Ssimon	and workalikes using the Lucent Hermes, Intersil PRISM-II,
1088183626Ssimon	Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24
1089183626Ssimon	chipsets (&man.wi.4; driver)</para>
1090173586Sbrueffer
1091183626Ssimon      <para>[&arch.i386;] NCR / AT&amp;T / Lucent Technologies WaveLan
1092183626Ssimon	T1-speed ISA/radio LAN cards (&man.wl.4; driver)</para>
1093172036Sbrueffer
1094183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless 3945ABG
1095183626Ssimon	MiniPCI network adapters (&man.wpi.4; driver)</para>
109676082Sbmah
1097183626Ssimon      &hwlist.zyd;
1098183626Ssimon    </sect2>
109987100Sbmah
1100183626Ssimon    <sect2 id="misc-network">
1101183626Ssimon      <title>Miscellaneous Networks</title>
1102155296Sbrueffer
1103183626Ssimon      &hwlist.ce;
1104123164Sbmah
1105183626Ssimon      &hwlist.cx;
1106129375Srik
1107183626Ssimon      &hwlist.cp;
1108127755Srik
1109183626Ssimon      &hwlist.ctau;
1110108922Sbmah
1111183626Ssimon      &hwlist.cm;
1112183626Ssimon    </sect2>
111387100Sbmah
1114183626Ssimon    <sect2 id="serial">
1115183626Ssimon      <title>Serial Interfaces</title>
1116105426Sbmah
1117186208Smurray      <para>[&arch.amd64;, &arch.i386;] <quote>PC standard</quote>
1118183626Ssimon	8250, 16450, and 16550-based serial ports (&man.sio.4;
1119183626Ssimon	driver)</para>
1120157417Smarcel
1121183626Ssimon      &hwlist.uart;
112276082Sbmah
1123183626Ssimon      &hwlist.scc;
1124183626Ssimon
1125186208Smurray      <para>[&arch.amd64;, &arch.i386;] AST 4 port serial card using
1126183626Ssimon	shared IRQ</para>
1127183626Ssimon
112876082Sbmah      <itemizedlist>
1129183626Ssimon	<listitem>
113076082Sbmah	  <para>ARNET 8 port serial card using shared IRQ</para>
113176082Sbmah	</listitem>
1132183626Ssimon
1133183626Ssimon	<listitem>
1134183626Ssimon	  <para>ARNET (now Digiboard) Sync 570/i high-speed
1135183626Ssimon	    serial</para>
113676082Sbmah	</listitem>
113776082Sbmah      </itemizedlist>
1138183626Ssimon
1139183626Ssimon      <para>[&arch.i386;] Boca multi-port serial cards</para>
1140183626Ssimon
114176082Sbmah      <itemizedlist>
1142183626Ssimon	<listitem>
114376082Sbmah	  <para>Boca BB1004 4-Port serial card (Modems
1144183626Ssimon	    <emphasis>not</emphasis> supported)</para>
114576082Sbmah	</listitem>
1146183626Ssimon
1147183626Ssimon	<listitem>
1148183626Ssimon	  <para>Boca IOAT66 6-Port serial card (Modems
1149183626Ssimon	    supported)</para>
115076082Sbmah	</listitem>
1151183626Ssimon
1152183626Ssimon	<listitem>
115376082Sbmah	  <para>Boca BB1008 8-Port serial card (Modems
1154183626Ssimon	    <emphasis>not</emphasis> supported)</para>
115576082Sbmah	</listitem>
1156183626Ssimon
1157183626Ssimon	<listitem>
1158183626Ssimon	  <para>Boca BB2016 16-Port serial card (Modems
1159183626Ssimon	    supported)</para>
116076082Sbmah	</listitem>
116176082Sbmah      </itemizedlist>
116276082Sbmah
1163183626Ssimon      <para>[&arch.i386;] Comtrol Rocketport card (&man.rp.4;
1164183626Ssimon	driver)</para>
116576082Sbmah
1166183626Ssimon      <para>[&arch.i386;] Cyclades Cyclom-Y serial board (&man.cy.4;
1167183626Ssimon	driver)</para>
116876082Sbmah
1169183626Ssimon      <para>[&arch.i386;] STB 4 port card using shared IRQ</para>
117076082Sbmah
1171183626Ssimon      <para>[&arch.i386;] DigiBoard intelligent serial cards (digi
1172183626Ssimon	driver)</para>
117376082Sbmah
1174186208Smurray      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;] PCI-Based
1175183626Ssimon	multi-port serial boards (&man.puc.4; driver)</para>
1176183626Ssimon
117790739Sbmah      <itemizedlist>
1178166767Sbmah	<listitem>
1179186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Actiontech 56K PCI</para>
118091898Sbmah	</listitem>
1181183626Ssimon
1182183626Ssimon	<listitem>
1183186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Avlab Technology, PCI IO 2S
1184183626Ssimon	    and PCI IO 4S</para>
118590739Sbmah	</listitem>
1186183626Ssimon
1187166767Sbmah	<listitem>
1188186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Comtrol RocketPort 550</para>
1189113567Sbmah	</listitem>
1190183626Ssimon
1191166767Sbmah	<listitem>
1192186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Decision Computers PCCOM
1193183626Ssimon	    4-port serial and dual port RS232/422/485</para>
1194113567Sbmah	</listitem>
1195183626Ssimon
1196166767Sbmah	<listitem>
1197166767Sbmah	  <para>[&arch.ia64;] Diva Serial (GSP) Multiport UART</para>
1198115240Sbmah	</listitem>
1199183626Ssimon
1200166767Sbmah	<listitem>
1201186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Dolphin Peripherals
1202183626Ssimon	    4025/4035/4036</para>
1203113567Sbmah	</listitem>
1204183626Ssimon
1205166767Sbmah	<listitem>
1206186208Smurray	  <para>[&arch.amd64;, &arch.i386;] IC Book Labs Dreadnought
1207183626Ssimon	    16x Lite and Pro</para>
1208113567Sbmah	</listitem>
1209183626Ssimon
1210166767Sbmah	<listitem>
1211186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Lava Computers
1212183626Ssimon	    2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550</para>
1213113567Sbmah	</listitem>
1214183626Ssimon
1215166767Sbmah	<listitem>
1216186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Middle Digital, Weasle
1217183626Ssimon	    serial port</para>
1218113567Sbmah	</listitem>
1219183626Ssimon
1220183626Ssimon	<listitem>
1221186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Moxa Industio CP-114,
1222183626Ssimon	    Smartio C104H-PCI and C168H/PCI</para>
122390739Sbmah	</listitem>
1224183626Ssimon
1225166767Sbmah	<listitem>
1226186208Smurray	  <para>[&arch.amd64;, &arch.i386;] NEC PK-UG-X001 and
1227183626Ssimon	    PK-UG-X008</para>
1228113567Sbmah	</listitem>
1229183626Ssimon
1230183626Ssimon	<listitem>
1231186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Netmos NM9835
1232183626Ssimon	    PCI-2S-550</para>
123390739Sbmah	</listitem>
1234183626Ssimon
1235166767Sbmah	<listitem>
1236186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Oxford Semiconductor
1237183626Ssimon	    OX16PCI954 PCI UART</para>
1238113567Sbmah	</listitem>
1239183626Ssimon
1240166767Sbmah	<listitem>
1241186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Syba Tech SD-LAB
1242183626Ssimon	    PCI-4S2P-550-ECP</para>
1243113567Sbmah	</listitem>
1244183626Ssimon
1245166767Sbmah	<listitem>
1246186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber I/O PCI
1247183626Ssimon	    16C550/16C650/16C850</para>
1248113567Sbmah	</listitem>
1249183626Ssimon
1250166767Sbmah	<listitem>
1251186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 2P1S PCI
1252183626Ssimon	    16C550/16C650/16C850</para>
1253113567Sbmah	</listitem>
1254183626Ssimon
1255166767Sbmah	<listitem>
1256186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 2S1P PCI
1257183626Ssimon	    16C550/16C650/16C850</para>
1258113567Sbmah	</listitem>
1259183626Ssimon
1260166767Sbmah	<listitem>
1261186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 4S PCI
1262183626Ssimon	  16C550/16C650/16C850</para>
1263113567Sbmah	</listitem>
1264183626Ssimon
1265166767Sbmah	<listitem>
1266186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber Serial (Single
1267183626Ssimon	    and Dual) PCI 16C550/16C650/16C850</para>
1268113567Sbmah	</listitem>
1269183626Ssimon
1270183626Ssimon	<listitem>
1271186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Syba Tech
1272183626Ssimon	    Ltd. PCI-4S2P-550-ECP</para>
127395160Sbmah	</listitem>
1274183626Ssimon
1275166767Sbmah	<listitem>
1276186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Titan PCI-200H and
1277183626Ssimon	    PCI-800H</para>
127891178Sbmah	</listitem>
1279183626Ssimon
1280166767Sbmah	<listitem>
1281186208Smurray	  <para>[&arch.amd64;, &arch.i386;] US Robotics (3Com) 3CP5609
1282183626Ssimon	    modem</para>
1283113567Sbmah	</listitem>
1284183626Ssimon
1285166767Sbmah	<listitem>
1286186208Smurray	  <para>[&arch.amd64;, &arch.i386;] VScom PCI-400 and
1287183626Ssimon	    PCI-800</para>
1288113567Sbmah	</listitem>
128990739Sbmah      </itemizedlist>
129090739Sbmah
1291183626Ssimon      &hwlist.rc;
129276082Sbmah
1293183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Specialix SI/XIO/SX multiport
1294183626Ssimon	serial cards, with both the older SIHOST2.x and the
1295183626Ssimon	<quote>enhanced</quote> (transputer based, aka JET) host cards
1296183626Ssimon	(ISA, EISA and PCI) are supported.  Note that the newer SX+
1297183626Ssimon	PCI cards are not currently supported.  (&man.si.4;
1298183626Ssimon	driver)</para>
129976082Sbmah
1300183626Ssimon      <para>[&arch.pc98;] Internel serial interfaces (&man.sio.4;
1301183626Ssimon	driver)</para>
1302183626Ssimon
130397677Snyan      <itemizedlist>
1304183626Ssimon	<listitem>
130597677Snyan	  <para>PC-9801 on-board</para>
130697677Snyan	</listitem>
1307183626Ssimon	<listitem>
130897677Snyan	  <para>PC-9821 2'nd CCU (flags 0x12000000)</para>
130997677Snyan	</listitem>
131097677Snyan      </itemizedlist>
131197677Snyan
1312183626Ssimon      <para>[&arch.pc98;] NEC PC-9861K, PC-9801-101 and Midori-Denshi
1313183626Ssimon	MDC-926Rs (&man.sio.4; driver)</para>
1314183626Ssimon
131597677Snyan      <itemizedlist>
1316183626Ssimon	<listitem>
131797677Snyan	  <para>COM2 (flags 0x01000000)</para>
131897677Snyan	</listitem>
1319183626Ssimon
1320183626Ssimon	<listitem>
132197677Snyan	  <para>COM3 (flags 0x02000000)</para>
132297677Snyan	</listitem>
132397677Snyan      </itemizedlist>
132497677Snyan
1325183626Ssimon      <para>[&arch.pc98;] NEC PC-9801-120 (&man.sio.4; driver)</para>
1326183626Ssimon
1327166767Sbmah      <note>
1328183626Ssimon	<para>"flags 0x11000000" is necessary in kernel
1329183626Ssimon	  configuration.</para>
133097677Snyan      </note>
133197677Snyan
1332183626Ssimon      <para>[&arch.pc98;] Microcore MC-16550, MC-16550II, MC-RS98
1333183626Ssimon	(&man.sio.4; driver)</para>
1334183626Ssimon
1335166767Sbmah      <note>
1336183626Ssimon	<para>"flags 0x14000?01" is necessary in kernel
1337183626Ssimon	  configuration.</para>
133897677Snyan      </note>
133997677Snyan
1340183626Ssimon      <para>[&arch.pc98;] Media Intelligent RSB-2000, RSB-3000 and
1341183626Ssimon	AIWA B98-02 (&man.sio.4; driver)</para>
1342183626Ssimon
1343166767Sbmah      <note>
1344183626Ssimon	<para>"flags 0x15000?01" is necessary in kernel
1345183626Ssimon	configuration.</para>
134697677Snyan      </note>
134797677Snyan
1348183626Ssimon      <para>[&arch.pc98;] Media Intelligent RSB-384 (&man.sio.4;
1349183626Ssimon	driver)</para>
1350183626Ssimon
1351166767Sbmah      <note>
1352183626Ssimon	<para>"flags 0x16000001" is necessary in kernel
1353183626Ssimon	  configuration.</para>
135497677Snyan      </note>
135597677Snyan
1356183626Ssimon      <para>[&arch.pc98;] I-O DATA RSA-98III (&man.sio.4;
1357183626Ssimon	driver)</para>
1358183626Ssimon
1359166767Sbmah      <note>
1360183626Ssimon	<para>"flags 0x18000?01" is necessary in kernel
1361183626Ssimon	  configuration.</para>
136297677Snyan      </note>
136397677Snyan
1364183626Ssimon      <para>[&arch.pc98;] Hayes ESP98 (&man.sio.4; driver)</para>
1365183626Ssimon
1366166767Sbmah      <note>
1367183626Ssimon	<para>"options COM_ESP" and "flags 0x19000000" are necessary
1368183626Ssimon	  in kernel configuration.</para>
136997677Snyan      </note>
137097677Snyan
1371183626Ssimon    </sect2>
1372109747Sbmah
1373183626Ssimon    <sect2 id="sound">
1374183626Ssimon      <title>Sound Devices</title>
1375134414Ssimon
1376183626Ssimon      &hwlist.snd.ad1816;
1377109747Sbmah
1378183626Ssimon      &hwlist.snd.als4000;
1379152888Sbrueffer
1380183626Ssimon      &hwlist.snd.atiixp;
1381146494Sbrueffer
1382183626Ssimon      &hwlist.snd.audiocs;
1383109747Sbmah
1384183626Ssimon      &hwlist.snd.cmi;
1385146494Sbrueffer
1386183626Ssimon      &hwlist.snd.cs4281;
1387109747Sbmah
1388183626Ssimon      &hwlist.snd.csa;
1389146494Sbrueffer
1390183626Ssimon      &hwlist.snd.ds1;
1391146494Sbrueffer
1392183626Ssimon      &hwlist.snd.emu10k1;
1393162930Sjoel
1394183626Ssimon      &hwlist.snd.emu10kx;
1395159694Sbrueffer
1396183626Ssimon      &hwlist.snd.envy24;
1397162930Sjoel
1398183626Ssimon      &hwlist.snd.envy24ht;
1399109747Sbmah
1400183626Ssimon      &hwlist.snd.es137x;
1401135533Ssimon
1402183626Ssimon      &hwlist.snd.ess;
1403138850Ssimon
1404183626Ssimon      &hwlist.snd.fm801;
1405138850Ssimon
1406183626Ssimon      &hwlist.snd.gusc;
1407162928Sjoel
1408183626Ssimon      &hwlist.snd.hda;
1409109747Sbmah
1410232355Sbrueffer      &hwlist.snd.hdspe;
1411232355Sbrueffer
1412183626Ssimon      &hwlist.snd.ich;
1413144942Sbrueffer
1414183626Ssimon      &hwlist.snd.maestro;
1415109747Sbmah
1416183626Ssimon      &hwlist.snd.maestro3;
1417151215Sjoel
1418183626Ssimon      &hwlist.snd.mss;
1419109747Sbmah
1420183626Ssimon      &hwlist.snd.neomagic;
1421109747Sbmah
1422183626Ssimon      &hwlist.snd.sbc;
1423109745Sbmah
1424183626Ssimon      &hwlist.snd.solo;
1425162930Sjoel
1426183626Ssimon      &hwlist.snd.spicds;
1427149099Sjoel
1428183626Ssimon      &hwlist.snd.t4dwave;
1429144942Sbrueffer
1430183626Ssimon      &hwlist.snd.via8233;
1431109747Sbmah
1432183626Ssimon      &hwlist.snd.via82c686;
1433109747Sbmah
1434183626Ssimon      &hwlist.snd.vibes;
1435183626Ssimon
1436183626Ssimon      <para>[&arch.pc98;] NEC PC-9801-73, 86 and compatibles (nss
1437183626Ssimon	driver)</para>
1438183626Ssimon
143997677Snyan      <itemizedlist>
1440183626Ssimon	<listitem>
1441183626Ssimon	  <para>NEC A-MATE internal sound</para>
1442183626Ssimon	</listitem>
1443183626Ssimon
1444183626Ssimon	<listitem>
1445183626Ssimon	  <para>Q-Vision WaveStar, WaveMaster</para>
1446183626Ssimon	</listitem>
144797677Snyan      </itemizedlist>
1448109747Sbmah
1449183626Ssimon      <para>[&arch.pc98;] NEC X-MATE, CanBe, ValueStar internal (mss
1450183626Ssimon	driver)</para>
1451109747Sbmah
1452183626Ssimon      <para>[&arch.pc98;] Creative Technologies SoundBlaster(98)
1453183626Ssimon	(&man.sb.4; driver)</para>
1454109747Sbmah
1455183626Ssimon      <para>[&arch.pc98;] I-O DATA CD-BOX (&man.sb.4; driver)</para>
1456109747Sbmah
1457183626Ssimon      <para>[&arch.pc98;] MPU-401 and compatible interfaces (mpu
1458183626Ssimon	driver)</para>
1459183626Ssimon
146097677Snyan      <itemizedlist>
1461183626Ssimon	<listitem>
1462183626Ssimon	  <para>Q-Vision WaveStar</para>
1463183626Ssimon	</listitem>
146497677Snyan      </itemizedlist>
1465183626Ssimon    </sect2>
1466109743Sbmah
1467183626Ssimon    <sect2 id="camera">
1468183626Ssimon      <title>Camera and Video Capture Devices</title>
1469139404Sbrueffer
1470183626Ssimon      &hwlist.bktr;
1471139404Sbrueffer
1472183626Ssimon      <para>[&arch.i386;] Connectix QuickCam</para>
1473183626Ssimon    </sect2>
147476082Sbmah
1475183626Ssimon    <sect2 id="usb">
1476183626Ssimon      <title>USB Devices</title>
147776082Sbmah
1478183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] A
1479183626Ssimon	range of USB peripherals are supported; devices known to work
1480183626Ssimon	are listed in this section.  Owing to the generic nature of
1481183626Ssimon	most USB devices, with some exceptions any device of a given
1482183626Ssimon	class will be supported, even if not explicitly listed
1483183626Ssimon	here.</para>
148476082Sbmah
1485183626Ssimon      <note>
1486183626Ssimon	<para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1487183626Ssimon	  USB Ethernet adapters can be found in the section listing
1488183626Ssimon	  <link linkend="ethernet">Ethernet
1489183626Ssimon	    interfaces</link>.</para>
1490183626Ssimon      </note>
149176082Sbmah
1492183626Ssimon      <note>
1493183626Ssimon	<para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1494183626Ssimon	  USB Bluetooth adapters can be found in <link
1495183626Ssimon	    linkend="bluetooth">Bluetooth</link> section.</para>
1496183626Ssimon      </note>
1497107425Sbmah
1498183626Ssimon      &hwlist.ohci;
1499113709Sbmah
1500183626Ssimon      &hwlist.uhci;
1501123183Sbmah
1502183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] USB
1503183626Ssimon	2.0 controllers using the EHCI interface (&man.ehci.4;
1504183626Ssimon	driver)</para>
1505113709Sbmah
1506183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1507183626Ssimon	Hubs</para>
1508183626Ssimon
1509183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1510183626Ssimon	Keyboards (&man.ukbd.4; driver)</para>
1511183626Ssimon
1512186208Smurray      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1513183626Ssimon	Miscellaneous</para>
1514183626Ssimon
151576082Sbmah      <itemizedlist>
1516183626Ssimon	<listitem>
1517116409Shrs	  <para>Assist Computer Systems PC Camera C-M1</para>
1518116409Shrs	</listitem>
1519183626Ssimon
1520183626Ssimon	<listitem>
152176082Sbmah	  <para>ActiveWire I/O Board</para>
152276082Sbmah	</listitem>
1523183626Ssimon
1524183626Ssimon	<listitem>
1525116409Shrs	  <para>Creative Technology Video Blaster WebCam Plus</para>
1526116409Shrs	</listitem>
1527183626Ssimon
152891715Sbmah	<listitem>
1529122262Sbmah	  <para>D-Link DSB-R100 USB Radio (&man.ufm.4; driver)</para>
153091715Sbmah	</listitem>
1531183626Ssimon
1532183626Ssimon	<listitem>
1533116409Shrs	  <para>Mirunet AlphaCam Plus</para>
1534116409Shrs	</listitem>
153576082Sbmah      </itemizedlist>
1536134047Ssimon
1537183626Ssimon      &hwlist.urio;
1538135830Ssimon
1539183626Ssimon      &hwlist.umodem;
1540134047Ssimon
1541183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] Mice
1542183626Ssimon	(&man.ums.4; driver)</para>
1543134047Ssimon
1544183626Ssimon      &hwlist.ulpt;
1545135830Ssimon
1546183626Ssimon      &hwlist.ubsa;
1547135111Ssimon
1548183626Ssimon      &hwlist.ubser;
1549135111Ssimon
1550183626Ssimon      &hwlist.uftdi;
1551135111Ssimon
1552183626Ssimon      &hwlist.uplcom;
1553135111Ssimon
1554183626Ssimon      &hwlist.umct;
1555135830Ssimon
1556183626Ssimon      &hwlist.umass;
155776082Sbmah
1558183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Audio Devices
1559183626Ssimon	(&man.uaudio.4; driver)</para>
1560115285Shrs
1561183626Ssimon      &hwlist.uvisor;
1562183626Ssimon    </sect2>
1563135114Ssimon
1564183626Ssimon    <sect2 id="firewire">
1565183626Ssimon      <title>IEEE 1394 (Firewire) Devices</title>
1566102323Sbmah
1567183626Ssimon      &hwlist.fwohci;
1568106558Sbmah
1569183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.sparc64;] Serial Bus
1570183626Ssimon	Protocol 2 (SBP-2) storage devices (&man.sbp.4; driver)</para>
1571183626Ssimon    </sect2>
1572106558Sbmah
1573183626Ssimon    <sect2 id="bluetooth">
1574183626Ssimon      <title>Bluetooth Devices</title>
1575106558Sbmah
1576183626Ssimon      &hwlist.ng.bt3c;
1577106558Sbmah
1578183626Ssimon      &hwlist.ng.ubt;
1579183626Ssimon    </sect2>
1580107425Sbmah
1581183626Ssimon    <sect2 id="crypto-accel">
1582183626Ssimon      <title>Cryptographic Accelerators</title>
1583107425Sbmah
1584183626Ssimon      &hwlist.hifn;
1585107425Sbmah
1586183626Ssimon      &hwlist.safe;
1587107425Sbmah
1588183626Ssimon      &hwlist.ubsec;
1589183626Ssimon    </sect2>
1590104526Sbmah
1591183626Ssimon    <sect2 id="misc">
1592183626Ssimon      <title>Miscellaneous</title>
1593104526Sbmah
1594183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1595183626Ssimon	FAX-Modem/PCCARD</para>
1596121834Sbmah
159776082Sbmah      <itemizedlist>
1598183626Ssimon	<listitem>
1599115373Shrs	  <para>MELCO IGM-PCM56K/IGM-PCM56KH</para>
160076082Sbmah	</listitem>
1601183626Ssimon
1602183626Ssimon	<listitem>
1603183626Ssimon	  <para>Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD
1604183626Ssimon	    terminal)</para>
160576082Sbmah	</listitem>
160676082Sbmah      </itemizedlist>
160776082Sbmah
1608183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Floppy drives
1609183626Ssimon	(&man.fdc.4; driver)</para>
1610114865Sbmah
1611186208Smurray      <para>[&arch.amd64;, &arch.i386;] VGA-compatible video cards
1612183626Ssimon	(&man.vga.4; driver)</para>
1613114865Sbmah
1614114865Sbmah      <note>
1615114865Sbmah	<para>Information regarding specific video cards and
1616139482Sbrueffer	  compatibility with <application>Xorg</application> can be
1617183626Ssimon	  found at <ulink url="http://www.x.org/"></ulink>.</para>
1618114865Sbmah      </note>
1619114865Sbmah
1620183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1621183626Ssimon	Keyboards including:</para>
1622183626Ssimon
162376082Sbmah      <itemizedlist>
1624183626Ssimon	<listitem>
1625183626Ssimon	  <para>[&arch.i386;] AT-style keyboards (&man.atkbd.4;
1626183626Ssimon	    driver)</para>
162776082Sbmah	</listitem>
1628183626Ssimon
1629183626Ssimon	<listitem>
1630183626Ssimon	  <para>[&arch.amd64;, &arch.i386;] PS/2 keyboards
1631183626Ssimon	    (&man.atkbd.4; driver)</para>
163276082Sbmah	</listitem>
1633183626Ssimon
1634183626Ssimon	<listitem>
1635166767Sbmah	  <para>[&arch.pc98;] Standard keyboards</para>
163697677Snyan	</listitem>
1637183626Ssimon
1638183626Ssimon	<listitem>
1639183626Ssimon	  <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1640183626Ssimon	    USB keyboards (&man.ukbd.4; driver)</para>
164176082Sbmah	</listitem>
164276082Sbmah      </itemizedlist>
1643123265Sbmah
1644183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1645183626Ssimon	Pointing devices including:</para>
1646183626Ssimon
164776082Sbmah      <itemizedlist>
1648183626Ssimon	<listitem>
1649183626Ssimon	  <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Bus mice and
1650183626Ssimon	    compatible devices (&man.mse.4; driver)</para>
165176082Sbmah	</listitem>
1652183626Ssimon
1653183626Ssimon	<listitem>
1654183626Ssimon	  <para>[&arch.amd64;, &arch.i386;] PS/2 mice and compatible
1655183626Ssimon	    devices, including many laptop pointing devices
1656183626Ssimon	    (&man.psm.4; driver)</para>
165776082Sbmah	</listitem>
1658183626Ssimon
1659183626Ssimon	<listitem>
1660114865Sbmah	  <para>Serial mice and compatible devices</para>
166176082Sbmah	</listitem>
1662183626Ssimon
1663183626Ssimon	<listitem>
1664183626Ssimon	  <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1665183626Ssimon	    USB mice (&man.ums.4; driver)</para>
166676082Sbmah	</listitem>
166776082Sbmah      </itemizedlist>
1668114865Sbmah
1669114865Sbmah      <note>
1670114865Sbmah	<para>&man.moused.8; has more information on using pointing
1671114865Sbmah	  devices with &os;.  Information on using pointing devices
1672183626Ssimon	  with <application>Xorg</application> can be found at <ulink
1673183626Ssimon	    url="http://www.x.org/"></ulink>.</para>
1674114865Sbmah      </note>
167576082Sbmah
1676183626Ssimon      <para>[&arch.amd64;, &arch.i386;] <quote>PC standard</quote>
1677183626Ssimon	parallel ports (&man.ppc.4; driver)</para>
167876082Sbmah
1679183626Ssimon      <para>[&arch.pc98;] <quote>PC-9821 standard</quote> parallel
1680183626Ssimon	ports (&man.ppc.4; driver)</para>
168176082Sbmah
1682183626Ssimon      <para>[&arch.i386;, &arch.amd64;] PC-compatible joysticks
1683183626Ssimon	(&man.joy.4; driver)</para>
1684109743Sbmah
1685183626Ssimon      <para>[&arch.pc98;] Joystick port of SoundBlaster(98)
1686183626Ssimon	(&man.joy.4; driver)</para>
1687183626Ssimon
1688183626Ssimon      <para>[&arch.i386;, &arch.pc98;] PHS Data Communication
1689183626Ssimon	Card/PCCARD</para>
1690183626Ssimon
169176082Sbmah      <itemizedlist>
1692183626Ssimon	<listitem>
169376082Sbmah	  <para>NTT DoCoMo P-in Comp@ct</para>
169476082Sbmah	</listitem>
1695183626Ssimon
1696183626Ssimon	<listitem>
169776082Sbmah	  <para>Panasonic KX-PH405</para>
169876082Sbmah	</listitem>
1699183626Ssimon
1700183626Ssimon	<listitem>
170176082Sbmah	  <para>SII MC-P200</para>
170276082Sbmah	</listitem>
170376082Sbmah      </itemizedlist>
170476082Sbmah
1705183626Ssimon      <para>[&arch.i386;] Xilinx XC6200-based reconfigurable hardware
1706183626Ssimon	cards compatible with the HOT1 from <ulink
1707183626Ssimon	  url="http://www.vcc.com/">Virtual Computers</ulink> (xrpu
1708183626Ssimon	driver).</para>
170997677Snyan
1710183626Ssimon      <para>[&arch.pc98;] Power Management Controller of NEC PC-98
1711183626Ssimon	Note (pmc driver)</para>
1712183626Ssimon    </sect2>
1713183626Ssimon  </sect1>
1714166768Sbmah</article>
1715