article.xml revision 185532
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 185532 2008-12-01 21:15:04Z 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>
32183626Ssimon      <holder role="mailto:doc@FreeBSD.org">The &os; Documentation Project</holder>
33183626Ssimon    </copyright>
34166771Sbmah
35183626Ssimon    <legalnotice id="trademarks" role="trademarks">
36183626Ssimon      &tm-attrib.freebsd;
37183626Ssimon      &tm-attrib.amd;
38183626Ssimon      &tm-attrib.ibm;
39183626Ssimon      &tm-attrib.intel;
40183626Ssimon      &tm-attrib.sparc;
41183626Ssimon      &tm-attrib.sun;
42183626Ssimon      &tm-attrib.general;
43183626Ssimon    </legalnotice>
44172094Sbmah
45183626Ssimon  </articleinfo>
46172094Sbmah
47183626Ssimon  <sect1 id="intro">
48183626Ssimon    <title>Introduction</title>
49166768Sbmah
50183626Ssimon    <para>This document contains the hardware compatibility notes for
51183626Ssimon      &os; &release.current;.  It lists the hardware platforms
52183626Ssimon      supported by &os;, as well as the various types of hardware
53183626Ssimon      devices (storage controllers, network interfaces, and so on),
54183626Ssimon      along with known working instances of these devices.</para>
55183626Ssimon  </sect1>
56166768Sbmah
57183626Ssimon  <sect1 id="proc">
58183626Ssimon    <title>Supported Processors and System Boards</title>
59166768Sbmah
60183626Ssimon    <para>This section provides some architecture-specific information
61183626Ssimon      about the specific processors and systems that are supported by
62183626Ssimon      each architecture.</para>
63166768Sbmah
64183626Ssimon    <sect2 id="proc-amd64">
65183626Ssimon      <title>amd64</title>
66166770Sbmah
67183626Ssimon      <para>Since mid-2003 &os;/&arch.amd64; has supported the AMD64
68183626Ssimon	(<quote>Hammer</quote>) and &intel; EM64T architecture, and is
69183626Ssimon	now one of the Tier-1 platforms (fully supported
70183626Ssimon	architecture), which are expected to be Production Quality
71183626Ssimon	with respects to all aspects of the &os; operating system,
72183626Ssimon	including installation and development environments.</para>
73166770Sbmah
74183626Ssimon      <para>Note that there are two names for this architecture, AMD64
75183626Ssimon	(AMD) and Intel EM64T (Extended Memory 64-bit Technology).
76183626Ssimon	64-bit mode of the two architectures are almost compatible
77183626Ssimon	with each other, and &os;/&arch.amd64; should support them
78183626Ssimon	both.</para>
79166770Sbmah
80183626Ssimon      <para>As of this writing, the following processors are
81183626Ssimon	supported:</para>
82166770Sbmah
83183626Ssimon      <itemizedlist>
84183626Ssimon	<listitem>
85183626Ssimon	  <para>&amd.athlon;64 (<quote>Clawhammer</quote>).</para>
86183626Ssimon	</listitem>
87166770Sbmah
88183626Ssimon	<listitem>
89183626Ssimon	  <para>&amd.opteron; (<quote>Sledgehammer</quote>).</para>
90183626Ssimon	</listitem>
91166770Sbmah
92183626Ssimon	<listitem>
93184200Smarck	  <para>&intel; 64-bit &xeon; (<quote>Nocona</quote>).  This
94183626Ssimon	    processor is fabricated on 90nm process technology, and
95183626Ssimon	    operates with 2.80 to 3.60 GHz (FSB 800MHz) and &intel;
96183626Ssimon	    E7520/E7525/E7320 chipsets.</para>
97183626Ssimon	</listitem>
98166770Sbmah
99183626Ssimon	<listitem>
100183626Ssimon	  <para>&intel; &pentium; 4 Processor supporting &intel; EM64T
101183626Ssimon	    (<quote>Prescott</quote>).  This is fabricated on 90nm
102183626Ssimon	    process technology, uses FC-LGA775 package, and operates
103183626Ssimon	    with 3.20F/3.40F/3.60F GHz and &intel; 925X Express
104183626Ssimon	    chipsets.  The corresponding S-Spec numbers are SL7L9,
105183626Ssimon	    SL7L8, SL7LA, SL7NZ, SL7PZ, and SL7PX. Note that
106183626Ssimon	    processors marked as 5xx numbers do not support
107183626Ssimon	    EM64T.</para>
108183626Ssimon	</listitem>
109183626Ssimon      </itemizedlist>
110166770Sbmah
111183626Ssimon      <para>&intel; EM64T is an extended version of IA-32 (x86) and
112183626Ssimon	different from &intel; IA-64 (Itanium) architecture, which
113183626Ssimon	&os;/ia64 supports.  Some &intel;'s old documentation refers
114183626Ssimon	to &intel; EM64T as <quote>64-bit extension technology</quote>
115183626Ssimon	or <quote>IA-32e</quote>.</para>
116166770Sbmah
117183626Ssimon      <para>The largest tested memory configuration to date is 8GB.
118183626Ssimon	SMP support has been recently completed and is reasonably
119183626Ssimon	robust.</para>
120166770Sbmah
121183626Ssimon      <para>In many respects, &os;/&arch.amd64; is similar to
122183626Ssimon	&os;/&arch.i386;, in terms of drivers supported.  There may be
123183626Ssimon	some issues with 64-bit cleanliness in some (particularly
124183626Ssimon	older) drivers.  Generally, drivers that already function
125183626Ssimon	correctly on other 64-bit platforms should work.</para>
126166770Sbmah
127183626Ssimon      <para>&os;/&arch.amd64; is a very young platform on &os;.  While
128183626Ssimon	the core &os; kernel and base system components are generally
129183626Ssimon	fairly robust, there are likely to still be rough edges,
130183626Ssimon	particularly with third party packages.</para>
131166770Sbmah
132183626Ssimon    </sect2>
133166770Sbmah
134183626Ssimon    <sect2 id="proc-i386">
135183626Ssimon      <title>i386</title>
136166770Sbmah
137183626Ssimon      <para>&os;/&arch.i386; runs on a wide variety of <quote>IBM PC
138183626Ssimon	  compatible</quote> machines. Due to the wide range of
139183626Ssimon	hardware available for this architecture, it is impossible
140183626Ssimon	to exhaustively list all combinations of equipment supported
141183626Ssimon	by &os;.  Nevertheless, some general guidelines are
142183626Ssimon	presented here.</para>
143166770Sbmah
144183626Ssimon      <para>Almost all &i386;-compatible processors with a floating
145183626Ssimon	point unit are supported. All &intel; processors beginning
146183626Ssimon	with the 80486 are supported, including the 80486, &pentium;,
147183626Ssimon	&pentium; Pro, &pentium; II, &pentium; III, &pentium; 4, and
148183626Ssimon	variants thereof, such as the &xeon; and &celeron; processors.
149183626Ssimon	All &i386;-compatible AMD processors are also supported,
150183626Ssimon	including the &am486;, &am5x86;, K5, &amd.k6; (and variants),
151183626Ssimon	&amd.athlon; (including Athlon-MP, Athlon-XP, Athlon-4, and
152183626Ssimon	Athlon Thunderbird), and &amd.duron; processors.  The AMD
153183626Ssimon	&Eacute;lan SC520 embedded processor is supported.  The
154183626Ssimon	Transmeta Crusoe is recognized and supported, as are
155183626Ssimon	&i386;-compatible processors from Cyrix and NexGen.</para>
156166770Sbmah
157183626Ssimon      <para>There is a wide variety of motherboards available for this
158183626Ssimon	architecture.  Motherboards using the ISA, VLB, EISA, AGP, and
159183626Ssimon	PCI expansion busses are well-supported.  There is some
160183626Ssimon	limited support for the MCA (<quote>MicroChannel</quote>)
161183626Ssimon	expansion bus used in the IBM PS/2 line of PCs.</para>
162166770Sbmah
163183626Ssimon      <para>Symmetric multi-processor (SMP) systems are generally
164183626Ssimon	supported by &os;, although in some cases, BIOS or motherboard
165183626Ssimon	bugs may generate some problems.  Perusal of the archives of
166183626Ssimon	the &a.smp; may yield some clues.</para>
167166770Sbmah
168183626Ssimon      <para>&os; will take advantage of HyperThreading (HTT) support
169183626Ssimon	on &intel; CPUs that support this feature.  A kernel with the
170183626Ssimon	<literal>options&nbsp;SMP</literal> feature enabled will
171183626Ssimon	automatically detect the additional logical processors.  The
172183626Ssimon	default &os; scheduler treats the logical processors the same
173183626Ssimon	as additional physical processors; in other words, no attempt
174183626Ssimon	is made to optimize scheduling decisions given the shared
175183626Ssimon	resources between logical processors within the same CPU.
176183626Ssimon	Because this naive scheduling can result in suboptimal
177183626Ssimon	performance, under certain circumstances it may be useful to
178183626Ssimon	disable the logical processors with the the
179183626Ssimon	<varname>machdep.hlt_logical_cpus</varname> sysctl variable.
180183626Ssimon	It is also possible to halt any CPU in the idle loop with the
181183626Ssimon	<varname>machdep.hlt_cpus</varname> sysctl variable.  The
182183626Ssimon	&man.smp.4; manual page has more details.</para>
183166770Sbmah
184183626Ssimon      <para>&os; will take advantage of Physical Address Extensions
185183626Ssimon	(PAE) support on CPUs that support this feature.  A kernel
186183626Ssimon	with the <literal>PAE</literal> feature enabled will detect
187183626Ssimon	memory above 4 gigabytes and allow it to be used by the
188183626Ssimon	system.  This feature places constraints on the device drivers
189183626Ssimon	and other features of &os; which may be used; consult the
190183626Ssimon	&man.pae.4; manpage for more details.</para>
191166770Sbmah
192183626Ssimon      <para>&os; will generally run on i386-based laptops, albeit with
193183626Ssimon	varying levels of support for certain hardware features such
194183626Ssimon	as sound, graphics, power management, and PCCARD expansion
195183626Ssimon	slots.  These features tend to vary in idiosyncratic ways
196183626Ssimon	between machines, and frequently require special-case support
197183626Ssimon	in &os; to work around hardware bugs or other oddities.  When
198183626Ssimon	in doubt, a search of the archives of the &a.mobile; may be
199183626Ssimon	useful.</para>
200166770Sbmah
201183626Ssimon      <para>Most modern laptops (as well as many desktops) use the
202183626Ssimon	Advanced Configuration and Power Management (ACPI) standard.
203183626Ssimon	&os; supports ACPI via the ACPI Component Architecture
204183626Ssimon	reference implementation from &intel;, as described in the
205183626Ssimon	&man.acpi.4; manual page.  The use of ACPI causes
206183626Ssimon	instabilities on some machines and it may be necessary to
207183626Ssimon	disable the ACPI driver, which is normally loaded via a kernel
208183626Ssimon	module.  This may be accomplished by adding the following line
209183626Ssimon	to <filename>/boot/device.hints</filename>:</para>
210166770Sbmah
211183626Ssimon      <programlisting>hint.acpi.0.disabled="1"</programlisting>
212166770Sbmah
213183626Ssimon      <para>Users debugging ACPI-related problems may find it useful
214183626Ssimon	to disable portions of the ACPI functionality.  The
215183626Ssimon	&man.acpi.4; manual page has more information on how to do
216183626Ssimon	this via loader tunables.</para>
217166770Sbmah
218183626Ssimon      <para>ACPI depends on a Differentiated System Descriptor Table
219183626Ssimon	(DSDT) provided by each machine's BIOS.  Some machines have
220183626Ssimon	bad or incomplete DSDTs, which prevents ACPI from functioning
221183626Ssimon	correctly.  Replacement DSDTs for some machines can be found
222183626Ssimon	at the <ulink
223183626Ssimon	  url="http://acpi.sourceforge.net/dsdt/index.php">DSDT</ulink>
224183626Ssimon	section of the <ulink
225183626Ssimon	  url="http://acpi.sourceforge.net/">ACPI4Linux</ulink> project
226183626Ssimon	Web site.  &os; can use these DSDTs to override the DSDT
227183626Ssimon	provided by the BIOS; see the &man.acpi.4; manual page for
228183626Ssimon	more information.</para>
229183626Ssimon    </sect2>
230166770Sbmah
231183626Ssimon    <sect2 id="proc-ia64">
232183626Ssimon      <title>ia64</title>
233166770Sbmah
234183626Ssimon      <para>Currently supported processors are the <ulink
235183626Ssimon	  url="http://people.freebsd.org/~marcel/refs/ia64/itanium/24532003.pdf">&itanium;</ulink>
236183626Ssimon	and the <ulink
237183626Ssimon	  url="http://people.freebsd.org/~marcel/refs/ia64/itanium2/25111003.pdf">&itanium;
238183626Ssimon	  2</ulink>.</para>
239166770Sbmah
240183626Ssimon      <para>Supported chipsets include:</para>
241166770Sbmah
242183626Ssimon      <itemizedlist>
243183626Ssimon	<listitem>
244183626Ssimon	  <para>HP zx1</para>
245183626Ssimon	</listitem>
246166770Sbmah
247183626Ssimon	<listitem>
248183626Ssimon	  <para>&intel; 460GX</para>
249183626Ssimon	</listitem>
250166770Sbmah
251183626Ssimon	<listitem>
252183626Ssimon	  <para>&intel; E8870</para>
253183626Ssimon	</listitem>
254183626Ssimon      </itemizedlist>
255166770Sbmah
256183626Ssimon      <para>Both Uniprocessor (UP) and Symmetric Multi-processor (SMP)
257183626Ssimon	configurations are supported.</para>
258171814Sbmah
259183626Ssimon      <para>Most devices that can be found in or are compatible with
260183626Ssimon	&arch.ia64; machines are fully supported.  The notable
261183626Ssimon	exception is the VGA console. The &os; support for VGA
262183626Ssimon	consoles is at this time too much based on PC hardware and not
263183626Ssimon	all &arch.ia64; machines have chipsets that provide sufficient
264183626Ssimon	PC legacy support. As such &man.syscons.4; can not be enabled
265183626Ssimon	and the use of a serial console is required.</para>
266183626Ssimon    </sect2>
267166770Sbmah
268183626Ssimon    <sect2 id="proc-pc98">
269183626Ssimon      <title>pc98</title>
270166770Sbmah
271183626Ssimon      <para>NEC PC-9801/9821 series with almost all &i386;-compatible
272183626Ssimon	processors, including 80486, &pentium;, &pentium; Pro,
273183626Ssimon	&pentium; II, and variants.  All &i386;-compatible processors
274183626Ssimon	by AMD, Cyrix, IBM, and IDT are also supported.</para>
275166770Sbmah
276183626Ssimon      <para>NEC FC-9801/9821 series, and NEC SV-98 series (both of
277183626Ssimon	them are compatible with PC-9801/9821 series) should be
278183626Ssimon	supported.</para>
279166770Sbmah
280183626Ssimon      <para>EPSON PC-386/486/586 series, which are compatible with NEC
281183626Ssimon	PC-9801 series are supported.</para>
282166770Sbmah
283183626Ssimon      <para>High-resolution mode is not supported.  NEC
284183626Ssimon	PC-98XA/XL/RL/XL^2, and NEC PC-H98 series are supported in
285183626Ssimon	normal (PC-9801 compatible) mode only.</para>
286166770Sbmah
287183626Ssimon      <para>Although there are some multi-processor systems (such as
288183626Ssimon	Rs20/B20), SMP-related features of &os; are not supported
289183626Ssimon	yet.</para>
290166770Sbmah
291183626Ssimon      <para>PC-9801/9821 standard bus (called C-Bus), PC-9801NOTE
292183626Ssimon	expansion bus (110pin), and PCI bus are supported.  New Extend
293183626Ssimon	Standard Architecture (NESA) bus (used in PC-H98, SV-H98, and
294183626Ssimon	FC-H98 series) is not supported.</para>
295183626Ssimon    </sect2>
296166770Sbmah
297183626Ssimon    <sect2 id="proc-powerpc">
298183626Ssimon      <title>powerpc</title>
299166770Sbmah
300183626Ssimon      <para>The information for this paragraph has yet to be
301183626Ssimon	compiled.</para>
302183626Ssimon    </sect2>
303166770Sbmah
304183626Ssimon    <sect2 id="proc-sparc64">
305183626Ssimon      <title>sparc64</title>
306166770Sbmah
307183626Ssimon      <para>This section describes the systems currently known to be
308183626Ssimon	supported by &os; on the &ultrasparc; platform.  For
309183626Ssimon	background information on the various hardware designs see the
310183626Ssimon	<ulink url="http://sunsolve.sun.com/handbook_pub/">Sun System
311183626Ssimon	  Handbook</ulink>.</para>
312166770Sbmah
313183626Ssimon      <para>SMP is supported on all systems with more than 1
314183626Ssimon	processor.</para>
315166770Sbmah
316183626Ssimon      <para>In general, &os;/&arch.sparc64; systems must use serial
317183626Ssimon	consoles.  While it is possible to boot or install a system
318183626Ssimon	using the OpenFirmware console, the console device is not
319183626Ssimon	usable.</para>
320166770Sbmah
321183626Ssimon      <para>If you have a system that is not listed here, it may not
322183626Ssimon	have been tested with &os; &release.current;.  We encourage
323183626Ssimon	you to try it and send a note to the &a.sparc; with your
324183626Ssimon	results, including which devices work and which do not.</para>
325166770Sbmah
326183626Ssimon      <para>The following systems are fully supported by &os;.</para>
327172094Sbmah
328183626Ssimon      <itemizedlist>
329183626Ssimon	<listitem>
330183626Ssimon	  <para>&sun.blade; 100</para>
331183626Ssimon	</listitem>
332166770Sbmah
333183626Ssimon	<listitem>
334183626Ssimon	  <para>&sun.blade; 150</para>
335183626Ssimon	</listitem>
336166770Sbmah
337166770Sbmah	<listitem>
338183626Ssimon	  <para>&sun.enterprise; 220R</para>
339183626Ssimon	</listitem>
340183626Ssimon
341183626Ssimon	<listitem>
342183626Ssimon	  <para>&sun.enterprise; 250</para>
343183626Ssimon	</listitem>
344183626Ssimon
345183626Ssimon	<listitem>
346183626Ssimon	  <para>&sun.enterprise; 420R</para>
347183626Ssimon	</listitem>
348183626Ssimon
349183626Ssimon	<listitem>
350172094Sbmah	  <para>&sun.enterprise; 450</para>
351166770Sbmah	</listitem>
352183626Ssimon
353183626Ssimon	<listitem>
354183626Ssimon	  <para>&sun.fire; V100</para>
355183626Ssimon	</listitem>
356183626Ssimon
357183626Ssimon	<listitem>
358183626Ssimon	  <para>&sun.fire; V120</para>
359183626Ssimon	</listitem>
360183626Ssimon
361183626Ssimon	<listitem>
362183626Ssimon	  <para>&netra; t1 105</para>
363183626Ssimon	</listitem>
364183626Ssimon
365183626Ssimon	<listitem>
366183626Ssimon	  <para>&netra; T1 AC200/DC200</para>
367183626Ssimon	</listitem>
368183626Ssimon
369183626Ssimon	<listitem>
370183626Ssimon	  <para>&netra; t 1100</para>
371183626Ssimon	</listitem>
372183626Ssimon
373183626Ssimon	<listitem>
374183626Ssimon	  <para>&netra; t 1120</para>
375183626Ssimon	</listitem>
376183626Ssimon
377183626Ssimon	<listitem>
378183626Ssimon	  <para>&netra; t 1125</para>
379183626Ssimon	</listitem>
380183626Ssimon
381183626Ssimon	<listitem>
382183626Ssimon	  <para>&netra; t 1400/1405</para>
383183626Ssimon	</listitem>
384183626Ssimon
385183626Ssimon	<listitem>
386183626Ssimon	  <para>&netra; 120</para>
387183626Ssimon	</listitem>
388183626Ssimon
389183626Ssimon	<listitem>
390183626Ssimon	  <para>&netra; X1</para>
391183626Ssimon	</listitem>
392183626Ssimon
393183626Ssimon	<listitem>
394183626Ssimon	  <para>&sparcengine; Ultra AXi</para>
395183626Ssimon	</listitem>
396183626Ssimon
397183626Ssimon	<listitem>
398183626Ssimon	  <para>&sparcengine; Ultra AXmp</para>
399183626Ssimon	</listitem>
400183626Ssimon
401183626Ssimon	<listitem>
402183626Ssimon	  <para>&sun.ultra; 1</para>
403183626Ssimon	</listitem>
404183626Ssimon
405183626Ssimon	<listitem>
406183626Ssimon	  <para>&sun.ultra; 1E</para>
407183626Ssimon	</listitem>
408183626Ssimon
409183626Ssimon	<listitem>
410183626Ssimon	  <para>&sun.ultra; 2</para>
411183626Ssimon	</listitem>
412183626Ssimon
413183626Ssimon	<listitem>
414183626Ssimon	  <para>&sun.ultra; 5</para>
415183626Ssimon	</listitem>
416183626Ssimon
417183626Ssimon	<listitem>
418183626Ssimon	  <para>&sun.ultra; 10</para>
419183626Ssimon	</listitem>
420183626Ssimon
421183626Ssimon	<listitem>
422183626Ssimon	  <para>&sun.ultra; 30</para>
423183626Ssimon	</listitem>
424183626Ssimon
425183626Ssimon	<listitem>
426183626Ssimon	  <para>&sun.ultra; 60</para>
427183626Ssimon	</listitem>
428183626Ssimon
429183626Ssimon	<listitem>
430183626Ssimon	  <para>&sun.ultra; 80</para>
431183626Ssimon	</listitem>
432166770Sbmah      </itemizedlist>
433166770Sbmah
434183626Ssimon      <para>The following systems are partially supported by &os;.  In
435183626Ssimon	particular the onboard SCSI controller in sbus systems is not
436183626Ssimon	supported.</para>
437166770Sbmah
438166770Sbmah      <itemizedlist>
439183626Ssimon	<listitem>
440183626Ssimon	  <para>&sun.enterprise; 3500</para>
441183626Ssimon	</listitem>
442183626Ssimon
443183626Ssimon	<listitem>
444183626Ssimon	  <para>&sun.enterprise; 4500</para>
445183626Ssimon	</listitem>
446166770Sbmah      </itemizedlist>
447166770Sbmah
448183626Ssimon      <para>The following systems are not supported by &os;.  This may
449183626Ssimon	be due to lack of processor support (&ultrasparc; III), due to
450183626Ssimon	a quirk in the system design that makes &os; unstable, or due
451183626Ssimon	to lack of support for sufficient onboard devices to make &os;
452183626Ssimon	generally useful.</para>
453166770Sbmah
454166770Sbmah      <itemizedlist>
455183626Ssimon	<listitem>
456183626Ssimon	  <para>All systems containing &ultrasparc; III processor(s).</para>
457183626Ssimon	</listitem>
458166770Sbmah      </itemizedlist>
459183626Ssimon    </sect2>
460183626Ssimon  </sect1>
461166770Sbmah
462183626Ssimon  <!--
463166770Sbmah
464183626Ssimon  The "Supported Devices" section of the release notes.
465183626Ssimon  Generally processor-independent, with conditional text
466183626Ssimon  inclusion handling any architecture-dependent text.
46776082Sbmah
468183626Ssimon  Within each subsection describing a class of hardware
469183626Ssimon  (i.e. Ethernet interfaces), list broad groups of devices
470183626Ssimon  alphabetically as paragraphs sorted alphabetically (frequently
471183626Ssimon  these groups will be arranged by manufacturer, i.e. 3Com
472183626Ssimon  Ethernet interfaces).
47376082Sbmah
474183626Ssimon  Where applicable, a "Miscellaneous" section may follow all
475183626Ssimon  other named sections.
476119431Sbmah
477183626Ssimon  These guidelines are not hard-and-fast rules, and exceptions
478183626Ssimon  will occur.  Following these guidelines (vague as they may be)
479183626Ssimon  is highly recommended to try to keep the formatting of
480183626Ssimon  this section consistent.
48176082Sbmah
482183626Ssimon  We give manpage references using the &man entities where
483183626Ssimon  possible.  If a driver has no manpage (and consequently no
484183626Ssimon  &man entity, we simply give the name of the driver).
485183626Ssimon  Please avoid doing &man entity conversions unless you
486183626Ssimon  know for sure that an entity and manpage exist; sweeps through
487183626Ssimon  this file to fix "missed" conversions are likely to break the
488183626Ssimon  build.
489183626Ssimon  -->
49076082Sbmah
491183626Ssimon  <sect1 id="support">
492183626Ssimon    <title>Supported Devices</title>
49376082Sbmah
494183626Ssimon    <para>This section describes the devices currently known to be
495183626Ssimon      supported by &os;.  Other configurations may also work, but
496183626Ssimon      simply have not been tested yet.  Feedback, updates, and
497183626Ssimon      corrections to this list are encouraged.</para>
49876082Sbmah
499183626Ssimon    <para>Where possible, the drivers applicable to each device or
500183626Ssimon      class of devices is listed.  If the driver in question has a
501183626Ssimon      manual page in the &os; base distribution (most should), it is
502183626Ssimon      referenced here.  Information on specific models of supported
503183626Ssimon      devices, controllers, etc. can be found in the manual
504183626Ssimon      pages.</para>
50576082Sbmah
506183626Ssimon    <note>
507183626Ssimon      <para>The device lists in this document are being generated
508183626Ssimon	automatically from &os; manual pages.  This means that some
509183626Ssimon	devices, which are supported by multiple drivers, may appear
510183626Ssimon	multiple times.</para>
511183626Ssimon    </note>
51276560Sbmah
513183626Ssimon    <sect2 id="disk">
514183626Ssimon      <title>Disk Controllers</title>
515119127Sbmah
516183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;,
517183626Ssimon	&arch.sparc64;] IDE/ATA controllers (&man.ata.4;
518183626Ssimon	driver)</para>
519124988Sbrueffer
520183626Ssimon      <para>[&arch.pc98;] IDE/ATA controllers (wdc driver)</para>
521183626Ssimon
52276082Sbmah      <itemizedlist>
523183626Ssimon	<listitem>
524107634Sbmah	  <para>On-board IDE controller</para>
52597677Snyan	</listitem>
52697677Snyan      </itemizedlist>
527118979Sbmah
528183626Ssimon      &hwlist.aac;
529122375Sbmah
530183626Ssimon      &hwlist.adv;
531150279Sbrueffer
532183626Ssimon      &hwlist.adw;
533150279Sbrueffer
534183626Ssimon      &hwlist.aha;
535118979Sbmah
536183626Ssimon      &hwlist.ahb;
537118979Sbmah
538183626Ssimon      &hwlist.ahc;
53976082Sbmah
540183626Ssimon      &hwlist.ahd;
541102444Sbmah
542183626Ssimon      &hwlist.aic;
54376082Sbmah
544183626Ssimon      &hwlist.amd;
545115412Snyan
546183626Ssimon      &hwlist.amr;
54776082Sbmah
548183626Ssimon      &hwlist.arcmsr;
549133094Ssimon
550183626Ssimon      &hwlist.asr;
551150279Sbrueffer
552183626Ssimon      &hwlist.bt;
55376082Sbmah
554183626Ssimon      &hwlist.ciss;
55576082Sbmah
556183626Ssimon      &hwlist.ct;
557119107Sbmah
558183626Ssimon      &hwlist.dpt;
559183626Ssimon
56087767Sbmah      <note>
561183626Ssimon	<para>[&arch.amd64;, &arch.i386;] Booting from these
562183626Ssimon	  controllers is supported. EISA adapters are not
563183626Ssimon	  supported.</para>
56487767Sbmah      </note>
56576082Sbmah
566183626Ssimon      &hwlist.esp;
567150293Sbrueffer
568183626Ssimon      &hwlist.hptiop;
569169841Sbrueffer
570183626Ssimon      &hwlist.hptmv;
571144426Sbrueffer
572183626Ssimon      &hwlist.hptrr;
573174662Sbmah
574183626Ssimon      &hwlist.ida;
575150279Sbrueffer
576183626Ssimon      &hwlist.iir;
577150279Sbrueffer
578183626Ssimon      &hwlist.ips;
579150279Sbrueffer
580183626Ssimon      &hwlist.isp;
581150279Sbrueffer
582183626Ssimon      &hwlist.mfi;
583157274Sbrueffer
584183626Ssimon      &hwlist.mlx;
58587767Sbmah
58687767Sbmah      <note>
587183626Ssimon	<para>[&arch.amd64;, &arch.i386;] Booting from these
588183626Ssimon	  controllers is supported. EISA adapters are not
589183626Ssimon	  supported.</para>
59087767Sbmah      </note>
59176082Sbmah
592183626Ssimon      &hwlist.mly;
59376082Sbmah
594183626Ssimon      &hwlist.mpt;
59576082Sbmah
596183626Ssimon      &hwlist.ncr;
59776082Sbmah
598183626Ssimon      &hwlist.ncv;
599133457Ssimon
600183626Ssimon      &hwlist.nsp;
60176082Sbmah
602183626Ssimon      &hwlist.pst;
60376560Sbmah
604183626Ssimon      &hwlist.stg;
605108922Sbmah
606183626Ssimon      &hwlist.sym;
60787100Sbmah
608183626Ssimon      &hwlist.trm;
60990031Sbmah
610183626Ssimon      &hwlist.twa;
611102321Sbmah
612183626Ssimon      &hwlist.twe;
613137140Ssimon
614183626Ssimon      &hwlist.vpo;
615114978Sbmah
616183626Ssimon      <para>[&arch.i386;] The wds(4) driver supports the WD7000 SCSI
617183626Ssimon	controller.</para>
618134916Ssimon
619183626Ssimon      <para>With all supported SCSI controllers, full support is
620183626Ssimon	provided for SCSI-I, SCSI-II, and SCSI-III peripherals,
621183626Ssimon	including hard disks, optical disks, tape drives (including
622183626Ssimon	DAT, 8mm Exabyte, Mammoth, and DLT), medium changers,
623183626Ssimon	processor target devices and CD-ROM drives.  WORM devices that
624183626Ssimon	support CD-ROM commands are supported for read-only access by
625183626Ssimon	the CD-ROM drivers (such as &man.cd.4;).  WORM/CD-R/CD-RW
626183626Ssimon	writing support is provided by &man.cdrecord.1;, which is a
627183626Ssimon	part of the <filename
628183626Ssimon	  role="package">sysutils/cdrtools</filename> port in the Ports
629183626Ssimon	Collection.</para>
63076082Sbmah
631183626Ssimon      <para>The following CD-ROM type systems are supported at this
632183626Ssimon	time:</para>
633183626Ssimon
63476082Sbmah      <itemizedlist>
635183626Ssimon	<listitem>
636183626Ssimon	  <para>SCSI interface (also includes ProAudio Spectrum and
637183626Ssimon	    SoundBlaster SCSI) (&man.cd.4;)</para>
63876082Sbmah	</listitem>
639116504Sbmah
640166767Sbmah	<listitem>
641183626Ssimon	  <para>[&arch.i386;] Sony proprietary interface (all models)
642183626Ssimon	    (&man.scd.4;)</para>
64376082Sbmah	</listitem>
644116505Sbmah
64576082Sbmah	<listitem>
64676082Sbmah	  <para>ATAPI IDE interface (&man.acd.4;)</para>
64776082Sbmah	</listitem>
64876082Sbmah      </itemizedlist>
64976082Sbmah
650183626Ssimon      <para>[&arch.i386;] The following device is unmaintained:</para>
651183626Ssimon
65276082Sbmah      <itemizedlist>
653183626Ssimon	<listitem>
654183626Ssimon	  <para>Mitsumi proprietary CD-ROM interface (all models)
655183626Ssimon	    (&man.mcd.4;)</para>
65676082Sbmah	</listitem>
65776082Sbmah      </itemizedlist>
658183626Ssimon    </sect2>
65976082Sbmah
660183626Ssimon    <sect2 id="ethernet">
661183626Ssimon      <title>Ethernet Interfaces</title>
66276082Sbmah
663183626Ssimon      &hwlist.ae;
664183607Ssimon
665183632Ssimon      &hwlist.age;
666183632Ssimon
667185241Sdelphij      &hwlist.ale;
668185241Sdelphij
669183626Ssimon      &hwlist.aue;
67076082Sbmah
671183626Ssimon      &hwlist.axe;
67276082Sbmah
673183626Ssimon      &hwlist.bce;
674157648Sbrueffer
675183626Ssimon      <para>[&arch.amd64;, &arch.i386;] Broadcom BCM4401 based Fast
676183626Ssimon	Ethernet adapters (&man.bfe.4; driver)</para>
67776082Sbmah
678183626Ssimon      &hwlist.bge;
679135144Sbrueffer
680183626Ssimon      &hwlist.cdce;
681150278Sbrueffer
682183626Ssimon      <para>[&arch.amd64;, &arch.i386;] Crystal Semiconductor
683183626Ssimon	CS89x0-based NICs (&man.cs.4; driver)</para>
68476560Sbmah
685183626Ssimon      &hwlist.cue;
68676082Sbmah
687183626Ssimon      &hwlist.cxgb;
688172336Sbrueffer
689183626Ssimon      &hwlist.dc;
69076082Sbmah
691183626Ssimon      &hwlist.de;
69276082Sbmah
693183626Ssimon      &hwlist.ed;
69476082Sbmah
695183626Ssimon      &hwlist.em;
69676082Sbmah
697183626Ssimon      &hwlist.ep;
69876498Sbmah
699183626Ssimon      &hwlist.ex;
70076082Sbmah
701183626Ssimon      &hwlist.fe;
70276082Sbmah
703183626Ssimon      &hwlist.fxp;
70476082Sbmah
705183626Ssimon      &hwlist.gem;
70676082Sbmah
707183626Ssimon      &hwlist.hme;
70876082Sbmah
709183626Ssimon      &hwlist.ie;
710150242Sjoel
711183655Ssimon      &hwlist.igb;
712183655Ssimon
713183626Ssimon      &hwlist.ixgb;
71476082Sbmah
715185532Sbrueffer      &hwlist.ixgbe;
716185532Sbrueffer
717183647Ssimon      &hwlist.jme;
718183647Ssimon
719183626Ssimon      &hwlist.kue;
72076082Sbmah
721183626Ssimon      &hwlist.lge;
722113884Sbmah
723183626Ssimon      &hwlist.msk;
724165157Sbrueffer
725183626Ssimon      &hwlist.mxge;
726159606Sbrueffer
727183626Ssimon      &hwlist.my;
728126363Sbmah
729183626Ssimon      &hwlist.nfe;
730171111Sbrueffer
731183626Ssimon      &hwlist.nge;
73276082Sbmah
733183626Ssimon      &hwlist.nve;
73476082Sbmah
735183626Ssimon      &hwlist.nxge;
736171111Sbrueffer
737183626Ssimon      &hwlist.pcn;
73885666Sbmah
739183626Ssimon      &hwlist.re;
74085666Sbmah
741183626Ssimon      &hwlist.rl;
74276082Sbmah
743183626Ssimon      &hwlist.rue;
74485666Sbmah
745183626Ssimon      &hwlist.sf;
74685666Sbmah
747183626Ssimon      &hwlist.sis;
74885710Sbmah
749183626Ssimon      &hwlist.sk;
75076082Sbmah
751183626Ssimon      &hwlist.sn;
75276082Sbmah
753183626Ssimon      &hwlist.snc;
75476082Sbmah
755183626Ssimon      &hwlist.ste;
75677590Sbmah
757183626Ssimon      &hwlist.stge;
758160659Sbrueffer
759183626Ssimon      &hwlist.ti;
76080242Sbmah
761183626Ssimon      &hwlist.tl;
76285163Sbmah
763183626Ssimon      <para>[&arch.amd64;, &arch.i386, &arch.pc98;] SMC 83c17x
764183626Ssimon	(EPIC)-based Ethernet NICs (&man.tx.4; driver)</para>
76585163Sbmah
766183626Ssimon      &hwlist.txp;
76791503Sbmah
768183626Ssimon      &hwlist.udav;
76995057Sbmah
770183626Ssimon      &hwlist.vge;
77195057Sbmah
772183626Ssimon      &hwlist.vr;
773119991Sbmah
774183626Ssimon      &hwlist.vx;
775119991Sbmah
776183626Ssimon      &hwlist.wb;
777134219Sbrueffer
778183626Ssimon      &hwlist.xe;
779135057Ssimon
780183626Ssimon      &hwlist.xl;
781146397Sbrueffer
782183626Ssimon    </sect2>
78376082Sbmah
784183626Ssimon    <sect2 id="fddi">
785183626Ssimon      <title>FDDI Interfaces</title>
78676082Sbmah
787183626Ssimon      <para>[&arch.i386, &arch.pc98;] DEC DEFPA PCI (&man.fpa.4;
788183626Ssimon	driver)</para>
789109739Sbmah
790183626Ssimon      <para>[&arch.i386;] DEC DEFEA EISA (&man.fpa.4; driver)</para>
791183626Ssimon    </sect2>
792109739Sbmah
793183626Ssimon    <sect2 id="atm">
794183626Ssimon      <title>ATM Interfaces</title>
795109739Sbmah
796183626Ssimon      <para>[&arch.i386, &arch.pc98;] Midway-based ATM interfaces
797183626Ssimon	(&man.en.4; driver)</para>
798109739Sbmah
799183626Ssimon      <para>[&arch.i386, &arch.pc98; &arch.sparc64;] FORE Systems,
800183626Ssimon	Inc. PCA-200E ATM PCI Adapters (hfa and &man.fatm.4;
801183626Ssimon	drivers)</para>
802118804Sbmah
803183626Ssimon      <para>[&arch.i386;, &arch.pc98;] IDT NICStAR 77201/211-based ATM
804183626Ssimon	Adapters (&man.idt.4; driver)</para>
805118804Sbmah
806183626Ssimon      <para>[&arch.i386, &arch.pc98; &arch.sparc64;] FORE Systems,
807183626Ssimon	Inc. HE155 and HE622 ATM interfaces (&man.hatm.4;
808183626Ssimon	driver)</para>
80976082Sbmah
810183626Ssimon      <para>[&arch.i386;, &arch.pc98;] IDT77252-based ATM cards
811183626Ssimon	(&man.patm.4; driver)</para>
812183626Ssimon    </sect2>
81376560Sbmah
814183626Ssimon    <sect2 id="wlan">
815183626Ssimon      <title>Wireless Network Interfaces</title>
816172037Sbrueffer
817183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Cisco/Aironet
818183626Ssimon	802.11b wireless adapters (&man.an.4; driver)</para>
819172117Sbrueffer
820183626Ssimon      &hwlist.ath;
821172117Sbrueffer
822183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless 2100
823183626Ssimon	MiniPCI network adapter (&man.ipw.4; driver)</para>
824172129Sbrueffer
825183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless
826183626Ssimon	2200BG/2915ABG MiniPCI and 2225BG PCI network adapters
827183626Ssimon	(&man.iwi.4; driver)</para>
828172037Sbrueffer
829183845Sbrueffer      <para>[&arch.i386;, &arch.amd64;] Intel Wireless WiFi Link
830183845Sbrueffer	4965AGN IEEE 802.11n PCI network adapters
831183845Sbrueffer	(&man.iwn.4; driver)</para>
832183845Sbrueffer
833183845Sbrueffer      <para>[&arch.i386;, &arch.amd64;] Marvell Libertas IEEE 802.11b/g
834183845Sbrueffer        PCI network adapters (&man.malo.4; driver)</para>
835183845Sbrueffer
836183626Ssimon      &hwlist.ral;
837172079Sbrueffer
838183626Ssimon      <para>[&arch.i386;, &arch.pc98;] Raytheon Raylink 2.4GHz
839183626Ssimon	wireless adapters (&man.ray.4; driver)</para>
840172129Sbrueffer
841183626Ssimon      &hwlist.rum;
84276082Sbmah
843185532Sbrueffer      &hwlist.upgt;
844185532Sbrueffer
845183626Ssimon      &hwlist.ural;
84676082Sbmah
847183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Lucent
848183626Ssimon	Technologies WaveLAN/IEEE 802.11b wireless network adapters
849183626Ssimon	and workalikes using the Lucent Hermes, Intersil PRISM-II,
850183626Ssimon	Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24
851183626Ssimon	chipsets (&man.wi.4; driver)</para>
852173586Sbrueffer
853183626Ssimon      <para>[&arch.i386;] NCR / AT&amp;T / Lucent Technologies WaveLan
854183626Ssimon	T1-speed ISA/radio LAN cards (&man.wl.4; driver)</para>
855172036Sbrueffer
856183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless 3945ABG
857183626Ssimon	MiniPCI network adapters (&man.wpi.4; driver)</para>
85876082Sbmah
859183626Ssimon      &hwlist.zyd;
860183626Ssimon    </sect2>
86187100Sbmah
862183626Ssimon    <sect2 id="misc-network">
863183626Ssimon      <title>Miscellaneous Networks</title>
864155296Sbrueffer
865183626Ssimon      &hwlist.ce;
866123164Sbmah
867183626Ssimon      &hwlist.cx;
868129375Srik
869183626Ssimon      &hwlist.cp;
870127755Srik
871183626Ssimon      &hwlist.ctau;
872108922Sbmah
873183626Ssimon      &hwlist.cm;
874183626Ssimon    </sect2>
87587100Sbmah
876183626Ssimon    <sect2 id="isdn">
877183626Ssimon      <title>ISDN Interfaces</title>
878183626Ssimon
879183626Ssimon      <para>[&arch.i386;] AcerISDN P10 ISA PnP (experimental)</para>
880183626Ssimon
881183626Ssimon      <para>[&arch.i386;] Asuscom ISDNlink 128K ISA</para>
882183626Ssimon
883183626Ssimon      <para>[&arch.i386;] ASUSCOM P-IN100-ST-D (and other Winbond
884183626Ssimon	W6692-based cards)</para>
885183626Ssimon
886183626Ssimon      <para>[&arch.i386;] AVM</para>
887183626Ssimon
88876082Sbmah      <itemizedlist>
889183626Ssimon	<listitem>
89076082Sbmah	  <para>A1</para>
89176082Sbmah	</listitem>
892183626Ssimon
893183626Ssimon	<listitem>
89477186Sbmah	  <para>B1 ISA (tested with V2.0)</para>
89577186Sbmah	</listitem>
896183626Ssimon
897183626Ssimon	<listitem>
89877186Sbmah	  <para>B1 PCI (tested with V4.0)</para>
89977186Sbmah	</listitem>
900183626Ssimon
901183626Ssimon	<listitem>
90276082Sbmah	  <para>Fritz!Card classic</para>
90376082Sbmah	</listitem>
904183626Ssimon
905183626Ssimon	<listitem>
90676082Sbmah	  <para>Fritz!Card PnP</para>
90776082Sbmah	</listitem>
908183626Ssimon
909183626Ssimon	<listitem>
91076082Sbmah	  <para>Fritz!Card PCI</para>
91176082Sbmah	</listitem>
912183626Ssimon
913183626Ssimon	<listitem>
91488859Sbmah	  <para>Fritz!Card PCI, Version 2</para>
91588859Sbmah	</listitem>
916183626Ssimon
917183626Ssimon	<listitem>
91877186Sbmah	  <para>T1</para>
91977186Sbmah	</listitem>
92076082Sbmah      </itemizedlist>
921183620Ssimon
922183626Ssimon      <para>[&arch.i386;] Creatix</para>
923183626Ssimon
92476082Sbmah      <itemizedlist>
925183626Ssimon	<listitem>
92676082Sbmah	  <para>ISDN-S0</para>
92776082Sbmah	</listitem>
928183626Ssimon
929183626Ssimon	<listitem>
93076082Sbmah	  <para>ISDN-S0 P&amp;P</para>
93176082Sbmah	</listitem>
93276082Sbmah      </itemizedlist>
933183626Ssimon
934183626Ssimon      <para>[&arch.i386;] Compaq Microcom 610 ISDN (Compaq series
935183626Ssimon	PSB2222I) ISA PnP</para>
936183626Ssimon
937183626Ssimon      <para>[&arch.i386;] Dr. Neuhaus Niccy Go@ and compatibles</para>
938183626Ssimon
939183626Ssimon      <para>[&arch.i386;] Dynalink IS64PPH and IS64PPH+</para>
940183626Ssimon
941183626Ssimon      <para>[&arch.i386;] Eicon Diehl DIVA 2.0 and 2.02</para>
942183626Ssimon
943183626Ssimon      <para>[&arch.i386;] ELSA</para>
944183626Ssimon
94576082Sbmah      <itemizedlist>
946183626Ssimon	<listitem>
94776082Sbmah	  <para>ELSA PCC-16</para>
94876082Sbmah	</listitem>
949183626Ssimon
950183626Ssimon	<listitem>
95176082Sbmah	  <para>QuickStep 1000pro ISA</para>
95276082Sbmah	</listitem>
953183626Ssimon
954183626Ssimon	<listitem>
95576082Sbmah	  <para>MicroLink ISDN/PCI</para>
95676082Sbmah	</listitem>
957183626Ssimon
958183626Ssimon	<listitem>
95976082Sbmah	  <para>QuickStep 1000pro PCI</para>
96076082Sbmah	</listitem>
96176082Sbmah      </itemizedlist>
962183620Ssimon
963183626Ssimon      <para>[&arch.i386;] ITK ix1 Micro ( &lt; V.3, non-PnP version
964183626Ssimon	)</para>
965183626Ssimon
966183626Ssimon      <para>[&arch.i386;] Sedlbauer Win Speed</para>
967183626Ssimon
968183626Ssimon      <para>[&arch.i386;] Siemens I-Surf 2.0</para>
969183626Ssimon
970183626Ssimon      <para>[&arch.i386;] TELEINT ISDN SPEED No.1
971183626Ssimon	(experimental)</para>
972183626Ssimon
973183626Ssimon      <para>[&arch.i386;] Teles</para>
974183626Ssimon
97576082Sbmah      <itemizedlist>
976183626Ssimon	<listitem>
97776082Sbmah	  <para>S0/8</para>
97876082Sbmah	</listitem>
979183626Ssimon
980183626Ssimon	<listitem>
98176082Sbmah	  <para>S0/16</para>
98276082Sbmah	</listitem>
983183626Ssimon
984183626Ssimon	<listitem>
98576082Sbmah	  <para>S0/16.3</para>
98676082Sbmah	</listitem>
987183626Ssimon
988183626Ssimon	<listitem>
98976082Sbmah	  <para>S0/16.3 PnP</para>
99076082Sbmah	</listitem>
991183626Ssimon
992183626Ssimon	<listitem>
99376082Sbmah	  <para>16.3c ISA PnP (experimental)</para>
99476082Sbmah	</listitem>
995183626Ssimon
99676082Sbmah	<listitem>
99776082Sbmah	  <para>Teles PCI-TJ</para>
99876082Sbmah	</listitem>
99976082Sbmah      </itemizedlist>
1000183620Ssimon
1001183626Ssimon      <para>[&arch.i386;] Traverse Technologies NETjet-S PCI</para>
100276082Sbmah
1003183626Ssimon      <para>[&arch.i386;] USRobotics Sportster ISDN TA intern</para>
1004123148Sbmah
1005183626Ssimon      <para>[&arch.i386;] Winbond W6692 based PCI cards</para>
1006183626Ssimon    </sect2>
100797677Snyan
1008183626Ssimon    <sect2 id="serial">
1009183626Ssimon      <title>Serial Interfaces</title>
1010105426Sbmah
1011183626Ssimon      <para>[&arch.amd64; &arch.i386;] <quote>PC standard</quote>
1012183626Ssimon	8250, 16450, and 16550-based serial ports (&man.sio.4;
1013183626Ssimon	driver)</para>
1014157417Smarcel
1015183626Ssimon      &hwlist.uart;
101676082Sbmah
1017183626Ssimon      &hwlist.scc;
1018183626Ssimon
1019183626Ssimon      <para>[&arch.amd64; &arch.i386;] AST 4 port serial card using
1020183626Ssimon	shared IRQ</para>
1021183626Ssimon
1022183626Ssimon      <para>[&arch.i386;] ARNET serial cards (&man.ar.4;
1023183626Ssimon	driver)</para>
1024183626Ssimon
102576082Sbmah      <itemizedlist>
1026183626Ssimon	<listitem>
102776082Sbmah	  <para>ARNET 8 port serial card using shared IRQ</para>
102876082Sbmah	</listitem>
1029183626Ssimon
1030183626Ssimon	<listitem>
1031183626Ssimon	  <para>ARNET (now Digiboard) Sync 570/i high-speed
1032183626Ssimon	    serial</para>
103376082Sbmah	</listitem>
103476082Sbmah      </itemizedlist>
1035183626Ssimon
1036183626Ssimon      <para>[&arch.i386;] Boca multi-port serial cards</para>
1037183626Ssimon
103876082Sbmah      <itemizedlist>
1039183626Ssimon	<listitem>
104076082Sbmah	  <para>Boca BB1004 4-Port serial card (Modems
1041183626Ssimon	    <emphasis>not</emphasis> supported)</para>
104276082Sbmah	</listitem>
1043183626Ssimon
1044183626Ssimon	<listitem>
1045183626Ssimon	  <para>Boca IOAT66 6-Port serial card (Modems
1046183626Ssimon	    supported)</para>
104776082Sbmah	</listitem>
1048183626Ssimon
1049183626Ssimon	<listitem>
105076082Sbmah	  <para>Boca BB1008 8-Port serial card (Modems
1051183626Ssimon	    <emphasis>not</emphasis> supported)</para>
105276082Sbmah	</listitem>
1053183626Ssimon
1054183626Ssimon	<listitem>
1055183626Ssimon	  <para>Boca BB2016 16-Port serial card (Modems
1056183626Ssimon	    supported)</para>
105776082Sbmah	</listitem>
105876082Sbmah      </itemizedlist>
105976082Sbmah
1060183626Ssimon      <para>[&arch.i386;] Comtrol Rocketport card (&man.rp.4;
1061183626Ssimon	driver)</para>
106276082Sbmah
1063183626Ssimon      <para>[&arch.i386;] Cyclades Cyclom-Y serial board (&man.cy.4;
1064183626Ssimon	driver)</para>
106576082Sbmah
1066183626Ssimon      <para>[&arch.i386;] STB 4 port card using shared IRQ</para>
106776082Sbmah
1068183626Ssimon      <para>[&arch.i386;] DigiBoard intelligent serial cards (digi
1069183626Ssimon	driver)</para>
107076082Sbmah
1071183626Ssimon      <para>[&arch.amd64;, &arch.i386, &arch.ia64;] PCI-Based
1072183626Ssimon	multi-port serial boards (&man.puc.4; driver)</para>
1073183626Ssimon
107490739Sbmah      <itemizedlist>
1075166767Sbmah	<listitem>
1076166767Sbmah	  <para>[&arch.amd64; &arch.i386;] Actiontech 56K PCI</para>
107791898Sbmah	</listitem>
1078183626Ssimon
1079183626Ssimon	<listitem>
1080183626Ssimon	  <para>[&arch.amd64; &arch.i386;] Avlab Technology, PCI IO 2S
1081183626Ssimon	    and PCI IO 4S</para>
108290739Sbmah	</listitem>
1083183626Ssimon
1084166767Sbmah	<listitem>
1085166767Sbmah	  <para>[&arch.amd64; &arch.i386;] Comtrol RocketPort 550</para>
1086113567Sbmah	</listitem>
1087183626Ssimon
1088166767Sbmah	<listitem>
1089183626Ssimon	  <para>[&arch.amd64; &arch.i386;] Decision Computers PCCOM
1090183626Ssimon	    4-port serial and dual port RS232/422/485</para>
1091113567Sbmah	</listitem>
1092183626Ssimon
1093166767Sbmah	<listitem>
1094166767Sbmah	  <para>[&arch.ia64;] Diva Serial (GSP) Multiport UART</para>
1095115240Sbmah	</listitem>
1096183626Ssimon
1097166767Sbmah	<listitem>
1098183626Ssimon	  <para>[&arch.amd64; &arch.i386;] Dolphin Peripherals
1099183626Ssimon	    4025/4035/4036</para>
1100113567Sbmah	</listitem>
1101183626Ssimon
1102166767Sbmah	<listitem>
1103183626Ssimon	  <para>[&arch.amd64; &arch.i386;] IC Book Labs Dreadnought
1104183626Ssimon	    16x Lite and Pro</para>
1105113567Sbmah	</listitem>
1106183626Ssimon
1107166767Sbmah	<listitem>
1108183626Ssimon	  <para>[&arch.amd64; &arch.i386;] Lava Computers
1109183626Ssimon	    2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550</para>
1110113567Sbmah	</listitem>
1111183626Ssimon
1112166767Sbmah	<listitem>
1113183626Ssimon	  <para>[&arch.amd64; &arch.i386;] Middle Digital, Weasle
1114183626Ssimon	    serial port</para>
1115113567Sbmah	</listitem>
1116183626Ssimon
1117183626Ssimon	<listitem>
1118183626Ssimon	  <para>[&arch.amd64; &arch.i386;] Moxa Industio CP-114,
1119183626Ssimon	    Smartio C104H-PCI and C168H/PCI</para>
112090739Sbmah	</listitem>
1121183626Ssimon
1122166767Sbmah	<listitem>
1123183626Ssimon	  <para>[&arch.amd64; &arch.i386;] NEC PK-UG-X001 and
1124183626Ssimon	    PK-UG-X008</para>
1125113567Sbmah	</listitem>
1126183626Ssimon
1127183626Ssimon	<listitem>
1128183626Ssimon	  <para>[&arch.amd64; &arch.i386;] Netmos NM9835
1129183626Ssimon	    PCI-2S-550</para>
113090739Sbmah	</listitem>
1131183626Ssimon
1132166767Sbmah	<listitem>
1133183626Ssimon	  <para>[&arch.amd64; &arch.i386;] Oxford Semiconductor
1134183626Ssimon	    OX16PCI954 PCI UART</para>
1135113567Sbmah	</listitem>
1136183626Ssimon
1137166767Sbmah	<listitem>
1138183626Ssimon	  <para>[&arch.amd64; &arch.i386;] Syba Tech SD-LAB
1139183626Ssimon	    PCI-4S2P-550-ECP</para>
1140113567Sbmah	</listitem>
1141183626Ssimon
1142166767Sbmah	<listitem>
1143183626Ssimon	  <para>[&arch.amd64; &arch.i386;] SIIG Cyber I/O PCI
1144183626Ssimon	    16C550/16C650/16C850</para>
1145113567Sbmah	</listitem>
1146183626Ssimon
1147166767Sbmah	<listitem>
1148183626Ssimon	  <para>[&arch.amd64; &arch.i386;] SIIG Cyber 2P1S PCI
1149183626Ssimon	    16C550/16C650/16C850</para>
1150113567Sbmah	</listitem>
1151183626Ssimon
1152166767Sbmah	<listitem>
1153183626Ssimon	  <para>[&arch.amd64; &arch.i386;] SIIG Cyber 2S1P PCI
1154183626Ssimon	    16C550/16C650/16C850</para>
1155113567Sbmah	</listitem>
1156183626Ssimon
1157166767Sbmah	<listitem>
1158183626Ssimon	  <para>[&arch.amd64; &arch.i386;] SIIG Cyber 4S PCI
1159183626Ssimon	  16C550/16C650/16C850</para>
1160113567Sbmah	</listitem>
1161183626Ssimon
1162166767Sbmah	<listitem>
1163183626Ssimon	  <para>[&arch.amd64; &arch.i386;] SIIG Cyber Serial (Single
1164183626Ssimon	    and Dual) PCI 16C550/16C650/16C850</para>
1165113567Sbmah	</listitem>
1166183626Ssimon
1167183626Ssimon	<listitem>
1168183626Ssimon	  <para>[&arch.amd64; &arch.i386;] Syba Tech
1169183626Ssimon	    Ltd. PCI-4S2P-550-ECP</para>
117095160Sbmah	</listitem>
1171183626Ssimon
1172166767Sbmah	<listitem>
1173183626Ssimon	  <para>[&arch.amd64; &arch.i386;] Titan PCI-200H and
1174183626Ssimon	    PCI-800H</para>
117591178Sbmah	</listitem>
1176183626Ssimon
1177166767Sbmah	<listitem>
1178183626Ssimon	  <para>[&arch.amd64; &arch.i386;] US Robotics (3Com) 3CP5609
1179183626Ssimon	    modem</para>
1180113567Sbmah	</listitem>
1181183626Ssimon
1182166767Sbmah	<listitem>
1183183626Ssimon	  <para>[&arch.amd64; &arch.i386;] VScom PCI-400 and
1184183626Ssimon	    PCI-800</para>
1185113567Sbmah	</listitem>
118690739Sbmah      </itemizedlist>
118790739Sbmah
1188183626Ssimon      &hwlist.rc;
118976082Sbmah
1190183626Ssimon      &hwlist.sr;
1191143783Sbrueffer
1192183626Ssimon      <para>[&arch.i386;, &arch.amd64;] Specialix SI/XIO/SX multiport
1193183626Ssimon	serial cards, with both the older SIHOST2.x and the
1194183626Ssimon	<quote>enhanced</quote> (transputer based, aka JET) host cards
1195183626Ssimon	(ISA, EISA and PCI) are supported.  Note that the newer SX+
1196183626Ssimon	PCI cards are not currently supported.  (&man.si.4;
1197183626Ssimon	driver)</para>
119876082Sbmah
1199183626Ssimon      <para>[&arch.pc98;] Internel serial interfaces (&man.sio.4;
1200183626Ssimon	driver)</para>
1201183626Ssimon
120297677Snyan      <itemizedlist>
1203183626Ssimon	<listitem>
120497677Snyan	  <para>PC-9801 on-board</para>
120597677Snyan	</listitem>
1206183626Ssimon	<listitem>
120797677Snyan	  <para>PC-9821 2'nd CCU (flags 0x12000000)</para>
120897677Snyan	</listitem>
120997677Snyan      </itemizedlist>
121097677Snyan
1211183626Ssimon      <para>[&arch.pc98;] NEC PC-9861K, PC-9801-101 and Midori-Denshi
1212183626Ssimon	MDC-926Rs (&man.sio.4; driver)</para>
1213183626Ssimon
121497677Snyan      <itemizedlist>
1215183626Ssimon	<listitem>
121697677Snyan	  <para>COM2 (flags 0x01000000)</para>
121797677Snyan	</listitem>
1218183626Ssimon
1219183626Ssimon	<listitem>
122097677Snyan	  <para>COM3 (flags 0x02000000)</para>
122197677Snyan	</listitem>
122297677Snyan      </itemizedlist>
122397677Snyan
1224183626Ssimon      <para>[&arch.pc98;] NEC PC-9801-120 (&man.sio.4; driver)</para>
1225183626Ssimon
1226166767Sbmah      <note>
1227183626Ssimon	<para>"flags 0x11000000" is necessary in kernel
1228183626Ssimon	  configuration.</para>
122997677Snyan      </note>
123097677Snyan
1231183626Ssimon      <para>[&arch.pc98;] Microcore MC-16550, MC-16550II, MC-RS98
1232183626Ssimon	(&man.sio.4; driver)</para>
1233183626Ssimon
1234166767Sbmah      <note>
1235183626Ssimon	<para>"flags 0x14000?01" is necessary in kernel
1236183626Ssimon	  configuration.</para>
123797677Snyan      </note>
123897677Snyan
1239183626Ssimon      <para>[&arch.pc98;] Media Intelligent RSB-2000, RSB-3000 and
1240183626Ssimon	AIWA B98-02 (&man.sio.4; driver)</para>
1241183626Ssimon
1242166767Sbmah      <note>
1243183626Ssimon	<para>"flags 0x15000?01" is necessary in kernel
1244183626Ssimon	configuration.</para>
124597677Snyan      </note>
124697677Snyan
1247183626Ssimon      <para>[&arch.pc98;] Media Intelligent RSB-384 (&man.sio.4;
1248183626Ssimon	driver)</para>
1249183626Ssimon
1250166767Sbmah      <note>
1251183626Ssimon	<para>"flags 0x16000001" is necessary in kernel
1252183626Ssimon	  configuration.</para>
125397677Snyan      </note>
125497677Snyan
1255183626Ssimon      <para>[&arch.pc98;] I-O DATA RSA-98III (&man.sio.4;
1256183626Ssimon	driver)</para>
1257183626Ssimon
1258166767Sbmah      <note>
1259183626Ssimon	<para>"flags 0x18000?01" is necessary in kernel
1260183626Ssimon	  configuration.</para>
126197677Snyan      </note>
126297677Snyan
1263183626Ssimon      <para>[&arch.pc98;] Hayes ESP98 (&man.sio.4; driver)</para>
1264183626Ssimon
1265166767Sbmah      <note>
1266183626Ssimon	<para>"options COM_ESP" and "flags 0x19000000" are necessary
1267183626Ssimon	  in kernel configuration.</para>
126897677Snyan      </note>
126997677Snyan
1270183626Ssimon    </sect2>
1271109747Sbmah
1272183626Ssimon    <sect2 id="sound">
1273183626Ssimon      <title>Sound Devices</title>
1274134414Ssimon
1275183626Ssimon      &hwlist.snd.ad1816;
1276109747Sbmah
1277183626Ssimon      &hwlist.snd.als4000;
1278152888Sbrueffer
1279183626Ssimon      &hwlist.snd.atiixp;
1280146494Sbrueffer
1281183626Ssimon      &hwlist.snd.audiocs;
1282109747Sbmah
1283183626Ssimon      &hwlist.snd.cmi;
1284146494Sbrueffer
1285183626Ssimon      &hwlist.snd.cs4281;
1286109747Sbmah
1287183626Ssimon      &hwlist.snd.csa;
1288146494Sbrueffer
1289183626Ssimon      &hwlist.snd.ds1;
1290146494Sbrueffer
1291183626Ssimon      &hwlist.snd.emu10k1;
1292162930Sjoel
1293183626Ssimon      &hwlist.snd.emu10kx;
1294159694Sbrueffer
1295183626Ssimon      &hwlist.snd.envy24;
1296162930Sjoel
1297183626Ssimon      &hwlist.snd.envy24ht;
1298109747Sbmah
1299183626Ssimon      &hwlist.snd.es137x;
1300135533Ssimon
1301183626Ssimon      &hwlist.snd.ess;
1302138850Ssimon
1303183626Ssimon      &hwlist.snd.fm801;
1304138850Ssimon
1305183626Ssimon      &hwlist.snd.gusc;
1306162928Sjoel
1307183626Ssimon      &hwlist.snd.hda;
1308109747Sbmah
1309183626Ssimon      &hwlist.snd.ich;
1310144942Sbrueffer
1311183626Ssimon      &hwlist.snd.maestro;
1312109747Sbmah
1313183626Ssimon      &hwlist.snd.maestro3;
1314151215Sjoel
1315183626Ssimon      &hwlist.snd.mss;
1316109747Sbmah
1317183626Ssimon      &hwlist.snd.neomagic;
1318109747Sbmah
1319183626Ssimon      &hwlist.snd.sbc;
1320109745Sbmah
1321183626Ssimon      &hwlist.snd.solo;
1322162930Sjoel
1323183626Ssimon      &hwlist.snd.spicds;
1324149099Sjoel
1325183626Ssimon      &hwlist.snd.t4dwave;
1326144942Sbrueffer
1327183626Ssimon      &hwlist.snd.via8233;
1328109747Sbmah
1329183626Ssimon      &hwlist.snd.via82c686;
1330109747Sbmah
1331183626Ssimon      &hwlist.snd.vibes;
1332183626Ssimon
1333183626Ssimon      <para>[&arch.pc98;] NEC PC-9801-73, 86 and compatibles (nss
1334183626Ssimon	driver)</para>
1335183626Ssimon
133697677Snyan      <itemizedlist>
1337183626Ssimon	<listitem>
1338183626Ssimon	  <para>NEC A-MATE internal sound</para>
1339183626Ssimon	</listitem>
1340183626Ssimon
1341183626Ssimon	<listitem>
1342183626Ssimon	  <para>Q-Vision WaveStar, WaveMaster</para>
1343183626Ssimon	</listitem>
134497677Snyan      </itemizedlist>
1345109747Sbmah
1346183626Ssimon      <para>[&arch.pc98;] NEC X-MATE, CanBe, ValueStar internal (mss
1347183626Ssimon	driver)</para>
1348109747Sbmah
1349183626Ssimon      <para>[&arch.pc98;] Creative Technologies SoundBlaster(98)
1350183626Ssimon	(&man.sb.4; driver)</para>
1351109747Sbmah
1352183626Ssimon      <para>[&arch.pc98;] I-O DATA CD-BOX (&man.sb.4; driver)</para>
1353109747Sbmah
1354183626Ssimon      <para>[&arch.pc98;] MPU-401 and compatible interfaces (mpu
1355183626Ssimon	driver)</para>
1356183626Ssimon
135797677Snyan      <itemizedlist>
1358183626Ssimon	<listitem>
1359183626Ssimon	  <para>Q-Vision WaveStar</para>
1360183626Ssimon	</listitem>
136197677Snyan      </itemizedlist>
1362183626Ssimon    </sect2>
1363109743Sbmah
1364183626Ssimon    <sect2 id="camera">
1365183626Ssimon      <title>Camera and Video Capture Devices</title>
1366139404Sbrueffer
1367183626Ssimon      &hwlist.bktr;
1368139404Sbrueffer
1369183626Ssimon      <para>[&arch.i386;] Connectix QuickCam</para>
1370183626Ssimon    </sect2>
137176082Sbmah
1372183626Ssimon    <sect2 id="usb">
1373183626Ssimon      <title>USB Devices</title>
137476082Sbmah
1375183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] A
1376183626Ssimon	range of USB peripherals are supported; devices known to work
1377183626Ssimon	are listed in this section.  Owing to the generic nature of
1378183626Ssimon	most USB devices, with some exceptions any device of a given
1379183626Ssimon	class will be supported, even if not explicitly listed
1380183626Ssimon	here.</para>
138176082Sbmah
1382183626Ssimon      <note>
1383183626Ssimon	<para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1384183626Ssimon	  USB Ethernet adapters can be found in the section listing
1385183626Ssimon	  <link linkend="ethernet">Ethernet
1386183626Ssimon	    interfaces</link>.</para>
1387183626Ssimon      </note>
138876082Sbmah
1389183626Ssimon      <note>
1390183626Ssimon	<para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1391183626Ssimon	  USB Bluetooth adapters can be found in <link
1392183626Ssimon	    linkend="bluetooth">Bluetooth</link> section.</para>
1393183626Ssimon      </note>
1394107425Sbmah
1395183626Ssimon      &hwlist.ohci;
1396113709Sbmah
1397183626Ssimon      &hwlist.uhci;
1398123183Sbmah
1399183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] USB
1400183626Ssimon	2.0 controllers using the EHCI interface (&man.ehci.4;
1401183626Ssimon	driver)</para>
1402113709Sbmah
1403183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1404183626Ssimon	Hubs</para>
1405183626Ssimon
1406183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1407183626Ssimon	Keyboards (&man.ukbd.4; driver)</para>
1408183626Ssimon
1409183626Ssimon      <para>[&arch.amd64;, &arch.i386, &arch.pc98;]
1410183626Ssimon	Miscellaneous</para>
1411183626Ssimon
141276082Sbmah      <itemizedlist>
1413183626Ssimon	<listitem>
1414116409Shrs	  <para>Assist Computer Systems PC Camera C-M1</para>
1415116409Shrs	</listitem>
1416183626Ssimon
1417183626Ssimon	<listitem>
141876082Sbmah	  <para>ActiveWire I/O Board</para>
141976082Sbmah	</listitem>
1420183626Ssimon
1421183626Ssimon	<listitem>
1422116409Shrs	  <para>Creative Technology Video Blaster WebCam Plus</para>
1423116409Shrs	</listitem>
1424183626Ssimon
142591715Sbmah	<listitem>
1426122262Sbmah	  <para>D-Link DSB-R100 USB Radio (&man.ufm.4; driver)</para>
142791715Sbmah	</listitem>
1428183626Ssimon
1429183626Ssimon	<listitem>
1430116409Shrs	  <para>Mirunet AlphaCam Plus</para>
1431116409Shrs	</listitem>
143276082Sbmah      </itemizedlist>
1433134047Ssimon
1434183626Ssimon      &hwlist.urio;
1435135830Ssimon
1436183626Ssimon      &hwlist.umodem;
1437134047Ssimon
1438183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] Mice
1439183626Ssimon	(&man.ums.4; driver)</para>
1440134047Ssimon
1441183626Ssimon      &hwlist.ulpt;
1442135830Ssimon
1443183626Ssimon      &hwlist.ubsa;
1444135111Ssimon
1445183626Ssimon      &hwlist.ubser;
1446135111Ssimon
1447183626Ssimon      &hwlist.uftdi;
1448135111Ssimon
1449183626Ssimon      &hwlist.uplcom;
1450135111Ssimon
1451183626Ssimon      &hwlist.umct;
1452135830Ssimon
1453183626Ssimon      &hwlist.uscanner;
1454134047Ssimon
1455183626Ssimon      &hwlist.umass;
145676082Sbmah
1457183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Audio Devices
1458183626Ssimon	(&man.uaudio.4; driver)</para>
1459115285Shrs
1460183626Ssimon      &hwlist.uvisor;
1461183626Ssimon    </sect2>
1462135114Ssimon
1463183626Ssimon    <sect2 id="firewire">
1464183626Ssimon      <title>IEEE 1394 (Firewire) Devices</title>
1465102323Sbmah
1466183626Ssimon      &hwlist.fwohci;
1467106558Sbmah
1468183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.sparc64;] Serial Bus
1469183626Ssimon	Protocol 2 (SBP-2) storage devices (&man.sbp.4; driver)</para>
1470183626Ssimon    </sect2>
1471106558Sbmah
1472183626Ssimon    <sect2 id="bluetooth">
1473183626Ssimon      <title>Bluetooth Devices</title>
1474106558Sbmah
1475183626Ssimon      &hwlist.ng.bt3c;
1476106558Sbmah
1477183626Ssimon      &hwlist.ng.ubt;
1478183626Ssimon    </sect2>
1479107425Sbmah
1480183626Ssimon    <sect2 id="crypto-accel">
1481183626Ssimon      <title>Cryptographic Accelerators</title>
1482107425Sbmah
1483183626Ssimon      &hwlist.hifn;
1484107425Sbmah
1485183626Ssimon      &hwlist.safe;
1486107425Sbmah
1487183626Ssimon      &hwlist.ubsec;
1488183626Ssimon    </sect2>
1489104526Sbmah
1490183626Ssimon    <sect2 id="misc">
1491183626Ssimon      <title>Miscellaneous</title>
1492104526Sbmah
1493183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1494183626Ssimon	FAX-Modem/PCCARD</para>
1495121834Sbmah
149676082Sbmah      <itemizedlist>
1497183626Ssimon	<listitem>
1498115373Shrs	  <para>MELCO IGM-PCM56K/IGM-PCM56KH</para>
149976082Sbmah	</listitem>
1500183626Ssimon
1501183626Ssimon	<listitem>
1502183626Ssimon	  <para>Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD
1503183626Ssimon	    terminal)</para>
150476082Sbmah	</listitem>
150576082Sbmah      </itemizedlist>
150676082Sbmah
1507183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Floppy drives
1508183626Ssimon	(&man.fdc.4; driver)</para>
1509114865Sbmah
1510183626Ssimon      <para>[&arch.amd64; &arch.i386;] VGA-compatible video cards
1511183626Ssimon	(&man.vga.4; driver)</para>
1512114865Sbmah
1513114865Sbmah      <note>
1514114865Sbmah	<para>Information regarding specific video cards and
1515139482Sbrueffer	  compatibility with <application>Xorg</application> can be
1516183626Ssimon	  found at <ulink url="http://www.x.org/"></ulink>.</para>
1517114865Sbmah      </note>
1518114865Sbmah
1519183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1520183626Ssimon	Keyboards including:</para>
1521183626Ssimon
152276082Sbmah      <itemizedlist>
1523183626Ssimon	<listitem>
1524183626Ssimon	  <para>[&arch.i386;] AT-style keyboards (&man.atkbd.4;
1525183626Ssimon	    driver)</para>
152676082Sbmah	</listitem>
1527183626Ssimon
1528183626Ssimon	<listitem>
1529183626Ssimon	  <para>[&arch.amd64;, &arch.i386;] PS/2 keyboards
1530183626Ssimon	    (&man.atkbd.4; driver)</para>
153176082Sbmah	</listitem>
1532183626Ssimon
1533183626Ssimon	<listitem>
1534166767Sbmah	  <para>[&arch.pc98;] Standard keyboards</para>
153597677Snyan	</listitem>
1536183626Ssimon
1537183626Ssimon	<listitem>
1538183626Ssimon	  <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1539183626Ssimon	    USB keyboards (&man.ukbd.4; driver)</para>
154076082Sbmah	</listitem>
154176082Sbmah      </itemizedlist>
1542123265Sbmah
1543183626Ssimon      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1544183626Ssimon	Pointing devices including:</para>
1545183626Ssimon
154676082Sbmah      <itemizedlist>
1547183626Ssimon	<listitem>
1548183626Ssimon	  <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Bus mice and
1549183626Ssimon	    compatible devices (&man.mse.4; driver)</para>
155076082Sbmah	</listitem>
1551183626Ssimon
1552183626Ssimon	<listitem>
1553183626Ssimon	  <para>[&arch.amd64;, &arch.i386;] PS/2 mice and compatible
1554183626Ssimon	    devices, including many laptop pointing devices
1555183626Ssimon	    (&man.psm.4; driver)</para>
155676082Sbmah	</listitem>
1557183626Ssimon
1558183626Ssimon	<listitem>
1559114865Sbmah	  <para>Serial mice and compatible devices</para>
156076082Sbmah	</listitem>
1561183626Ssimon
1562183626Ssimon	<listitem>
1563183626Ssimon	  <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1564183626Ssimon	    USB mice (&man.ums.4; driver)</para>
156576082Sbmah	</listitem>
156676082Sbmah      </itemizedlist>
1567114865Sbmah
1568114865Sbmah      <note>
1569114865Sbmah	<para>&man.moused.8; has more information on using pointing
1570114865Sbmah	  devices with &os;.  Information on using pointing devices
1571183626Ssimon	  with <application>Xorg</application> can be found at <ulink
1572183626Ssimon	    url="http://www.x.org/"></ulink>.</para>
1573114865Sbmah      </note>
157476082Sbmah
1575183626Ssimon      <para>[&arch.amd64;, &arch.i386;] <quote>PC standard</quote>
1576183626Ssimon	parallel ports (&man.ppc.4; driver)</para>
157776082Sbmah
1578183626Ssimon      <para>[&arch.pc98;] <quote>PC-9821 standard</quote> parallel
1579183626Ssimon	ports (&man.ppc.4; driver)</para>
158076082Sbmah
1581183626Ssimon      <para>[&arch.i386;, &arch.amd64;] PC-compatible joysticks
1582183626Ssimon	(&man.joy.4; driver)</para>
1583109743Sbmah
1584183626Ssimon      <para>[&arch.pc98;] Joystick port of SoundBlaster(98)
1585183626Ssimon	(&man.joy.4; driver)</para>
1586183626Ssimon
1587183626Ssimon      <para>[&arch.i386;, &arch.pc98;] PHS Data Communication
1588183626Ssimon	Card/PCCARD</para>
1589183626Ssimon
159076082Sbmah      <itemizedlist>
1591183626Ssimon	<listitem>
159276082Sbmah	  <para>NTT DoCoMo P-in Comp@ct</para>
159376082Sbmah	</listitem>
1594183626Ssimon
1595183626Ssimon	<listitem>
159676082Sbmah	  <para>Panasonic KX-PH405</para>
159776082Sbmah	</listitem>
1598183626Ssimon
1599183626Ssimon	<listitem>
160076082Sbmah	  <para>SII MC-P200</para>
160176082Sbmah	</listitem>
160276082Sbmah      </itemizedlist>
160376082Sbmah
1604183626Ssimon      <para>[&arch.i386;] Xilinx XC6200-based reconfigurable hardware
1605183626Ssimon	cards compatible with the HOT1 from <ulink
1606183626Ssimon	  url="http://www.vcc.com/">Virtual Computers</ulink> (xrpu
1607183626Ssimon	driver).</para>
160897677Snyan
1609183626Ssimon      <para>[&arch.pc98;] Power Management Controller of NEC PC-98
1610183626Ssimon	Note (pmc driver)</para>
161197677Snyan
1612183626Ssimon      <para>[&arch.sparc64;] OpenFirmware console (ofwcons
1613183626Ssimon	driver)</para>
1614183626Ssimon    </sect2>
1615183626Ssimon  </sect1>
1616166768Sbmah</article>
1617