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