article.xml revision 190825
11520Sjjg<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
22253Sksrini<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
31520Sjjg%articles.ent;
41520Sjjg
51520Sjjg<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
61520Sjjg%release;
71520Sjjg<!ENTITY % devauto PUBLIC "-//FreeBSD//ENTITIES Auto Generated Device Lists//EN">
81520Sjjg%devauto;
91520Sjjg
101520Sjjg<!-- Text constants which probably don't need to be changed.-->
111520Sjjg
121520Sjjg]>
131520Sjjg
141520Sjjg<article>
151520Sjjg  <articleinfo>
161520Sjjg    <title>&os; &release.current; Hardware Notes</title>
171520Sjjg
181520Sjjg    <corpauthor>The &os; Documentation Project</corpauthor>
191520Sjjg
201520Sjjg    <pubdate>$FreeBSD: head/release/doc/en_US.ISO8859-1/hardware/article.sgml 190825 2009-04-07 20:12:15Z brueffer $</pubdate>
211520Sjjg
221520Sjjg    <copyright>
231520Sjjg      <year>2000</year>
241520Sjjg      <year>2001</year>
251520Sjjg      <year>2002</year>
261520Sjjg      <year>2003</year>
271520Sjjg      <year>2004</year>
281520Sjjg      <year>2005</year>
291520Sjjg      <year>2006</year>
301520Sjjg      <year>2007</year>
311533Sdarcy      <year>2008</year>
321533Sdarcy      <holder role="mailto:doc@FreeBSD.org">The &os; Documentation Project</holder>
331520Sjjg    </copyright>
341520Sjjg
351520Sjjg    <legalnotice id="trademarks" role="trademarks">
361520Sjjg      &tm-attrib.freebsd;
371520Sjjg      &tm-attrib.amd;
381520Sjjg      &tm-attrib.ibm;
391520Sjjg      &tm-attrib.intel;
401520Sjjg      &tm-attrib.sparc;
411520Sjjg      &tm-attrib.sun;
421520Sjjg      &tm-attrib.general;
431520Sjjg    </legalnotice>
441520Sjjg
451520Sjjg  </articleinfo>
46
47  <sect1 id="intro">
48    <title>Introduction</title>
49
50    <para>This document contains the hardware compatibility notes for
51      &os; &release.current;.  It lists the hardware platforms
52      supported by &os;, as well as the various types of hardware
53      devices (storage controllers, network interfaces, and so on),
54      along with known working instances of these devices.</para>
55  </sect1>
56
57  <sect1 id="proc">
58    <title>Supported Processors and System Boards</title>
59
60    <para>This section provides some architecture-specific information
61      about the specific processors and systems that are supported by
62      each architecture.</para>
63
64    <sect2 id="proc-amd64">
65      <title>amd64</title>
66
67      <para>Since mid-2003 &os;/&arch.amd64; has supported the AMD64
68	(<quote>Hammer</quote>) and &intel; EM64T architecture, and is
69	now one of the Tier-1 platforms (fully supported
70	architecture), which are expected to be Production Quality
71	with respects to all aspects of the &os; operating system,
72	including installation and development environments.</para>
73
74      <para>Note that there are two names for this architecture, AMD64
75	(AMD) and Intel EM64T (Extended Memory 64-bit Technology).
76	64-bit mode of the two architectures are almost compatible
77	with each other, and &os;/&arch.amd64; should support them
78	both.</para>
79
80      <para>As of this writing, the following processors are
81	supported:</para>
82
83      <itemizedlist>
84	<listitem>
85	  <para>&amd.athlon;64 (<quote>Clawhammer</quote>).</para>
86	</listitem>
87
88	<listitem>
89	  <para>&amd.opteron; (<quote>Sledgehammer</quote>).</para>
90	</listitem>
91
92	<listitem>
93	  <para>All multi-core &intel; &xeon; processors except
94	    Sossaman have EM64T support.</para>
95	</listitem>
96
97	<listitem>
98          <para>The single-core &intel; &xeon;
99            processors <quote>Nocona</quote>, <quote>Irwindale</quote>,
100	    <quote>Potomac</quote>, and <quote>Cranford</quote> have
101	    EM64T support.</para>
102	</listitem>
103
104	<listitem>
105	  <para>All &intel; Core 2 (not Core Duo) and later
106	    processors</para>
107	</listitem>
108
109	<listitem>
110	  <para>All &intel; &pentium; D processors</para>
111	</listitem>
112
113	<listitem>
114	  <para>&intel; &pentium; 4s and Celeron Ds using
115	    the <quote>Cedar Mill</quote> core have EM64T
116	    support.</para>
117	</listitem>
118
119	<listitem>
120	  <para>Some &intel; &pentium; 4s and Celeron Ds using
121	    the <quote>Prescott</quote> core have EM64T support.  See
122	    the <ulink url="http://processorfinder.intel.com">Intel
123	    Processor Spec Finder</ulink> for the definitive answer about
124	    EM64T support in Intel processors.</para>
125	</listitem>
126
127      </itemizedlist>
128
129      <para>&intel; EM64T is an extended version of IA-32 (x86) and
130	different from &intel; IA-64 (Itanium) architecture, which
131	&os;/ia64 supports.  Some &intel;'s old documentation refers
132	to &intel; EM64T as <quote>64-bit extension technology</quote>
133	or <quote>IA-32e</quote>.</para>
134
135      <para>The largest tested memory configuration to date is 64GB.
136	SMP support has been recently completed and is reasonably
137	robust.</para>
138
139      <para>In many respects, &os;/&arch.amd64; is similar to
140	&os;/&arch.i386;, in terms of drivers supported.  There may be
141	some issues with 64-bit cleanliness in some (particularly
142	older) drivers.  Generally, drivers that already function
143	correctly on other 64-bit platforms should work.</para>
144
145      <para>&os;/&arch.amd64; is a very young platform on &os;.  While
146	the core &os; kernel and base system components are generally
147	fairly robust, there are likely to still be rough edges,
148	particularly with third party packages.</para>
149
150    </sect2>
151
152    <sect2 id="proc-i386">
153      <title>i386</title>
154
155      <para>&os;/&arch.i386; runs on a wide variety of <quote>IBM PC
156	  compatible</quote> machines. Due to the wide range of
157	hardware available for this architecture, it is impossible
158	to exhaustively list all combinations of equipment supported
159	by &os;.  Nevertheless, some general guidelines are
160	presented here.</para>
161
162      <para>Almost all &i386;-compatible processors with a floating
163	point unit are supported. All &intel; processors beginning
164	with the 80486 are supported, including the 80486, &pentium;,
165	&pentium; Pro, &pentium; II, &pentium; III, &pentium; 4, and
166	variants thereof, such as the &xeon; and &celeron; processors.
167	All &i386;-compatible AMD processors are also supported,
168	including the &am486;, &am5x86;, K5, &amd.k6; (and variants),
169	&amd.athlon; (including Athlon-MP, Athlon-XP, Athlon-4, and
170	Athlon Thunderbird), and &amd.duron; processors.  The AMD
171	&Eacute;lan SC520 embedded processor is supported.  The
172	Transmeta Crusoe is recognized and supported, as are
173	&i386;-compatible processors from Cyrix and NexGen.</para>
174
175      <para>There is a wide variety of motherboards available for this
176	architecture.  Motherboards using the ISA, VLB, EISA, AGP, and
177	PCI expansion busses are well-supported.  There is some
178	limited support for the MCA (<quote>MicroChannel</quote>)
179	expansion bus used in the IBM PS/2 line of PCs.</para>
180
181      <para>Symmetric multi-processor (SMP) systems are generally
182	supported by &os;, although in some cases, BIOS or motherboard
183	bugs may generate some problems.  Perusal of the archives of
184	the &a.smp; may yield some clues.</para>
185
186      <para>&os; will take advantage of HyperThreading (HTT) support
187	on &intel; CPUs that support this feature.  A kernel with the
188	<literal>options&nbsp;SMP</literal> feature enabled will
189	automatically detect the additional logical processors.  The
190	default &os; scheduler treats the logical processors the same
191	as additional physical processors; in other words, no attempt
192	is made to optimize scheduling decisions given the shared
193	resources between logical processors within the same CPU.
194	Because this naive scheduling can result in suboptimal
195	performance, under certain circumstances it may be useful to
196	disable the logical processors with the the
197	<varname>machdep.hlt_logical_cpus</varname> sysctl variable.
198	It is also possible to halt any CPU in the idle loop with the
199	<varname>machdep.hlt_cpus</varname> sysctl variable.  The
200	&man.smp.4; manual page has more details.</para>
201
202      <para>&os; will take advantage of Physical Address Extensions
203	(PAE) support on CPUs that support this feature.  A kernel
204	with the <literal>PAE</literal> feature enabled will detect
205	memory above 4 gigabytes and allow it to be used by the
206	system.  This feature places constraints on the device drivers
207	and other features of &os; which may be used; consult the
208	&man.pae.4; manpage for more details.</para>
209
210      <para>&os; will generally run on i386-based laptops, albeit with
211	varying levels of support for certain hardware features such
212	as sound, graphics, power management, and PCCARD expansion
213	slots.  These features tend to vary in idiosyncratic ways
214	between machines, and frequently require special-case support
215	in &os; to work around hardware bugs or other oddities.  When
216	in doubt, a search of the archives of the &a.mobile; may be
217	useful.</para>
218
219      <para>Most modern laptops (as well as many desktops) use the
220	Advanced Configuration and Power Management (ACPI) standard.
221	&os; supports ACPI via the ACPI Component Architecture
222	reference implementation from &intel;, as described in the
223	&man.acpi.4; manual page.  The use of ACPI causes
224	instabilities on some machines and it may be necessary to
225	disable the ACPI driver, which is normally loaded via a kernel
226	module.  This may be accomplished by adding the following line
227	to <filename>/boot/device.hints</filename>:</para>
228
229      <programlisting>hint.acpi.0.disabled="1"</programlisting>
230
231      <para>Users debugging ACPI-related problems may find it useful
232	to disable portions of the ACPI functionality.  The
233	&man.acpi.4; manual page has more information on how to do
234	this via loader tunables.</para>
235
236      <para>ACPI depends on a Differentiated System Descriptor Table
237	(DSDT) provided by each machine's BIOS.  Some machines have
238	bad or incomplete DSDTs, which prevents ACPI from functioning
239	correctly.  Replacement DSDTs for some machines can be found
240	at the <ulink
241	  url="http://acpi.sourceforge.net/dsdt/index.php">DSDT</ulink>
242	section of the <ulink
243	  url="http://acpi.sourceforge.net/">ACPI4Linux</ulink> project
244	Web site.  &os; can use these DSDTs to override the DSDT
245	provided by the BIOS; see the &man.acpi.4; manual page for
246	more information.</para>
247    </sect2>
248
249    <sect2 id="proc-ia64">
250      <title>ia64</title>
251
252      <para>Currently supported processors are the <ulink
253	  url="http://people.freebsd.org/~marcel/refs/ia64/itanium/24532003.pdf">&itanium;</ulink>
254	and the <ulink
255	  url="http://people.freebsd.org/~marcel/refs/ia64/itanium2/25111003.pdf">&itanium;
256	  2</ulink>.</para>
257
258      <para>Supported chipsets include:</para>
259
260      <itemizedlist>
261	<listitem>
262	  <para>HP zx1</para>
263	</listitem>
264
265	<listitem>
266	  <para>&intel; 460GX</para>
267	</listitem>
268
269	<listitem>
270	  <para>&intel; E8870</para>
271	</listitem>
272      </itemizedlist>
273
274      <para>Both Uniprocessor (UP) and Symmetric Multi-processor (SMP)
275	configurations are supported.</para>
276
277      <para>Most devices that can be found in or are compatible with
278	&arch.ia64; machines are fully supported.  The notable
279	exception is the VGA console. The &os; support for VGA
280	consoles is at this time too much based on PC hardware and not
281	all &arch.ia64; machines have chipsets that provide sufficient
282	PC legacy support. As such &man.syscons.4; can not be enabled
283	and the use of a serial console is required.</para>
284    </sect2>
285
286    <sect2 id="proc-pc98">
287      <title>pc98</title>
288
289      <para>NEC PC-9801/9821 series with almost all &i386;-compatible
290	processors, including 80486, &pentium;, &pentium; Pro,
291	&pentium; II, and variants.  All &i386;-compatible processors
292	by AMD, Cyrix, IBM, and IDT are also supported.</para>
293
294      <para>NEC FC-9801/9821 series, and NEC SV-98 series (both of
295	them are compatible with PC-9801/9821 series) should be
296	supported.</para>
297
298      <para>EPSON PC-386/486/586 series, which are compatible with NEC
299	PC-9801 series are supported.</para>
300
301      <para>High-resolution mode is not supported.  NEC
302	PC-98XA/XL/RL/XL^2, and NEC PC-H98 series are supported in
303	normal (PC-9801 compatible) mode only.</para>
304
305      <para>Although there are some multi-processor systems (such as
306	Rs20/B20), SMP-related features of &os; are not supported
307	yet.</para>
308
309      <para>PC-9801/9821 standard bus (called C-Bus), PC-9801NOTE
310	expansion bus (110pin), and PCI bus are supported.  New Extend
311	Standard Architecture (NESA) bus (used in PC-H98, SV-H98, and
312	FC-H98 series) is not supported.</para>
313    </sect2>
314
315    <sect2 id="proc-powerpc">
316      <title>powerpc</title>
317
318      <para>The information for this paragraph has yet to be
319	compiled.</para>
320    </sect2>
321
322    <sect2 id="proc-sparc64">
323      <title>sparc64</title>
324
325      <para>This section describes the systems currently known to be
326	supported by &os; on the &ultrasparc; platform.  For
327	background information on the various hardware designs see the
328	<ulink url="http://sunsolve.sun.com/handbook_pub/">Sun System
329	  Handbook</ulink>.</para>
330
331      <para>SMP is supported on all systems with more than 1
332	processor.</para>
333
334      <para>In general, &os;/&arch.sparc64; systems must use serial
335	consoles.  While it is possible to boot or install a system
336	using the OpenFirmware console, the console device is not
337	usable.</para>
338
339      <para>If you have a system that is not listed here, it may not
340	have been tested with &os; &release.current;.  We encourage
341	you to try it and send a note to the &a.sparc; with your
342	results, including which devices work and which do not.</para>
343
344      <para>The following systems are fully supported by &os;.</para>
345
346      <itemizedlist>
347	<listitem>
348	  <para>&sun.blade; 100</para>
349	</listitem>
350
351	<listitem>
352	  <para>&sun.blade; 150</para>
353	</listitem>
354
355	<listitem>
356	  <para>&sun.enterprise; 220R</para>
357	</listitem>
358
359	<listitem>
360	  <para>&sun.enterprise; 250</para>
361	</listitem>
362
363	<listitem>
364	  <para>&sun.enterprise; 420R</para>
365	</listitem>
366
367	<listitem>
368	  <para>&sun.enterprise; 450</para>
369	</listitem>
370
371	<listitem>
372	  <para>&sun.fire; V100</para>
373	</listitem>
374
375	<listitem>
376	  <para>&sun.fire; V120</para>
377	</listitem>
378
379	<listitem>
380	  <para>&netra; t1 105</para>
381	</listitem>
382
383	<listitem>
384	  <para>&netra; T1 AC200/DC200</para>
385	</listitem>
386
387	<listitem>
388	  <para>&netra; t 1100</para>
389	</listitem>
390
391	<listitem>
392	  <para>&netra; t 1120</para>
393	</listitem>
394
395	<listitem>
396	  <para>&netra; t 1125</para>
397	</listitem>
398
399	<listitem>
400	  <para>&netra; t 1400/1405</para>
401	</listitem>
402
403	<listitem>
404	  <para>&netra; 120</para>
405	</listitem>
406
407	<listitem>
408	  <para>&netra; X1</para>
409	</listitem>
410
411	<listitem>
412	  <para>&sparcengine; Ultra AXi</para>
413	</listitem>
414
415	<listitem>
416	  <para>&sparcengine; Ultra AXmp</para>
417	</listitem>
418
419	<listitem>
420	  <para>&sun.ultra; 1</para>
421	</listitem>
422
423	<listitem>
424	  <para>&sun.ultra; 1E</para>
425	</listitem>
426
427	<listitem>
428	  <para>&sun.ultra; 2</para>
429	</listitem>
430
431	<listitem>
432	  <para>&sun.ultra; 5</para>
433	</listitem>
434
435	<listitem>
436	  <para>&sun.ultra; 10</para>
437	</listitem>
438
439	<listitem>
440	  <para>&sun.ultra; 30</para>
441	</listitem>
442
443	<listitem>
444	  <para>&sun.ultra; 60</para>
445	</listitem>
446
447	<listitem>
448	  <para>&sun.ultra; 80</para>
449	</listitem>
450      </itemizedlist>
451
452      <para>The following systems are partially supported by &os;.  In
453	particular the onboard SCSI controller in sbus systems is not
454	supported.</para>
455
456      <itemizedlist>
457	<listitem>
458	  <para>&sun.enterprise; 3500</para>
459	</listitem>
460
461	<listitem>
462	  <para>&sun.enterprise; 4500</para>
463	</listitem>
464      </itemizedlist>
465
466      <para>The following systems are not supported by &os;.  This may
467	be due to lack of processor support (&ultrasparc; III), due to
468	a quirk in the system design that makes &os; unstable, or due
469	to lack of support for sufficient onboard devices to make &os;
470	generally useful.</para>
471
472      <itemizedlist>
473	<listitem>
474	  <para>All systems containing &ultrasparc; III processor(s).</para>
475	</listitem>
476      </itemizedlist>
477    </sect2>
478  </sect1>
479
480  <!--
481
482  The "Supported Devices" section of the release notes.
483  Generally processor-independent, with conditional text
484  inclusion handling any architecture-dependent text.
485
486  Within each subsection describing a class of hardware
487  (i.e. Ethernet interfaces), list broad groups of devices
488  alphabetically as paragraphs sorted alphabetically (frequently
489  these groups will be arranged by manufacturer, i.e. 3Com
490  Ethernet interfaces).
491
492  Where applicable, a "Miscellaneous" section may follow all
493  other named sections.
494
495  These guidelines are not hard-and-fast rules, and exceptions
496  will occur.  Following these guidelines (vague as they may be)
497  is highly recommended to try to keep the formatting of
498  this section consistent.
499
500  We give manpage references using the &man entities where
501  possible.  If a driver has no manpage (and consequently no
502  &man entity, we simply give the name of the driver).
503  Please avoid doing &man entity conversions unless you
504  know for sure that an entity and manpage exist; sweeps through
505  this file to fix "missed" conversions are likely to break the
506  build.
507  -->
508
509  <sect1 id="support">
510    <title>Supported Devices</title>
511
512    <para>This section describes the devices currently known to be
513      supported by &os;.  Other configurations may also work, but
514      simply have not been tested yet.  Feedback, updates, and
515      corrections to this list are encouraged.</para>
516
517    <para>Where possible, the drivers applicable to each device or
518      class of devices is listed.  If the driver in question has a
519      manual page in the &os; base distribution (most should), it is
520      referenced here.  Information on specific models of supported
521      devices, controllers, etc. can be found in the manual
522      pages.</para>
523
524    <note>
525      <para>The device lists in this document are being generated
526	automatically from &os; manual pages.  This means that some
527	devices, which are supported by multiple drivers, may appear
528	multiple times.</para>
529    </note>
530
531    <sect2 id="disk">
532      <title>Disk Controllers</title>
533
534      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;,
535	&arch.sparc64;] IDE/ATA controllers (&man.ata.4;
536	driver)</para>
537
538      <para>[&arch.pc98;] IDE/ATA controllers (wdc driver)</para>
539
540      <itemizedlist>
541	<listitem>
542	  <para>On-board IDE controller</para>
543	</listitem>
544      </itemizedlist>
545
546      &hwlist.aac;
547
548      &hwlist.adv;
549
550      &hwlist.adw;
551
552      &hwlist.aha;
553
554      &hwlist.ahb;
555
556      &hwlist.ahc;
557
558      &hwlist.ahd;
559
560      &hwlist.aic;
561
562      &hwlist.amd;
563
564      &hwlist.amr;
565
566      &hwlist.arcmsr;
567
568      &hwlist.asr;
569
570      &hwlist.bt;
571
572      &hwlist.ciss;
573
574      &hwlist.ct;
575
576      &hwlist.dpt;
577
578      <note>
579	<para>[&arch.amd64;, &arch.i386;] Booting from these
580	  controllers is supported. EISA adapters are not
581	  supported.</para>
582      </note>
583
584      &hwlist.esp;
585
586      &hwlist.hptiop;
587
588      &hwlist.hptmv;
589
590      &hwlist.hptrr;
591
592      &hwlist.ida;
593
594      &hwlist.iir;
595
596      &hwlist.ips;
597
598      &hwlist.isp;
599
600      &hwlist.mfi;
601
602      &hwlist.mlx;
603
604      <note>
605	<para>[&arch.amd64;, &arch.i386;] Booting from these
606	  controllers is supported. EISA adapters are not
607	  supported.</para>
608      </note>
609
610      &hwlist.mly;
611
612      &hwlist.mpt;
613
614      &hwlist.ncr;
615
616      &hwlist.ncv;
617
618      &hwlist.nsp;
619
620      &hwlist.pst;
621
622      &hwlist.stg;
623
624      &hwlist.sym;
625
626      &hwlist.trm;
627
628      &hwlist.twa;
629
630      &hwlist.twe;
631
632      &hwlist.vpo;
633
634      <para>[&arch.i386;] The wds(4) driver supports the WD7000 SCSI
635	controller.</para>
636
637      <para>With all supported SCSI controllers, full support is
638	provided for SCSI-I, SCSI-II, and SCSI-III peripherals,
639	including hard disks, optical disks, tape drives (including
640	DAT, 8mm Exabyte, Mammoth, and DLT), medium changers,
641	processor target devices and CD-ROM drives.  WORM devices that
642	support CD-ROM commands are supported for read-only access by
643	the CD-ROM drivers (such as &man.cd.4;).  WORM/CD-R/CD-RW
644	writing support is provided by &man.cdrecord.1;, which is a
645	part of the <filename
646	  role="package">sysutils/cdrtools</filename> port in the Ports
647	Collection.</para>
648
649      <para>The following CD-ROM type systems are supported at this
650	time:</para>
651
652      <itemizedlist>
653	<listitem>
654	  <para>SCSI interface (also includes ProAudio Spectrum and
655	    SoundBlaster SCSI) (&man.cd.4;)</para>
656	</listitem>
657
658	<listitem>
659	  <para>[&arch.i386;] Sony proprietary interface (all models)
660	    (&man.scd.4;)</para>
661	</listitem>
662
663	<listitem>
664	  <para>ATAPI IDE interface (&man.acd.4;)</para>
665	</listitem>
666      </itemizedlist>
667
668      <para>[&arch.i386;] The following device is unmaintained:</para>
669
670      <itemizedlist>
671	<listitem>
672	  <para>Mitsumi proprietary CD-ROM interface (all models)
673	    (&man.mcd.4;)</para>
674	</listitem>
675      </itemizedlist>
676    </sect2>
677
678    <sect2 id="ethernet">
679      <title>Ethernet Interfaces</title>
680
681      &hwlist.ae;
682
683      &hwlist.age;
684
685      &hwlist.ale;
686
687      &hwlist.aue;
688
689      &hwlist.axe;
690
691      &hwlist.bce;
692
693      <para>[&arch.amd64;, &arch.i386;] Broadcom BCM4401 based Fast
694	Ethernet adapters (&man.bfe.4; driver)</para>
695
696      &hwlist.bge;
697
698      &hwlist.cdce;
699
700      <para>[&arch.amd64;, &arch.i386;] Crystal Semiconductor
701	CS89x0-based NICs (&man.cs.4; driver)</para>
702
703      &hwlist.cue;
704
705      &hwlist.cxgb;
706
707      &hwlist.dc;
708
709      &hwlist.de;
710
711      &hwlist.ed;
712
713      &hwlist.em;
714
715      &hwlist.ep;
716
717      &hwlist.ex;
718
719      &hwlist.fe;
720
721      &hwlist.fxp;
722
723      &hwlist.gem;
724
725      &hwlist.hme;
726
727      &hwlist.ie;
728
729      &hwlist.igb;
730
731      &hwlist.ixgb;
732
733      &hwlist.ixgbe;
734
735      &hwlist.jme;
736
737      &hwlist.kue;
738
739      &hwlist.lge;
740
741      &hwlist.msk;
742
743      &hwlist.mxge;
744
745      &hwlist.my;
746
747      &hwlist.nfe;
748
749      &hwlist.nge;
750
751      &hwlist.nve;
752
753      &hwlist.nxge;
754
755      &hwlist.pcn;
756
757      &hwlist.re;
758
759      &hwlist.rl;
760
761      &hwlist.rue;
762
763      &hwlist.sf;
764
765      &hwlist.sis;
766
767      &hwlist.sk;
768
769      &hwlist.sn;
770
771      &hwlist.snc;
772
773      &hwlist.ste;
774
775      &hwlist.stge;
776
777      &hwlist.ti;
778
779      &hwlist.tl;
780
781      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] SMC 83c17x
782	(EPIC)-based Ethernet NICs (&man.tx.4; driver)</para>
783
784      &hwlist.txp;
785
786      &hwlist.udav;
787
788      &hwlist.vge;
789
790      &hwlist.vr;
791
792      &hwlist.vx;
793
794      &hwlist.wb;
795
796      &hwlist.xe;
797
798      &hwlist.xl;
799
800    </sect2>
801
802    <sect2 id="fddi">
803      <title>FDDI Interfaces</title>
804
805      <para>[&arch.i386;, &arch.pc98;] DEC DEFPA PCI (&man.fpa.4;
806	driver)</para>
807
808      <para>[&arch.i386;] DEC DEFEA EISA (&man.fpa.4; driver)</para>
809    </sect2>
810
811    <sect2 id="atm">
812      <title>ATM Interfaces</title>
813
814      <para>[&arch.i386;, &arch.pc98;] Midway-based ATM interfaces
815	(&man.en.4; driver)</para>
816
817      <para>[&arch.i386;, &arch.pc98; &arch.sparc64;] FORE Systems,
818	Inc. PCA-200E ATM PCI Adapters (hfa and &man.fatm.4;
819	drivers)</para>
820
821      <para>[&arch.i386;, &arch.pc98;] IDT NICStAR 77201/211-based ATM
822	Adapters (&man.idt.4; driver)</para>
823
824      <para>[&arch.i386;, &arch.pc98; &arch.sparc64;] FORE Systems,
825	Inc. HE155 and HE622 ATM interfaces (&man.hatm.4;
826	driver)</para>
827
828      <para>[&arch.i386;, &arch.pc98;] IDT77252-based ATM cards
829	(&man.patm.4; driver)</para>
830    </sect2>
831
832    <sect2 id="wlan">
833      <title>Wireless Network Interfaces</title>
834
835      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Cisco/Aironet
836	802.11b wireless adapters (&man.an.4; driver)</para>
837
838      &hwlist.ath;
839
840      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless 2100
841	MiniPCI network adapter (&man.ipw.4; driver)</para>
842
843      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless
844	2200BG/2915ABG MiniPCI and 2225BG PCI network adapters
845	(&man.iwi.4; driver)</para>
846
847      <para>[&arch.i386;, &arch.amd64;] Intel Wireless WiFi Link
848	4965AGN IEEE 802.11n PCI network adapters
849	(&man.iwn.4; driver)</para>
850
851      <para>[&arch.i386;, &arch.amd64;] Marvell Libertas IEEE 802.11b/g
852        PCI network adapters (&man.malo.4; driver)</para>
853
854      &hwlist.ral;
855
856      <para>[&arch.i386;, &arch.pc98;] Raytheon Raylink 2.4GHz
857	wireless adapters (&man.ray.4; driver)</para>
858
859      &hwlist.rum;
860
861      &hwlist.uath;
862
863      &hwlist.upgt;
864
865      &hwlist.ural;
866
867      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Lucent
868	Technologies WaveLAN/IEEE 802.11b wireless network adapters
869	and workalikes using the Lucent Hermes, Intersil PRISM-II,
870	Intersil PRISM-2.5, Intersil Prism-3, and Symbol Spectrum24
871	chipsets (&man.wi.4; driver)</para>
872
873      <para>[&arch.i386;] NCR / AT&amp;T / Lucent Technologies WaveLan
874	T1-speed ISA/radio LAN cards (&man.wl.4; driver)</para>
875
876      <para>[&arch.i386;, &arch.amd64;] Intel PRO/Wireless 3945ABG
877	MiniPCI network adapters (&man.wpi.4; driver)</para>
878
879      &hwlist.zyd;
880    </sect2>
881
882    <sect2 id="misc-network">
883      <title>Miscellaneous Networks</title>
884
885      &hwlist.ce;
886
887      &hwlist.cx;
888
889      &hwlist.cp;
890
891      &hwlist.ctau;
892
893      &hwlist.cm;
894    </sect2>
895
896    <sect2 id="isdn">
897      <title>ISDN Interfaces</title>
898
899      <para>[&arch.i386;] AcerISDN P10 ISA PnP (experimental)</para>
900
901      <para>[&arch.i386;] Asuscom ISDNlink 128K ISA</para>
902
903      <para>[&arch.i386;] ASUSCOM P-IN100-ST-D (and other Winbond
904	W6692-based cards)</para>
905
906      <para>[&arch.i386;] AVM</para>
907
908      <itemizedlist>
909	<listitem>
910	  <para>A1</para>
911	</listitem>
912
913	<listitem>
914	  <para>B1 ISA (tested with V2.0)</para>
915	</listitem>
916
917	<listitem>
918	  <para>B1 PCI (tested with V4.0)</para>
919	</listitem>
920
921	<listitem>
922	  <para>Fritz!Card classic</para>
923	</listitem>
924
925	<listitem>
926	  <para>Fritz!Card PnP</para>
927	</listitem>
928
929	<listitem>
930	  <para>Fritz!Card PCI</para>
931	</listitem>
932
933	<listitem>
934	  <para>Fritz!Card PCI, Version 2</para>
935	</listitem>
936
937	<listitem>
938	  <para>T1</para>
939	</listitem>
940      </itemizedlist>
941
942      <para>[&arch.i386;] Creatix</para>
943
944      <itemizedlist>
945	<listitem>
946	  <para>ISDN-S0</para>
947	</listitem>
948
949	<listitem>
950	  <para>ISDN-S0 P&amp;P</para>
951	</listitem>
952      </itemizedlist>
953
954      <para>[&arch.i386;] Compaq Microcom 610 ISDN (Compaq series
955	PSB2222I) ISA PnP</para>
956
957      <para>[&arch.i386;] Dr. Neuhaus Niccy Go@ and compatibles</para>
958
959      <para>[&arch.i386;] Dynalink IS64PPH and IS64PPH+</para>
960
961      <para>[&arch.i386;] Eicon Diehl DIVA 2.0 and 2.02</para>
962
963      <para>[&arch.i386;] ELSA</para>
964
965      <itemizedlist>
966	<listitem>
967	  <para>ELSA PCC-16</para>
968	</listitem>
969
970	<listitem>
971	  <para>QuickStep 1000pro ISA</para>
972	</listitem>
973
974	<listitem>
975	  <para>MicroLink ISDN/PCI</para>
976	</listitem>
977
978	<listitem>
979	  <para>QuickStep 1000pro PCI</para>
980	</listitem>
981      </itemizedlist>
982
983      <para>[&arch.i386;] ITK ix1 Micro ( &lt; V.3, non-PnP version
984	)</para>
985
986      <para>[&arch.i386;] Sedlbauer Win Speed</para>
987
988      <para>[&arch.i386;] Siemens I-Surf 2.0</para>
989
990      <para>[&arch.i386;] TELEINT ISDN SPEED No.1
991	(experimental)</para>
992
993      <para>[&arch.i386;] Teles</para>
994
995      <itemizedlist>
996	<listitem>
997	  <para>S0/8</para>
998	</listitem>
999
1000	<listitem>
1001	  <para>S0/16</para>
1002	</listitem>
1003
1004	<listitem>
1005	  <para>S0/16.3</para>
1006	</listitem>
1007
1008	<listitem>
1009	  <para>S0/16.3 PnP</para>
1010	</listitem>
1011
1012	<listitem>
1013	  <para>16.3c ISA PnP (experimental)</para>
1014	</listitem>
1015
1016	<listitem>
1017	  <para>Teles PCI-TJ</para>
1018	</listitem>
1019      </itemizedlist>
1020
1021      <para>[&arch.i386;] Traverse Technologies NETjet-S PCI</para>
1022
1023      <para>[&arch.i386;] USRobotics Sportster ISDN TA intern</para>
1024
1025      <para>[&arch.i386;] Winbond W6692 based PCI cards</para>
1026    </sect2>
1027
1028    <sect2 id="serial">
1029      <title>Serial Interfaces</title>
1030
1031      <para>[&arch.amd64;, &arch.i386;] <quote>PC standard</quote>
1032	8250, 16450, and 16550-based serial ports (&man.sio.4;
1033	driver)</para>
1034
1035      &hwlist.uart;
1036
1037      &hwlist.scc;
1038
1039      <para>[&arch.amd64;, &arch.i386;] AST 4 port serial card using
1040	shared IRQ</para>
1041
1042      <para>[&arch.i386;] ARNET serial cards (&man.ar.4;
1043	driver)</para>
1044
1045      <itemizedlist>
1046	<listitem>
1047	  <para>ARNET 8 port serial card using shared IRQ</para>
1048	</listitem>
1049
1050	<listitem>
1051	  <para>ARNET (now Digiboard) Sync 570/i high-speed
1052	    serial</para>
1053	</listitem>
1054      </itemizedlist>
1055
1056      <para>[&arch.i386;] Boca multi-port serial cards</para>
1057
1058      <itemizedlist>
1059	<listitem>
1060	  <para>Boca BB1004 4-Port serial card (Modems
1061	    <emphasis>not</emphasis> supported)</para>
1062	</listitem>
1063
1064	<listitem>
1065	  <para>Boca IOAT66 6-Port serial card (Modems
1066	    supported)</para>
1067	</listitem>
1068
1069	<listitem>
1070	  <para>Boca BB1008 8-Port serial card (Modems
1071	    <emphasis>not</emphasis> supported)</para>
1072	</listitem>
1073
1074	<listitem>
1075	  <para>Boca BB2016 16-Port serial card (Modems
1076	    supported)</para>
1077	</listitem>
1078      </itemizedlist>
1079
1080      <para>[&arch.i386;] Comtrol Rocketport card (&man.rp.4;
1081	driver)</para>
1082
1083      <para>[&arch.i386;] Cyclades Cyclom-Y serial board (&man.cy.4;
1084	driver)</para>
1085
1086      <para>[&arch.i386;] STB 4 port card using shared IRQ</para>
1087
1088      <para>[&arch.i386;] DigiBoard intelligent serial cards (digi
1089	driver)</para>
1090
1091      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;] PCI-Based
1092	multi-port serial boards (&man.puc.4; driver)</para>
1093
1094      <itemizedlist>
1095	<listitem>
1096	  <para>[&arch.amd64;, &arch.i386;] Actiontech 56K PCI</para>
1097	</listitem>
1098
1099	<listitem>
1100	  <para>[&arch.amd64;, &arch.i386;] Avlab Technology, PCI IO 2S
1101	    and PCI IO 4S</para>
1102	</listitem>
1103
1104	<listitem>
1105	  <para>[&arch.amd64;, &arch.i386;] Comtrol RocketPort 550</para>
1106	</listitem>
1107
1108	<listitem>
1109	  <para>[&arch.amd64;, &arch.i386;] Decision Computers PCCOM
1110	    4-port serial and dual port RS232/422/485</para>
1111	</listitem>
1112
1113	<listitem>
1114	  <para>[&arch.ia64;] Diva Serial (GSP) Multiport UART</para>
1115	</listitem>
1116
1117	<listitem>
1118	  <para>[&arch.amd64;, &arch.i386;] Dolphin Peripherals
1119	    4025/4035/4036</para>
1120	</listitem>
1121
1122	<listitem>
1123	  <para>[&arch.amd64;, &arch.i386;] IC Book Labs Dreadnought
1124	    16x Lite and Pro</para>
1125	</listitem>
1126
1127	<listitem>
1128	  <para>[&arch.amd64;, &arch.i386;] Lava Computers
1129	    2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550</para>
1130	</listitem>
1131
1132	<listitem>
1133	  <para>[&arch.amd64;, &arch.i386;] Middle Digital, Weasle
1134	    serial port</para>
1135	</listitem>
1136
1137	<listitem>
1138	  <para>[&arch.amd64;, &arch.i386;] Moxa Industio CP-114,
1139	    Smartio C104H-PCI and C168H/PCI</para>
1140	</listitem>
1141
1142	<listitem>
1143	  <para>[&arch.amd64;, &arch.i386;] NEC PK-UG-X001 and
1144	    PK-UG-X008</para>
1145	</listitem>
1146
1147	<listitem>
1148	  <para>[&arch.amd64;, &arch.i386;] Netmos NM9835
1149	    PCI-2S-550</para>
1150	</listitem>
1151
1152	<listitem>
1153	  <para>[&arch.amd64;, &arch.i386;] Oxford Semiconductor
1154	    OX16PCI954 PCI UART</para>
1155	</listitem>
1156
1157	<listitem>
1158	  <para>[&arch.amd64;, &arch.i386;] Syba Tech SD-LAB
1159	    PCI-4S2P-550-ECP</para>
1160	</listitem>
1161
1162	<listitem>
1163	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber I/O PCI
1164	    16C550/16C650/16C850</para>
1165	</listitem>
1166
1167	<listitem>
1168	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 2P1S PCI
1169	    16C550/16C650/16C850</para>
1170	</listitem>
1171
1172	<listitem>
1173	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 2S1P PCI
1174	    16C550/16C650/16C850</para>
1175	</listitem>
1176
1177	<listitem>
1178	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber 4S PCI
1179	  16C550/16C650/16C850</para>
1180	</listitem>
1181
1182	<listitem>
1183	  <para>[&arch.amd64;, &arch.i386;] SIIG Cyber Serial (Single
1184	    and Dual) PCI 16C550/16C650/16C850</para>
1185	</listitem>
1186
1187	<listitem>
1188	  <para>[&arch.amd64;, &arch.i386;] Syba Tech
1189	    Ltd. PCI-4S2P-550-ECP</para>
1190	</listitem>
1191
1192	<listitem>
1193	  <para>[&arch.amd64;, &arch.i386;] Titan PCI-200H and
1194	    PCI-800H</para>
1195	</listitem>
1196
1197	<listitem>
1198	  <para>[&arch.amd64;, &arch.i386;] US Robotics (3Com) 3CP5609
1199	    modem</para>
1200	</listitem>
1201
1202	<listitem>
1203	  <para>[&arch.amd64;, &arch.i386;] VScom PCI-400 and
1204	    PCI-800</para>
1205	</listitem>
1206      </itemizedlist>
1207
1208      &hwlist.rc;
1209
1210      &hwlist.sr;
1211
1212      <para>[&arch.i386;, &arch.amd64;] Specialix SI/XIO/SX multiport
1213	serial cards, with both the older SIHOST2.x and the
1214	<quote>enhanced</quote> (transputer based, aka JET) host cards
1215	(ISA, EISA and PCI) are supported.  Note that the newer SX+
1216	PCI cards are not currently supported.  (&man.si.4;
1217	driver)</para>
1218
1219      <para>[&arch.pc98;] Internel serial interfaces (&man.sio.4;
1220	driver)</para>
1221
1222      <itemizedlist>
1223	<listitem>
1224	  <para>PC-9801 on-board</para>
1225	</listitem>
1226	<listitem>
1227	  <para>PC-9821 2'nd CCU (flags 0x12000000)</para>
1228	</listitem>
1229      </itemizedlist>
1230
1231      <para>[&arch.pc98;] NEC PC-9861K, PC-9801-101 and Midori-Denshi
1232	MDC-926Rs (&man.sio.4; driver)</para>
1233
1234      <itemizedlist>
1235	<listitem>
1236	  <para>COM2 (flags 0x01000000)</para>
1237	</listitem>
1238
1239	<listitem>
1240	  <para>COM3 (flags 0x02000000)</para>
1241	</listitem>
1242      </itemizedlist>
1243
1244      <para>[&arch.pc98;] NEC PC-9801-120 (&man.sio.4; driver)</para>
1245
1246      <note>
1247	<para>"flags 0x11000000" is necessary in kernel
1248	  configuration.</para>
1249      </note>
1250
1251      <para>[&arch.pc98;] Microcore MC-16550, MC-16550II, MC-RS98
1252	(&man.sio.4; driver)</para>
1253
1254      <note>
1255	<para>"flags 0x14000?01" is necessary in kernel
1256	  configuration.</para>
1257      </note>
1258
1259      <para>[&arch.pc98;] Media Intelligent RSB-2000, RSB-3000 and
1260	AIWA B98-02 (&man.sio.4; driver)</para>
1261
1262      <note>
1263	<para>"flags 0x15000?01" is necessary in kernel
1264	configuration.</para>
1265      </note>
1266
1267      <para>[&arch.pc98;] Media Intelligent RSB-384 (&man.sio.4;
1268	driver)</para>
1269
1270      <note>
1271	<para>"flags 0x16000001" is necessary in kernel
1272	  configuration.</para>
1273      </note>
1274
1275      <para>[&arch.pc98;] I-O DATA RSA-98III (&man.sio.4;
1276	driver)</para>
1277
1278      <note>
1279	<para>"flags 0x18000?01" is necessary in kernel
1280	  configuration.</para>
1281      </note>
1282
1283      <para>[&arch.pc98;] Hayes ESP98 (&man.sio.4; driver)</para>
1284
1285      <note>
1286	<para>"options COM_ESP" and "flags 0x19000000" are necessary
1287	  in kernel configuration.</para>
1288      </note>
1289
1290    </sect2>
1291
1292    <sect2 id="sound">
1293      <title>Sound Devices</title>
1294
1295      &hwlist.snd.ad1816;
1296
1297      &hwlist.snd.als4000;
1298
1299      &hwlist.snd.atiixp;
1300
1301      &hwlist.snd.audiocs;
1302
1303      &hwlist.snd.cmi;
1304
1305      &hwlist.snd.cs4281;
1306
1307      &hwlist.snd.csa;
1308
1309      &hwlist.snd.ds1;
1310
1311      &hwlist.snd.emu10k1;
1312
1313      &hwlist.snd.emu10kx;
1314
1315      &hwlist.snd.envy24;
1316
1317      &hwlist.snd.envy24ht;
1318
1319      &hwlist.snd.es137x;
1320
1321      &hwlist.snd.ess;
1322
1323      &hwlist.snd.fm801;
1324
1325      &hwlist.snd.gusc;
1326
1327      &hwlist.snd.hda;
1328
1329      &hwlist.snd.ich;
1330
1331      &hwlist.snd.maestro;
1332
1333      &hwlist.snd.maestro3;
1334
1335      &hwlist.snd.mss;
1336
1337      &hwlist.snd.neomagic;
1338
1339      &hwlist.snd.sbc;
1340
1341      &hwlist.snd.solo;
1342
1343      &hwlist.snd.spicds;
1344
1345      &hwlist.snd.t4dwave;
1346
1347      &hwlist.snd.via8233;
1348
1349      &hwlist.snd.via82c686;
1350
1351      &hwlist.snd.vibes;
1352
1353      <para>[&arch.pc98;] NEC PC-9801-73, 86 and compatibles (nss
1354	driver)</para>
1355
1356      <itemizedlist>
1357	<listitem>
1358	  <para>NEC A-MATE internal sound</para>
1359	</listitem>
1360
1361	<listitem>
1362	  <para>Q-Vision WaveStar, WaveMaster</para>
1363	</listitem>
1364      </itemizedlist>
1365
1366      <para>[&arch.pc98;] NEC X-MATE, CanBe, ValueStar internal (mss
1367	driver)</para>
1368
1369      <para>[&arch.pc98;] Creative Technologies SoundBlaster(98)
1370	(&man.sb.4; driver)</para>
1371
1372      <para>[&arch.pc98;] I-O DATA CD-BOX (&man.sb.4; driver)</para>
1373
1374      <para>[&arch.pc98;] MPU-401 and compatible interfaces (mpu
1375	driver)</para>
1376
1377      <itemizedlist>
1378	<listitem>
1379	  <para>Q-Vision WaveStar</para>
1380	</listitem>
1381      </itemizedlist>
1382    </sect2>
1383
1384    <sect2 id="camera">
1385      <title>Camera and Video Capture Devices</title>
1386
1387      &hwlist.bktr;
1388
1389      <para>[&arch.i386;] Connectix QuickCam</para>
1390    </sect2>
1391
1392    <sect2 id="usb">
1393      <title>USB Devices</title>
1394
1395      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] A
1396	range of USB peripherals are supported; devices known to work
1397	are listed in this section.  Owing to the generic nature of
1398	most USB devices, with some exceptions any device of a given
1399	class will be supported, even if not explicitly listed
1400	here.</para>
1401
1402      <note>
1403	<para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1404	  USB Ethernet adapters can be found in the section listing
1405	  <link linkend="ethernet">Ethernet
1406	    interfaces</link>.</para>
1407      </note>
1408
1409      <note>
1410	<para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1411	  USB Bluetooth adapters can be found in <link
1412	    linkend="bluetooth">Bluetooth</link> section.</para>
1413      </note>
1414
1415      &hwlist.ohci;
1416
1417      &hwlist.uhci;
1418
1419      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] USB
1420	2.0 controllers using the EHCI interface (&man.ehci.4;
1421	driver)</para>
1422
1423      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1424	Hubs</para>
1425
1426      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1427	Keyboards (&man.ukbd.4; driver)</para>
1428
1429      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1430	Miscellaneous</para>
1431
1432      <itemizedlist>
1433	<listitem>
1434	  <para>Assist Computer Systems PC Camera C-M1</para>
1435	</listitem>
1436
1437	<listitem>
1438	  <para>ActiveWire I/O Board</para>
1439	</listitem>
1440
1441	<listitem>
1442	  <para>Creative Technology Video Blaster WebCam Plus</para>
1443	</listitem>
1444
1445	<listitem>
1446	  <para>D-Link DSB-R100 USB Radio (&man.ufm.4; driver)</para>
1447	</listitem>
1448
1449	<listitem>
1450	  <para>Mirunet AlphaCam Plus</para>
1451	</listitem>
1452      </itemizedlist>
1453
1454      &hwlist.urio;
1455
1456      &hwlist.umodem;
1457
1458      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;] Mice
1459	(&man.ums.4; driver)</para>
1460
1461      &hwlist.ulpt;
1462
1463      &hwlist.ubsa;
1464
1465      &hwlist.ubser;
1466
1467      &hwlist.uftdi;
1468
1469      &hwlist.uplcom;
1470
1471      &hwlist.umct;
1472
1473      &hwlist.umass;
1474
1475      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Audio Devices
1476	(&man.uaudio.4; driver)</para>
1477
1478      &hwlist.uvisor;
1479    </sect2>
1480
1481    <sect2 id="firewire">
1482      <title>IEEE 1394 (Firewire) Devices</title>
1483
1484      &hwlist.fwohci;
1485
1486      <para>[&arch.amd64;, &arch.i386;, &arch.sparc64;] Serial Bus
1487	Protocol 2 (SBP-2) storage devices (&man.sbp.4; driver)</para>
1488    </sect2>
1489
1490    <sect2 id="bluetooth">
1491      <title>Bluetooth Devices</title>
1492
1493      &hwlist.ng.bt3c;
1494
1495      &hwlist.ng.ubt;
1496    </sect2>
1497
1498    <sect2 id="crypto-accel">
1499      <title>Cryptographic Accelerators</title>
1500
1501      &hwlist.hifn;
1502
1503      &hwlist.safe;
1504
1505      &hwlist.ubsec;
1506    </sect2>
1507
1508    <sect2 id="misc">
1509      <title>Miscellaneous</title>
1510
1511      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;]
1512	FAX-Modem/PCCARD</para>
1513
1514      <itemizedlist>
1515	<listitem>
1516	  <para>MELCO IGM-PCM56K/IGM-PCM56KH</para>
1517	</listitem>
1518
1519	<listitem>
1520	  <para>Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD
1521	    terminal)</para>
1522	</listitem>
1523      </itemizedlist>
1524
1525      <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Floppy drives
1526	(&man.fdc.4; driver)</para>
1527
1528      <para>[&arch.amd64;, &arch.i386;] VGA-compatible video cards
1529	(&man.vga.4; driver)</para>
1530
1531      <note>
1532	<para>Information regarding specific video cards and
1533	  compatibility with <application>Xorg</application> can be
1534	  found at <ulink url="http://www.x.org/"></ulink>.</para>
1535      </note>
1536
1537      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1538	Keyboards including:</para>
1539
1540      <itemizedlist>
1541	<listitem>
1542	  <para>[&arch.i386;] AT-style keyboards (&man.atkbd.4;
1543	    driver)</para>
1544	</listitem>
1545
1546	<listitem>
1547	  <para>[&arch.amd64;, &arch.i386;] PS/2 keyboards
1548	    (&man.atkbd.4; driver)</para>
1549	</listitem>
1550
1551	<listitem>
1552	  <para>[&arch.pc98;] Standard keyboards</para>
1553	</listitem>
1554
1555	<listitem>
1556	  <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1557	    USB keyboards (&man.ukbd.4; driver)</para>
1558	</listitem>
1559      </itemizedlist>
1560
1561      <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1562	Pointing devices including:</para>
1563
1564      <itemizedlist>
1565	<listitem>
1566	  <para>[&arch.amd64;, &arch.i386;, &arch.pc98;] Bus mice and
1567	    compatible devices (&man.mse.4; driver)</para>
1568	</listitem>
1569
1570	<listitem>
1571	  <para>[&arch.amd64;, &arch.i386;] PS/2 mice and compatible
1572	    devices, including many laptop pointing devices
1573	    (&man.psm.4; driver)</para>
1574	</listitem>
1575
1576	<listitem>
1577	  <para>Serial mice and compatible devices</para>
1578	</listitem>
1579
1580	<listitem>
1581	  <para>[&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;]
1582	    USB mice (&man.ums.4; driver)</para>
1583	</listitem>
1584      </itemizedlist>
1585
1586      <note>
1587	<para>&man.moused.8; has more information on using pointing
1588	  devices with &os;.  Information on using pointing devices
1589	  with <application>Xorg</application> can be found at <ulink
1590	    url="http://www.x.org/"></ulink>.</para>
1591      </note>
1592
1593      <para>[&arch.amd64;, &arch.i386;] <quote>PC standard</quote>
1594	parallel ports (&man.ppc.4; driver)</para>
1595
1596      <para>[&arch.pc98;] <quote>PC-9821 standard</quote> parallel
1597	ports (&man.ppc.4; driver)</para>
1598
1599      <para>[&arch.i386;, &arch.amd64;] PC-compatible joysticks
1600	(&man.joy.4; driver)</para>
1601
1602      <para>[&arch.pc98;] Joystick port of SoundBlaster(98)
1603	(&man.joy.4; driver)</para>
1604
1605      <para>[&arch.i386;, &arch.pc98;] PHS Data Communication
1606	Card/PCCARD</para>
1607
1608      <itemizedlist>
1609	<listitem>
1610	  <para>NTT DoCoMo P-in Comp@ct</para>
1611	</listitem>
1612
1613	<listitem>
1614	  <para>Panasonic KX-PH405</para>
1615	</listitem>
1616
1617	<listitem>
1618	  <para>SII MC-P200</para>
1619	</listitem>
1620      </itemizedlist>
1621
1622      <para>[&arch.i386;] Xilinx XC6200-based reconfigurable hardware
1623	cards compatible with the HOT1 from <ulink
1624	  url="http://www.vcc.com/">Virtual Computers</ulink> (xrpu
1625	driver).</para>
1626
1627      <para>[&arch.pc98;] Power Management Controller of NEC PC-98
1628	Note (pmc driver)</para>
1629
1630      <para>[&arch.sparc64;] OpenFirmware console (ofwcons
1631	driver)</para>
1632    </sect2>
1633  </sect1>
1634</article>
1635