article.xml revision 229977
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 229977 2012-01-11 18:38:52Z 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
791183626Ssimon      &hwlist.isp;
792150279Sbrueffer
793183626Ssimon      &hwlist.mfi;
794157274Sbrueffer
795183626Ssimon      &hwlist.mlx;
79687767Sbmah
79787767Sbmah      <note>
798183626Ssimon	<para>[&arch.amd64;, &arch.i386;] Booting from these
799183626Ssimon	  controllers is supported. EISA adapters are not
800183626Ssimon	  supported.</para>
80187767Sbmah      </note>
80276082Sbmah
803183626Ssimon      &hwlist.mly;
80476082Sbmah
805227516Sbrueffer      &hwlist.mps;
806227516Sbrueffer
807183626Ssimon      &hwlist.mpt;
80876082Sbmah
809227516Sbrueffer      &hwlist.mvs;
810227516Sbrueffer
811183626Ssimon      &hwlist.ncr;
81276082Sbmah
813183626Ssimon      &hwlist.ncv;
814133457Ssimon
815183626Ssimon      &hwlist.nsp;
81676082Sbmah
817183626Ssimon      &hwlist.pst;
81876560Sbmah
819183626Ssimon      &hwlist.stg;
820108922Sbmah
821183626Ssimon      &hwlist.sym;
82287100Sbmah
823183626Ssimon      &hwlist.trm;
82490031Sbmah
825183626Ssimon      &hwlist.twa;
826102321Sbmah
827183626Ssimon      &hwlist.twe;
828137140Ssimon
829183626Ssimon      &hwlist.vpo;
830114978Sbmah
831183626Ssimon      <para>[&arch.i386;] The wds(4) driver supports the WD7000 SCSI
832183626Ssimon	controller.</para>
833134916Ssimon
834183626Ssimon      <para>With all supported SCSI controllers, full support is
835183626Ssimon	provided for SCSI-I, SCSI-II, and SCSI-III peripherals,
836183626Ssimon	including hard disks, optical disks, tape drives (including
837183626Ssimon	DAT, 8mm Exabyte, Mammoth, and DLT), medium changers,
838183626Ssimon	processor target devices and CD-ROM drives.  WORM devices that
839183626Ssimon	support CD-ROM commands are supported for read-only access by
840183626Ssimon	the CD-ROM drivers (such as &man.cd.4;).  WORM/CD-R/CD-RW
841183626Ssimon	writing support is provided by &man.cdrecord.1;, which is a
842183626Ssimon	part of the <filename
843183626Ssimon	  role="package">sysutils/cdrtools</filename> port in the Ports
844183626Ssimon	Collection.</para>
84576082Sbmah
846183626Ssimon      <para>The following CD-ROM type systems are supported at this
847183626Ssimon	time:</para>
848183626Ssimon
84976082Sbmah      <itemizedlist>
850183626Ssimon	<listitem>
851183626Ssimon	  <para>SCSI interface (also includes ProAudio Spectrum and
852183626Ssimon	    SoundBlaster SCSI) (&man.cd.4;)</para>
85376082Sbmah	</listitem>
854116504Sbmah
855166767Sbmah	<listitem>
856183626Ssimon	  <para>[&arch.i386;] Sony proprietary interface (all models)
857183626Ssimon	    (&man.scd.4;)</para>
85876082Sbmah	</listitem>
859116505Sbmah
86076082Sbmah	<listitem>
86176082Sbmah	  <para>ATAPI IDE interface (&man.acd.4;)</para>
86276082Sbmah	</listitem>
86376082Sbmah      </itemizedlist>
86476082Sbmah
865183626Ssimon      <para>[&arch.i386;] The following device is unmaintained:</para>
866183626Ssimon
86776082Sbmah      <itemizedlist>
868183626Ssimon	<listitem>
869183626Ssimon	  <para>Mitsumi proprietary CD-ROM interface (all models)
870183626Ssimon	    (&man.mcd.4;)</para>
87176082Sbmah	</listitem>
87276082Sbmah      </itemizedlist>
873183626Ssimon    </sect2>
87476082Sbmah
875183626Ssimon    <sect2 id="ethernet">
876183626Ssimon      <title>Ethernet Interfaces</title>
87776082Sbmah
878183626Ssimon      &hwlist.ae;
879183607Ssimon
880183632Ssimon      &hwlist.age;
881183632Ssimon
882185241Sdelphij      &hwlist.ale;
883185241Sdelphij
884183626Ssimon      &hwlist.aue;
88576082Sbmah
886183626Ssimon      &hwlist.axe;
88776082Sbmah
888183626Ssimon      &hwlist.bce;
889157648Sbrueffer
890183626Ssimon      <para>[&arch.amd64;, &arch.i386;] Broadcom BCM4401 based Fast
891183626Ssimon	Ethernet adapters (&man.bfe.4; driver)</para>
89276082Sbmah
893183626Ssimon      &hwlist.bge;
894135144Sbrueffer
895194248Smarius      &hwlist.cas;
896194248Smarius
897183626Ssimon      &hwlist.cdce;
898150278Sbrueffer
899183626Ssimon      <para>[&arch.amd64;, &arch.i386;] Crystal Semiconductor
900183626Ssimon	CS89x0-based NICs (&man.cs.4; driver)</para>
90176560Sbmah
902183626Ssimon      &hwlist.cue;
90376082Sbmah
904183626Ssimon      &hwlist.cxgb;
905172336Sbrueffer
906183626Ssimon      &hwlist.dc;
90776082Sbmah
908183626Ssimon      &hwlist.de;
90976082Sbmah
910183626Ssimon      &hwlist.ed;
91176082Sbmah
912183626Ssimon      &hwlist.em;
91376082Sbmah
914183626Ssimon      &hwlist.ep;
91576498Sbmah
916208024Sbrueffer      <para>Agere ET1310 Gigabit Ethernet adapters
917208024Sbrueffer	(&man.et.4; driver)</para>
918207982Sbrueffer
919183626Ssimon      &hwlist.ex;
92076082Sbmah
921183626Ssimon      &hwlist.fe;
92276082Sbmah
923183626Ssimon      &hwlist.fxp;
92476082Sbmah
925183626Ssimon      &hwlist.gem;
92676082Sbmah
927183626Ssimon      &hwlist.hme;
92876082Sbmah
929183626Ssimon      &hwlist.ie;
930150242Sjoel
931183655Ssimon      &hwlist.igb;
932183655Ssimon
933183626Ssimon      &hwlist.ixgb;
93476082Sbmah
935185532Sbrueffer      &hwlist.ixgbe;
936185532Sbrueffer
937183647Ssimon      &hwlist.jme;
938183647Ssimon
939183626Ssimon      &hwlist.kue;
94076082Sbmah
941183626Ssimon      &hwlist.lge;
942113884Sbmah
943183626Ssimon      &hwlist.msk;
944165157Sbrueffer
945183626Ssimon      &hwlist.mxge;
946159606Sbrueffer
947183626Ssimon      &hwlist.my;
948126363Sbmah
949183626Ssimon      &hwlist.nfe;
950171111Sbrueffer
951183626Ssimon      &hwlist.nge;
95276082Sbmah
953183626Ssimon      &hwlist.nve;
95476082Sbmah
955183626Ssimon      &hwlist.nxge;
956171111Sbrueffer
957183626Ssimon      &hwlist.pcn;
95885666Sbmah
959227275Sbrueffer      &hwlist.qlxgb;
960227275Sbrueffer
961183626Ssimon      &hwlist.re;
96285666Sbmah
963183626Ssimon      &hwlist.rl;
96476082Sbmah
965183626Ssimon      &hwlist.rue;
96685666Sbmah
967183626Ssimon      &hwlist.sf;
96885666Sbmah
969227666Sbrueffer      &hwlist.sfxge;
970227666Sbrueffer
971207982Sbrueffer      &hwlist.sge;
972207982Sbrueffer
973183626Ssimon      &hwlist.sis;
97485710Sbmah
975183626Ssimon      &hwlist.sk;
97676082Sbmah
977183626Ssimon      &hwlist.sn;
97876082Sbmah
979183626Ssimon      &hwlist.snc;
98076082Sbmah
981183626Ssimon      &hwlist.ste;
98277590Sbmah
983183626Ssimon      &hwlist.stge;
984160659Sbrueffer
985183626Ssimon      &hwlist.ti;
98680242Sbmah
987183626Ssimon      &hwlist.tl;
98885163Sbmah
989186208Smurray      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] SMC 83c17x
990183626Ssimon	(EPIC)-based Ethernet NICs (&man.tx.4; driver)</para>
99185163Sbmah
992183626Ssimon      &hwlist.txp;
99391503Sbmah
994183626Ssimon      &hwlist.udav;
99595057Sbmah
996183626Ssimon      &hwlist.vge;
99795057Sbmah
998183626Ssimon      &hwlist.vr;
999119991Sbmah
1000183626Ssimon      &hwlist.vx;
1001119991Sbmah
1002225184Sbrueffer      &hwlist.vxge;
1003225184Sbrueffer
1004183626Ssimon      &hwlist.wb;
1005134219Sbrueffer
1006183626Ssimon      &hwlist.xe;
1007135057Ssimon
1008183626Ssimon      &hwlist.xl;
1009146397Sbrueffer
1010183626Ssimon    </sect2>
101176082Sbmah
1012183626Ssimon    <sect2 id="fddi">
1013183626Ssimon      <title>FDDI Interfaces</title>
101476082Sbmah
1015186208Smurray      <para>[&arch.i386;, &arch.pc98;] DEC DEFPA PCI (&man.fpa.4;
1016183626Ssimon	driver)</para>
1017109739Sbmah
1018183626Ssimon      <para>[&arch.i386;] DEC DEFEA EISA (&man.fpa.4; driver)</para>
1019183626Ssimon    </sect2>
1020109739Sbmah
1021183626Ssimon    <sect2 id="atm">
1022183626Ssimon      <title>ATM Interfaces</title>
1023109739Sbmah
1024186208Smurray      <para>[&arch.i386;, &arch.pc98;] Midway-based ATM interfaces
1025183626Ssimon	(&man.en.4; driver)</para>
1026109739Sbmah
1027186208Smurray      <para>[&arch.i386;, &arch.pc98; &arch.sparc64;] FORE Systems,
1028183626Ssimon	Inc. PCA-200E ATM PCI Adapters (hfa and &man.fatm.4;
1029183626Ssimon	drivers)</para>
1030118804Sbmah
1031183626Ssimon      <para>[&arch.i386;, &arch.pc98;] IDT NICStAR 77201/211-based ATM
1032183626Ssimon	Adapters (&man.idt.4; driver)</para>
1033118804Sbmah
1034186208Smurray      <para>[&arch.i386;, &arch.pc98; &arch.sparc64;] FORE Systems,
1035183626Ssimon	Inc. HE155 and HE622 ATM interfaces (&man.hatm.4;
1036183626Ssimon	driver)</para>
103776082Sbmah
1038183626Ssimon      <para>[&arch.i386;, &arch.pc98;] IDT77252-based ATM cards
1039183626Ssimon	(&man.patm.4; driver)</para>
1040183626Ssimon    </sect2>
104176560Sbmah
1042183626Ssimon    <sect2 id="wlan">
1043183626Ssimon      <title>Wireless Network Interfaces</title>
1044172037Sbrueffer
1045183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Cisco/Aironet
1046183626Ssimon	802.11b wireless adapters (&man.an.4; driver)</para>
1047172117Sbrueffer
1048183626Ssimon      &hwlist.ath;
1049172117Sbrueffer
1050192196Sbrueffer      &hwlist.bwi;
1051192196Sbrueffer
1052183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless 2100
1053183626Ssimon	MiniPCI network adapter (&man.ipw.4; driver)</para>
1054172129Sbrueffer
1055183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless
1056183626Ssimon	2200BG/2915ABG MiniPCI and 2225BG PCI network adapters
1057183626Ssimon	(&man.iwi.4; driver)</para>
1058172037Sbrueffer
1059183845Sbrueffer      <para>[&arch.i386;, &arch.amd64;] Intel Wireless WiFi Link
1060183845Sbrueffer	4965AGN IEEE 802.11n PCI network adapters
1061183845Sbrueffer	(&man.iwn.4; driver)</para>
1062183845Sbrueffer
1063183845Sbrueffer      <para>[&arch.i386;, &arch.amd64;] Marvell Libertas IEEE 802.11b/g
1064183845Sbrueffer        PCI network adapters (&man.malo.4; driver)</para>
1065183845Sbrueffer
1066207982Sbrueffer      <para>Marvell 88W8363 IEEE 802.11n wireless network
1067207982Sbrueffer	adapters (&man.mwl.4; driver)</para>
1068207982Sbrueffer
1069183626Ssimon      &hwlist.ral;
1070172079Sbrueffer
1071183626Ssimon      &hwlist.rum;
107276082Sbmah
1073207991Sbrueffer      &hwlist.run;
1074207991Sbrueffer
1075190825Sbrueffer      &hwlist.uath;
1076190825Sbrueffer
1077185532Sbrueffer      &hwlist.upgt;
1078185532Sbrueffer
1079183626Ssimon      &hwlist.ural;
108076082Sbmah
1081192196Sbrueffer      &hwlist.urtw;
1082192196Sbrueffer
1083183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Lucent
1084183626Ssimon	Technologies WaveLAN/IEEE 802.11b wireless network adapters
1085183626Ssimon	and workalikes using the Lucent Hermes, Intersil PRISM-II,
1086183626Ssimon	Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24
1087183626Ssimon	chipsets (&man.wi.4; driver)</para>
1088173586Sbrueffer
1089183626Ssimon      <para>[&arch.i386;] NCR / AT&amp;T / Lucent Technologies WaveLan
1090183626Ssimon	T1-speed ISA/radio LAN cards (&man.wl.4; driver)</para>
1091172036Sbrueffer
1092183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless 3945ABG
1093183626Ssimon	MiniPCI network adapters (&man.wpi.4; driver)</para>
109476082Sbmah
1095183626Ssimon      &hwlist.zyd;
1096183626Ssimon    </sect2>
109787100Sbmah
1098183626Ssimon    <sect2 id="misc-network">
1099183626Ssimon      <title>Miscellaneous Networks</title>
1100155296Sbrueffer
1101183626Ssimon      &hwlist.ce;
1102123164Sbmah
1103183626Ssimon      &hwlist.cx;
1104129375Srik
1105183626Ssimon      &hwlist.cp;
1106127755Srik
1107183626Ssimon      &hwlist.ctau;
1108108922Sbmah
1109183626Ssimon      &hwlist.cm;
1110183626Ssimon    </sect2>
111187100Sbmah
1112183626Ssimon    <sect2 id="serial">
1113183626Ssimon      <title>Serial Interfaces</title>
1114105426Sbmah
1115186208Smurray      <para>[&arch.amd64;, &arch.i386;] <quote>PC standard</quote>
1116183626Ssimon	8250, 16450, and 16550-based serial ports (&man.sio.4;
1117183626Ssimon	driver)</para>
1118157417Smarcel
1119183626Ssimon      &hwlist.uart;
112076082Sbmah
1121183626Ssimon      &hwlist.scc;
1122183626Ssimon
1123186208Smurray      <para>[&arch.amd64;, &arch.i386;] AST 4 port serial card using
1124183626Ssimon	shared IRQ</para>
1125183626Ssimon
112676082Sbmah      <itemizedlist>
1127183626Ssimon	<listitem>
112876082Sbmah	  <para>ARNET 8 port serial card using shared IRQ</para>
112976082Sbmah	</listitem>
1130183626Ssimon
1131183626Ssimon	<listitem>
1132183626Ssimon	  <para>ARNET (now Digiboard) Sync 570/i high-speed
1133183626Ssimon	    serial</para>
113476082Sbmah	</listitem>
113576082Sbmah      </itemizedlist>
1136183626Ssimon
1137183626Ssimon      <para>[&arch.i386;] Boca multi-port serial cards</para>
1138183626Ssimon
113976082Sbmah      <itemizedlist>
1140183626Ssimon	<listitem>
114176082Sbmah	  <para>Boca BB1004 4-Port serial card (Modems
1142183626Ssimon	    <emphasis>not</emphasis> supported)</para>
114376082Sbmah	</listitem>
1144183626Ssimon
1145183626Ssimon	<listitem>
1146183626Ssimon	  <para>Boca IOAT66 6-Port serial card (Modems
1147183626Ssimon	    supported)</para>
114876082Sbmah	</listitem>
1149183626Ssimon
1150183626Ssimon	<listitem>
115176082Sbmah	  <para>Boca BB1008 8-Port serial card (Modems
1152183626Ssimon	    <emphasis>not</emphasis> supported)</para>
115376082Sbmah	</listitem>
1154183626Ssimon
1155183626Ssimon	<listitem>
1156183626Ssimon	  <para>Boca BB2016 16-Port serial card (Modems
1157183626Ssimon	    supported)</para>
115876082Sbmah	</listitem>
115976082Sbmah      </itemizedlist>
116076082Sbmah
1161183626Ssimon      <para>[&arch.i386;] Comtrol Rocketport card (&man.rp.4;
1162183626Ssimon	driver)</para>
116376082Sbmah
1164183626Ssimon      <para>[&arch.i386;] Cyclades Cyclom-Y serial board (&man.cy.4;
1165183626Ssimon	driver)</para>
116676082Sbmah
1167183626Ssimon      <para>[&arch.i386;] STB 4 port card using shared IRQ</para>
116876082Sbmah
1169183626Ssimon      <para>[&arch.i386;] DigiBoard intelligent serial cards (digi
1170183626Ssimon	driver)</para>
117176082Sbmah
1172186208Smurray      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;] PCI-Based
1173183626Ssimon	multi-port serial boards (&man.puc.4; driver)</para>
1174183626Ssimon
117590739Sbmah      <itemizedlist>
1176166767Sbmah	<listitem>
1177186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Actiontech 56K PCI</para>
117891898Sbmah	</listitem>
1179183626Ssimon
1180183626Ssimon	<listitem>
1181186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Avlab Technology, PCI IO 2S
1182183626Ssimon	    and PCI IO 4S</para>
118390739Sbmah	</listitem>
1184183626Ssimon
1185166767Sbmah	<listitem>
1186186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Comtrol RocketPort 550</para>
1187113567Sbmah	</listitem>
1188183626Ssimon
1189166767Sbmah	<listitem>
1190186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Decision Computers PCCOM
1191183626Ssimon	    4-port serial and dual port RS232/422/485</para>
1192113567Sbmah	</listitem>
1193183626Ssimon
1194166767Sbmah	<listitem>
1195166767Sbmah	  <para>[&arch.ia64;] Diva Serial (GSP) Multiport UART</para>
1196115240Sbmah	</listitem>
1197183626Ssimon
1198166767Sbmah	<listitem>
1199186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Dolphin Peripherals
1200183626Ssimon	    4025/4035/4036</para>
1201113567Sbmah	</listitem>
1202183626Ssimon
1203166767Sbmah	<listitem>
1204186208Smurray	  <para>[&arch.amd64;, &arch.i386;] IC Book Labs Dreadnought
1205183626Ssimon	    16x Lite and Pro</para>
1206113567Sbmah	</listitem>
1207183626Ssimon
1208166767Sbmah	<listitem>
1209186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Lava Computers
1210183626Ssimon	    2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550</para>
1211113567Sbmah	</listitem>
1212183626Ssimon
1213166767Sbmah	<listitem>
1214186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Middle Digital, Weasle
1215183626Ssimon	    serial port</para>
1216113567Sbmah	</listitem>
1217183626Ssimon
1218183626Ssimon	<listitem>
1219186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Moxa Industio CP-114,
1220183626Ssimon	    Smartio C104H-PCI and C168H/PCI</para>
122190739Sbmah	</listitem>
1222183626Ssimon
1223166767Sbmah	<listitem>
1224186208Smurray	  <para>[&arch.amd64;, &arch.i386;] NEC PK-UG-X001 and
1225183626Ssimon	    PK-UG-X008</para>
1226113567Sbmah	</listitem>
1227183626Ssimon
1228183626Ssimon	<listitem>
1229186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Netmos NM9835
1230183626Ssimon	    PCI-2S-550</para>
123190739Sbmah	</listitem>
1232183626Ssimon
1233166767Sbmah	<listitem>
1234186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Oxford Semiconductor
1235183626Ssimon	    OX16PCI954 PCI UART</para>
1236113567Sbmah	</listitem>
1237183626Ssimon
1238166767Sbmah	<listitem>
1239186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Syba Tech SD-LAB
1240183626Ssimon	    PCI-4S2P-550-ECP</para>
1241113567Sbmah	</listitem>
1242183626Ssimon
1243166767Sbmah	<listitem>
1244186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber I/O PCI
1245183626Ssimon	    16C550/16C650/16C850</para>
1246113567Sbmah	</listitem>
1247183626Ssimon
1248166767Sbmah	<listitem>
1249186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 2P1S PCI
1250183626Ssimon	    16C550/16C650/16C850</para>
1251113567Sbmah	</listitem>
1252183626Ssimon
1253166767Sbmah	<listitem>
1254186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 2S1P PCI
1255183626Ssimon	    16C550/16C650/16C850</para>
1256113567Sbmah	</listitem>
1257183626Ssimon
1258166767Sbmah	<listitem>
1259186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 4S PCI
1260183626Ssimon	  16C550/16C650/16C850</para>
1261113567Sbmah	</listitem>
1262183626Ssimon
1263166767Sbmah	<listitem>
1264186208Smurray	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber Serial (Single
1265183626Ssimon	    and Dual) PCI 16C550/16C650/16C850</para>
1266113567Sbmah	</listitem>
1267183626Ssimon
1268183626Ssimon	<listitem>
1269186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Syba Tech
1270183626Ssimon	    Ltd. PCI-4S2P-550-ECP</para>
127195160Sbmah	</listitem>
1272183626Ssimon
1273166767Sbmah	<listitem>
1274186208Smurray	  <para>[&arch.amd64;, &arch.i386;] Titan PCI-200H and
1275183626Ssimon	    PCI-800H</para>
127691178Sbmah	</listitem>
1277183626Ssimon
1278166767Sbmah	<listitem>
1279186208Smurray	  <para>[&arch.amd64;, &arch.i386;] US Robotics (3Com) 3CP5609
1280183626Ssimon	    modem</para>
1281113567Sbmah	</listitem>
1282183626Ssimon
1283166767Sbmah	<listitem>
1284186208Smurray	  <para>[&arch.amd64;, &arch.i386;] VScom PCI-400 and
1285183626Ssimon	    PCI-800</para>
1286113567Sbmah	</listitem>
128790739Sbmah      </itemizedlist>
128890739Sbmah
1289183626Ssimon      &hwlist.rc;
129076082Sbmah
1291183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Specialix SI/XIO/SX multiport
1292183626Ssimon	serial cards, with both the older SIHOST2.x and the
1293183626Ssimon	<quote>enhanced</quote> (transputer based, aka JET) host cards
1294183626Ssimon	(ISA, EISA and PCI) are supported.  Note that the newer SX+
1295183626Ssimon	PCI cards are not currently supported.  (&man.si.4;
1296183626Ssimon	driver)</para>
129776082Sbmah
1298183626Ssimon      <para>[&arch.pc98;] Internel serial interfaces (&man.sio.4;
1299183626Ssimon	driver)</para>
1300183626Ssimon
130197677Snyan      <itemizedlist>
1302183626Ssimon	<listitem>
130397677Snyan	  <para>PC-9801 on-board</para>
130497677Snyan	</listitem>
1305183626Ssimon	<listitem>
130697677Snyan	  <para>PC-9821 2'nd CCU (flags 0x12000000)</para>
130797677Snyan	</listitem>
130897677Snyan      </itemizedlist>
130997677Snyan
1310183626Ssimon      <para>[&arch.pc98;] NEC PC-9861K, PC-9801-101 and Midori-Denshi
1311183626Ssimon	MDC-926Rs (&man.sio.4; driver)</para>
1312183626Ssimon
131397677Snyan      <itemizedlist>
1314183626Ssimon	<listitem>
131597677Snyan	  <para>COM2 (flags 0x01000000)</para>
131697677Snyan	</listitem>
1317183626Ssimon
1318183626Ssimon	<listitem>
131997677Snyan	  <para>COM3 (flags 0x02000000)</para>
132097677Snyan	</listitem>
132197677Snyan      </itemizedlist>
132297677Snyan
1323183626Ssimon      <para>[&arch.pc98;] NEC PC-9801-120 (&man.sio.4; driver)</para>
1324183626Ssimon
1325166767Sbmah      <note>
1326183626Ssimon	<para>"flags 0x11000000" is necessary in kernel
1327183626Ssimon	  configuration.</para>
132897677Snyan      </note>
132997677Snyan
1330183626Ssimon      <para>[&arch.pc98;] Microcore MC-16550, MC-16550II, MC-RS98
1331183626Ssimon	(&man.sio.4; driver)</para>
1332183626Ssimon
1333166767Sbmah      <note>
1334183626Ssimon	<para>"flags 0x14000?01" is necessary in kernel
1335183626Ssimon	  configuration.</para>
133697677Snyan      </note>
133797677Snyan
1338183626Ssimon      <para>[&arch.pc98;] Media Intelligent RSB-2000, RSB-3000 and
1339183626Ssimon	AIWA B98-02 (&man.sio.4; driver)</para>
1340183626Ssimon
1341166767Sbmah      <note>
1342183626Ssimon	<para>"flags 0x15000?01" is necessary in kernel
1343183626Ssimon	configuration.</para>
134497677Snyan      </note>
134597677Snyan
1346183626Ssimon      <para>[&arch.pc98;] Media Intelligent RSB-384 (&man.sio.4;
1347183626Ssimon	driver)</para>
1348183626Ssimon
1349166767Sbmah      <note>
1350183626Ssimon	<para>"flags 0x16000001" is necessary in kernel
1351183626Ssimon	  configuration.</para>
135297677Snyan      </note>
135397677Snyan
1354183626Ssimon      <para>[&arch.pc98;] I-O DATA RSA-98III (&man.sio.4;
1355183626Ssimon	driver)</para>
1356183626Ssimon
1357166767Sbmah      <note>
1358183626Ssimon	<para>"flags 0x18000?01" is necessary in kernel
1359183626Ssimon	  configuration.</para>
136097677Snyan      </note>
136197677Snyan
1362183626Ssimon      <para>[&arch.pc98;] Hayes ESP98 (&man.sio.4; driver)</para>
1363183626Ssimon
1364166767Sbmah      <note>
1365183626Ssimon	<para>"options COM_ESP" and "flags 0x19000000" are necessary
1366183626Ssimon	  in kernel configuration.</para>
136797677Snyan      </note>
136897677Snyan
1369183626Ssimon    </sect2>
1370109747Sbmah
1371183626Ssimon    <sect2 id="sound">
1372183626Ssimon      <title>Sound Devices</title>
1373134414Ssimon
1374183626Ssimon      &hwlist.snd.ad1816;
1375109747Sbmah
1376183626Ssimon      &hwlist.snd.als4000;
1377152888Sbrueffer
1378183626Ssimon      &hwlist.snd.atiixp;
1379146494Sbrueffer
1380183626Ssimon      &hwlist.snd.audiocs;
1381109747Sbmah
1382183626Ssimon      &hwlist.snd.cmi;
1383146494Sbrueffer
1384183626Ssimon      &hwlist.snd.cs4281;
1385109747Sbmah
1386183626Ssimon      &hwlist.snd.csa;
1387146494Sbrueffer
1388183626Ssimon      &hwlist.snd.ds1;
1389146494Sbrueffer
1390183626Ssimon      &hwlist.snd.emu10k1;
1391162930Sjoel
1392183626Ssimon      &hwlist.snd.emu10kx;
1393159694Sbrueffer
1394183626Ssimon      &hwlist.snd.envy24;
1395162930Sjoel
1396183626Ssimon      &hwlist.snd.envy24ht;
1397109747Sbmah
1398183626Ssimon      &hwlist.snd.es137x;
1399135533Ssimon
1400183626Ssimon      &hwlist.snd.ess;
1401138850Ssimon
1402183626Ssimon      &hwlist.snd.fm801;
1403138850Ssimon
1404183626Ssimon      &hwlist.snd.gusc;
1405162928Sjoel
1406183626Ssimon      &hwlist.snd.hda;
1407109747Sbmah
1408183626Ssimon      &hwlist.snd.ich;
1409144942Sbrueffer
1410183626Ssimon      &hwlist.snd.maestro;
1411109747Sbmah
1412183626Ssimon      &hwlist.snd.maestro3;
1413151215Sjoel
1414183626Ssimon      &hwlist.snd.mss;
1415109747Sbmah
1416183626Ssimon      &hwlist.snd.neomagic;
1417109747Sbmah
1418183626Ssimon      &hwlist.snd.sbc;
1419109745Sbmah
1420183626Ssimon      &hwlist.snd.solo;
1421162930Sjoel
1422183626Ssimon      &hwlist.snd.spicds;
1423149099Sjoel
1424183626Ssimon      &hwlist.snd.t4dwave;
1425144942Sbrueffer
1426183626Ssimon      &hwlist.snd.via8233;
1427109747Sbmah
1428183626Ssimon      &hwlist.snd.via82c686;
1429109747Sbmah
1430183626Ssimon      &hwlist.snd.vibes;
1431183626Ssimon
1432183626Ssimon      <para>[&arch.pc98;] NEC PC-9801-73, 86 and compatibles (nss
1433183626Ssimon	driver)</para>
1434183626Ssimon
143597677Snyan      <itemizedlist>
1436183626Ssimon	<listitem>
1437183626Ssimon	  <para>NEC A-MATE internal sound</para>
1438183626Ssimon	</listitem>
1439183626Ssimon
1440183626Ssimon	<listitem>
1441183626Ssimon	  <para>Q-Vision WaveStar, WaveMaster</para>
1442183626Ssimon	</listitem>
144397677Snyan      </itemizedlist>
1444109747Sbmah
1445183626Ssimon      <para>[&arch.pc98;] NEC X-MATE, CanBe, ValueStar internal (mss
1446183626Ssimon	driver)</para>
1447109747Sbmah
1448183626Ssimon      <para>[&arch.pc98;] Creative Technologies SoundBlaster(98)
1449183626Ssimon	(&man.sb.4; driver)</para>
1450109747Sbmah
1451183626Ssimon      <para>[&arch.pc98;] I-O DATA CD-BOX (&man.sb.4; driver)</para>
1452109747Sbmah
1453183626Ssimon      <para>[&arch.pc98;] MPU-401 and compatible interfaces (mpu
1454183626Ssimon	driver)</para>
1455183626Ssimon
145697677Snyan      <itemizedlist>
1457183626Ssimon	<listitem>
1458183626Ssimon	  <para>Q-Vision WaveStar</para>
1459183626Ssimon	</listitem>
146097677Snyan      </itemizedlist>
1461183626Ssimon    </sect2>
1462109743Sbmah
1463183626Ssimon    <sect2 id="camera">
1464183626Ssimon      <title>Camera and Video Capture Devices</title>
1465139404Sbrueffer
1466183626Ssimon      &hwlist.bktr;
1467139404Sbrueffer
1468183626Ssimon      <para>[&arch.i386;] Connectix QuickCam</para>
1469183626Ssimon    </sect2>
147076082Sbmah
1471183626Ssimon    <sect2 id="usb">
1472183626Ssimon      <title>USB Devices</title>
147376082Sbmah
1474183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] A
1475183626Ssimon	range of USB peripherals are supported; devices known to work
1476183626Ssimon	are listed in this section.  Owing to the generic nature of
1477183626Ssimon	most USB devices, with some exceptions any device of a given
1478183626Ssimon	class will be supported, even if not explicitly listed
1479183626Ssimon	here.</para>
148076082Sbmah
1481183626Ssimon      <note>
1482183626Ssimon	<para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1483183626Ssimon	  USB Ethernet adapters can be found in the section listing
1484183626Ssimon	  <link linkend="ethernet">Ethernet
1485183626Ssimon	    interfaces</link>.</para>
1486183626Ssimon      </note>
148776082Sbmah
1488183626Ssimon      <note>
1489183626Ssimon	<para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1490183626Ssimon	  USB Bluetooth adapters can be found in <link
1491183626Ssimon	    linkend="bluetooth">Bluetooth</link> section.</para>
1492183626Ssimon      </note>
1493107425Sbmah
1494183626Ssimon      &hwlist.ohci;
1495113709Sbmah
1496183626Ssimon      &hwlist.uhci;
1497123183Sbmah
1498183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] USB
1499183626Ssimon	2.0 controllers using the EHCI interface (&man.ehci.4;
1500183626Ssimon	driver)</para>
1501113709Sbmah
1502183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1503183626Ssimon	Hubs</para>
1504183626Ssimon
1505183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1506183626Ssimon	Keyboards (&man.ukbd.4; driver)</para>
1507183626Ssimon
1508186208Smurray      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1509183626Ssimon	Miscellaneous</para>
1510183626Ssimon
151176082Sbmah      <itemizedlist>
1512183626Ssimon	<listitem>
1513116409Shrs	  <para>Assist Computer Systems PC Camera C-M1</para>
1514116409Shrs	</listitem>
1515183626Ssimon
1516183626Ssimon	<listitem>
151776082Sbmah	  <para>ActiveWire I/O Board</para>
151876082Sbmah	</listitem>
1519183626Ssimon
1520183626Ssimon	<listitem>
1521116409Shrs	  <para>Creative Technology Video Blaster WebCam Plus</para>
1522116409Shrs	</listitem>
1523183626Ssimon
152491715Sbmah	<listitem>
1525122262Sbmah	  <para>D-Link DSB-R100 USB Radio (&man.ufm.4; driver)</para>
152691715Sbmah	</listitem>
1527183626Ssimon
1528183626Ssimon	<listitem>
1529116409Shrs	  <para>Mirunet AlphaCam Plus</para>
1530116409Shrs	</listitem>
153176082Sbmah      </itemizedlist>
1532134047Ssimon
1533183626Ssimon      &hwlist.urio;
1534135830Ssimon
1535183626Ssimon      &hwlist.umodem;
1536134047Ssimon
1537183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] Mice
1538183626Ssimon	(&man.ums.4; driver)</para>
1539134047Ssimon
1540183626Ssimon      &hwlist.ulpt;
1541135830Ssimon
1542183626Ssimon      &hwlist.ubsa;
1543135111Ssimon
1544183626Ssimon      &hwlist.ubser;
1545135111Ssimon
1546183626Ssimon      &hwlist.uftdi;
1547135111Ssimon
1548183626Ssimon      &hwlist.uplcom;
1549135111Ssimon
1550183626Ssimon      &hwlist.umct;
1551135830Ssimon
1552183626Ssimon      &hwlist.umass;
155376082Sbmah
1554183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Audio Devices
1555183626Ssimon	(&man.uaudio.4; driver)</para>
1556115285Shrs
1557183626Ssimon      &hwlist.uvisor;
1558183626Ssimon    </sect2>
1559135114Ssimon
1560183626Ssimon    <sect2 id="firewire">
1561183626Ssimon      <title>IEEE 1394 (Firewire) Devices</title>
1562102323Sbmah
1563183626Ssimon      &hwlist.fwohci;
1564106558Sbmah
1565183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.sparc64;] Serial Bus
1566183626Ssimon	Protocol 2 (SBP-2) storage devices (&man.sbp.4; driver)</para>
1567183626Ssimon    </sect2>
1568106558Sbmah
1569183626Ssimon    <sect2 id="bluetooth">
1570183626Ssimon      <title>Bluetooth Devices</title>
1571106558Sbmah
1572183626Ssimon      &hwlist.ng.bt3c;
1573106558Sbmah
1574183626Ssimon      &hwlist.ng.ubt;
1575183626Ssimon    </sect2>
1576107425Sbmah
1577183626Ssimon    <sect2 id="crypto-accel">
1578183626Ssimon      <title>Cryptographic Accelerators</title>
1579107425Sbmah
1580183626Ssimon      &hwlist.hifn;
1581107425Sbmah
1582183626Ssimon      &hwlist.safe;
1583107425Sbmah
1584183626Ssimon      &hwlist.ubsec;
1585183626Ssimon    </sect2>
1586104526Sbmah
1587183626Ssimon    <sect2 id="misc">
1588183626Ssimon      <title>Miscellaneous</title>
1589104526Sbmah
1590183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1591183626Ssimon	FAX-Modem/PCCARD</para>
1592121834Sbmah
159376082Sbmah      <itemizedlist>
1594183626Ssimon	<listitem>
1595115373Shrs	  <para>MELCO IGM-PCM56K/IGM-PCM56KH</para>
159676082Sbmah	</listitem>
1597183626Ssimon
1598183626Ssimon	<listitem>
1599183626Ssimon	  <para>Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD
1600183626Ssimon	    terminal)</para>
160176082Sbmah	</listitem>
160276082Sbmah      </itemizedlist>
160376082Sbmah
1604183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Floppy drives
1605183626Ssimon	(&man.fdc.4; driver)</para>
1606114865Sbmah
1607186208Smurray      <para>[&arch.amd64;, &arch.i386;] VGA-compatible video cards
1608183626Ssimon	(&man.vga.4; driver)</para>
1609114865Sbmah
1610114865Sbmah      <note>
1611114865Sbmah	<para>Information regarding specific video cards and
1612139482Sbrueffer	  compatibility with <application>Xorg</application> can be
1613183626Ssimon	  found at <ulink url="http://www.x.org/"></ulink>.</para>
1614114865Sbmah      </note>
1615114865Sbmah
1616183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1617183626Ssimon	Keyboards including:</para>
1618183626Ssimon
161976082Sbmah      <itemizedlist>
1620183626Ssimon	<listitem>
1621183626Ssimon	  <para>[&arch.i386;] AT-style keyboards (&man.atkbd.4;
1622183626Ssimon	    driver)</para>
162376082Sbmah	</listitem>
1624183626Ssimon
1625183626Ssimon	<listitem>
1626183626Ssimon	  <para>[&arch.amd64;, &arch.i386;] PS/2 keyboards
1627183626Ssimon	    (&man.atkbd.4; driver)</para>
162876082Sbmah	</listitem>
1629183626Ssimon
1630183626Ssimon	<listitem>
1631166767Sbmah	  <para>[&arch.pc98;] Standard keyboards</para>
163297677Snyan	</listitem>
1633183626Ssimon
1634183626Ssimon	<listitem>
1635183626Ssimon	  <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1636183626Ssimon	    USB keyboards (&man.ukbd.4; driver)</para>
163776082Sbmah	</listitem>
163876082Sbmah      </itemizedlist>
1639123265Sbmah
1640183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1641183626Ssimon	Pointing devices including:</para>
1642183626Ssimon
164376082Sbmah      <itemizedlist>
1644183626Ssimon	<listitem>
1645183626Ssimon	  <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Bus mice and
1646183626Ssimon	    compatible devices (&man.mse.4; driver)</para>
164776082Sbmah	</listitem>
1648183626Ssimon
1649183626Ssimon	<listitem>
1650183626Ssimon	  <para>[&arch.amd64;, &arch.i386;] PS/2 mice and compatible
1651183626Ssimon	    devices, including many laptop pointing devices
1652183626Ssimon	    (&man.psm.4; driver)</para>
165376082Sbmah	</listitem>
1654183626Ssimon
1655183626Ssimon	<listitem>
1656114865Sbmah	  <para>Serial mice and compatible devices</para>
165776082Sbmah	</listitem>
1658183626Ssimon
1659183626Ssimon	<listitem>
1660183626Ssimon	  <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1661183626Ssimon	    USB mice (&man.ums.4; driver)</para>
166276082Sbmah	</listitem>
166376082Sbmah      </itemizedlist>
1664114865Sbmah
1665114865Sbmah      <note>
1666114865Sbmah	<para>&man.moused.8; has more information on using pointing
1667114865Sbmah	  devices with &os;.  Information on using pointing devices
1668183626Ssimon	  with <application>Xorg</application> can be found at <ulink
1669183626Ssimon	    url="http://www.x.org/"></ulink>.</para>
1670114865Sbmah      </note>
167176082Sbmah
1672183626Ssimon      <para>[&arch.amd64;, &arch.i386;] <quote>PC standard</quote>
1673183626Ssimon	parallel ports (&man.ppc.4; driver)</para>
167476082Sbmah
1675183626Ssimon      <para>[&arch.pc98;] <quote>PC-9821 standard</quote> parallel
1676183626Ssimon	ports (&man.ppc.4; driver)</para>
167776082Sbmah
1678183626Ssimon      <para>[&arch.i386;, &arch.amd64;] PC-compatible joysticks
1679183626Ssimon	(&man.joy.4; driver)</para>
1680109743Sbmah
1681183626Ssimon      <para>[&arch.pc98;] Joystick port of SoundBlaster(98)
1682183626Ssimon	(&man.joy.4; driver)</para>
1683183626Ssimon
1684183626Ssimon      <para>[&arch.i386;, &arch.pc98;] PHS Data Communication
1685183626Ssimon	Card/PCCARD</para>
1686183626Ssimon
168776082Sbmah      <itemizedlist>
1688183626Ssimon	<listitem>
168976082Sbmah	  <para>NTT DoCoMo P-in Comp@ct</para>
169076082Sbmah	</listitem>
1691183626Ssimon
1692183626Ssimon	<listitem>
169376082Sbmah	  <para>Panasonic KX-PH405</para>
169476082Sbmah	</listitem>
1695183626Ssimon
1696183626Ssimon	<listitem>
169776082Sbmah	  <para>SII MC-P200</para>
169876082Sbmah	</listitem>
169976082Sbmah      </itemizedlist>
170076082Sbmah
1701183626Ssimon      <para>[&arch.i386;] Xilinx XC6200-based reconfigurable hardware
1702183626Ssimon	cards compatible with the HOT1 from <ulink
1703183626Ssimon	  url="http://www.vcc.com/">Virtual Computers</ulink> (xrpu
1704183626Ssimon	driver).</para>
170597677Snyan
1706183626Ssimon      <para>[&arch.pc98;] Power Management Controller of NEC PC-98
1707183626Ssimon	Note (pmc driver)</para>
1708183626Ssimon    </sect2>
1709183626Ssimon  </sect1>
1710166768Sbmah</article>
1711