article.xml revision 237700
1166768Sbmah<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
2166768Sbmah<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
3166768Sbmah%articles.ent;
4166768Sbmah
5166768Sbmah<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
6166768Sbmah%release;
7166768Sbmah<!ENTITY % devauto PUBLIC "-//FreeBSD//ENTITIES Auto Generated Device Lists//EN">
8166768Sbmah%devauto;
9166768Sbmah
10166768Sbmah<!-- Text constants which probably don't need to be changed.-->
11166768Sbmah
12166768Sbmah]>
13166768Sbmah
14166768Sbmah<article>
15183626Ssimon  <articleinfo>
16183626Ssimon    <title>&os; &release.current; Hardware Notes</title>
17166768Sbmah
18183626Ssimon    <corpauthor>The &os; Documentation Project</corpauthor>
19166768Sbmah
20183626Ssimon    <pubdate>$FreeBSD: head/release/doc/en_US.ISO8859-1/hardware/article.sgml 237700 2012-06-28 10:12:46Z brueffer $</pubdate>
21166768Sbmah
22183626Ssimon    <copyright>
23183626Ssimon      <year>2000</year>
24183626Ssimon      <year>2001</year>
25183626Ssimon      <year>2002</year>
26183626Ssimon      <year>2003</year>
27183626Ssimon      <year>2004</year>
28183626Ssimon      <year>2005</year>
29183626Ssimon      <year>2006</year>
30183626Ssimon      <year>2007</year>
31183626Ssimon      <year>2008</year>
32191511Sblackend      <year>2009</year>
33227742Sbrueffer      <year>2010</year>
34227742Sbrueffer      <year>2011</year>
35229977Sbrueffer      <year>2012</year>
36183626Ssimon      <holder role="mailto:doc@FreeBSD.org">The &os; Documentation Project</holder>
37183626Ssimon    </copyright>
38166771Sbmah
39183626Ssimon    <legalnotice 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
50183626Ssimon  </articleinfo>
51172094Sbmah
52183626Ssimon  <sect1 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
62183626Ssimon  <sect1 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
69183626Ssimon    <sect2 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
82183626Ssimon	with each other, and &os;/&arch.amd64; should support 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>
98186204Smurray	  <para>All multi-core &intel; &xeon; processors except
99186208Smurray	    Sossaman have EM64T support.</para>
100183626Ssimon	</listitem>
101166770Sbmah
102183626Ssimon	<listitem>
103186204Smurray          <para>The single-core &intel; &xeon;
104186204Smurray            processors <quote>Nocona</quote>, <quote>Irwindale</quote>,
105186204Smurray	    <quote>Potomac</quote>, and <quote>Cranford</quote> have
106186204Smurray	    EM64T support.</para>
107183626Ssimon	</listitem>
108186204Smurray
109186204Smurray	<listitem>
110186204Smurray	  <para>All &intel; Core 2 (not Core Duo) and later
111186204Smurray	    processors</para>
112186204Smurray	</listitem>
113186204Smurray
114186204Smurray	<listitem>
115186204Smurray	  <para>All &intel; &pentium; D processors</para>
116186204Smurray	</listitem>
117186204Smurray
118186204Smurray	<listitem>
119186204Smurray	  <para>&intel; &pentium; 4s and Celeron Ds using
120186204Smurray	    the <quote>Cedar Mill</quote> core have EM64T
121186204Smurray	    support.</para>
122186204Smurray	</listitem>
123186204Smurray
124186204Smurray	<listitem>
125186204Smurray	  <para>Some &intel; &pentium; 4s and Celeron Ds using
126186204Smurray	    the <quote>Prescott</quote> core have EM64T support.  See
127186204Smurray	    the <ulink url="http://processorfinder.intel.com">Intel
128186204Smurray	    Processor Spec Finder</ulink> for the definitive answer about
129186204Smurray	    EM64T support in Intel processors.</para>
130186204Smurray	</listitem>
131186204Smurray
132183626Ssimon      </itemizedlist>
133166770Sbmah
134183626Ssimon      <para>&intel; EM64T is an extended version of IA-32 (x86) and
135183626Ssimon	different from &intel; IA-64 (Itanium) architecture, which
136183626Ssimon	&os;/ia64 supports.  Some &intel;'s old documentation refers
137183626Ssimon	to &intel; EM64T as <quote>64-bit extension technology</quote>
138183626Ssimon	or <quote>IA-32e</quote>.</para>
139166770Sbmah
140186242Smurray      <para>The largest tested memory configuration to date is 64GB.
141183626Ssimon	SMP support has been recently completed and is reasonably
142183626Ssimon	robust.</para>
143166770Sbmah
144183626Ssimon      <para>In many respects, &os;/&arch.amd64; is similar to
145183626Ssimon	&os;/&arch.i386;, in terms of drivers supported.  There may be
146183626Ssimon	some issues with 64-bit cleanliness in some (particularly
147183626Ssimon	older) drivers.  Generally, drivers that already function
148183626Ssimon	correctly on other 64-bit platforms should work.</para>
149166770Sbmah
150183626Ssimon      <para>&os;/&arch.amd64; is a very young platform on &os;.  While
151183626Ssimon	the core &os; kernel and base system components are generally
152183626Ssimon	fairly robust, there are likely to still be rough edges,
153183626Ssimon	particularly with third party packages.</para>
154166770Sbmah
155183626Ssimon    </sect2>
156166770Sbmah
157183626Ssimon    <sect2 id="proc-i386">
158183626Ssimon      <title>i386</title>
159166770Sbmah
160183626Ssimon      <para>&os;/&arch.i386; runs on a wide variety of <quote>IBM PC
161183626Ssimon	  compatible</quote> machines. Due to the wide range of
162183626Ssimon	hardware available for this architecture, it is impossible
163183626Ssimon	to exhaustively list all combinations of equipment supported
164183626Ssimon	by &os;.  Nevertheless, some general guidelines are
165183626Ssimon	presented here.</para>
166166770Sbmah
167183626Ssimon      <para>Almost all &i386;-compatible processors with a floating
168183626Ssimon	point unit are supported. All &intel; processors beginning
169183626Ssimon	with the 80486 are supported, including the 80486, &pentium;,
170183626Ssimon	&pentium; Pro, &pentium; II, &pentium; III, &pentium; 4, and
171183626Ssimon	variants thereof, such as the &xeon; and &celeron; processors.
172183626Ssimon	All &i386;-compatible AMD processors are also supported,
173183626Ssimon	including the &am486;, &am5x86;, K5, &amd.k6; (and variants),
174183626Ssimon	&amd.athlon; (including Athlon-MP, Athlon-XP, Athlon-4, and
175183626Ssimon	Athlon Thunderbird), and &amd.duron; processors.  The AMD
176183626Ssimon	&Eacute;lan SC520 embedded processor is supported.  The
177183626Ssimon	Transmeta Crusoe is recognized and supported, as are
178183626Ssimon	&i386;-compatible processors from Cyrix and NexGen.</para>
179166770Sbmah
180183626Ssimon      <para>There is a wide variety of motherboards available for this
181183626Ssimon	architecture.  Motherboards using the ISA, VLB, EISA, AGP, and
182183626Ssimon	PCI expansion busses are well-supported.  There is some
183183626Ssimon	limited support for the MCA (<quote>MicroChannel</quote>)
184183626Ssimon	expansion bus used in the IBM PS/2 line of PCs.</para>
185166770Sbmah
186183626Ssimon      <para>Symmetric multi-processor (SMP) systems are generally
187183626Ssimon	supported by &os;, although in some cases, BIOS or motherboard
188183626Ssimon	bugs may generate some problems.  Perusal of the archives of
189183626Ssimon	the &a.smp; may yield some clues.</para>
190166770Sbmah
191183626Ssimon      <para>&os; will take advantage of HyperThreading (HTT) support
192183626Ssimon	on &intel; CPUs that support this feature.  A kernel with the
193183626Ssimon	<literal>options&nbsp;SMP</literal> feature enabled will
194183626Ssimon	automatically detect the additional logical processors.  The
195183626Ssimon	default &os; scheduler treats the logical processors the same
196183626Ssimon	as additional physical processors; in other words, no attempt
197183626Ssimon	is made to optimize scheduling decisions given the shared
198183626Ssimon	resources between logical processors within the same CPU.
199183626Ssimon	Because this naive scheduling can result in suboptimal
200183626Ssimon	performance, under certain circumstances it may be useful to
201224529Savg	disable the logical processors with the
202224528Savg	<varname>machdep.hyperthreading_allowed</varname> tunable.
203224528Savg	The &man.smp.4; manual page has more details.</para>
204166770Sbmah
205183626Ssimon      <para>&os; will take advantage of Physical Address Extensions
206183626Ssimon	(PAE) support on CPUs that support this feature.  A kernel
207183626Ssimon	with the <literal>PAE</literal> feature enabled will detect
208183626Ssimon	memory above 4 gigabytes and allow it to be used by the
209183626Ssimon	system.  This feature places constraints on the device drivers
210183626Ssimon	and other features of &os; which may be used; consult the
211183626Ssimon	&man.pae.4; manpage for more details.</para>
212166770Sbmah
213183626Ssimon      <para>&os; will generally run on i386-based laptops, albeit with
214183626Ssimon	varying levels of support for certain hardware features such
215183626Ssimon	as sound, graphics, power management, and PCCARD expansion
216183626Ssimon	slots.  These features tend to vary in idiosyncratic ways
217183626Ssimon	between machines, and frequently require special-case support
218183626Ssimon	in &os; to work around hardware bugs or other oddities.  When
219183626Ssimon	in doubt, a search of the archives of the &a.mobile; may be
220183626Ssimon	useful.</para>
221166770Sbmah
222183626Ssimon      <para>Most modern laptops (as well as many desktops) use the
223183626Ssimon	Advanced Configuration and Power Management (ACPI) standard.
224183626Ssimon	&os; supports ACPI via the ACPI Component Architecture
225183626Ssimon	reference implementation from &intel;, as described in the
226183626Ssimon	&man.acpi.4; manual page.  The use of ACPI causes
227183626Ssimon	instabilities on some machines and it may be necessary to
228183626Ssimon	disable the ACPI driver, which is normally loaded via a kernel
229183626Ssimon	module.  This may be accomplished by adding the following line
230183626Ssimon	to <filename>/boot/device.hints</filename>:</para>
231166770Sbmah
232183626Ssimon      <programlisting>hint.acpi.0.disabled="1"</programlisting>
233166770Sbmah
234183626Ssimon      <para>Users debugging ACPI-related problems may find it useful
235183626Ssimon	to disable portions of the ACPI functionality.  The
236183626Ssimon	&man.acpi.4; manual page has more information on how to do
237183626Ssimon	this via loader tunables.</para>
238166770Sbmah
239183626Ssimon      <para>ACPI depends on a Differentiated System Descriptor Table
240183626Ssimon	(DSDT) provided by each machine's BIOS.  Some machines have
241183626Ssimon	bad or incomplete DSDTs, which prevents ACPI from functioning
242183626Ssimon	correctly.  Replacement DSDTs for some machines can be found
243183626Ssimon	at the <ulink
244183626Ssimon	  url="http://acpi.sourceforge.net/dsdt/index.php">DSDT</ulink>
245183626Ssimon	section of the <ulink
246183626Ssimon	  url="http://acpi.sourceforge.net/">ACPI4Linux</ulink> project
247183626Ssimon	Web site.  &os; can use these DSDTs to override the DSDT
248183626Ssimon	provided by the BIOS; see the &man.acpi.4; manual page for
249183626Ssimon	more information.</para>
250183626Ssimon    </sect2>
251166770Sbmah
252183626Ssimon    <sect2 id="proc-ia64">
253183626Ssimon      <title>ia64</title>
254166770Sbmah
255183626Ssimon      <para>Currently supported processors are the <ulink
256183626Ssimon	  url="http://people.freebsd.org/~marcel/refs/ia64/itanium/24532003.pdf">&itanium;</ulink>
257183626Ssimon	and the <ulink
258183626Ssimon	  url="http://people.freebsd.org/~marcel/refs/ia64/itanium2/25111003.pdf">&itanium;
259183626Ssimon	  2</ulink>.</para>
260166770Sbmah
261183626Ssimon      <para>Supported chipsets include:</para>
262166770Sbmah
263183626Ssimon      <itemizedlist>
264183626Ssimon	<listitem>
265183626Ssimon	  <para>HP zx1</para>
266183626Ssimon	</listitem>
267166770Sbmah
268183626Ssimon	<listitem>
269183626Ssimon	  <para>&intel; 460GX</para>
270183626Ssimon	</listitem>
271166770Sbmah
272183626Ssimon	<listitem>
273183626Ssimon	  <para>&intel; E8870</para>
274183626Ssimon	</listitem>
275183626Ssimon      </itemizedlist>
276166770Sbmah
277183626Ssimon      <para>Both Uniprocessor (UP) and Symmetric Multi-processor (SMP)
278183626Ssimon	configurations are supported.</para>
279171814Sbmah
280183626Ssimon      <para>Most devices that can be found in or are compatible with
281183626Ssimon	&arch.ia64; machines are fully supported.  The notable
282183626Ssimon	exception is the VGA console. The &os; support for VGA
283183626Ssimon	consoles is at this time too much based on PC hardware and not
284183626Ssimon	all &arch.ia64; machines have chipsets that provide sufficient
285183626Ssimon	PC legacy support. As such &man.syscons.4; can not be enabled
286183626Ssimon	and the use of a serial console is required.</para>
287183626Ssimon    </sect2>
288166770Sbmah
289183626Ssimon    <sect2 id="proc-pc98">
290183626Ssimon      <title>pc98</title>
291166770Sbmah
292183626Ssimon      <para>NEC PC-9801/9821 series with almost all &i386;-compatible
293183626Ssimon	processors, including 80486, &pentium;, &pentium; Pro,
294183626Ssimon	&pentium; II, and variants.  All &i386;-compatible processors
295183626Ssimon	by AMD, Cyrix, IBM, and IDT are also supported.</para>
296166770Sbmah
297183626Ssimon      <para>NEC FC-9801/9821 series, and NEC SV-98 series (both of
298183626Ssimon	them are compatible with PC-9801/9821 series) should be
299183626Ssimon	supported.</para>
300166770Sbmah
301183626Ssimon      <para>EPSON PC-386/486/586 series, which are compatible with NEC
302183626Ssimon	PC-9801 series are supported.</para>
303166770Sbmah
304183626Ssimon      <para>High-resolution mode is not supported.  NEC
305183626Ssimon	PC-98XA/XL/RL/XL^2, and NEC PC-H98 series are supported in
306183626Ssimon	normal (PC-9801 compatible) mode only.</para>
307166770Sbmah
308183626Ssimon      <para>Although there are some multi-processor systems (such as
309183626Ssimon	Rs20/B20), SMP-related features of &os; are not supported
310183626Ssimon	yet.</para>
311166770Sbmah
312183626Ssimon      <para>PC-9801/9821 standard bus (called C-Bus), PC-9801NOTE
313183626Ssimon	expansion bus (110pin), and PCI bus are supported.  New Extend
314183626Ssimon	Standard Architecture (NESA) bus (used in PC-H98, SV-H98, and
315183626Ssimon	FC-H98 series) is not supported.</para>
316183626Ssimon    </sect2>
317166770Sbmah
318183626Ssimon    <sect2 id="proc-powerpc">
319183626Ssimon      <title>powerpc</title>
320166770Sbmah
321203527Snwhitehorn      <para>This section describes the systems currently known to be
322203527Snwhitehorn	supported by &os; on the PowerPC platform. This list is not
323203527Snwhitehorn	exhaustive.</para>
324203527Snwhitehorn
325203527Snwhitehorn      <para>In general, all New World architecture Apple hardware
326203527Snwhitehorn	is supported, as well a limited selection of non-Apple
327203527Snwhitehorn	machines.</para>
328203527Snwhitehorn
329203527Snwhitehorn      <para>All systems listed below are fully supported, with the
330203527Snwhitehorn	exception that software fan control is currently missing on
331208461Snwhitehorn	some Power Macintosh G5 models. SMP is supported on all systems
332208461Snwhitehorn	with more than 1 processor.</para>
333203527Snwhitehorn
334203527Snwhitehorn      <itemizedlist>
335203527Snwhitehorn	<listitem>
336208461Snwhitehorn	  <para>Apple iMac G3</para>
337203527Snwhitehorn	</listitem>
338203527Snwhitehorn	<listitem>
339208461Snwhitehorn	  <para>Apple iMac G4</para>
340208461Snwhitehorn	</listitem>
341208461Snwhitehorn	<listitem>
342208461Snwhitehorn	  <para>Apple iMac G5</para>
343208461Snwhitehorn	</listitem>
344208461Snwhitehorn	<listitem>
345203527Snwhitehorn	  <para>Apple Power Macintosh G3 (Blue & White)</para>
346203527Snwhitehorn	</listitem>
347203527Snwhitehorn	<listitem>
348203527Snwhitehorn	  <para>Apple Power Macintosh G4</para>
349203527Snwhitehorn	</listitem>
350203527Snwhitehorn	<listitem>
351208461Snwhitehorn	  <para>Apple Power Macintosh G5</para>
352203527Snwhitehorn	</listitem>
353203527Snwhitehorn	<listitem>
354208461Snwhitehorn	  <para>Apple iBook G3</para>
355203527Snwhitehorn	</listitem>
356203527Snwhitehorn	<listitem>
357208461Snwhitehorn	  <para>Apple iBook G4</para>
358208461Snwhitehorn	</listitem>
359208461Snwhitehorn	<listitem>
360208461Snwhitehorn	  <para>Apple PowerBook G3 (Lombard and Pismo)</para>
361208461Snwhitehorn	</listitem>
362208461Snwhitehorn	<listitem>
363203527Snwhitehorn	  <para>Apple PowerBook G4</para>
364203527Snwhitehorn	</listitem>
365203527Snwhitehorn	<listitem>
366203527Snwhitehorn	  <para>Apple XServe G4</para>
367203527Snwhitehorn	</listitem>
368203527Snwhitehorn	<listitem>
369203527Snwhitehorn	  <para>Apple XServe G5</para>
370203527Snwhitehorn	</listitem>
371203527Snwhitehorn	<listitem>
372203527Snwhitehorn	  <para>Apple Mac Mini</para>
373203527Snwhitehorn	</listitem>
374203527Snwhitehorn	<listitem>
375203527Snwhitehorn	  <para>Embedded boards based on MPC85XX</para>
376203527Snwhitehorn	</listitem>
377203527Snwhitehorn      </itemizedlist>
378183626Ssimon    </sect2>
379166770Sbmah
380183626Ssimon    <sect2 id="proc-sparc64">
381183626Ssimon      <title>sparc64</title>
382166770Sbmah
383183626Ssimon      <para>This section describes the systems currently known to be
384208511Smarius	supported by &os; on the Fujitsu &sparc64; and Sun &ultrasparc;
385208459Smarius	platforms.  For
386183626Ssimon	background information on the various hardware designs see the
387183626Ssimon	<ulink url="http://sunsolve.sun.com/handbook_pub/">Sun System
388183626Ssimon	  Handbook</ulink>.</para>
389166770Sbmah
390183626Ssimon      <para>SMP is supported on all systems with more than 1
391183626Ssimon	processor.</para>
392166770Sbmah
393191491Smarius      <para>When using the <filename>GENERIC</filename> kernel,
394191491Smarius	&os;/&arch.sparc64; systems not equipped with a framebuffer
395208511Smarius	supported by the &man.creator.4; (Sun Creator, Sun Creator3D
396208511Smarius	and Sun Elite3D) or &man.machfb.4; (Sun PGX and Sun PGX64
397191491Smarius	as well as the ATI Mach64 chips found onboard in for example
398191491Smarius	&sun.blade; 100, &sun.blade; 150, &sun.ultra; 5	and &sun.ultra; 10)
399191491Smarius	driver must use the serial console.</para>
400166770Sbmah
401183626Ssimon      <para>If you have a system that is not listed here, it may not
402183626Ssimon	have been tested with &os; &release.current;.  We encourage
403183626Ssimon	you to try it and send a note to the &a.sparc; with your
404183626Ssimon	results, including which devices work and which do not.</para>
405166770Sbmah
406191511Sblackend      <para>The following systems are fully supported by &os;:</para>
407172094Sbmah
408183626Ssimon      <itemizedlist>
409183626Ssimon	<listitem>
410208459Smarius	  <para>Naturetech GENIALstation 777S</para>
411208459Smarius	</listitem>
412208459Smarius
413208459Smarius	<listitem>
414183626Ssimon	  <para>&sun.blade; 100</para>
415183626Ssimon	</listitem>
416166770Sbmah
417183626Ssimon	<listitem>
418183626Ssimon	  <para>&sun.blade; 150</para>
419183626Ssimon	</listitem>
420166770Sbmah
421166770Sbmah	<listitem>
422208459Smarius	  <para>&sun.enterprise; 150</para>
423191491Smarius	</listitem>
424191491Smarius
425191491Smarius	<listitem>
426183626Ssimon	  <para>&sun.enterprise; 220R</para>
427183626Ssimon	</listitem>
428183626Ssimon
429183626Ssimon	<listitem>
430183626Ssimon	  <para>&sun.enterprise; 250</para>
431183626Ssimon	</listitem>
432183626Ssimon
433183626Ssimon	<listitem>
434183626Ssimon	  <para>&sun.enterprise; 420R</para>
435183626Ssimon	</listitem>
436183626Ssimon
437183626Ssimon	<listitem>
438172094Sbmah	  <para>&sun.enterprise; 450</para>
439166770Sbmah	</listitem>
440183626Ssimon
441183626Ssimon	<listitem>
442208459Smarius	  <para>&sun.fire; B100s (support for the on-board NICs first
443208459Smarius	    appeared in 8.1-RELEASE)</para>
444208459Smarius	</listitem>
445208459Smarius
446208459Smarius	<listitem>
447183626Ssimon	  <para>&sun.fire; V100</para>
448183626Ssimon	</listitem>
449183626Ssimon
450183626Ssimon	<listitem>
451183626Ssimon	  <para>&sun.fire; V120</para>
452183626Ssimon	</listitem>
453183626Ssimon
454183626Ssimon	<listitem>
455208511Smarius	  <para>Sun &netra; t1 100/105</para>
456183626Ssimon	</listitem>
457183626Ssimon
458183626Ssimon	<listitem>
459208511Smarius	  <para>Sun &netra; T1 AC200/DC200</para>
460183626Ssimon	</listitem>
461183626Ssimon
462183626Ssimon	<listitem>
463208511Smarius	  <para>Sun &netra; t 1100</para>
464183626Ssimon	</listitem>
465183626Ssimon
466183626Ssimon	<listitem>
467208511Smarius	  <para>Sun &netra; t 1120</para>
468183626Ssimon	</listitem>
469183626Ssimon
470183626Ssimon	<listitem>
471208511Smarius	  <para>Sun &netra; t 1125</para>
472183626Ssimon	</listitem>
473183626Ssimon
474183626Ssimon	<listitem>
475208511Smarius	  <para>Sun &netra; t 1400/1405</para>
476183626Ssimon	</listitem>
477183626Ssimon
478183626Ssimon	<listitem>
479208511Smarius	  <para>Sun &netra; 120</para>
480183626Ssimon	</listitem>
481183626Ssimon
482183626Ssimon	<listitem>
483208511Smarius	  <para>Sun &netra; X1</para>
484183626Ssimon	</listitem>
485183626Ssimon
486183626Ssimon	<listitem>
487208511Smarius	  <para>Sun &sparcengine; Ultra AX1105</para>
488191491Smarius	</listitem>
489191491Smarius
490191491Smarius	<listitem>
491208511Smarius	  <para>Sun &sparcengine; Ultra AXe</para>
492191491Smarius	</listitem>
493191491Smarius
494191491Smarius	<listitem>
495208511Smarius	  <para>Sun &sparcengine; Ultra AXi</para>
496183626Ssimon	</listitem>
497183626Ssimon
498183626Ssimon	<listitem>
499208511Smarius	  <para>Sun &sparcengine; Ultra AXmp</para>
500183626Ssimon	</listitem>
501183626Ssimon
502183626Ssimon	<listitem>
503208511Smarius	  <para>Sun &sparcengine; CP1500</para>
504208459Smarius	</listitem>
505208459Smarius
506208459Smarius	<listitem>
507183626Ssimon	  <para>&sun.ultra; 1</para>
508183626Ssimon	</listitem>
509183626Ssimon
510183626Ssimon	<listitem>
511183626Ssimon	  <para>&sun.ultra; 1E</para>
512183626Ssimon	</listitem>
513183626Ssimon
514183626Ssimon	<listitem>
515183626Ssimon	  <para>&sun.ultra; 2</para>
516183626Ssimon	</listitem>
517183626Ssimon
518183626Ssimon	<listitem>
519183626Ssimon	  <para>&sun.ultra; 5</para>
520183626Ssimon	</listitem>
521183626Ssimon
522183626Ssimon	<listitem>
523183626Ssimon	  <para>&sun.ultra; 10</para>
524183626Ssimon	</listitem>
525183626Ssimon
526183626Ssimon	<listitem>
527183626Ssimon	  <para>&sun.ultra; 30</para>
528183626Ssimon	</listitem>
529183626Ssimon
530183626Ssimon	<listitem>
531183626Ssimon	  <para>&sun.ultra; 60</para>
532183626Ssimon	</listitem>
533183626Ssimon
534183626Ssimon	<listitem>
535183626Ssimon	  <para>&sun.ultra; 80</para>
536183626Ssimon	</listitem>
537191491Smarius
538191491Smarius	<listitem>
539191491Smarius	  <para>&sun.ultra; 450</para>
540191491Smarius	</listitem>
541166770Sbmah      </itemizedlist>
542166770Sbmah
543183626Ssimon      <para>The following systems are partially supported by &os;.  In
544191491Smarius	particular the fibre channel controllers in SBus-based systems are not
545191492Smarius	supported.  However, it is possible to use these with a SCSI controller
546208511Smarius	supported by the &man.esp.4 driver (Sun ESP SCSI, Sun FAS Fast-SCSI
547208511Smarius	and Sun FAS366 Fast-Wide SCSI controllers).</para>
548166770Sbmah
549166770Sbmah      <itemizedlist>
550183626Ssimon	<listitem>
551183626Ssimon	  <para>&sun.enterprise; 3500</para>
552183626Ssimon	</listitem>
553183626Ssimon
554183626Ssimon	<listitem>
555183626Ssimon	  <para>&sun.enterprise; 4500</para>
556183626Ssimon	</listitem>
557166770Sbmah      </itemizedlist>
558166770Sbmah
559208511Smarius      <para>Starting with 7.2-RELEASE, &arch.sparc64; systems based on Sun
560191511Sblackend	&ultrasparc; III and beyond are also supported by &os;, which includes
561191491Smarius	the following known working systems:</para>
562166770Sbmah
563166770Sbmah      <itemizedlist>
564183626Ssimon	<listitem>
565191491Smarius	  <para>&sun.blade; 1000</para>
566183626Ssimon	</listitem>
567191491Smarius
568191491Smarius	<listitem>
569191491Smarius	  <para>&sun.blade; 1500</para>
570191491Smarius	</listitem>
571191491Smarius
572191491Smarius	<listitem>
573191491Smarius	  <para>&sun.blade; 2000</para>
574191491Smarius	</listitem>
575191491Smarius
576191491Smarius	<listitem>
577197368Smarius	  <para>&sun.blade; 2500</para>
578197368Smarius	</listitem>
579197368Smarius
580197368Smarius	<listitem>
581191491Smarius	  <para>&sun.fire; 280R</para>
582191491Smarius	</listitem>
583191491Smarius
584191491Smarius	<listitem>
585191491Smarius	  <para>&sun.fire; V210</para>
586191491Smarius	</listitem>
587191491Smarius
588191491Smarius	<listitem>
589214873Smarius	  <para>&sun.fire; V215 (support first appeared in 7.3-RELEASE and 8.1-RELEASE)</para>
590202453Smarius	</listitem>
591202453Smarius
592202453Smarius	<listitem>
593214873Smarius	  <para>&sun.fire; V240</para>
594214873Smarius	</listitem>
595214873Smarius
596214873Smarius	<listitem>
597228028Smarius	  <para>&sun.fire; V245 (support first appeared in 7.3-RELEASE and 8.1-RELEASE)</para>
598228028Smarius	</listitem>
599228028Smarius
600228028Smarius	<listitem>
601197368Smarius	  <para>&sun.fire; V250</para>
602191491Smarius	</listitem>
603191491Smarius
604191491Smarius	<listitem>
605197368Smarius	  <para>&sun.fire; V440 (support for the on-board NICs first
606214873Smarius	    appeared in 7.3-RELEASE and 8.0-RELEASE)</para>
607197368Smarius	</listitem>
608197368Smarius
609197368Smarius	<listitem>
610202453Smarius	  <para>&sun.fire; V480 (501-6780 and 501-6790 centerplanes only, for
611228028Smarius	    which support first appeared in 7.3-RELEASE and 8.1-RELEASE,
612228028Smarius	    other centerplanes might work beginning with 8.3-RELEASE and 9.0-RELEASE)</para>
613202453Smarius	</listitem>
614202453Smarius
615202453Smarius	<listitem>
616191491Smarius	  <para>&sun.fire; V880</para>
617191491Smarius	</listitem>
618191491Smarius
619191491Smarius	<listitem>
620214873Smarius	  <para>&sun.fire; V890 (support first appeared in 7.4-RELEASE and 8.1-RELEASE,
621208459Smarius	    non-mixed &ultrasparc; IV/IV+ CPU-configurations only)</para>
622208459Smarius	</listitem>
623208459Smarius
624208459Smarius	<listitem>
625191491Smarius	  <para>&netra; 20/&netra; T4</para>
626191491Smarius	</listitem>
627166770Sbmah      </itemizedlist>
628191491Smarius
629208511Smarius      <para>The following Sun &ultrasparc; systems are not tested but
630191509Sblackend	believed to be also supported by &os;:</para>
631191491Smarius
632191491Smarius      <itemizedlist>
633191491Smarius	<listitem>
634191491Smarius	  <para>&sun.fire; V125</para>
635191491Smarius	</listitem>
636191491Smarius
637191491Smarius	<listitem>
638214873Smarius	  <para>&sun.fire; V490 (support first appeared in 7.4-RELEASE and 8.1-RELEASE,
639208459Smarius	    non-mixed &ultrasparc; IV/IV+ CPU-configurations only)</para>
640208459Smarius	</listitem>
641191491Smarius      </itemizedlist>
642208459Smarius
643214873Smarius      <para>Starting with 7.4-RELEASE and 8.1-RELEASE, &arch.sparc64; systems based on
644208511Smarius	Fujitsu &sparc64; V are also supported by &os;, which
645208459Smarius	includes the following known working systems:</para>
646208459Smarius
647208459Smarius      <itemizedlist>
648208459Smarius	<listitem>
649208511Smarius	  <para>Fujitsu &primepower; 250</para>
650208459Smarius	</listitem>
651208459Smarius      </itemizedlist>
652208459Smarius
653208511Smarius      <para>The following Fujitsu &primepower; systems are not tested but
654208459Smarius	believed to be also supported by &os;:</para>
655208459Smarius
656208459Smarius      <itemizedlist>
657208459Smarius	<listitem>
658208511Smarius	  <para>Fujitsu &primepower; 450</para>
659208459Smarius	</listitem>
660208459Smarius
661208459Smarius	<listitem>
662208511Smarius	  <para>Fujitsu &primepower; 650</para>
663208459Smarius	</listitem>
664208459Smarius
665208459Smarius	<listitem>
666208511Smarius	  <para>Fujitsu &primepower; 850</para>
667208459Smarius	</listitem>
668208459Smarius      </itemizedlist>
669208459Smarius
670183626Ssimon    </sect2>
671183626Ssimon  </sect1>
672166770Sbmah
673183626Ssimon  <!--
674166770Sbmah
675183626Ssimon  The "Supported Devices" section of the release notes.
676183626Ssimon  Generally processor-independent, with conditional text
677183626Ssimon  inclusion handling any architecture-dependent text.
67876082Sbmah
679183626Ssimon  Within each subsection describing a class of hardware
680183626Ssimon  (i.e. Ethernet interfaces), list broad groups of devices
681183626Ssimon  alphabetically as paragraphs sorted alphabetically (frequently
682183626Ssimon  these groups will be arranged by manufacturer, i.e. 3Com
683183626Ssimon  Ethernet interfaces).
68476082Sbmah
685183626Ssimon  Where applicable, a "Miscellaneous" section may follow all
686183626Ssimon  other named sections.
687119431Sbmah
688183626Ssimon  These guidelines are not hard-and-fast rules, and exceptions
689183626Ssimon  will occur.  Following these guidelines (vague as they may be)
690183626Ssimon  is highly recommended to try to keep the formatting of
691183626Ssimon  this section consistent.
69276082Sbmah
693183626Ssimon  We give manpage references using the &man entities where
694183626Ssimon  possible.  If a driver has no manpage (and consequently no
695183626Ssimon  &man entity, we simply give the name of the driver).
696183626Ssimon  Please avoid doing &man entity conversions unless you
697183626Ssimon  know for sure that an entity and manpage exist; sweeps through
698183626Ssimon  this file to fix "missed" conversions are likely to break the
699183626Ssimon  build.
700183626Ssimon  -->
70176082Sbmah
702183626Ssimon  <sect1 id="support">
703183626Ssimon    <title>Supported Devices</title>
70476082Sbmah
705183626Ssimon    <para>This section describes the devices currently known to be
706183626Ssimon      supported by &os;.  Other configurations may also work, but
707183626Ssimon      simply have not been tested yet.  Feedback, updates, and
708183626Ssimon      corrections to this list are encouraged.</para>
70976082Sbmah
710183626Ssimon    <para>Where possible, the drivers applicable to each device or
711183626Ssimon      class of devices is listed.  If the driver in question has a
712183626Ssimon      manual page in the &os; base distribution (most should), it is
713183626Ssimon      referenced here.  Information on specific models of supported
714183626Ssimon      devices, controllers, etc. can be found in the manual
715183626Ssimon      pages.</para>
71676082Sbmah
717183626Ssimon    <note>
718183626Ssimon      <para>The device lists in this document are being generated
719183626Ssimon	automatically from &os; manual pages.  This means that some
720183626Ssimon	devices, which are supported by multiple drivers, may appear
721183626Ssimon	multiple times.</para>
722183626Ssimon    </note>
72376560Sbmah
724183626Ssimon    <sect2 id="disk">
725183626Ssimon      <title>Disk Controllers</title>
726119127Sbmah
727183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;,
728183626Ssimon	&arch.sparc64;] IDE/ATA controllers (&man.ata.4;
729183626Ssimon	driver)</para>
730124988Sbrueffer
731183626Ssimon      <para>[&arch.pc98;] IDE/ATA controllers (wdc driver)</para>
732183626Ssimon
73376082Sbmah      <itemizedlist>
734183626Ssimon	<listitem>
735107634Sbmah	  <para>On-board IDE controller</para>
73697677Snyan	</listitem>
73797677Snyan      </itemizedlist>
738118979Sbmah
739183626Ssimon      &hwlist.aac;
740122375Sbmah
741183626Ssimon      &hwlist.adv;
742150279Sbrueffer
743183626Ssimon      &hwlist.adw;
744150279Sbrueffer
745183626Ssimon      &hwlist.aha;
746118979Sbmah
747183626Ssimon      &hwlist.ahb;
748118979Sbmah
749183626Ssimon      &hwlist.ahc;
75076082Sbmah
751232376Smav      &hwlist.ahci;
752232376Smav
753183626Ssimon      &hwlist.ahd;
754102444Sbmah
755183626Ssimon      &hwlist.aic;
75676082Sbmah
757183626Ssimon      &hwlist.amr;
75876082Sbmah
759183626Ssimon      &hwlist.arcmsr;
760133094Ssimon
761183626Ssimon      &hwlist.asr;
762150279Sbrueffer
763183626Ssimon      &hwlist.bt;
76476082Sbmah
765183626Ssimon      &hwlist.ciss;
76676082Sbmah
767183626Ssimon      &hwlist.ct;
768119107Sbmah
769183626Ssimon      &hwlist.dpt;
770183626Ssimon
77187767Sbmah      <note>
772183626Ssimon	<para>[&arch.amd64;, &arch.i386;] Booting from these
773183626Ssimon	  controllers is supported. EISA adapters are not
774183626Ssimon	  supported.</para>
77587767Sbmah      </note>
77676082Sbmah
777183626Ssimon      &hwlist.esp;
778150293Sbrueffer
779229977Sbrueffer      &hwlist.hpt27xx;
780229977Sbrueffer
781183626Ssimon      &hwlist.hptiop;
782169841Sbrueffer
783183626Ssimon      &hwlist.hptmv;
784144426Sbrueffer
785183626Ssimon      &hwlist.hptrr;
786174662Sbmah
787183626Ssimon      &hwlist.ida;
788150279Sbrueffer
789183626Ssimon      &hwlist.iir;
790150279Sbrueffer
791183626Ssimon      &hwlist.ips;
792150279Sbrueffer
793232060Sbrueffer      &hwlist.isci;
794232060Sbrueffer
795183626Ssimon      &hwlist.isp;
796150279Sbrueffer
797183626Ssimon      &hwlist.mfi;
798157274Sbrueffer
799183626Ssimon      &hwlist.mlx;
80087767Sbmah
80187767Sbmah      <note>
802183626Ssimon	<para>[&arch.amd64;, &arch.i386;] Booting from these
803183626Ssimon	  controllers is supported. EISA adapters are not
804183626Ssimon	  supported.</para>
80587767Sbmah      </note>
80676082Sbmah
807183626Ssimon      &hwlist.mly;
80876082Sbmah
809227516Sbrueffer      &hwlist.mps;
810227516Sbrueffer
811183626Ssimon      &hwlist.mpt;
81276082Sbmah
813227516Sbrueffer      &hwlist.mvs;
814227516Sbrueffer
815183626Ssimon      &hwlist.ncr;
81676082Sbmah
817183626Ssimon      &hwlist.ncv;
818133457Ssimon
819183626Ssimon      &hwlist.nsp;
82076082Sbmah
821183626Ssimon      &hwlist.pst;
82276560Sbmah
823232376Smav      &hwlist.siis;
824232376Smav
825183626Ssimon      &hwlist.stg;
826108922Sbmah
827183626Ssimon      &hwlist.sym;
82887100Sbmah
829183626Ssimon      &hwlist.trm;
83090031Sbmah
831183626Ssimon      &hwlist.twa;
832102321Sbmah
833183626Ssimon      &hwlist.twe;
834137140Ssimon
835183626Ssimon      &hwlist.vpo;
836114978Sbmah
837183626Ssimon      <para>[&arch.i386;] The wds(4) driver supports the WD7000 SCSI
838183626Ssimon	controller.</para>
839134916Ssimon
840183626Ssimon      <para>With all supported SCSI controllers, full support is
841183626Ssimon	provided for SCSI-I, SCSI-II, and SCSI-III peripherals,
842183626Ssimon	including hard disks, optical disks, tape drives (including
843183626Ssimon	DAT, 8mm Exabyte, Mammoth, and DLT), medium changers,
844183626Ssimon	processor target devices and CD-ROM drives.  WORM devices that
845183626Ssimon	support CD-ROM commands are supported for read-only access by
846183626Ssimon	the CD-ROM drivers (such as &man.cd.4;).  WORM/CD-R/CD-RW
847183626Ssimon	writing support is provided by &man.cdrecord.1;, which is a
848183626Ssimon	part of the <filename
849183626Ssimon	  role="package">sysutils/cdrtools</filename> port in the Ports
850183626Ssimon	Collection.</para>
85176082Sbmah
852183626Ssimon      <para>The following CD-ROM type systems are supported at this
853183626Ssimon	time:</para>
854183626Ssimon
85576082Sbmah      <itemizedlist>
856183626Ssimon	<listitem>
857183626Ssimon	  <para>SCSI interface (also includes ProAudio Spectrum and
858183626Ssimon	    SoundBlaster SCSI) (&man.cd.4;)</para>
85976082Sbmah	</listitem>
860116504Sbmah
861166767Sbmah	<listitem>
862183626Ssimon	  <para>[&arch.i386;] Sony proprietary interface (all models)
863183626Ssimon	    (&man.scd.4;)</para>
86476082Sbmah	</listitem>
865116505Sbmah
86676082Sbmah	<listitem>
86776082Sbmah	  <para>ATAPI IDE interface (&man.acd.4;)</para>
86876082Sbmah	</listitem>
86976082Sbmah      </itemizedlist>
87076082Sbmah
871183626Ssimon      <para>[&arch.i386;] The following device is unmaintained:</para>
872183626Ssimon
87376082Sbmah      <itemizedlist>
874183626Ssimon	<listitem>
875183626Ssimon	  <para>Mitsumi proprietary CD-ROM interface (all models)
876183626Ssimon	    (&man.mcd.4;)</para>
87776082Sbmah	</listitem>
87876082Sbmah      </itemizedlist>
879183626Ssimon    </sect2>
88076082Sbmah
881183626Ssimon    <sect2 id="ethernet">
882183626Ssimon      <title>Ethernet Interfaces</title>
88376082Sbmah
884183626Ssimon      &hwlist.ae;
885183607Ssimon
886183632Ssimon      &hwlist.age;
887183632Ssimon
888185241Sdelphij      &hwlist.ale;
889185241Sdelphij
890183626Ssimon      &hwlist.aue;
89176082Sbmah
892183626Ssimon      &hwlist.axe;
89376082Sbmah
894183626Ssimon      &hwlist.bce;
895157648Sbrueffer
896183626Ssimon      <para>[&arch.amd64;, &arch.i386;] Broadcom BCM4401 based Fast
897183626Ssimon	Ethernet adapters (&man.bfe.4; driver)</para>
89876082Sbmah
899183626Ssimon      &hwlist.bge;
900135144Sbrueffer
901237700Sbrueffer      &hwlist.bxe;
902237700Sbrueffer
903194248Smarius      &hwlist.cas;
904194248Smarius
905183626Ssimon      &hwlist.cdce;
906150278Sbrueffer
907183626Ssimon      <para>[&arch.amd64;, &arch.i386;] Crystal Semiconductor
908183626Ssimon	CS89x0-based NICs (&man.cs.4; driver)</para>
90976560Sbmah
910183626Ssimon      &hwlist.cue;
91176082Sbmah
912183626Ssimon      &hwlist.cxgb;
913172336Sbrueffer
914183626Ssimon      &hwlist.dc;
91576082Sbmah
916183626Ssimon      &hwlist.de;
91776082Sbmah
918183626Ssimon      &hwlist.ed;
91976082Sbmah
920183626Ssimon      &hwlist.em;
92176082Sbmah
922183626Ssimon      &hwlist.ep;
92376498Sbmah
924208024Sbrueffer      <para>Agere ET1310 Gigabit Ethernet adapters
925208024Sbrueffer	(&man.et.4; driver)</para>
926207982Sbrueffer
927183626Ssimon      &hwlist.ex;
92876082Sbmah
929183626Ssimon      &hwlist.fe;
93076082Sbmah
931183626Ssimon      &hwlist.fxp;
93276082Sbmah
933183626Ssimon      &hwlist.gem;
93476082Sbmah
935183626Ssimon      &hwlist.hme;
93676082Sbmah
937183626Ssimon      &hwlist.ie;
938150242Sjoel
939183655Ssimon      &hwlist.igb;
940183655Ssimon
941183626Ssimon      &hwlist.ixgb;
94276082Sbmah
943185532Sbrueffer      &hwlist.ixgbe;
944185532Sbrueffer
945183647Ssimon      &hwlist.jme;
946183647Ssimon
947183626Ssimon      &hwlist.kue;
94876082Sbmah
949183626Ssimon      &hwlist.lge;
950113884Sbmah
951183626Ssimon      &hwlist.msk;
952165157Sbrueffer
953183626Ssimon      &hwlist.mxge;
954159606Sbrueffer
955183626Ssimon      &hwlist.my;
956126363Sbmah
957183626Ssimon      &hwlist.nfe;
958171111Sbrueffer
959183626Ssimon      &hwlist.nge;
96076082Sbmah
961183626Ssimon      &hwlist.nve;
96276082Sbmah
963183626Ssimon      &hwlist.nxge;
964171111Sbrueffer
965231943Sbrueffer      &hwlist.oce;
966231943Sbrueffer
967183626Ssimon      &hwlist.pcn;
96885666Sbmah
969227275Sbrueffer      &hwlist.qlxgb;
970227275Sbrueffer
971183626Ssimon      &hwlist.re;
97285666Sbmah
973183626Ssimon      &hwlist.rl;
97476082Sbmah
975183626Ssimon      &hwlist.rue;
97685666Sbmah
977183626Ssimon      &hwlist.sf;
97885666Sbmah
979227666Sbrueffer      &hwlist.sfxge;
980227666Sbrueffer
981207982Sbrueffer      &hwlist.sge;
982207982Sbrueffer
983183626Ssimon      &hwlist.sis;
98485710Sbmah
985183626Ssimon      &hwlist.sk;
98676082Sbmah
987183626Ssimon      &hwlist.sn;
98876082Sbmah
989183626Ssimon      &hwlist.snc;
99076082Sbmah
991183626Ssimon      &hwlist.ste;
99277590Sbmah
993183626Ssimon      &hwlist.stge;
994160659Sbrueffer
995183626Ssimon      &hwlist.ti;
99680242Sbmah
997183626Ssimon      &hwlist.tl;
99885163Sbmah
999186208Smurray      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] SMC 83c17x
1000183626Ssimon	(EPIC)-based Ethernet NICs (&man.tx.4; driver)</para>
100185163Sbmah
1002183626Ssimon      &hwlist.txp;
100391503Sbmah
1004183626Ssimon      &hwlist.udav;
100595057Sbmah
1006183626Ssimon      &hwlist.vge;
100795057Sbmah
1008183626Ssimon      &hwlist.vr;
1009119991Sbmah
1010183626Ssimon      &hwlist.vx;
1011119991Sbmah
1012225184Sbrueffer      &hwlist.vxge;
1013225184Sbrueffer
1014183626Ssimon      &hwlist.wb;
1015134219Sbrueffer
1016183626Ssimon      &hwlist.xe;
1017135057Ssimon
1018183626Ssimon      &hwlist.xl;
1019146397Sbrueffer
1020183626Ssimon    </sect2>
102176082Sbmah
1022183626Ssimon    <sect2 id="fddi">
1023183626Ssimon      <title>FDDI Interfaces</title>
102476082Sbmah
1025186208Smurray      <para>[&arch.i386;, &arch.pc98;] DEC DEFPA PCI (&man.fpa.4;
1026183626Ssimon	driver)</para>
1027109739Sbmah
1028183626Ssimon      <para>[&arch.i386;] DEC DEFEA EISA (&man.fpa.4; driver)</para>
1029183626Ssimon    </sect2>
1030109739Sbmah
1031183626Ssimon    <sect2 id="atm">
1032183626Ssimon      <title>ATM Interfaces</title>
1033109739Sbmah
1034186208Smurray      <para>[&arch.i386;, &arch.pc98;] Midway-based ATM interfaces
1035183626Ssimon	(&man.en.4; driver)</para>
1036109739Sbmah
1037186208Smurray      <para>[&arch.i386;, &arch.pc98; &arch.sparc64;] FORE Systems,
1038183626Ssimon	Inc. PCA-200E ATM PCI Adapters (hfa and &man.fatm.4;
1039183626Ssimon	drivers)</para>
1040118804Sbmah
1041183626Ssimon      <para>[&arch.i386;, &arch.pc98;] IDT NICStAR 77201/211-based ATM
1042183626Ssimon	Adapters (&man.idt.4; driver)</para>
1043118804Sbmah
1044186208Smurray      <para>[&arch.i386;, &arch.pc98; &arch.sparc64;] FORE Systems,
1045183626Ssimon	Inc. HE155 and HE622 ATM interfaces (&man.hatm.4;
1046183626Ssimon	driver)</para>
104776082Sbmah
1048183626Ssimon      <para>[&arch.i386;, &arch.pc98;] IDT77252-based ATM cards
1049183626Ssimon	(&man.patm.4; driver)</para>
1050183626Ssimon    </sect2>
105176560Sbmah
1052183626Ssimon    <sect2 id="wlan">
1053183626Ssimon      <title>Wireless Network Interfaces</title>
1054172037Sbrueffer
1055183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Cisco/Aironet
1056183626Ssimon	802.11b wireless adapters (&man.an.4; driver)</para>
1057172117Sbrueffer
1058183626Ssimon      &hwlist.ath;
1059172117Sbrueffer
1060192196Sbrueffer      &hwlist.bwi;
1061192196Sbrueffer
1062183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless 2100
1063183626Ssimon	MiniPCI network adapter (&man.ipw.4; driver)</para>
1064172129Sbrueffer
1065183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless
1066183626Ssimon	2200BG/2915ABG MiniPCI and 2225BG PCI network adapters
1067183626Ssimon	(&man.iwi.4; driver)</para>
1068172037Sbrueffer
1069183845Sbrueffer      <para>[&arch.i386;, &arch.amd64;] Intel Wireless WiFi Link
1070183845Sbrueffer	4965AGN IEEE 802.11n PCI network adapters
1071183845Sbrueffer	(&man.iwn.4; driver)</para>
1072183845Sbrueffer
1073183845Sbrueffer      <para>[&arch.i386;, &arch.amd64;] Marvell Libertas IEEE 802.11b/g
1074183845Sbrueffer        PCI network adapters (&man.malo.4; driver)</para>
1075183845Sbrueffer
1076207982Sbrueffer      <para>Marvell 88W8363 IEEE 802.11n wireless network
1077207982Sbrueffer	adapters (&man.mwl.4; driver)</para>
1078207982Sbrueffer
1079183626Ssimon      &hwlist.ral;
1080172079Sbrueffer
1081183626Ssimon      &hwlist.rum;
108276082Sbmah
1083207991Sbrueffer      &hwlist.run;
1084207991Sbrueffer
1085190825Sbrueffer      &hwlist.uath;
1086190825Sbrueffer
1087185532Sbrueffer      &hwlist.upgt;
1088185532Sbrueffer
1089183626Ssimon      &hwlist.ural;
109076082Sbmah
1091192196Sbrueffer      &hwlist.urtw;
1092192196Sbrueffer
1093183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Lucent
1094183626Ssimon	Technologies WaveLAN/IEEE 802.11b wireless network adapters
1095183626Ssimon	and workalikes using the Lucent Hermes, Intersil PRISM-II,
1096183626Ssimon	Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24
1097183626Ssimon	chipsets (&man.wi.4; driver)</para>
1098173586Sbrueffer
1099183626Ssimon      <para>[&arch.i386;] NCR / AT&amp;T / Lucent Technologies WaveLan
1100183626Ssimon	T1-speed ISA/radio LAN cards (&man.wl.4; driver)</para>
1101172036Sbrueffer
1102183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless 3945ABG
1103183626Ssimon	MiniPCI network adapters (&man.wpi.4; driver)</para>
110476082Sbmah
1105183626Ssimon      &hwlist.zyd;
1106183626Ssimon    </sect2>
110787100Sbmah
1108183626Ssimon    <sect2 id="misc-network">
1109183626Ssimon      <title>Miscellaneous Networks</title>
1110155296Sbrueffer
1111183626Ssimon      &hwlist.ce;
1112123164Sbmah
1113183626Ssimon      &hwlist.cx;
1114129375Srik
1115183626Ssimon      &hwlist.cp;
1116127755Srik
1117183626Ssimon      &hwlist.ctau;
1118108922Sbmah
1119183626Ssimon      &hwlist.cm;
1120183626Ssimon    </sect2>
112187100Sbmah
1122183626Ssimon    <sect2 id="serial">
1123183626Ssimon      <title>Serial Interfaces</title>
1124105426Sbmah
1125186208Smurray      <para>[&arch.amd64;, &arch.i386;] <quote>PC standard</quote>
1126183626Ssimon	8250, 16450, and 16550-based serial ports (&man.sio.4;
1127183626Ssimon	driver)</para>
1128157417Smarcel
1129183626Ssimon      &hwlist.uart;
113076082Sbmah
1131183626Ssimon      &hwlist.scc;
1132183626Ssimon
1133186208Smurray      <para>[&arch.amd64;, &arch.i386;] AST 4 port serial card using
1134183626Ssimon	shared IRQ</para>
1135183626Ssimon
113676082Sbmah      <itemizedlist>
1137183626Ssimon	<listitem>
113876082Sbmah	  <para>ARNET 8 port serial card using shared IRQ</para>
113976082Sbmah	</listitem>
1140183626Ssimon
1141183626Ssimon	<listitem>
1142183626Ssimon	  <para>ARNET (now Digiboard) Sync 570/i high-speed
1143183626Ssimon	    serial</para>
114476082Sbmah	</listitem>
114576082Sbmah      </itemizedlist>
1146183626Ssimon
1147183626Ssimon      <para>[&arch.i386;] Boca multi-port serial cards</para>
1148183626Ssimon
114976082Sbmah      <itemizedlist>
1150183626Ssimon	<listitem>
115176082Sbmah	  <para>Boca BB1004 4-Port serial card (Modems
1152183626Ssimon	    <emphasis>not</emphasis> supported)</para>
115376082Sbmah	</listitem>
1154183626Ssimon
1155183626Ssimon	<listitem>
1156183626Ssimon	  <para>Boca IOAT66 6-Port serial card (Modems
1157183626Ssimon	    supported)</para>
115876082Sbmah	</listitem>
1159183626Ssimon
1160183626Ssimon	<listitem>
116176082Sbmah	  <para>Boca BB1008 8-Port serial card (Modems
1162183626Ssimon	    <emphasis>not</emphasis> supported)</para>
116376082Sbmah	</listitem>
1164183626Ssimon
1165183626Ssimon	<listitem>
1166183626Ssimon	  <para>Boca BB2016 16-Port serial card (Modems
1167183626Ssimon	    supported)</para>
116876082Sbmah	</listitem>
116976082Sbmah      </itemizedlist>
117076082Sbmah
1171183626Ssimon      <para>[&arch.i386;] Comtrol Rocketport card (&man.rp.4;
1172183626Ssimon	driver)</para>
117376082Sbmah
1174183626Ssimon      <para>[&arch.i386;] Cyclades Cyclom-Y serial board (&man.cy.4;
1175183626Ssimon	driver)</para>
117676082Sbmah
1177183626Ssimon      <para>[&arch.i386;] STB 4 port card using shared IRQ</para>
117876082Sbmah
1179183626Ssimon      <para>[&arch.i386;] DigiBoard intelligent serial cards (digi
1180183626Ssimon	driver)</para>
118176082Sbmah
1182186208Smurray      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;] PCI-Based
1183183626Ssimon	multi-port serial boards (&man.puc.4; driver)</para>
1184183626Ssimon
118590739Sbmah      <itemizedlist>
1186166767Sbmah	<listitem>
1187186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Actiontech 56K PCI</para>
118891898Sbmah	</listitem>
1189183626Ssimon
1190183626Ssimon	<listitem>
1191186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Avlab Technology, PCI IO 2S
1192183626Ssimon	    and PCI IO 4S</para>
119390739Sbmah	</listitem>
1194183626Ssimon
1195166767Sbmah	<listitem>
1196186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Comtrol RocketPort 550</para>
1197113567Sbmah	</listitem>
1198183626Ssimon
1199166767Sbmah	<listitem>
1200186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Decision Computers PCCOM
1201183626Ssimon	    4-port serial and dual port RS232/422/485</para>
1202113567Sbmah	</listitem>
1203183626Ssimon
1204166767Sbmah	<listitem>
1205166767Sbmah	  <para>[&arch.ia64;] Diva Serial (GSP) Multiport UART</para>
1206115240Sbmah	</listitem>
1207183626Ssimon
1208166767Sbmah	<listitem>
1209186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Dolphin Peripherals
1210183626Ssimon	    4025/4035/4036</para>
1211113567Sbmah	</listitem>
1212183626Ssimon
1213166767Sbmah	<listitem>
1214186208Smurray	  <para>[&arch.amd64;, &arch.i386;] IC Book Labs Dreadnought
1215183626Ssimon	    16x Lite and Pro</para>
1216113567Sbmah	</listitem>
1217183626Ssimon
1218166767Sbmah	<listitem>
1219186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Lava Computers
1220183626Ssimon	    2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550</para>
1221113567Sbmah	</listitem>
1222183626Ssimon
1223166767Sbmah	<listitem>
1224186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Middle Digital, Weasle
1225183626Ssimon	    serial port</para>
1226113567Sbmah	</listitem>
1227183626Ssimon
1228183626Ssimon	<listitem>
1229186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Moxa Industio CP-114,
1230183626Ssimon	    Smartio C104H-PCI and C168H/PCI</para>
123190739Sbmah	</listitem>
1232183626Ssimon
1233166767Sbmah	<listitem>
1234186208Smurray	  <para>[&arch.amd64;, &arch.i386;] NEC PK-UG-X001 and
1235183626Ssimon	    PK-UG-X008</para>
1236113567Sbmah	</listitem>
1237183626Ssimon
1238183626Ssimon	<listitem>
1239186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Netmos NM9835
1240183626Ssimon	    PCI-2S-550</para>
124190739Sbmah	</listitem>
1242183626Ssimon
1243166767Sbmah	<listitem>
1244186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Oxford Semiconductor
1245183626Ssimon	    OX16PCI954 PCI UART</para>
1246113567Sbmah	</listitem>
1247183626Ssimon
1248166767Sbmah	<listitem>
1249186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Syba Tech SD-LAB
1250183626Ssimon	    PCI-4S2P-550-ECP</para>
1251113567Sbmah	</listitem>
1252183626Ssimon
1253166767Sbmah	<listitem>
1254186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber I/O PCI
1255183626Ssimon	    16C550/16C650/16C850</para>
1256113567Sbmah	</listitem>
1257183626Ssimon
1258166767Sbmah	<listitem>
1259186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 2P1S PCI
1260183626Ssimon	    16C550/16C650/16C850</para>
1261113567Sbmah	</listitem>
1262183626Ssimon
1263166767Sbmah	<listitem>
1264186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 2S1P PCI
1265183626Ssimon	    16C550/16C650/16C850</para>
1266113567Sbmah	</listitem>
1267183626Ssimon
1268166767Sbmah	<listitem>
1269186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 4S PCI
1270183626Ssimon	  16C550/16C650/16C850</para>
1271113567Sbmah	</listitem>
1272183626Ssimon
1273166767Sbmah	<listitem>
1274186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber Serial (Single
1275183626Ssimon	    and Dual) PCI 16C550/16C650/16C850</para>
1276113567Sbmah	</listitem>
1277183626Ssimon
1278183626Ssimon	<listitem>
1279186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Syba Tech
1280183626Ssimon	    Ltd. PCI-4S2P-550-ECP</para>
128195160Sbmah	</listitem>
1282183626Ssimon
1283166767Sbmah	<listitem>
1284186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Titan PCI-200H and
1285183626Ssimon	    PCI-800H</para>
128691178Sbmah	</listitem>
1287183626Ssimon
1288166767Sbmah	<listitem>
1289186208Smurray	  <para>[&arch.amd64;, &arch.i386;] US Robotics (3Com) 3CP5609
1290183626Ssimon	    modem</para>
1291113567Sbmah	</listitem>
1292183626Ssimon
1293166767Sbmah	<listitem>
1294186208Smurray	  <para>[&arch.amd64;, &arch.i386;] VScom PCI-400 and
1295183626Ssimon	    PCI-800</para>
1296113567Sbmah	</listitem>
129790739Sbmah      </itemizedlist>
129890739Sbmah
1299183626Ssimon      &hwlist.rc;
130076082Sbmah
1301183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Specialix SI/XIO/SX multiport
1302183626Ssimon	serial cards, with both the older SIHOST2.x and the
1303183626Ssimon	<quote>enhanced</quote> (transputer based, aka JET) host cards
1304183626Ssimon	(ISA, EISA and PCI) are supported.  Note that the newer SX+
1305183626Ssimon	PCI cards are not currently supported.  (&man.si.4;
1306183626Ssimon	driver)</para>
130776082Sbmah
1308183626Ssimon      <para>[&arch.pc98;] Internel serial interfaces (&man.sio.4;
1309183626Ssimon	driver)</para>
1310183626Ssimon
131197677Snyan      <itemizedlist>
1312183626Ssimon	<listitem>
131397677Snyan	  <para>PC-9801 on-board</para>
131497677Snyan	</listitem>
1315183626Ssimon	<listitem>
131697677Snyan	  <para>PC-9821 2'nd CCU (flags 0x12000000)</para>
131797677Snyan	</listitem>
131897677Snyan      </itemizedlist>
131997677Snyan
1320183626Ssimon      <para>[&arch.pc98;] NEC PC-9861K, PC-9801-101 and Midori-Denshi
1321183626Ssimon	MDC-926Rs (&man.sio.4; driver)</para>
1322183626Ssimon
132397677Snyan      <itemizedlist>
1324183626Ssimon	<listitem>
132597677Snyan	  <para>COM2 (flags 0x01000000)</para>
132697677Snyan	</listitem>
1327183626Ssimon
1328183626Ssimon	<listitem>
132997677Snyan	  <para>COM3 (flags 0x02000000)</para>
133097677Snyan	</listitem>
133197677Snyan      </itemizedlist>
133297677Snyan
1333183626Ssimon      <para>[&arch.pc98;] NEC PC-9801-120 (&man.sio.4; driver)</para>
1334183626Ssimon
1335166767Sbmah      <note>
1336183626Ssimon	<para>"flags 0x11000000" is necessary in kernel
1337183626Ssimon	  configuration.</para>
133897677Snyan      </note>
133997677Snyan
1340183626Ssimon      <para>[&arch.pc98;] Microcore MC-16550, MC-16550II, MC-RS98
1341183626Ssimon	(&man.sio.4; driver)</para>
1342183626Ssimon
1343166767Sbmah      <note>
1344183626Ssimon	<para>"flags 0x14000?01" is necessary in kernel
1345183626Ssimon	  configuration.</para>
134697677Snyan      </note>
134797677Snyan
1348183626Ssimon      <para>[&arch.pc98;] Media Intelligent RSB-2000, RSB-3000 and
1349183626Ssimon	AIWA B98-02 (&man.sio.4; driver)</para>
1350183626Ssimon
1351166767Sbmah      <note>
1352183626Ssimon	<para>"flags 0x15000?01" is necessary in kernel
1353183626Ssimon	configuration.</para>
135497677Snyan      </note>
135597677Snyan
1356183626Ssimon      <para>[&arch.pc98;] Media Intelligent RSB-384 (&man.sio.4;
1357183626Ssimon	driver)</para>
1358183626Ssimon
1359166767Sbmah      <note>
1360183626Ssimon	<para>"flags 0x16000001" is necessary in kernel
1361183626Ssimon	  configuration.</para>
136297677Snyan      </note>
136397677Snyan
1364183626Ssimon      <para>[&arch.pc98;] I-O DATA RSA-98III (&man.sio.4;
1365183626Ssimon	driver)</para>
1366183626Ssimon
1367166767Sbmah      <note>
1368183626Ssimon	<para>"flags 0x18000?01" is necessary in kernel
1369183626Ssimon	  configuration.</para>
137097677Snyan      </note>
137197677Snyan
1372183626Ssimon      <para>[&arch.pc98;] Hayes ESP98 (&man.sio.4; driver)</para>
1373183626Ssimon
1374166767Sbmah      <note>
1375183626Ssimon	<para>"options COM_ESP" and "flags 0x19000000" are necessary
1376183626Ssimon	  in kernel configuration.</para>
137797677Snyan      </note>
137897677Snyan
1379183626Ssimon    </sect2>
1380109747Sbmah
1381183626Ssimon    <sect2 id="sound">
1382183626Ssimon      <title>Sound Devices</title>
1383134414Ssimon
1384183626Ssimon      &hwlist.snd.ad1816;
1385109747Sbmah
1386183626Ssimon      &hwlist.snd.als4000;
1387152888Sbrueffer
1388183626Ssimon      &hwlist.snd.atiixp;
1389146494Sbrueffer
1390183626Ssimon      &hwlist.snd.audiocs;
1391109747Sbmah
1392183626Ssimon      &hwlist.snd.cmi;
1393146494Sbrueffer
1394183626Ssimon      &hwlist.snd.cs4281;
1395109747Sbmah
1396183626Ssimon      &hwlist.snd.csa;
1397146494Sbrueffer
1398183626Ssimon      &hwlist.snd.ds1;
1399146494Sbrueffer
1400183626Ssimon      &hwlist.snd.emu10k1;
1401162930Sjoel
1402183626Ssimon      &hwlist.snd.emu10kx;
1403159694Sbrueffer
1404183626Ssimon      &hwlist.snd.envy24;
1405162930Sjoel
1406183626Ssimon      &hwlist.snd.envy24ht;
1407109747Sbmah
1408183626Ssimon      &hwlist.snd.es137x;
1409135533Ssimon
1410183626Ssimon      &hwlist.snd.ess;
1411138850Ssimon
1412183626Ssimon      &hwlist.snd.fm801;
1413138850Ssimon
1414183626Ssimon      &hwlist.snd.gusc;
1415162928Sjoel
1416183626Ssimon      &hwlist.snd.hda;
1417109747Sbmah
1418232355Sbrueffer      &hwlist.snd.hdspe;
1419232355Sbrueffer
1420183626Ssimon      &hwlist.snd.ich;
1421144942Sbrueffer
1422183626Ssimon      &hwlist.snd.maestro;
1423109747Sbmah
1424183626Ssimon      &hwlist.snd.maestro3;
1425151215Sjoel
1426183626Ssimon      &hwlist.snd.mss;
1427109747Sbmah
1428183626Ssimon      &hwlist.snd.neomagic;
1429109747Sbmah
1430183626Ssimon      &hwlist.snd.sbc;
1431109745Sbmah
1432183626Ssimon      &hwlist.snd.solo;
1433162930Sjoel
1434183626Ssimon      &hwlist.snd.spicds;
1435149099Sjoel
1436183626Ssimon      &hwlist.snd.t4dwave;
1437144942Sbrueffer
1438183626Ssimon      &hwlist.snd.via8233;
1439109747Sbmah
1440183626Ssimon      &hwlist.snd.via82c686;
1441109747Sbmah
1442183626Ssimon      &hwlist.snd.vibes;
1443183626Ssimon
1444183626Ssimon      <para>[&arch.pc98;] NEC PC-9801-73, 86 and compatibles (nss
1445183626Ssimon	driver)</para>
1446183626Ssimon
144797677Snyan      <itemizedlist>
1448183626Ssimon	<listitem>
1449183626Ssimon	  <para>NEC A-MATE internal sound</para>
1450183626Ssimon	</listitem>
1451183626Ssimon
1452183626Ssimon	<listitem>
1453183626Ssimon	  <para>Q-Vision WaveStar, WaveMaster</para>
1454183626Ssimon	</listitem>
145597677Snyan      </itemizedlist>
1456109747Sbmah
1457183626Ssimon      <para>[&arch.pc98;] NEC X-MATE, CanBe, ValueStar internal (mss
1458183626Ssimon	driver)</para>
1459109747Sbmah
1460183626Ssimon      <para>[&arch.pc98;] Creative Technologies SoundBlaster(98)
1461183626Ssimon	(&man.sb.4; driver)</para>
1462109747Sbmah
1463183626Ssimon      <para>[&arch.pc98;] I-O DATA CD-BOX (&man.sb.4; driver)</para>
1464109747Sbmah
1465183626Ssimon      <para>[&arch.pc98;] MPU-401 and compatible interfaces (mpu
1466183626Ssimon	driver)</para>
1467183626Ssimon
146897677Snyan      <itemizedlist>
1469183626Ssimon	<listitem>
1470183626Ssimon	  <para>Q-Vision WaveStar</para>
1471183626Ssimon	</listitem>
147297677Snyan      </itemizedlist>
1473183626Ssimon    </sect2>
1474109743Sbmah
1475183626Ssimon    <sect2 id="camera">
1476183626Ssimon      <title>Camera and Video Capture Devices</title>
1477139404Sbrueffer
1478183626Ssimon      &hwlist.bktr;
1479139404Sbrueffer
1480183626Ssimon      <para>[&arch.i386;] Connectix QuickCam</para>
1481183626Ssimon    </sect2>
148276082Sbmah
1483183626Ssimon    <sect2 id="usb">
1484183626Ssimon      <title>USB Devices</title>
148576082Sbmah
1486183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] A
1487183626Ssimon	range of USB peripherals are supported; devices known to work
1488183626Ssimon	are listed in this section.  Owing to the generic nature of
1489183626Ssimon	most USB devices, with some exceptions any device of a given
1490183626Ssimon	class will be supported, even if not explicitly listed
1491183626Ssimon	here.</para>
149276082Sbmah
1493183626Ssimon      <note>
1494183626Ssimon	<para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1495183626Ssimon	  USB Ethernet adapters can be found in the section listing
1496183626Ssimon	  <link linkend="ethernet">Ethernet
1497183626Ssimon	    interfaces</link>.</para>
1498183626Ssimon      </note>
149976082Sbmah
1500183626Ssimon      <note>
1501183626Ssimon	<para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1502183626Ssimon	  USB Bluetooth adapters can be found in <link
1503183626Ssimon	    linkend="bluetooth">Bluetooth</link> section.</para>
1504183626Ssimon      </note>
1505107425Sbmah
1506183626Ssimon      &hwlist.ohci;
1507113709Sbmah
1508183626Ssimon      &hwlist.uhci;
1509123183Sbmah
1510183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] USB
1511183626Ssimon	2.0 controllers using the EHCI interface (&man.ehci.4;
1512183626Ssimon	driver)</para>
1513113709Sbmah
1514183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1515183626Ssimon	Hubs</para>
1516183626Ssimon
1517183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1518183626Ssimon	Keyboards (&man.ukbd.4; driver)</para>
1519183626Ssimon
1520186208Smurray      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1521183626Ssimon	Miscellaneous</para>
1522183626Ssimon
152376082Sbmah      <itemizedlist>
1524183626Ssimon	<listitem>
1525116409Shrs	  <para>Assist Computer Systems PC Camera C-M1</para>
1526116409Shrs	</listitem>
1527183626Ssimon
1528183626Ssimon	<listitem>
152976082Sbmah	  <para>ActiveWire I/O Board</para>
153076082Sbmah	</listitem>
1531183626Ssimon
1532183626Ssimon	<listitem>
1533116409Shrs	  <para>Creative Technology Video Blaster WebCam Plus</para>
1534116409Shrs	</listitem>
1535183626Ssimon
153691715Sbmah	<listitem>
1537122262Sbmah	  <para>D-Link DSB-R100 USB Radio (&man.ufm.4; driver)</para>
153891715Sbmah	</listitem>
1539183626Ssimon
1540183626Ssimon	<listitem>
1541116409Shrs	  <para>Mirunet AlphaCam Plus</para>
1542116409Shrs	</listitem>
154376082Sbmah      </itemizedlist>
1544134047Ssimon
1545183626Ssimon      &hwlist.urio;
1546135830Ssimon
1547183626Ssimon      &hwlist.umodem;
1548134047Ssimon
1549183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] Mice
1550183626Ssimon	(&man.ums.4; driver)</para>
1551134047Ssimon
1552183626Ssimon      &hwlist.ulpt;
1553135830Ssimon
1554183626Ssimon      &hwlist.ubsa;
1555135111Ssimon
1556183626Ssimon      &hwlist.ubser;
1557135111Ssimon
1558183626Ssimon      &hwlist.uftdi;
1559135111Ssimon
1560183626Ssimon      &hwlist.uplcom;
1561135111Ssimon
1562183626Ssimon      &hwlist.umct;
1563135830Ssimon
1564183626Ssimon      &hwlist.umass;
156576082Sbmah
1566183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Audio Devices
1567183626Ssimon	(&man.uaudio.4; driver)</para>
1568115285Shrs
1569183626Ssimon      &hwlist.uvisor;
1570183626Ssimon    </sect2>
1571135114Ssimon
1572183626Ssimon    <sect2 id="firewire">
1573183626Ssimon      <title>IEEE 1394 (Firewire) Devices</title>
1574102323Sbmah
1575183626Ssimon      &hwlist.fwohci;
1576106558Sbmah
1577183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.sparc64;] Serial Bus
1578183626Ssimon	Protocol 2 (SBP-2) storage devices (&man.sbp.4; driver)</para>
1579183626Ssimon    </sect2>
1580106558Sbmah
1581183626Ssimon    <sect2 id="bluetooth">
1582183626Ssimon      <title>Bluetooth Devices</title>
1583106558Sbmah
1584183626Ssimon      &hwlist.ng.bt3c;
1585106558Sbmah
1586183626Ssimon      &hwlist.ng.ubt;
1587183626Ssimon    </sect2>
1588107425Sbmah
1589183626Ssimon    <sect2 id="crypto-accel">
1590183626Ssimon      <title>Cryptographic Accelerators</title>
1591107425Sbmah
1592183626Ssimon      &hwlist.hifn;
1593107425Sbmah
1594183626Ssimon      &hwlist.safe;
1595107425Sbmah
1596183626Ssimon      &hwlist.ubsec;
1597183626Ssimon    </sect2>
1598104526Sbmah
1599183626Ssimon    <sect2 id="misc">
1600183626Ssimon      <title>Miscellaneous</title>
1601104526Sbmah
1602183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1603183626Ssimon	FAX-Modem/PCCARD</para>
1604121834Sbmah
160576082Sbmah      <itemizedlist>
1606183626Ssimon	<listitem>
1607115373Shrs	  <para>MELCO IGM-PCM56K/IGM-PCM56KH</para>
160876082Sbmah	</listitem>
1609183626Ssimon
1610183626Ssimon	<listitem>
1611183626Ssimon	  <para>Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD
1612183626Ssimon	    terminal)</para>
161376082Sbmah	</listitem>
161476082Sbmah      </itemizedlist>
161576082Sbmah
1616183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Floppy drives
1617183626Ssimon	(&man.fdc.4; driver)</para>
1618114865Sbmah
1619186208Smurray      <para>[&arch.amd64;, &arch.i386;] VGA-compatible video cards
1620183626Ssimon	(&man.vga.4; driver)</para>
1621114865Sbmah
1622114865Sbmah      <note>
1623114865Sbmah	<para>Information regarding specific video cards and
1624139482Sbrueffer	  compatibility with <application>Xorg</application> can be
1625183626Ssimon	  found at <ulink url="http://www.x.org/"></ulink>.</para>
1626114865Sbmah      </note>
1627114865Sbmah
1628183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1629183626Ssimon	Keyboards including:</para>
1630183626Ssimon
163176082Sbmah      <itemizedlist>
1632183626Ssimon	<listitem>
1633183626Ssimon	  <para>[&arch.i386;] AT-style keyboards (&man.atkbd.4;
1634183626Ssimon	    driver)</para>
163576082Sbmah	</listitem>
1636183626Ssimon
1637183626Ssimon	<listitem>
1638183626Ssimon	  <para>[&arch.amd64;, &arch.i386;] PS/2 keyboards
1639183626Ssimon	    (&man.atkbd.4; driver)</para>
164076082Sbmah	</listitem>
1641183626Ssimon
1642183626Ssimon	<listitem>
1643166767Sbmah	  <para>[&arch.pc98;] Standard keyboards</para>
164497677Snyan	</listitem>
1645183626Ssimon
1646183626Ssimon	<listitem>
1647183626Ssimon	  <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1648183626Ssimon	    USB keyboards (&man.ukbd.4; driver)</para>
164976082Sbmah	</listitem>
165076082Sbmah      </itemizedlist>
1651123265Sbmah
1652183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1653183626Ssimon	Pointing devices including:</para>
1654183626Ssimon
165576082Sbmah      <itemizedlist>
1656183626Ssimon	<listitem>
1657183626Ssimon	  <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Bus mice and
1658183626Ssimon	    compatible devices (&man.mse.4; driver)</para>
165976082Sbmah	</listitem>
1660183626Ssimon
1661183626Ssimon	<listitem>
1662183626Ssimon	  <para>[&arch.amd64;, &arch.i386;] PS/2 mice and compatible
1663183626Ssimon	    devices, including many laptop pointing devices
1664183626Ssimon	    (&man.psm.4; driver)</para>
166576082Sbmah	</listitem>
1666183626Ssimon
1667183626Ssimon	<listitem>
1668114865Sbmah	  <para>Serial mice and compatible devices</para>
166976082Sbmah	</listitem>
1670183626Ssimon
1671183626Ssimon	<listitem>
1672183626Ssimon	  <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1673183626Ssimon	    USB mice (&man.ums.4; driver)</para>
167476082Sbmah	</listitem>
167576082Sbmah      </itemizedlist>
1676114865Sbmah
1677114865Sbmah      <note>
1678114865Sbmah	<para>&man.moused.8; has more information on using pointing
1679114865Sbmah	  devices with &os;.  Information on using pointing devices
1680183626Ssimon	  with <application>Xorg</application> can be found at <ulink
1681183626Ssimon	    url="http://www.x.org/"></ulink>.</para>
1682114865Sbmah      </note>
168376082Sbmah
1684183626Ssimon      <para>[&arch.amd64;, &arch.i386;] <quote>PC standard</quote>
1685183626Ssimon	parallel ports (&man.ppc.4; driver)</para>
168676082Sbmah
1687183626Ssimon      <para>[&arch.pc98;] <quote>PC-9821 standard</quote> parallel
1688183626Ssimon	ports (&man.ppc.4; driver)</para>
168976082Sbmah
1690183626Ssimon      <para>[&arch.i386;, &arch.amd64;] PC-compatible joysticks
1691183626Ssimon	(&man.joy.4; driver)</para>
1692109743Sbmah
1693183626Ssimon      <para>[&arch.pc98;] Joystick port of SoundBlaster(98)
1694183626Ssimon	(&man.joy.4; driver)</para>
1695183626Ssimon
1696183626Ssimon      <para>[&arch.i386;, &arch.pc98;] PHS Data Communication
1697183626Ssimon	Card/PCCARD</para>
1698183626Ssimon
169976082Sbmah      <itemizedlist>
1700183626Ssimon	<listitem>
170176082Sbmah	  <para>NTT DoCoMo P-in Comp@ct</para>
170276082Sbmah	</listitem>
1703183626Ssimon
1704183626Ssimon	<listitem>
170576082Sbmah	  <para>Panasonic KX-PH405</para>
170676082Sbmah	</listitem>
1707183626Ssimon
1708183626Ssimon	<listitem>
170976082Sbmah	  <para>SII MC-P200</para>
171076082Sbmah	</listitem>
171176082Sbmah      </itemizedlist>
171276082Sbmah
1713183626Ssimon      <para>[&arch.i386;] Xilinx XC6200-based reconfigurable hardware
1714183626Ssimon	cards compatible with the HOT1 from <ulink
1715183626Ssimon	  url="http://www.vcc.com/">Virtual Computers</ulink> (xrpu
1716183626Ssimon	driver).</para>
171797677Snyan
1718183626Ssimon      <para>[&arch.pc98;] Power Management Controller of NEC PC-98
1719183626Ssimon	Note (pmc driver)</para>
1720183626Ssimon    </sect2>
1721183626Ssimon  </sect1>
1722166768Sbmah</article>
1723