article.xml revision 232355
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 232355 2012-03-01 19:54:35Z 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
751183626Ssimon      &hwlist.ahd;
752102444Sbmah
753183626Ssimon      &hwlist.aic;
75476082Sbmah
755183626Ssimon      &hwlist.amr;
75676082Sbmah
757183626Ssimon      &hwlist.arcmsr;
758133094Ssimon
759183626Ssimon      &hwlist.asr;
760150279Sbrueffer
761183626Ssimon      &hwlist.bt;
76276082Sbmah
763183626Ssimon      &hwlist.ciss;
76476082Sbmah
765183626Ssimon      &hwlist.ct;
766119107Sbmah
767183626Ssimon      &hwlist.dpt;
768183626Ssimon
76987767Sbmah      <note>
770183626Ssimon	<para>[&arch.amd64;, &arch.i386;] Booting from these
771183626Ssimon	  controllers is supported. EISA adapters are not
772183626Ssimon	  supported.</para>
77387767Sbmah      </note>
77476082Sbmah
775183626Ssimon      &hwlist.esp;
776150293Sbrueffer
777229977Sbrueffer      &hwlist.hpt27xx;
778229977Sbrueffer
779183626Ssimon      &hwlist.hptiop;
780169841Sbrueffer
781183626Ssimon      &hwlist.hptmv;
782144426Sbrueffer
783183626Ssimon      &hwlist.hptrr;
784174662Sbmah
785183626Ssimon      &hwlist.ida;
786150279Sbrueffer
787183626Ssimon      &hwlist.iir;
788150279Sbrueffer
789183626Ssimon      &hwlist.ips;
790150279Sbrueffer
791232060Sbrueffer      &hwlist.isci;
792232060Sbrueffer
793183626Ssimon      &hwlist.isp;
794150279Sbrueffer
795183626Ssimon      &hwlist.mfi;
796157274Sbrueffer
797183626Ssimon      &hwlist.mlx;
79887767Sbmah
79987767Sbmah      <note>
800183626Ssimon	<para>[&arch.amd64;, &arch.i386;] Booting from these
801183626Ssimon	  controllers is supported. EISA adapters are not
802183626Ssimon	  supported.</para>
80387767Sbmah      </note>
80476082Sbmah
805183626Ssimon      &hwlist.mly;
80676082Sbmah
807227516Sbrueffer      &hwlist.mps;
808227516Sbrueffer
809183626Ssimon      &hwlist.mpt;
81076082Sbmah
811227516Sbrueffer      &hwlist.mvs;
812227516Sbrueffer
813183626Ssimon      &hwlist.ncr;
81476082Sbmah
815183626Ssimon      &hwlist.ncv;
816133457Ssimon
817183626Ssimon      &hwlist.nsp;
81876082Sbmah
819183626Ssimon      &hwlist.pst;
82076560Sbmah
821183626Ssimon      &hwlist.stg;
822108922Sbmah
823183626Ssimon      &hwlist.sym;
82487100Sbmah
825183626Ssimon      &hwlist.trm;
82690031Sbmah
827183626Ssimon      &hwlist.twa;
828102321Sbmah
829183626Ssimon      &hwlist.twe;
830137140Ssimon
831183626Ssimon      &hwlist.vpo;
832114978Sbmah
833183626Ssimon      <para>[&arch.i386;] The wds(4) driver supports the WD7000 SCSI
834183626Ssimon	controller.</para>
835134916Ssimon
836183626Ssimon      <para>With all supported SCSI controllers, full support is
837183626Ssimon	provided for SCSI-I, SCSI-II, and SCSI-III peripherals,
838183626Ssimon	including hard disks, optical disks, tape drives (including
839183626Ssimon	DAT, 8mm Exabyte, Mammoth, and DLT), medium changers,
840183626Ssimon	processor target devices and CD-ROM drives.  WORM devices that
841183626Ssimon	support CD-ROM commands are supported for read-only access by
842183626Ssimon	the CD-ROM drivers (such as &man.cd.4;).  WORM/CD-R/CD-RW
843183626Ssimon	writing support is provided by &man.cdrecord.1;, which is a
844183626Ssimon	part of the <filename
845183626Ssimon	  role="package">sysutils/cdrtools</filename> port in the Ports
846183626Ssimon	Collection.</para>
84776082Sbmah
848183626Ssimon      <para>The following CD-ROM type systems are supported at this
849183626Ssimon	time:</para>
850183626Ssimon
85176082Sbmah      <itemizedlist>
852183626Ssimon	<listitem>
853183626Ssimon	  <para>SCSI interface (also includes ProAudio Spectrum and
854183626Ssimon	    SoundBlaster SCSI) (&man.cd.4;)</para>
85576082Sbmah	</listitem>
856116504Sbmah
857166767Sbmah	<listitem>
858183626Ssimon	  <para>[&arch.i386;] Sony proprietary interface (all models)
859183626Ssimon	    (&man.scd.4;)</para>
86076082Sbmah	</listitem>
861116505Sbmah
86276082Sbmah	<listitem>
86376082Sbmah	  <para>ATAPI IDE interface (&man.acd.4;)</para>
86476082Sbmah	</listitem>
86576082Sbmah      </itemizedlist>
86676082Sbmah
867183626Ssimon      <para>[&arch.i386;] The following device is unmaintained:</para>
868183626Ssimon
86976082Sbmah      <itemizedlist>
870183626Ssimon	<listitem>
871183626Ssimon	  <para>Mitsumi proprietary CD-ROM interface (all models)
872183626Ssimon	    (&man.mcd.4;)</para>
87376082Sbmah	</listitem>
87476082Sbmah      </itemizedlist>
875183626Ssimon    </sect2>
87676082Sbmah
877183626Ssimon    <sect2 id="ethernet">
878183626Ssimon      <title>Ethernet Interfaces</title>
87976082Sbmah
880183626Ssimon      &hwlist.ae;
881183607Ssimon
882183632Ssimon      &hwlist.age;
883183632Ssimon
884185241Sdelphij      &hwlist.ale;
885185241Sdelphij
886183626Ssimon      &hwlist.aue;
88776082Sbmah
888183626Ssimon      &hwlist.axe;
88976082Sbmah
890183626Ssimon      &hwlist.bce;
891157648Sbrueffer
892183626Ssimon      <para>[&arch.amd64;, &arch.i386;] Broadcom BCM4401 based Fast
893183626Ssimon	Ethernet adapters (&man.bfe.4; driver)</para>
89476082Sbmah
895183626Ssimon      &hwlist.bge;
896135144Sbrueffer
897194248Smarius      &hwlist.cas;
898194248Smarius
899183626Ssimon      &hwlist.cdce;
900150278Sbrueffer
901183626Ssimon      <para>[&arch.amd64;, &arch.i386;] Crystal Semiconductor
902183626Ssimon	CS89x0-based NICs (&man.cs.4; driver)</para>
90376560Sbmah
904183626Ssimon      &hwlist.cue;
90576082Sbmah
906183626Ssimon      &hwlist.cxgb;
907172336Sbrueffer
908183626Ssimon      &hwlist.dc;
90976082Sbmah
910183626Ssimon      &hwlist.de;
91176082Sbmah
912183626Ssimon      &hwlist.ed;
91376082Sbmah
914183626Ssimon      &hwlist.em;
91576082Sbmah
916183626Ssimon      &hwlist.ep;
91776498Sbmah
918208024Sbrueffer      <para>Agere ET1310 Gigabit Ethernet adapters
919208024Sbrueffer	(&man.et.4; driver)</para>
920207982Sbrueffer
921183626Ssimon      &hwlist.ex;
92276082Sbmah
923183626Ssimon      &hwlist.fe;
92476082Sbmah
925183626Ssimon      &hwlist.fxp;
92676082Sbmah
927183626Ssimon      &hwlist.gem;
92876082Sbmah
929183626Ssimon      &hwlist.hme;
93076082Sbmah
931183626Ssimon      &hwlist.ie;
932150242Sjoel
933183655Ssimon      &hwlist.igb;
934183655Ssimon
935183626Ssimon      &hwlist.ixgb;
93676082Sbmah
937185532Sbrueffer      &hwlist.ixgbe;
938185532Sbrueffer
939183647Ssimon      &hwlist.jme;
940183647Ssimon
941183626Ssimon      &hwlist.kue;
94276082Sbmah
943183626Ssimon      &hwlist.lge;
944113884Sbmah
945183626Ssimon      &hwlist.msk;
946165157Sbrueffer
947183626Ssimon      &hwlist.mxge;
948159606Sbrueffer
949183626Ssimon      &hwlist.my;
950126363Sbmah
951183626Ssimon      &hwlist.nfe;
952171111Sbrueffer
953183626Ssimon      &hwlist.nge;
95476082Sbmah
955183626Ssimon      &hwlist.nve;
95676082Sbmah
957183626Ssimon      &hwlist.nxge;
958171111Sbrueffer
959231943Sbrueffer      &hwlist.oce;
960231943Sbrueffer
961183626Ssimon      &hwlist.pcn;
96285666Sbmah
963227275Sbrueffer      &hwlist.qlxgb;
964227275Sbrueffer
965183626Ssimon      &hwlist.re;
96685666Sbmah
967183626Ssimon      &hwlist.rl;
96876082Sbmah
969183626Ssimon      &hwlist.rue;
97085666Sbmah
971183626Ssimon      &hwlist.sf;
97285666Sbmah
973227666Sbrueffer      &hwlist.sfxge;
974227666Sbrueffer
975207982Sbrueffer      &hwlist.sge;
976207982Sbrueffer
977183626Ssimon      &hwlist.sis;
97885710Sbmah
979183626Ssimon      &hwlist.sk;
98076082Sbmah
981183626Ssimon      &hwlist.sn;
98276082Sbmah
983183626Ssimon      &hwlist.snc;
98476082Sbmah
985183626Ssimon      &hwlist.ste;
98677590Sbmah
987183626Ssimon      &hwlist.stge;
988160659Sbrueffer
989183626Ssimon      &hwlist.ti;
99080242Sbmah
991183626Ssimon      &hwlist.tl;
99285163Sbmah
993186208Smurray      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] SMC 83c17x
994183626Ssimon	(EPIC)-based Ethernet NICs (&man.tx.4; driver)</para>
99585163Sbmah
996183626Ssimon      &hwlist.txp;
99791503Sbmah
998183626Ssimon      &hwlist.udav;
99995057Sbmah
1000183626Ssimon      &hwlist.vge;
100195057Sbmah
1002183626Ssimon      &hwlist.vr;
1003119991Sbmah
1004183626Ssimon      &hwlist.vx;
1005119991Sbmah
1006225184Sbrueffer      &hwlist.vxge;
1007225184Sbrueffer
1008183626Ssimon      &hwlist.wb;
1009134219Sbrueffer
1010183626Ssimon      &hwlist.xe;
1011135057Ssimon
1012183626Ssimon      &hwlist.xl;
1013146397Sbrueffer
1014183626Ssimon    </sect2>
101576082Sbmah
1016183626Ssimon    <sect2 id="fddi">
1017183626Ssimon      <title>FDDI Interfaces</title>
101876082Sbmah
1019186208Smurray      <para>[&arch.i386;, &arch.pc98;] DEC DEFPA PCI (&man.fpa.4;
1020183626Ssimon	driver)</para>
1021109739Sbmah
1022183626Ssimon      <para>[&arch.i386;] DEC DEFEA EISA (&man.fpa.4; driver)</para>
1023183626Ssimon    </sect2>
1024109739Sbmah
1025183626Ssimon    <sect2 id="atm">
1026183626Ssimon      <title>ATM Interfaces</title>
1027109739Sbmah
1028186208Smurray      <para>[&arch.i386;, &arch.pc98;] Midway-based ATM interfaces
1029183626Ssimon	(&man.en.4; driver)</para>
1030109739Sbmah
1031186208Smurray      <para>[&arch.i386;, &arch.pc98; &arch.sparc64;] FORE Systems,
1032183626Ssimon	Inc. PCA-200E ATM PCI Adapters (hfa and &man.fatm.4;
1033183626Ssimon	drivers)</para>
1034118804Sbmah
1035183626Ssimon      <para>[&arch.i386;, &arch.pc98;] IDT NICStAR 77201/211-based ATM
1036183626Ssimon	Adapters (&man.idt.4; driver)</para>
1037118804Sbmah
1038186208Smurray      <para>[&arch.i386;, &arch.pc98; &arch.sparc64;] FORE Systems,
1039183626Ssimon	Inc. HE155 and HE622 ATM interfaces (&man.hatm.4;
1040183626Ssimon	driver)</para>
104176082Sbmah
1042183626Ssimon      <para>[&arch.i386;, &arch.pc98;] IDT77252-based ATM cards
1043183626Ssimon	(&man.patm.4; driver)</para>
1044183626Ssimon    </sect2>
104576560Sbmah
1046183626Ssimon    <sect2 id="wlan">
1047183626Ssimon      <title>Wireless Network Interfaces</title>
1048172037Sbrueffer
1049183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Cisco/Aironet
1050183626Ssimon	802.11b wireless adapters (&man.an.4; driver)</para>
1051172117Sbrueffer
1052183626Ssimon      &hwlist.ath;
1053172117Sbrueffer
1054192196Sbrueffer      &hwlist.bwi;
1055192196Sbrueffer
1056183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless 2100
1057183626Ssimon	MiniPCI network adapter (&man.ipw.4; driver)</para>
1058172129Sbrueffer
1059183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless
1060183626Ssimon	2200BG/2915ABG MiniPCI and 2225BG PCI network adapters
1061183626Ssimon	(&man.iwi.4; driver)</para>
1062172037Sbrueffer
1063183845Sbrueffer      <para>[&arch.i386;, &arch.amd64;] Intel Wireless WiFi Link
1064183845Sbrueffer	4965AGN IEEE 802.11n PCI network adapters
1065183845Sbrueffer	(&man.iwn.4; driver)</para>
1066183845Sbrueffer
1067183845Sbrueffer      <para>[&arch.i386;, &arch.amd64;] Marvell Libertas IEEE 802.11b/g
1068183845Sbrueffer        PCI network adapters (&man.malo.4; driver)</para>
1069183845Sbrueffer
1070207982Sbrueffer      <para>Marvell 88W8363 IEEE 802.11n wireless network
1071207982Sbrueffer	adapters (&man.mwl.4; driver)</para>
1072207982Sbrueffer
1073183626Ssimon      &hwlist.ral;
1074172079Sbrueffer
1075183626Ssimon      &hwlist.rum;
107676082Sbmah
1077207991Sbrueffer      &hwlist.run;
1078207991Sbrueffer
1079190825Sbrueffer      &hwlist.uath;
1080190825Sbrueffer
1081185532Sbrueffer      &hwlist.upgt;
1082185532Sbrueffer
1083183626Ssimon      &hwlist.ural;
108476082Sbmah
1085192196Sbrueffer      &hwlist.urtw;
1086192196Sbrueffer
1087183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Lucent
1088183626Ssimon	Technologies WaveLAN/IEEE 802.11b wireless network adapters
1089183626Ssimon	and workalikes using the Lucent Hermes, Intersil PRISM-II,
1090183626Ssimon	Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24
1091183626Ssimon	chipsets (&man.wi.4; driver)</para>
1092173586Sbrueffer
1093183626Ssimon      <para>[&arch.i386;] NCR / AT&amp;T / Lucent Technologies WaveLan
1094183626Ssimon	T1-speed ISA/radio LAN cards (&man.wl.4; driver)</para>
1095172036Sbrueffer
1096183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless 3945ABG
1097183626Ssimon	MiniPCI network adapters (&man.wpi.4; driver)</para>
109876082Sbmah
1099183626Ssimon      &hwlist.zyd;
1100183626Ssimon    </sect2>
110187100Sbmah
1102183626Ssimon    <sect2 id="misc-network">
1103183626Ssimon      <title>Miscellaneous Networks</title>
1104155296Sbrueffer
1105183626Ssimon      &hwlist.ce;
1106123164Sbmah
1107183626Ssimon      &hwlist.cx;
1108129375Srik
1109183626Ssimon      &hwlist.cp;
1110127755Srik
1111183626Ssimon      &hwlist.ctau;
1112108922Sbmah
1113183626Ssimon      &hwlist.cm;
1114183626Ssimon    </sect2>
111587100Sbmah
1116183626Ssimon    <sect2 id="serial">
1117183626Ssimon      <title>Serial Interfaces</title>
1118105426Sbmah
1119186208Smurray      <para>[&arch.amd64;, &arch.i386;] <quote>PC standard</quote>
1120183626Ssimon	8250, 16450, and 16550-based serial ports (&man.sio.4;
1121183626Ssimon	driver)</para>
1122157417Smarcel
1123183626Ssimon      &hwlist.uart;
112476082Sbmah
1125183626Ssimon      &hwlist.scc;
1126183626Ssimon
1127186208Smurray      <para>[&arch.amd64;, &arch.i386;] AST 4 port serial card using
1128183626Ssimon	shared IRQ</para>
1129183626Ssimon
113076082Sbmah      <itemizedlist>
1131183626Ssimon	<listitem>
113276082Sbmah	  <para>ARNET 8 port serial card using shared IRQ</para>
113376082Sbmah	</listitem>
1134183626Ssimon
1135183626Ssimon	<listitem>
1136183626Ssimon	  <para>ARNET (now Digiboard) Sync 570/i high-speed
1137183626Ssimon	    serial</para>
113876082Sbmah	</listitem>
113976082Sbmah      </itemizedlist>
1140183626Ssimon
1141183626Ssimon      <para>[&arch.i386;] Boca multi-port serial cards</para>
1142183626Ssimon
114376082Sbmah      <itemizedlist>
1144183626Ssimon	<listitem>
114576082Sbmah	  <para>Boca BB1004 4-Port serial card (Modems
1146183626Ssimon	    <emphasis>not</emphasis> supported)</para>
114776082Sbmah	</listitem>
1148183626Ssimon
1149183626Ssimon	<listitem>
1150183626Ssimon	  <para>Boca IOAT66 6-Port serial card (Modems
1151183626Ssimon	    supported)</para>
115276082Sbmah	</listitem>
1153183626Ssimon
1154183626Ssimon	<listitem>
115576082Sbmah	  <para>Boca BB1008 8-Port serial card (Modems
1156183626Ssimon	    <emphasis>not</emphasis> supported)</para>
115776082Sbmah	</listitem>
1158183626Ssimon
1159183626Ssimon	<listitem>
1160183626Ssimon	  <para>Boca BB2016 16-Port serial card (Modems
1161183626Ssimon	    supported)</para>
116276082Sbmah	</listitem>
116376082Sbmah      </itemizedlist>
116476082Sbmah
1165183626Ssimon      <para>[&arch.i386;] Comtrol Rocketport card (&man.rp.4;
1166183626Ssimon	driver)</para>
116776082Sbmah
1168183626Ssimon      <para>[&arch.i386;] Cyclades Cyclom-Y serial board (&man.cy.4;
1169183626Ssimon	driver)</para>
117076082Sbmah
1171183626Ssimon      <para>[&arch.i386;] STB 4 port card using shared IRQ</para>
117276082Sbmah
1173183626Ssimon      <para>[&arch.i386;] DigiBoard intelligent serial cards (digi
1174183626Ssimon	driver)</para>
117576082Sbmah
1176186208Smurray      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;] PCI-Based
1177183626Ssimon	multi-port serial boards (&man.puc.4; driver)</para>
1178183626Ssimon
117990739Sbmah      <itemizedlist>
1180166767Sbmah	<listitem>
1181186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Actiontech 56K PCI</para>
118291898Sbmah	</listitem>
1183183626Ssimon
1184183626Ssimon	<listitem>
1185186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Avlab Technology, PCI IO 2S
1186183626Ssimon	    and PCI IO 4S</para>
118790739Sbmah	</listitem>
1188183626Ssimon
1189166767Sbmah	<listitem>
1190186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Comtrol RocketPort 550</para>
1191113567Sbmah	</listitem>
1192183626Ssimon
1193166767Sbmah	<listitem>
1194186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Decision Computers PCCOM
1195183626Ssimon	    4-port serial and dual port RS232/422/485</para>
1196113567Sbmah	</listitem>
1197183626Ssimon
1198166767Sbmah	<listitem>
1199166767Sbmah	  <para>[&arch.ia64;] Diva Serial (GSP) Multiport UART</para>
1200115240Sbmah	</listitem>
1201183626Ssimon
1202166767Sbmah	<listitem>
1203186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Dolphin Peripherals
1204183626Ssimon	    4025/4035/4036</para>
1205113567Sbmah	</listitem>
1206183626Ssimon
1207166767Sbmah	<listitem>
1208186208Smurray	  <para>[&arch.amd64;, &arch.i386;] IC Book Labs Dreadnought
1209183626Ssimon	    16x Lite and Pro</para>
1210113567Sbmah	</listitem>
1211183626Ssimon
1212166767Sbmah	<listitem>
1213186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Lava Computers
1214183626Ssimon	    2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550</para>
1215113567Sbmah	</listitem>
1216183626Ssimon
1217166767Sbmah	<listitem>
1218186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Middle Digital, Weasle
1219183626Ssimon	    serial port</para>
1220113567Sbmah	</listitem>
1221183626Ssimon
1222183626Ssimon	<listitem>
1223186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Moxa Industio CP-114,
1224183626Ssimon	    Smartio C104H-PCI and C168H/PCI</para>
122590739Sbmah	</listitem>
1226183626Ssimon
1227166767Sbmah	<listitem>
1228186208Smurray	  <para>[&arch.amd64;, &arch.i386;] NEC PK-UG-X001 and
1229183626Ssimon	    PK-UG-X008</para>
1230113567Sbmah	</listitem>
1231183626Ssimon
1232183626Ssimon	<listitem>
1233186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Netmos NM9835
1234183626Ssimon	    PCI-2S-550</para>
123590739Sbmah	</listitem>
1236183626Ssimon
1237166767Sbmah	<listitem>
1238186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Oxford Semiconductor
1239183626Ssimon	    OX16PCI954 PCI UART</para>
1240113567Sbmah	</listitem>
1241183626Ssimon
1242166767Sbmah	<listitem>
1243186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Syba Tech SD-LAB
1244183626Ssimon	    PCI-4S2P-550-ECP</para>
1245113567Sbmah	</listitem>
1246183626Ssimon
1247166767Sbmah	<listitem>
1248186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber I/O PCI
1249183626Ssimon	    16C550/16C650/16C850</para>
1250113567Sbmah	</listitem>
1251183626Ssimon
1252166767Sbmah	<listitem>
1253186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 2P1S PCI
1254183626Ssimon	    16C550/16C650/16C850</para>
1255113567Sbmah	</listitem>
1256183626Ssimon
1257166767Sbmah	<listitem>
1258186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 2S1P PCI
1259183626Ssimon	    16C550/16C650/16C850</para>
1260113567Sbmah	</listitem>
1261183626Ssimon
1262166767Sbmah	<listitem>
1263186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 4S PCI
1264183626Ssimon	  16C550/16C650/16C850</para>
1265113567Sbmah	</listitem>
1266183626Ssimon
1267166767Sbmah	<listitem>
1268186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber Serial (Single
1269183626Ssimon	    and Dual) PCI 16C550/16C650/16C850</para>
1270113567Sbmah	</listitem>
1271183626Ssimon
1272183626Ssimon	<listitem>
1273186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Syba Tech
1274183626Ssimon	    Ltd. PCI-4S2P-550-ECP</para>
127595160Sbmah	</listitem>
1276183626Ssimon
1277166767Sbmah	<listitem>
1278186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Titan PCI-200H and
1279183626Ssimon	    PCI-800H</para>
128091178Sbmah	</listitem>
1281183626Ssimon
1282166767Sbmah	<listitem>
1283186208Smurray	  <para>[&arch.amd64;, &arch.i386;] US Robotics (3Com) 3CP5609
1284183626Ssimon	    modem</para>
1285113567Sbmah	</listitem>
1286183626Ssimon
1287166767Sbmah	<listitem>
1288186208Smurray	  <para>[&arch.amd64;, &arch.i386;] VScom PCI-400 and
1289183626Ssimon	    PCI-800</para>
1290113567Sbmah	</listitem>
129190739Sbmah      </itemizedlist>
129290739Sbmah
1293183626Ssimon      &hwlist.rc;
129476082Sbmah
1295183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Specialix SI/XIO/SX multiport
1296183626Ssimon	serial cards, with both the older SIHOST2.x and the
1297183626Ssimon	<quote>enhanced</quote> (transputer based, aka JET) host cards
1298183626Ssimon	(ISA, EISA and PCI) are supported.  Note that the newer SX+
1299183626Ssimon	PCI cards are not currently supported.  (&man.si.4;
1300183626Ssimon	driver)</para>
130176082Sbmah
1302183626Ssimon      <para>[&arch.pc98;] Internel serial interfaces (&man.sio.4;
1303183626Ssimon	driver)</para>
1304183626Ssimon
130597677Snyan      <itemizedlist>
1306183626Ssimon	<listitem>
130797677Snyan	  <para>PC-9801 on-board</para>
130897677Snyan	</listitem>
1309183626Ssimon	<listitem>
131097677Snyan	  <para>PC-9821 2'nd CCU (flags 0x12000000)</para>
131197677Snyan	</listitem>
131297677Snyan      </itemizedlist>
131397677Snyan
1314183626Ssimon      <para>[&arch.pc98;] NEC PC-9861K, PC-9801-101 and Midori-Denshi
1315183626Ssimon	MDC-926Rs (&man.sio.4; driver)</para>
1316183626Ssimon
131797677Snyan      <itemizedlist>
1318183626Ssimon	<listitem>
131997677Snyan	  <para>COM2 (flags 0x01000000)</para>
132097677Snyan	</listitem>
1321183626Ssimon
1322183626Ssimon	<listitem>
132397677Snyan	  <para>COM3 (flags 0x02000000)</para>
132497677Snyan	</listitem>
132597677Snyan      </itemizedlist>
132697677Snyan
1327183626Ssimon      <para>[&arch.pc98;] NEC PC-9801-120 (&man.sio.4; driver)</para>
1328183626Ssimon
1329166767Sbmah      <note>
1330183626Ssimon	<para>"flags 0x11000000" is necessary in kernel
1331183626Ssimon	  configuration.</para>
133297677Snyan      </note>
133397677Snyan
1334183626Ssimon      <para>[&arch.pc98;] Microcore MC-16550, MC-16550II, MC-RS98
1335183626Ssimon	(&man.sio.4; driver)</para>
1336183626Ssimon
1337166767Sbmah      <note>
1338183626Ssimon	<para>"flags 0x14000?01" is necessary in kernel
1339183626Ssimon	  configuration.</para>
134097677Snyan      </note>
134197677Snyan
1342183626Ssimon      <para>[&arch.pc98;] Media Intelligent RSB-2000, RSB-3000 and
1343183626Ssimon	AIWA B98-02 (&man.sio.4; driver)</para>
1344183626Ssimon
1345166767Sbmah      <note>
1346183626Ssimon	<para>"flags 0x15000?01" is necessary in kernel
1347183626Ssimon	configuration.</para>
134897677Snyan      </note>
134997677Snyan
1350183626Ssimon      <para>[&arch.pc98;] Media Intelligent RSB-384 (&man.sio.4;
1351183626Ssimon	driver)</para>
1352183626Ssimon
1353166767Sbmah      <note>
1354183626Ssimon	<para>"flags 0x16000001" is necessary in kernel
1355183626Ssimon	  configuration.</para>
135697677Snyan      </note>
135797677Snyan
1358183626Ssimon      <para>[&arch.pc98;] I-O DATA RSA-98III (&man.sio.4;
1359183626Ssimon	driver)</para>
1360183626Ssimon
1361166767Sbmah      <note>
1362183626Ssimon	<para>"flags 0x18000?01" is necessary in kernel
1363183626Ssimon	  configuration.</para>
136497677Snyan      </note>
136597677Snyan
1366183626Ssimon      <para>[&arch.pc98;] Hayes ESP98 (&man.sio.4; driver)</para>
1367183626Ssimon
1368166767Sbmah      <note>
1369183626Ssimon	<para>"options COM_ESP" and "flags 0x19000000" are necessary
1370183626Ssimon	  in kernel configuration.</para>
137197677Snyan      </note>
137297677Snyan
1373183626Ssimon    </sect2>
1374109747Sbmah
1375183626Ssimon    <sect2 id="sound">
1376183626Ssimon      <title>Sound Devices</title>
1377134414Ssimon
1378183626Ssimon      &hwlist.snd.ad1816;
1379109747Sbmah
1380183626Ssimon      &hwlist.snd.als4000;
1381152888Sbrueffer
1382183626Ssimon      &hwlist.snd.atiixp;
1383146494Sbrueffer
1384183626Ssimon      &hwlist.snd.audiocs;
1385109747Sbmah
1386183626Ssimon      &hwlist.snd.cmi;
1387146494Sbrueffer
1388183626Ssimon      &hwlist.snd.cs4281;
1389109747Sbmah
1390183626Ssimon      &hwlist.snd.csa;
1391146494Sbrueffer
1392183626Ssimon      &hwlist.snd.ds1;
1393146494Sbrueffer
1394183626Ssimon      &hwlist.snd.emu10k1;
1395162930Sjoel
1396183626Ssimon      &hwlist.snd.emu10kx;
1397159694Sbrueffer
1398183626Ssimon      &hwlist.snd.envy24;
1399162930Sjoel
1400183626Ssimon      &hwlist.snd.envy24ht;
1401109747Sbmah
1402183626Ssimon      &hwlist.snd.es137x;
1403135533Ssimon
1404183626Ssimon      &hwlist.snd.ess;
1405138850Ssimon
1406183626Ssimon      &hwlist.snd.fm801;
1407138850Ssimon
1408183626Ssimon      &hwlist.snd.gusc;
1409162928Sjoel
1410183626Ssimon      &hwlist.snd.hda;
1411109747Sbmah
1412232355Sbrueffer      &hwlist.snd.hdspe;
1413232355Sbrueffer
1414183626Ssimon      &hwlist.snd.ich;
1415144942Sbrueffer
1416183626Ssimon      &hwlist.snd.maestro;
1417109747Sbmah
1418183626Ssimon      &hwlist.snd.maestro3;
1419151215Sjoel
1420183626Ssimon      &hwlist.snd.mss;
1421109747Sbmah
1422183626Ssimon      &hwlist.snd.neomagic;
1423109747Sbmah
1424183626Ssimon      &hwlist.snd.sbc;
1425109745Sbmah
1426183626Ssimon      &hwlist.snd.solo;
1427162930Sjoel
1428183626Ssimon      &hwlist.snd.spicds;
1429149099Sjoel
1430183626Ssimon      &hwlist.snd.t4dwave;
1431144942Sbrueffer
1432183626Ssimon      &hwlist.snd.via8233;
1433109747Sbmah
1434183626Ssimon      &hwlist.snd.via82c686;
1435109747Sbmah
1436183626Ssimon      &hwlist.snd.vibes;
1437183626Ssimon
1438183626Ssimon      <para>[&arch.pc98;] NEC PC-9801-73, 86 and compatibles (nss
1439183626Ssimon	driver)</para>
1440183626Ssimon
144197677Snyan      <itemizedlist>
1442183626Ssimon	<listitem>
1443183626Ssimon	  <para>NEC A-MATE internal sound</para>
1444183626Ssimon	</listitem>
1445183626Ssimon
1446183626Ssimon	<listitem>
1447183626Ssimon	  <para>Q-Vision WaveStar, WaveMaster</para>
1448183626Ssimon	</listitem>
144997677Snyan      </itemizedlist>
1450109747Sbmah
1451183626Ssimon      <para>[&arch.pc98;] NEC X-MATE, CanBe, ValueStar internal (mss
1452183626Ssimon	driver)</para>
1453109747Sbmah
1454183626Ssimon      <para>[&arch.pc98;] Creative Technologies SoundBlaster(98)
1455183626Ssimon	(&man.sb.4; driver)</para>
1456109747Sbmah
1457183626Ssimon      <para>[&arch.pc98;] I-O DATA CD-BOX (&man.sb.4; driver)</para>
1458109747Sbmah
1459183626Ssimon      <para>[&arch.pc98;] MPU-401 and compatible interfaces (mpu
1460183626Ssimon	driver)</para>
1461183626Ssimon
146297677Snyan      <itemizedlist>
1463183626Ssimon	<listitem>
1464183626Ssimon	  <para>Q-Vision WaveStar</para>
1465183626Ssimon	</listitem>
146697677Snyan      </itemizedlist>
1467183626Ssimon    </sect2>
1468109743Sbmah
1469183626Ssimon    <sect2 id="camera">
1470183626Ssimon      <title>Camera and Video Capture Devices</title>
1471139404Sbrueffer
1472183626Ssimon      &hwlist.bktr;
1473139404Sbrueffer
1474183626Ssimon      <para>[&arch.i386;] Connectix QuickCam</para>
1475183626Ssimon    </sect2>
147676082Sbmah
1477183626Ssimon    <sect2 id="usb">
1478183626Ssimon      <title>USB Devices</title>
147976082Sbmah
1480183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] A
1481183626Ssimon	range of USB peripherals are supported; devices known to work
1482183626Ssimon	are listed in this section.  Owing to the generic nature of
1483183626Ssimon	most USB devices, with some exceptions any device of a given
1484183626Ssimon	class will be supported, even if not explicitly listed
1485183626Ssimon	here.</para>
148676082Sbmah
1487183626Ssimon      <note>
1488183626Ssimon	<para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1489183626Ssimon	  USB Ethernet adapters can be found in the section listing
1490183626Ssimon	  <link linkend="ethernet">Ethernet
1491183626Ssimon	    interfaces</link>.</para>
1492183626Ssimon      </note>
149376082Sbmah
1494183626Ssimon      <note>
1495183626Ssimon	<para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1496183626Ssimon	  USB Bluetooth adapters can be found in <link
1497183626Ssimon	    linkend="bluetooth">Bluetooth</link> section.</para>
1498183626Ssimon      </note>
1499107425Sbmah
1500183626Ssimon      &hwlist.ohci;
1501113709Sbmah
1502183626Ssimon      &hwlist.uhci;
1503123183Sbmah
1504183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] USB
1505183626Ssimon	2.0 controllers using the EHCI interface (&man.ehci.4;
1506183626Ssimon	driver)</para>
1507113709Sbmah
1508183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1509183626Ssimon	Hubs</para>
1510183626Ssimon
1511183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1512183626Ssimon	Keyboards (&man.ukbd.4; driver)</para>
1513183626Ssimon
1514186208Smurray      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1515183626Ssimon	Miscellaneous</para>
1516183626Ssimon
151776082Sbmah      <itemizedlist>
1518183626Ssimon	<listitem>
1519116409Shrs	  <para>Assist Computer Systems PC Camera C-M1</para>
1520116409Shrs	</listitem>
1521183626Ssimon
1522183626Ssimon	<listitem>
152376082Sbmah	  <para>ActiveWire I/O Board</para>
152476082Sbmah	</listitem>
1525183626Ssimon
1526183626Ssimon	<listitem>
1527116409Shrs	  <para>Creative Technology Video Blaster WebCam Plus</para>
1528116409Shrs	</listitem>
1529183626Ssimon
153091715Sbmah	<listitem>
1531122262Sbmah	  <para>D-Link DSB-R100 USB Radio (&man.ufm.4; driver)</para>
153291715Sbmah	</listitem>
1533183626Ssimon
1534183626Ssimon	<listitem>
1535116409Shrs	  <para>Mirunet AlphaCam Plus</para>
1536116409Shrs	</listitem>
153776082Sbmah      </itemizedlist>
1538134047Ssimon
1539183626Ssimon      &hwlist.urio;
1540135830Ssimon
1541183626Ssimon      &hwlist.umodem;
1542134047Ssimon
1543183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] Mice
1544183626Ssimon	(&man.ums.4; driver)</para>
1545134047Ssimon
1546183626Ssimon      &hwlist.ulpt;
1547135830Ssimon
1548183626Ssimon      &hwlist.ubsa;
1549135111Ssimon
1550183626Ssimon      &hwlist.ubser;
1551135111Ssimon
1552183626Ssimon      &hwlist.uftdi;
1553135111Ssimon
1554183626Ssimon      &hwlist.uplcom;
1555135111Ssimon
1556183626Ssimon      &hwlist.umct;
1557135830Ssimon
1558183626Ssimon      &hwlist.umass;
155976082Sbmah
1560183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Audio Devices
1561183626Ssimon	(&man.uaudio.4; driver)</para>
1562115285Shrs
1563183626Ssimon      &hwlist.uvisor;
1564183626Ssimon    </sect2>
1565135114Ssimon
1566183626Ssimon    <sect2 id="firewire">
1567183626Ssimon      <title>IEEE 1394 (Firewire) Devices</title>
1568102323Sbmah
1569183626Ssimon      &hwlist.fwohci;
1570106558Sbmah
1571183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.sparc64;] Serial Bus
1572183626Ssimon	Protocol 2 (SBP-2) storage devices (&man.sbp.4; driver)</para>
1573183626Ssimon    </sect2>
1574106558Sbmah
1575183626Ssimon    <sect2 id="bluetooth">
1576183626Ssimon      <title>Bluetooth Devices</title>
1577106558Sbmah
1578183626Ssimon      &hwlist.ng.bt3c;
1579106558Sbmah
1580183626Ssimon      &hwlist.ng.ubt;
1581183626Ssimon    </sect2>
1582107425Sbmah
1583183626Ssimon    <sect2 id="crypto-accel">
1584183626Ssimon      <title>Cryptographic Accelerators</title>
1585107425Sbmah
1586183626Ssimon      &hwlist.hifn;
1587107425Sbmah
1588183626Ssimon      &hwlist.safe;
1589107425Sbmah
1590183626Ssimon      &hwlist.ubsec;
1591183626Ssimon    </sect2>
1592104526Sbmah
1593183626Ssimon    <sect2 id="misc">
1594183626Ssimon      <title>Miscellaneous</title>
1595104526Sbmah
1596183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1597183626Ssimon	FAX-Modem/PCCARD</para>
1598121834Sbmah
159976082Sbmah      <itemizedlist>
1600183626Ssimon	<listitem>
1601115373Shrs	  <para>MELCO IGM-PCM56K/IGM-PCM56KH</para>
160276082Sbmah	</listitem>
1603183626Ssimon
1604183626Ssimon	<listitem>
1605183626Ssimon	  <para>Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD
1606183626Ssimon	    terminal)</para>
160776082Sbmah	</listitem>
160876082Sbmah      </itemizedlist>
160976082Sbmah
1610183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Floppy drives
1611183626Ssimon	(&man.fdc.4; driver)</para>
1612114865Sbmah
1613186208Smurray      <para>[&arch.amd64;, &arch.i386;] VGA-compatible video cards
1614183626Ssimon	(&man.vga.4; driver)</para>
1615114865Sbmah
1616114865Sbmah      <note>
1617114865Sbmah	<para>Information regarding specific video cards and
1618139482Sbrueffer	  compatibility with <application>Xorg</application> can be
1619183626Ssimon	  found at <ulink url="http://www.x.org/"></ulink>.</para>
1620114865Sbmah      </note>
1621114865Sbmah
1622183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1623183626Ssimon	Keyboards including:</para>
1624183626Ssimon
162576082Sbmah      <itemizedlist>
1626183626Ssimon	<listitem>
1627183626Ssimon	  <para>[&arch.i386;] AT-style keyboards (&man.atkbd.4;
1628183626Ssimon	    driver)</para>
162976082Sbmah	</listitem>
1630183626Ssimon
1631183626Ssimon	<listitem>
1632183626Ssimon	  <para>[&arch.amd64;, &arch.i386;] PS/2 keyboards
1633183626Ssimon	    (&man.atkbd.4; driver)</para>
163476082Sbmah	</listitem>
1635183626Ssimon
1636183626Ssimon	<listitem>
1637166767Sbmah	  <para>[&arch.pc98;] Standard keyboards</para>
163897677Snyan	</listitem>
1639183626Ssimon
1640183626Ssimon	<listitem>
1641183626Ssimon	  <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1642183626Ssimon	    USB keyboards (&man.ukbd.4; driver)</para>
164376082Sbmah	</listitem>
164476082Sbmah      </itemizedlist>
1645123265Sbmah
1646183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1647183626Ssimon	Pointing devices including:</para>
1648183626Ssimon
164976082Sbmah      <itemizedlist>
1650183626Ssimon	<listitem>
1651183626Ssimon	  <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Bus mice and
1652183626Ssimon	    compatible devices (&man.mse.4; driver)</para>
165376082Sbmah	</listitem>
1654183626Ssimon
1655183626Ssimon	<listitem>
1656183626Ssimon	  <para>[&arch.amd64;, &arch.i386;] PS/2 mice and compatible
1657183626Ssimon	    devices, including many laptop pointing devices
1658183626Ssimon	    (&man.psm.4; driver)</para>
165976082Sbmah	</listitem>
1660183626Ssimon
1661183626Ssimon	<listitem>
1662114865Sbmah	  <para>Serial mice and compatible devices</para>
166376082Sbmah	</listitem>
1664183626Ssimon
1665183626Ssimon	<listitem>
1666183626Ssimon	  <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1667183626Ssimon	    USB mice (&man.ums.4; driver)</para>
166876082Sbmah	</listitem>
166976082Sbmah      </itemizedlist>
1670114865Sbmah
1671114865Sbmah      <note>
1672114865Sbmah	<para>&man.moused.8; has more information on using pointing
1673114865Sbmah	  devices with &os;.  Information on using pointing devices
1674183626Ssimon	  with <application>Xorg</application> can be found at <ulink
1675183626Ssimon	    url="http://www.x.org/"></ulink>.</para>
1676114865Sbmah      </note>
167776082Sbmah
1678183626Ssimon      <para>[&arch.amd64;, &arch.i386;] <quote>PC standard</quote>
1679183626Ssimon	parallel ports (&man.ppc.4; driver)</para>
168076082Sbmah
1681183626Ssimon      <para>[&arch.pc98;] <quote>PC-9821 standard</quote> parallel
1682183626Ssimon	ports (&man.ppc.4; driver)</para>
168376082Sbmah
1684183626Ssimon      <para>[&arch.i386;, &arch.amd64;] PC-compatible joysticks
1685183626Ssimon	(&man.joy.4; driver)</para>
1686109743Sbmah
1687183626Ssimon      <para>[&arch.pc98;] Joystick port of SoundBlaster(98)
1688183626Ssimon	(&man.joy.4; driver)</para>
1689183626Ssimon
1690183626Ssimon      <para>[&arch.i386;, &arch.pc98;] PHS Data Communication
1691183626Ssimon	Card/PCCARD</para>
1692183626Ssimon
169376082Sbmah      <itemizedlist>
1694183626Ssimon	<listitem>
169576082Sbmah	  <para>NTT DoCoMo P-in Comp@ct</para>
169676082Sbmah	</listitem>
1697183626Ssimon
1698183626Ssimon	<listitem>
169976082Sbmah	  <para>Panasonic KX-PH405</para>
170076082Sbmah	</listitem>
1701183626Ssimon
1702183626Ssimon	<listitem>
170376082Sbmah	  <para>SII MC-P200</para>
170476082Sbmah	</listitem>
170576082Sbmah      </itemizedlist>
170676082Sbmah
1707183626Ssimon      <para>[&arch.i386;] Xilinx XC6200-based reconfigurable hardware
1708183626Ssimon	cards compatible with the HOT1 from <ulink
1709183626Ssimon	  url="http://www.vcc.com/">Virtual Computers</ulink> (xrpu
1710183626Ssimon	driver).</para>
171197677Snyan
1712183626Ssimon      <para>[&arch.pc98;] Power Management Controller of NEC PC-98
1713183626Ssimon	Note (pmc driver)</para>
1714183626Ssimon    </sect2>
1715183626Ssimon  </sect1>
1716166768Sbmah</article>
1717