article.xml revision 146494
176082Sbmah<!--
276082Sbmah
376082Sbmah	The "Supported Devices" section of the release notes.
476082Sbmah	Generally processor-independent, with conditional text
576082Sbmah	inclusion handling any architecture-dependent text.
676082Sbmah
776082Sbmah	Within each subsection describing a class of hardware
876082Sbmah	(i.e. Ethernet interfaces), list broad groups of devices
976082Sbmah	alphabetically as paragraphs sorted alphabetically (frequently
1076082Sbmah	these groups will be arranged by manufacturer, i.e. 3Com
11119431Sbmah	Ethernet interfaces).
12119431Sbmah
1376082Sbmah	Where applicable, a "Miscellaneous" section may follow all
1476082Sbmah	other named sections.
1576082Sbmah
1676082Sbmah	These guidelines are not hard-and-fast rules, and exceptions
1776082Sbmah	will occur.  Following these guidelines (vague as they may be)
1886157Solgeni	is highly recommended to try to keep the formatting of
1976082Sbmah	this section consistent.
2076082Sbmah
2176560Sbmah	We give manpage references using the &man entities where
2276560Sbmah	possible.  If a driver has no manpage (and consequently no
2376560Sbmah	&man entity, we simply give the name of the driver).  
2476560Sbmah	Please avoid doing &man entity conversions unless you
2576560Sbmah	know for sure that an entity and manpage exist; sweeps through
2676560Sbmah	this file to fix "missed" conversions are likely to break the
2776560Sbmah	build.
2876082Sbmah-->
2976082Sbmah
30109143Sroam<sect1 id="support">
3176598Sbmah  <sect1info>
3276598Sbmah    <pubdate>$FreeBSD: head/release/doc/en_US.ISO8859-1/hardware/article.sgml 146494 2005-05-22 17:12:42Z brueffer $</pubdate>
3376598Sbmah  </sect1info>
3476598Sbmah
3576082Sbmah  <title>Supported Devices</title>
3676082Sbmah
3776082Sbmah  <para>This section describes the devices currently known to be
3885416Sbmah  supported by with &os; on the &arch.print; platform.  Other configurations
3976082Sbmah  may also work, but simply have not been tested yet.  Feedback,
4076082Sbmah  updates, and corrections to this list are encouraged.</para>
4176082Sbmah
4276560Sbmah  <para>Where possible, the drivers applicable to each device or class
4376560Sbmah  of devices is listed.  If the driver in question has a manual page
44119127Sbmah  in the &os; base distribution (most should), it is referenced here.
45119127Sbmah  Information on specific models of supported devices, controllers,
46119127Sbmah  etc. can be found in the manual pages.</para>
4776560Sbmah
48119127Sbmah  <note>
49134047Ssimon    <para>The device lists in this document are being generated
50134047Ssimon      automatically from &os; manual pages.  This means that some
51134047Ssimon      devices, which are supported by multiple drivers, may appear
52134047Ssimon      multiple times.</para>
53119127Sbmah  </note>
54119127Sbmah
55133458Ssimon  <sect2 id="disk">
5676082Sbmah    <title>Disk Controllers</title>
57124988Sbrueffer
58124988Sbrueffer    <para arch="i386,alpha,sparc64,ia64,pc98,amd64">IDE/ATA controllers (&man.ata.4; driver)</para>
5997677Snyan    <para arch="pc98">IDE/ATA controllers (wdc driver)
6076082Sbmah      <itemizedlist>
6197677Snyan        <listitem>
62107634Sbmah	  <para>On-board IDE controller</para>
6397677Snyan	</listitem>
6497677Snyan      </itemizedlist>
6597677Snyan    </para>
66118979Sbmah
67133094Ssimon    &hwlist.aic;
68122375Sbmah
69133094Ssimon    &hwlist.aha;
70118979Sbmah
71133094Ssimon    &hwlist.ahb;
72118979Sbmah
73133094Ssimon    &hwlist.ahc;
7476082Sbmah
75133094Ssimon    &hwlist.ahd;
76102444Sbmah
77133094Ssimon    &hwlist.aac;
7876082Sbmah
79134916Ssimon    &hwlist.ct;
80115412Snyan
8197677Snyan    <para arch="pc98">NEC PC-9801-55, 92 and their compatible C-Bus SCSI interfaces (bs driver)
8297677Snyan      <itemizedlist>
8397677Snyan        <listitem>
8497677Snyan          <para>NEC PC-9801-55, 92 and their compatibles</para>
8597677Snyan          <para>ICM IF-2660</para>
8697677Snyan          <para>Midori-Denshi MDC-554NA</para>
8797677Snyan          <para>Logitec LHA-N151</para>
8897677Snyan          <note>
8997677Snyan            <para>"flags 0x00000" is necessary in kernel configuration
9097677Snyan            for DMA transfer mode.</para>
9197677Snyan          </note>
9297677Snyan        </listitem>
9397677Snyan        <listitem>
9497677Snyan          <para>I-O DATA SC-98II</para>
9597677Snyan          <note>
9697677Snyan            <para>"flags 0x10000" is necessary in kernel configuration
9797677Snyan            for DMA transfer mode.</para>
9897677Snyan          </note>
9997677Snyan        </listitem>
10097677Snyan        <listitem>
10197677Snyan          <para>TEXA HA-55BS2 and later</para>
10297677Snyan          <para>Midori-Denshi MDC-926Rs</para>
10397677Snyan          <note>
10497677Snyan            <para>"flags 0x20000" is necessary in kernel configuration
10597677Snyan            for Bus-master transfer mode.</para>
10697677Snyan          </note>
10797677Snyan        </listitem>
10897677Snyan        <listitem>
10997677Snyan          <para>ELECOM Bus-master SCSI interfaces</para>
11097677Snyan          <note>
11197677Snyan            <para>"flags 0x30000" is necessary in kernel configuration
11297677Snyan            for Bus-master transfer mode.</para>
11397677Snyan          </note>
11497677Snyan        </listitem>
11597677Snyan        <listitem>
11697677Snyan          <para>All SMIT transfer type SCSI interfaces</para>
11797677Snyan          <note>
11897677Snyan            <para>"flags 0x40000" is necessary in kernel configuration
11997677Snyan            for SMIT transfer mode.</para>
12097677Snyan          </note>
12197677Snyan        </listitem>
12297677Snyan        <listitem>
12397677Snyan          <para>Logitec LHA-20x series</para>
12497677Snyan          <para>ICM IF-2766, IF-2766ET, IF-2767 and IF-2769</para>
12597677Snyan          <note>
12697677Snyan            <para>"flags 0x50000" is necessary in kernel configuration
12797677Snyan            for Bus-master transfer mode.</para>
12897677Snyan          </note>
12997677Snyan        </listitem>
13097677Snyan      </itemizedlist>
13197677Snyan    </para>
132133343Ssimon    &hwlist.adv;
13376082Sbmah
134133094Ssimon    &hwlist.adw;
135133094Ssimon
136133343Ssimon    &hwlist.bt;
13776082Sbmah
138133094Ssimon    &hwlist.dpt;
13976082Sbmah
140133094Ssimon    &hwlist.asr;
141119107Sbmah
142133094Ssimon    &hwlist.amr;
14387767Sbmah      <note>
144123011Speter	<para arch="i386,amd64">Booting from these controllers is supported.  EISA
14587842Sbmah	adapters are not supported.</para>
14676082Sbmah
14787767Sbmah	<para arch="alpha">Booting from these controllers is not
14887767Sbmah	supported due to SRM limitations.</para>
14987767Sbmah      </note>
15076082Sbmah
151144426Sbrueffer    &hwlist.arcmsr;
152144426Sbrueffer
153133457Ssimon    &hwlist.mlx;
15487767Sbmah
15587767Sbmah      <note>
156123011Speter	<para arch="i386,amd64">Booting from these controllers is supported. EISA adapters
15787767Sbmah	are not supported.</para>
15887767Sbmah
15987767Sbmah	<para arch="alpha">Booting from these controllers is not
160120443Swilko	supported due to SRM limitations.  
161120443Swilko        DAC960 controllers sold by Digital/Compaq for Alpha systems as part
162120443Swilko        of the StorageWorks family, e.g. KZPSC or KZPAC are bootable from SRM.
163120443Swilko        Note that these cards used 2.x firmware. SRM bootability of newer
164120443Swilko        firmware is unknown.</para>
16587767Sbmah      </note>
16676082Sbmah
167133457Ssimon    &hwlist.mly;
16876082Sbmah
169133094Ssimon    &hwlist.twe;
17076082Sbmah
171133411Ssimon    &hwlist.twa;
172133411Ssimon
173134047Ssimon    &hwlist.ncr;
17476082Sbmah
175134047Ssimon    &hwlist.sym;
176134047Ssimon
177133457Ssimon    &hwlist.ncv;
178133457Ssimon
179133343Ssimon    &hwlist.stg;
18076082Sbmah
181133094Ssimon    &hwlist.isp;
18276082Sbmah
183133343Ssimon    &hwlist.amd;
18476082Sbmah
185133343Ssimon    &hwlist.nsp;
18676082Sbmah
187138872Ssimon    &hwlist.vpo;
18876560Sbmah
189133343Ssimon    &hwlist.ida;
190108922Sbmah
191133094Ssimon    &hwlist.ciss;
19287100Sbmah
193133343Ssimon    &hwlist.iir;
19490031Sbmah
195138872Ssimon    &hwlist.pst;
196102321Sbmah
197137928Sbrueffer    &hwlist.hptmv;
198137140Ssimon
199133343Ssimon    &hwlist.ips;
200114978Sbmah
201133778Ssimon    &hwlist.mpt;
202102321Sbmah
203133778Ssimon    &hwlist.trm;
204105285Sbmah
205134916Ssimon    <para arch="i386">The wds(4) driver supports the WD7000 SCSI
206134916Ssimon      controller.</para>
207134916Ssimon
20876082Sbmah    <para>With all supported SCSI controllers, full support is
20976082Sbmah    provided for SCSI-I, SCSI-II, and SCSI-III peripherals, including
21076082Sbmah    hard disks, optical disks, tape drives (including DAT, 8mm
21176082Sbmah    Exabyte, Mammoth, and DLT), medium changers, processor target
21276082Sbmah    devices and CD-ROM drives.  WORM devices that support CD-ROM
21376082Sbmah    commands are supported for read-only access by the CD-ROM drivers
21476082Sbmah    (such as &man.cd.4;).  WORM/CD-R/CD-RW writing support is provided
21587842Sbmah    by &man.cdrecord.1;, which is a part of the
21691356Sdd    <filename role="package">sysutils/cdrtools</filename> port in the Ports Collection.</para>
21776082Sbmah
21876082Sbmah    <para>The following CD-ROM type systems are supported at this
21976082Sbmah    time:
22076082Sbmah      <itemizedlist>
22176082Sbmah        <listitem>
22276082Sbmah          <para>SCSI interface (also includes ProAudio Spectrum and
22376082Sbmah          SoundBlaster SCSI) (&man.cd.4;)</para>
22476082Sbmah	</listitem>
225116504Sbmah
22676082Sbmah	<listitem arch="i386">
227116504Sbmah	  <para>Matsushita CR-562, CR-563, and compatibles
228116504Sbmah	    (&man.matcd.4; driver)</para>
229116504Sbmah	</listitem>
230116504Sbmah
231116504Sbmah	<listitem arch="i386">
23276082Sbmah	  <para>Sony proprietary interface (all models) (&man.scd.4;)</para>
23376082Sbmah	</listitem>
234116505Sbmah
23576082Sbmah	<listitem>
23676082Sbmah	  <para>ATAPI IDE interface (&man.acd.4;)</para>
23776082Sbmah	</listitem>
23876082Sbmah      </itemizedlist>
23976082Sbmah    </para>
24076082Sbmah
24176082Sbmah    <para arch="i386">The following device is unmaintained:
24276082Sbmah      <itemizedlist>
24376082Sbmah        <listitem>
24476082Sbmah	  <para>Mitsumi proprietary CD-ROM interface (all
24576082Sbmah	  models) (&man.mcd.4;)</para>
24676082Sbmah	</listitem>
24776082Sbmah      </itemizedlist>
24876082Sbmah    </para>
24976082Sbmah
25076082Sbmah  </sect2>
25176082Sbmah  <sect2 id="ethernet">
25276082Sbmah    <title>Ethernet Interfaces</title>
25376082Sbmah
254134251Sbrueffer    &hwlist.sf;
25576082Sbmah
256134702Sbrueffer    &hwlist.ti;
25776082Sbmah
258135144Sbrueffer    &hwlist.pcn;
25976082Sbmah
260135144Sbrueffer    &hwlist.lnc;
261135144Sbrueffer
262123011Speter    <para arch="i386,pc98,amd64">SMC 83c17x (EPIC)-based Ethernet NICs (&man.tx.4; driver)
26378626Sbmah    </para>
26476560Sbmah
265135338Sbrueffer    &hwlist.ed;
26676082Sbmah
267133778Ssimon    &hwlist.rl;
26876082Sbmah
269134731Sbrueffer    &hwlist.wb;
27076082Sbmah
271133778Ssimon    &hwlist.vr;
27276082Sbmah
273134781Sbrueffer    &hwlist.sis;
27476082Sbmah
275134674Sbrueffer    &hwlist.nge;
27676498Sbmah
277134674Sbrueffer    &hwlist.ste;
27876082Sbmah
279134257Sbrueffer    &hwlist.sk;
28076082Sbmah
281134702Sbrueffer    &hwlist.tl;
28276082Sbmah
283133778Ssimon    &hwlist.dc;
28476082Sbmah
285133094Ssimon    &hwlist.aue;
28676082Sbmah
287134341Sbrueffer    &hwlist.cue;
28876082Sbmah
289134341Sbrueffer    &hwlist.kue;
29076082Sbmah
291134317Sbrueffer    &hwlist.axe;
292113884Sbmah
293134317Sbrueffer    &hwlist.rue;
294114620Sbmah
295133094Ssimon    &hwlist.udav;
296126363Sbmah
297133778Ssimon    &hwlist.de;
29876082Sbmah
299133094Ssimon    &hwlist.fe;
30076082Sbmah
301133094Ssimon    &hwlist.fxp;
30285666Sbmah
303134772Ssimon    &hwlist.ex;
30485666Sbmah
305134772Ssimon    &hwlist.ie;
30676082Sbmah
307134787Sbrueffer    &hwlist.ep;
30885666Sbmah
309134787Sbrueffer    &hwlist.el;
31085666Sbmah
311133094Ssimon    &hwlist.xl;
31285666Sbmah
313134275Sbrueffer    &hwlist.vx;
31485710Sbmah
315123011Speter    <para arch="i386,amd64">Crystal Semiconductor CS89x0-based NICs 
31676560Sbmah    (&man.cs.4; driver)
31776082Sbmah    </para>
31876082Sbmah
319134787Sbrueffer    &hwlist.sn;
32076082Sbmah
321133094Ssimon    &hwlist.xe;
32276082Sbmah
323134781Sbrueffer    &hwlist.snc;
32476082Sbmah
325134275Sbrueffer    &hwlist.lge;
32677590Sbmah
327133094Ssimon    &hwlist.txp;
32880242Sbmah
329133094Ssimon    &hwlist.bge;
33085163Sbmah
331135107Sbrueffer    &hwlist.em;
33285163Sbmah
333133094Ssimon    &hwlist.hme;
33491503Sbmah
335133778Ssimon    &hwlist.gem;
33695057Sbmah
337133094Ssimon    &hwlist.my;
33895057Sbmah
339123011Speter    <para arch="i386,amd64">Broadcom BCM4401 based Fast Ethernet adapters
340119991Sbmah      (&man.bfe.4; driver)</para>
341119991Sbmah
342134781Sbrueffer    &hwlist.re;
343119991Sbmah
344134219Sbrueffer    &hwlist.ixgb;
345134219Sbrueffer
346135057Ssimon    &hwlist.vge;
347135057Ssimon
348146397Sbrueffer    &hwlist.nve;
349146397Sbrueffer
35076082Sbmah  </sect2>
35176082Sbmah
352141289Sbrueffer  <sect2 id="tokenring">
353141289Sbrueffer    <title>Token Ring Interfaces</title>
354141289Sbrueffer
355141289Sbrueffer    &hwlist.oltr;
356141289Sbrueffer
357141289Sbrueffer  </sect2>
358141289Sbrueffer
359133458Ssimon  <sect2 id="fddi">
36076082Sbmah    <title>FDDI Interfaces</title>
36197677Snyan    <para arch="i386,pc98,alpha">DEC DEFPA PCI (&man.fpa.4; driver)</para>
36286896Sbmah    <para arch="i386">DEC DEFEA EISA (&man.fpa.4; driver)</para>
36376082Sbmah  </sect2>
36476082Sbmah
365133458Ssimon  <sect2 id="atm">
36676082Sbmah    <title>ATM Interfaces</title>
367109739Sbmah
368123265Sbmah    <para arch="i386,pc98">Midway-based ATM interfaces (&man.en.4;
369123265Sbmah      driver)</para>
370109739Sbmah
371118804Sbmah    <para arch="i386,pc98,sparc64">FORE Systems, Inc. PCA-200E ATM PCI
372118804Sbmah      Adapters (hfa and &man.fatm.4; drivers)</para>
373109739Sbmah
374122737Sbmah    <para arch="i386,pc98">IDT NICStAR 77201/211-based ATM Adapters (&man.idt.4;
375109739Sbmah    driver)</para>
376109739Sbmah
377118804Sbmah    <para arch="i386,pc98,sparc64">FORE Systems, Inc. HE155 and HE622
378118804Sbmah      ATM interfaces (&man.hatm.4; driver)</para>
379118804Sbmah
380118804Sbmah    <para arch="i386,pc98">IDT77252-based ATM cards (&man.patm.4;
381118804Sbmah      driver)</para>
382118804Sbmah
38376082Sbmah  </sect2>
384133458Ssimon  <sect2 id="wlan">
38576082Sbmah    <title>Wireless Network Interfaces</title>
38676082Sbmah
38776560Sbmah    <para arch="i386">NCR / AT&amp;T / Lucent Technologies WaveLan T1-speed
38876560Sbmah    ISA/radio LAN cards (&man.wl.4; driver)</para>
38976560Sbmah
390123102Sbmah    <para arch="i386,pc98,amd64">Lucent Technologies WaveLAN/IEEE 802.11b
391123102Sbmah      wireless network
392123102Sbmah      adapters and workalikes using the Lucent Hermes, Intersil
393123102Sbmah      PRISM-II, Intersil PRISM-2.5, Intersil Prism-3, and Symbol
394123102Sbmah      Spectrum24 chipsets (&man.wi.4; driver)
39576082Sbmah    </para>
39676082Sbmah
397123011Speter    <para arch="i386,pc98,amd64">Cisco/Aironet 802.11b wireless adapters (&man.an.4; driver)
39876082Sbmah    </para>
39976082Sbmah
40097677Snyan    <para arch="i386,pc98">Raytheon Raylink 2.4GHz wireless adapters (&man.ray.4; driver)
40176082Sbmah    </para>
40276082Sbmah
403133094Ssimon    &hwlist.awi;
40476560Sbmah
405135189Sbrueffer    &hwlist.cnw;
406135189Sbrueffer
407134401Ssimon    &hwlist.ath;
40876082Sbmah  </sect2>
40976082Sbmah
410133458Ssimon  <sect2 id="misc-network">
41187100Sbmah    <title>Miscellaneous Networks</title>
41287100Sbmah
413133094Ssimon    &hwlist.cx;
414123164Sbmah
415134826Ssimon    &hwlist.cp;
416129375Srik
417134826Ssimon    &hwlist.ctau;
418127755Srik
41987100Sbmah    <para arch="i386">Granch SBNI12 point-to-point communications
420113447Sbmah    adapters (&man.sbni.4; driver)
42187100Sbmah    </para>
42289562Sbmah
423113447Sbmah    <para arch="i386">Granch SBNI16 SHDSL modems (&man.sbsh.4;
424113447Sbmah      driver)</para>
425113447Sbmah
426133094Ssimon    &hwlist.cm;
427108922Sbmah
42887100Sbmah  </sect2>
42987100Sbmah
430133458Ssimon  <sect2 id="isdn">
43176082Sbmah    <title>ISDN Interfaces</title>
43285666Sbmah    <para arch="i386">AcerISDN P10 ISA PnP (experimental)</para>
43385666Sbmah    <para arch="i386">Asuscom ISDNlink 128K ISA</para>
43485666Sbmah    <para arch="i386">ASUSCOM P-IN100-ST-D (and other Winbond W6692-based cards)</para>
43585666Sbmah    <para arch="i386">AVM
43676082Sbmah      <itemizedlist>
43776082Sbmah        <listitem>
43876082Sbmah	  <para>A1</para>
43976082Sbmah	</listitem>
44076082Sbmah        <listitem>
44177186Sbmah	  <para>B1 ISA (tested with V2.0)</para>
44277186Sbmah	</listitem>
44377186Sbmah        <listitem>
44477186Sbmah	  <para>B1 PCI (tested with V4.0)</para>
44577186Sbmah	</listitem>
44677186Sbmah        <listitem>
44776082Sbmah	  <para>Fritz!Card classic</para>
44876082Sbmah	</listitem>
44976082Sbmah        <listitem>
45076082Sbmah	  <para>Fritz!Card PnP</para>
45176082Sbmah	</listitem>
45276082Sbmah        <listitem>
45376082Sbmah	  <para>Fritz!Card PCI</para>
45476082Sbmah	</listitem>
45577186Sbmah        <listitem>
45688859Sbmah	  <para>Fritz!Card PCI, Version 2</para>
45788859Sbmah	</listitem>
45888859Sbmah        <listitem>
45977186Sbmah	  <para>T1</para>
46077186Sbmah	</listitem>
46176082Sbmah      </itemizedlist>
46276082Sbmah    </para>
46385666Sbmah    <para arch="i386">Creatix
46476082Sbmah      <itemizedlist>
46576082Sbmah        <listitem>
46676082Sbmah	  <para>ISDN-S0</para>
46776082Sbmah	</listitem>
46876082Sbmah        <listitem>
46976082Sbmah	  <para>ISDN-S0 P&amp;P</para>
47076082Sbmah	</listitem>
47176082Sbmah      </itemizedlist>
47276082Sbmah    </para>
47385666Sbmah    <para arch="i386">Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP</para>
47485666Sbmah    <para arch="i386">Dr. Neuhaus Niccy Go@ and compatibles</para>
47594435Sbmah    <para arch="i386">Dynalink IS64PPH and IS64PPH+</para>
47685666Sbmah    <para arch="i386">Eicon Diehl DIVA 2.0 and 2.02</para>
47785666Sbmah    <para arch="i386">ELSA
47876082Sbmah      <itemizedlist>
47976082Sbmah        <listitem>
48076082Sbmah	  <para>ELSA PCC-16</para>
48176082Sbmah	</listitem>
48276082Sbmah        <listitem>
48376082Sbmah	  <para>QuickStep 1000pro ISA</para>
48476082Sbmah	</listitem>
48576082Sbmah        <listitem>
48676082Sbmah	  <para>MicroLink ISDN/PCI</para>
48776082Sbmah	</listitem>
48876082Sbmah        <listitem>
48976082Sbmah	  <para>QuickStep 1000pro PCI</para>
49076082Sbmah	</listitem>
49176082Sbmah      </itemizedlist>
49276082Sbmah    </para>
49385666Sbmah    <para arch="i386">ITK ix1 Micro ( &lt; V.3, non-PnP version )</para>
49485666Sbmah    <para arch="i386">Sedlbauer Win Speed</para>
49585666Sbmah    <para arch="i386">Siemens I-Surf 2.0</para>
49685666Sbmah    <para arch="i386">TELEINT ISDN SPEED No.1 (experimental)</para>
49785666Sbmah    <para arch="i386">Teles
49876082Sbmah      <itemizedlist>
49976082Sbmah        <listitem>
50076082Sbmah	  <para>S0/8</para>
50176082Sbmah	</listitem>
50276082Sbmah        <listitem>
50376082Sbmah	  <para>S0/16</para>
50476082Sbmah	</listitem>
50576082Sbmah        <listitem>
50676082Sbmah	  <para>S0/16.3</para>
50776082Sbmah	</listitem>
50876082Sbmah        <listitem>
50976082Sbmah	  <para>S0/16.3 PnP</para>
51076082Sbmah	</listitem>
51176082Sbmah        <listitem>
51276082Sbmah	  <para>16.3c ISA PnP (experimental)</para>
51376082Sbmah	</listitem>
51476082Sbmah	<listitem>
51576082Sbmah	  <para>Teles PCI-TJ</para>
51676082Sbmah	</listitem>
51776082Sbmah      </itemizedlist>
51876082Sbmah    </para>
51985666Sbmah    <para arch="i386">Traverse Technologies NETjet-S PCI</para>
52085666Sbmah    <para arch="i386">USRobotics Sportster ISDN TA intern</para>
52185666Sbmah    <para arch="i386">Winbond W6692 based PCI cards</para>
52276082Sbmah  </sect2>
52376082Sbmah
524133458Ssimon  <sect2 id="serial">
52597677Snyan    <title>Serial Interfaces</title>
526123148Sbmah
527122838Sbmah    <para arch="i386,alpha,ia64,amd64"><quote>PC standard</quote> 8250, 16450, and 16550-based serial ports (&man.sio.4; driver)</para>
52897677Snyan
529105426Sbmah    <para arch="sparc64">Serial ports based on the SAB82532 serial
530123186Sbmah      chip, console only (&man.sab.4; driver)</para>
531105426Sbmah
532108568Sjake    <para arch="sparc64">Serial ports based on the Zilog 8530 dual uart,
533108568Sjake      console only (zs driver)</para>
534108568Sjake
535123011Speter    <para arch="i386,alpha,amd64">AST 4 port serial card using shared IRQ</para>
53676082Sbmah
53776560Sbmah    <para arch="i386">ARNET serial cards (&man.ar.4; driver)
53876082Sbmah      <itemizedlist>
53976082Sbmah        <listitem>
54076082Sbmah	  <para>ARNET 8 port serial card using shared IRQ</para>
54176082Sbmah	</listitem>
54276082Sbmah        <listitem>
54376082Sbmah	  <para>ARNET (now Digiboard) Sync 570/i high-speed serial</para>
54476082Sbmah	</listitem>
54576082Sbmah      </itemizedlist>
54676082Sbmah    </para>
54776082Sbmah    
54887993Sbmah    <para arch="i386">Boca multi-port serial cards
54976082Sbmah      <itemizedlist>
55076082Sbmah        <listitem>
55176082Sbmah	  <para>Boca BB1004 4-Port serial card (Modems
55276082Sbmah	  <emphasis>not</emphasis> supported)</para>
55376082Sbmah	</listitem>
55476082Sbmah        <listitem>
55576082Sbmah	  <para>Boca IOAT66 6-Port serial card (Modems supported)</para>
55676082Sbmah	</listitem>
55776082Sbmah        <listitem>
55876082Sbmah	  <para>Boca BB1008 8-Port serial card (Modems
55976082Sbmah	  <emphasis>not</emphasis> supported)</para>
56076082Sbmah	</listitem>
56176082Sbmah        <listitem>
56276082Sbmah	  <para>Boca BB2016 16-Port serial card (Modems supported)</para>
56376082Sbmah	</listitem>
56476082Sbmah      </itemizedlist>
56576082Sbmah    </para>
56676082Sbmah
567102046Sbmah    <para arch="i386,alpha">Comtrol Rocketport card (&man.rp.4; driver)</para>
56876082Sbmah
569102046Sbmah    <para arch="i386">Cyclades Cyclom-Y serial board (&man.cy.4; driver)</para>
57076082Sbmah
57187993Sbmah    <para arch="i386">STB 4 port card using shared IRQ</para>
57276082Sbmah
573123265Sbmah    <para arch="i386">DigiBoard intelligent serial cards (digi driver)
57476082Sbmah    </para>
57576082Sbmah
576123011Speter    <para arch="i386,ia64,amd64">PCI-Based multi-port serial boards (&man.puc.4;
57790739Sbmah    driver)
57890739Sbmah      <itemizedlist>
579123011Speter	<listitem arch="i386,amd64">
580113567Sbmah	  <para>Actiontech 56K PCI</para>
58191898Sbmah	</listitem>
582123011Speter        <listitem arch="i386,amd64">
583113567Sbmah	  <para>Avlab Technology, PCI IO 2S and PCI IO 4S</para>
58490739Sbmah	</listitem>
585123011Speter	<listitem arch="i386,amd64">
586113567Sbmah	  <para>Comtrol RocketPort 550</para>
587113567Sbmah	</listitem>
588123011Speter	<listitem arch="i386,amd64">
589113567Sbmah	  <para>Decision Computers PCCOM 4-port serial and dual port RS232/422/485</para>
590113567Sbmah	</listitem>
591115240Sbmah	<listitem arch="ia64">
592115240Sbmah	  <para>Diva Serial (GSP) Multiport UART (development branch only)</para>
593115240Sbmah	</listitem>
594123011Speter	<listitem arch="i386,amd64">
595113567Sbmah	  <para>Dolphin Peripherals 4025/4035/4036</para>
596113567Sbmah	</listitem>
597123011Speter	<listitem arch="i386,amd64">
598113567Sbmah	  <para>IC Book Labs Dreadnought 16x Lite and Pro</para>
599113567Sbmah	</listitem>
600123011Speter	<listitem arch="i386,amd64">
601113567Sbmah	  <para>Lava Computers 2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550</para>
602113567Sbmah	</listitem>
603123011Speter	<listitem arch="i386,amd64">
604113567Sbmah	  <para>Middle Digital, Weasle serial port</para>
605113567Sbmah	</listitem>
606123011Speter        <listitem arch="i386,amd64">
607113567Sbmah	  <para>Moxa Industio CP-114, Smartio C104H-PCI and C168H/PCI</para>
60890739Sbmah	</listitem>
609123011Speter	<listitem arch="i386,amd64">
610113567Sbmah	  <para>NEC PK-UG-X001 and PK-UG-X008</para>
611113567Sbmah	</listitem>
612123011Speter        <listitem arch="i386,amd64">
61390739Sbmah	  <para>Netmos NM9835 PCI-2S-550</para>
61490739Sbmah	</listitem>
615123011Speter	<listitem arch="i386,amd64">
616113567Sbmah	  <para>Oxford Semiconductor OX16PCI954 PCI UART</para>
617113567Sbmah	</listitem>
618123011Speter	<listitem arch="i386,amd64">
619113567Sbmah	  <para>Syba Tech SD-LAB PCI-4S2P-550-ECP</para>
620113567Sbmah	</listitem>
621123011Speter	<listitem arch="i386,amd64">
622113567Sbmah	  <para>SIIG Cyber I/O PCI 16C550/16C650/16C850</para>
623113567Sbmah	</listitem>
624123011Speter	<listitem arch="i386,amd64">
625113567Sbmah	  <para>SIIG Cyber 2P1S PCI 16C550/16C650/16C850</para>
626113567Sbmah	</listitem>
627123011Speter	<listitem arch="i386,amd64">
628113567Sbmah	  <para>SIIG Cyber 2S1P PCI 16C550/16C650/16C850</para>
629113567Sbmah	</listitem>
630123011Speter	<listitem arch="i386,amd64">
631113567Sbmah	  <para>SIIG Cyber 4S PCI 16C550/16C650/16C850</para>
632113567Sbmah	</listitem>
633123011Speter	<listitem arch="i386,amd64">
634113567Sbmah	  <para>SIIG Cyber Serial (Single and Dual) PCI 16C550/16C650/16C850</para>
635113567Sbmah	</listitem>
636123011Speter        <listitem arch="i386,amd64">
637113567Sbmah	  <para>Syba Tech Ltd. PCI-4S2P-550-ECP</para>
63895160Sbmah	</listitem>
639123011Speter	<listitem arch="i386,amd64">
640113567Sbmah	  <para>Titan PCI-200H and PCI-800H</para>
64191178Sbmah	</listitem>
642123011Speter	<listitem arch="i386,amd64">
643113567Sbmah	  <para>US Robotics (3Com) 3CP5609 modem</para>
644113567Sbmah	</listitem>
645123011Speter	<listitem arch="i386,amd64">
646113567Sbmah	  <para>VScom PCI-400 and PCI-800</para>
647113567Sbmah	</listitem>
64890739Sbmah      </itemizedlist>
64990739Sbmah    </para>
65090739Sbmah
651143783Sbrueffer    &hwlist.rc;
65276082Sbmah
653143783Sbrueffer    &hwlist.sr;
654143783Sbrueffer
655123011Speter    <para arch="i386,amd64">Specialix SI/XIO/SX multiport serial cards, with both the
65676082Sbmah    older SIHOST2.x and the new <quote>enhanced</quote> (transputer
65776082Sbmah    based, aka JET) host cards (ISA, EISA and PCI are supported)
65876082Sbmah    (&man.si.4; driver)</para>
65976082Sbmah
66097677Snyan    <para arch="pc98">Internel serial interfaces (&man.sio.4; driver)
66197677Snyan      <itemizedlist>
66297677Snyan        <listitem>
66397677Snyan	  <para>PC-9801 on-board</para>
66497677Snyan	</listitem>
66597677Snyan        <listitem>
66697677Snyan	  <para>PC-9821 2'nd CCU (flags 0x12000000)</para>
66797677Snyan	</listitem>
66897677Snyan      </itemizedlist>
66997677Snyan    </para>
67097677Snyan
67197677Snyan    <para arch="pc98">NEC PC-9861K, PC-9801-101 and Midori-Denshi MDC-926Rs (&man.sio.4; driver)
67297677Snyan      <itemizedlist>
67397677Snyan        <listitem>
67497677Snyan	  <para>COM2 (flags 0x01000000)</para>
67597677Snyan	</listitem>
67697677Snyan        <listitem>
67797677Snyan	  <para>COM3 (flags 0x02000000)</para>
67897677Snyan	</listitem>
67997677Snyan      </itemizedlist>
68097677Snyan    </para>
68197677Snyan
68297677Snyan    <para arch="pc98">NEC PC-9801-120 (&man.sio.4; driver)</para>
68397677Snyan      <note arch="pc98">
68497677Snyan        <para>"flags 0x11000000" is necessary in kernel configuration.</para>
68597677Snyan      </note>
68697677Snyan
68797677Snyan    <para arch="pc98">Microcore MC-16550, MC-16550II, MC-RS98 (&man.sio.4; driver)</para>
68897677Snyan      <note arch="pc98">
68997677Snyan        <para>"flags 0x14000?01" is necessary in kernel configuration.</para>
69097677Snyan      </note>
69197677Snyan
69297677Snyan    <para arch="pc98">Media Intelligent RSB-2000, RSB-3000 and AIWA B98-02 (&man.sio.4; driver)</para>
69397677Snyan      <note arch="pc98">
69497677Snyan        <para>"flags 0x15000?01" is necessary in kernel configuration.</para>
69597677Snyan      </note>
69697677Snyan
69797677Snyan    <para arch="pc98">Media Intelligent RSB-384 (&man.sio.4; driver)</para>
69897677Snyan      <note arch="pc98">
69997677Snyan        <para>"flags 0x16000001" is necessary in kernel configuration.</para>
70097677Snyan      </note>
70197677Snyan
70297677Snyan    <para arch="pc98">I-O DATA RSA-98III (&man.sio.4; driver)</para>
70397677Snyan      <note arch="pc98">
70497677Snyan        <para>"flags 0x18000?01" is necessary in kernel configuration.</para>
70597677Snyan      </note>
70697677Snyan
70797677Snyan    <para arch="pc98">Hayes ESP98 (&man.sio.4; driver)</para>
70897677Snyan      <note arch="pc98">
70997677Snyan        <para>"options COM_ESP" and "flags 0x19000000" are necessary in kernel configuration.</para>
71097677Snyan      </note>
71197677Snyan
71276082Sbmah  </sect2>
713146493Sbrueffer  <sect2 id="sound">
714146493Sbrueffer    <title>Sound Devices</title>
715109747Sbmah
716146493Sbrueffer    &hwlist.sound;
717146493Sbrueffer
718134414Ssimon    &hwlist.snd.ad1816;
719134414Ssimon
720146494Sbrueffer    &hwlist.snd.als4000;
721109747Sbmah
722146494Sbrueffer    &hwlist.snd.audiocs;
723146494Sbrueffer
724134414Ssimon    &hwlist.snd.cmi;
725109747Sbmah
726146494Sbrueffer    &hwlist.snd.cs4281;
727146494Sbrueffer
728135083Ssimon    &hwlist.snd.csa;
729109747Sbmah
730146494Sbrueffer    &hwlist.snd.ds1;
731146494Sbrueffer
732146494Sbrueffer    &hwlist.snd.emu10k1;
733146494Sbrueffer
734134414Ssimon    &hwlist.snd.es137x;
735109747Sbmah
736135533Ssimon    &hwlist.snd.ess;
737135533Ssimon
738146494Sbrueffer    &hwlist.snd.fm801;
739138850Ssimon
740146494Sbrueffer    &hwlist.snd.gusc;
741138850Ssimon
742146494Sbrueffer    &hwlist.snd.ich;
743109747Sbmah
744146494Sbrueffer    &hwlist.snd.maestro;
745144942Sbrueffer
746146494Sbrueffer    &hwlist.snd.maestro3;
747109747Sbmah
748142583Ssimon    &hwlist.snd.neomagic;
749109747Sbmah
750146494Sbrueffer    &hwlist.snd.sbc;
751109747Sbmah
752146494Sbrueffer    &hwlist.snd.solo;
753109745Sbmah
754144942Sbrueffer    &hwlist.snd.via8233;
755144942Sbrueffer
756143338Ssimon    &hwlist.snd.via82c686;
757109747Sbmah
758146494Sbrueffer    &hwlist.snd.vibes;
759109747Sbmah
76097677Snyan    <para arch="pc98">NEC PC-9801-73, 86 and compatibles (nss driver)
76197677Snyan      <itemizedlist>
76297677Snyan        <listitem>
76397677Snyan          <para>NEC A-MATE internal sound</para>
76497677Snyan        </listitem>
76597677Snyan        <listitem>
76697677Snyan          <para>Q-Vision WaveStar, WaveMaster</para>
76797677Snyan        </listitem>
76897677Snyan      </itemizedlist>
76997677Snyan    </para>
770109747Sbmah
77197677Snyan    <para arch="pc98">NEC X-MATE, CanBe, ValueStar internal (mss driver)</para>
772109747Sbmah
77397677Snyan    <para arch="pc98">Creative Technologies SoundBlaster(98) (&man.sb.4;
77497677Snyan    driver)</para>
775109747Sbmah
77697677Snyan    <para arch="pc98">I-O DATA CD-BOX (&man.sb.4; driver)</para>
777109747Sbmah
77897677Snyan    <para arch="pc98">MPU-401 and compatible interfaces (mpu driver)
77997677Snyan      <itemizedlist>
78097677Snyan        <listitem>
78197677Snyan          <para>Q-Vision WaveStar</para>
78297677Snyan        </listitem>
78397677Snyan      </itemizedlist>
78497677Snyan    </para>
785115285Shrs  </sect2>
786109743Sbmah
787133458Ssimon  <sect2 id="camera">
78876082Sbmah    <title>Camera and Video Capture Devices</title>
789139404Sbrueffer
790139404Sbrueffer    &hwlist.bktr;
791139404Sbrueffer
79287993Sbmah    <para arch="i386">Connectix QuickCam</para>
79376082Sbmah  </sect2>
79476082Sbmah
79576082Sbmah  <sect2 id="usb">
79676082Sbmah    <title>USB Devices</title>
79776082Sbmah
798123011Speter    <para arch="alpha,i386,pc98,amd64">A range of USB peripherals are supported; devices known to
79976082Sbmah    work are listed in this section.  Owing to the
80076082Sbmah    generic nature of most USB devices, with some exceptions any
80176082Sbmah    device of a given class will be supported, even if not explicitly
80276082Sbmah    listed here.</para>
80376082Sbmah
804123011Speter    <note arch="alpha,i386,pc98,amd64">
80576082Sbmah      <para>USB Ethernet adapters can be found in the section listing <link
80676082Sbmah      linkend="ethernet">Ethernet interfaces</link>.</para>
80776082Sbmah    </note>
80876082Sbmah
809123011Speter    <note arch="alpha,i386,pc98,amd64">
810107425Sbmah      <para>USB Bluetooth adapters can be found in <link
811107425Sbmah      linkend="bluetooth">Bluetooth</link> section.</para>
812107425Sbmah    </note>
813107425Sbmah
814133343Ssimon    &hwlist.ohci;
815113709Sbmah
816134830Ssimon    &hwlist.uhci;
817123183Sbmah
818123011Speter    <para arch="i386,ia64,pc98,amd64">USB 2.0 controllers using the EHCI
819115166Sblackend      interface (&man.ehci.4; driver)</para>
820113709Sbmah
821123011Speter    <para arch="i386,pc98,alpha,amd64">Hubs
82276082Sbmah    </para>
823123011Speter    <para arch="i386,pc98,alpha,amd64">Keyboards (&man.ukbd.4; driver)
82476082Sbmah    </para>
825123011Speter    <para arch="i386,pc98,amd64">Miscellaneous
82676082Sbmah      <itemizedlist>
82776082Sbmah        <listitem>
828116409Shrs	  <para>Assist Computer Systems PC Camera C-M1</para>
829116409Shrs	</listitem>
830116409Shrs        <listitem>
83176082Sbmah	  <para>ActiveWire I/O Board</para>
83276082Sbmah	</listitem>
83376597Sbmah        <listitem>
834116409Shrs	  <para>Creative Technology Video Blaster WebCam Plus</para>
835116409Shrs	</listitem>
83691715Sbmah	<listitem>
837122262Sbmah	  <para>D-Link DSB-R100 USB Radio (&man.ufm.4; driver)</para>
83891715Sbmah	</listitem>
839116409Shrs        <listitem>
840116409Shrs	  <para>Mirunet AlphaCam Plus</para>
841116409Shrs	</listitem>
84276082Sbmah      </itemizedlist>
84376082Sbmah    </para>
844134047Ssimon
845135830Ssimon    &hwlist.urio;
846135830Ssimon
847134047Ssimon    &hwlist.umodem;
848134047Ssimon
849123011Speter    <para arch="i386,pc98,alpha,amd64">Mice (&man.ums.4; driver)
85076082Sbmah    </para>
851134047Ssimon
852135830Ssimon    &hwlist.ulpt;
853135830Ssimon
854135111Ssimon    &hwlist.ubsa;
855135111Ssimon
856135111Ssimon    &hwlist.ubser;
857135111Ssimon
858135111Ssimon    &hwlist.uftdi;
859135111Ssimon
860135111Ssimon    &hwlist.uplcom;
861135111Ssimon
862135830Ssimon    &hwlist.umct;
863135830Ssimon
864134047Ssimon    &hwlist.uscanner;
865134047Ssimon
866138985Sbrueffer    &hwlist.umass;
86776082Sbmah
868123172Sbmah    <para arch="i386,pc98,amd64">Audio Devices (&man.uaudio.4; driver)
869115285Shrs    </para>
870115285Shrs
871135114Ssimon    &hwlist.uvisor;
872135114Ssimon
873102323Sbmah </sect2>
874102323Sbmah
875106558Sbmah  <sect2 id="firewire">
876106558Sbmah    <title>IEEE 1394 (Firewire) Devices</title>
877106558Sbmah
878135121Ssimon    &hwlist.fwohci;
879106558Sbmah
880123183Sbmah    <para arch="i386,sparc64,amd64">Serial Bus Protocol 2 (SBP-2)
881123183Sbmah      storage devices (&man.sbp.4; driver)</para>
882106558Sbmah
883106558Sbmah  </sect2>
884106558Sbmah
885107425Sbmah  <sect2 id="bluetooth">
886107425Sbmah    <title>Bluetooth Devices</title>
887107425Sbmah
888138983Ssimon    &hwlist.ng.bt3c;
889107425Sbmah
890135144Sbrueffer    &hwlist.ng.ubt;
891107425Sbmah
892107425Sbmah  </sect2>
893107425Sbmah
894133458Ssimon  <sect2 id="crypto-accel">
895104526Sbmah    <title>Cryptographic Accelerators</title>
896104526Sbmah
897135121Ssimon    &hwlist.hifn;
898104526Sbmah
899135121Ssimon    &hwlist.safe;
900121834Sbmah
901135121Ssimon    &hwlist.ubsec;
902104526Sbmah  </sect2>
903104526Sbmah
904133458Ssimon  <sect2 id="misc">
90576082Sbmah    <title>Miscellaneous</title>
90676082Sbmah
907123011Speter    <para arch="i386,pc98,amd64">FAX-Modem/PCCARD
90876082Sbmah      <itemizedlist>
90976082Sbmah        <listitem>
910115373Shrs	  <para>MELCO IGM-PCM56K/IGM-PCM56KH</para>
91176082Sbmah	</listitem>
91276082Sbmah        <listitem>
91376082Sbmah	  <para>Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal)</para>
91476082Sbmah	</listitem>
91576082Sbmah      </itemizedlist>
91676082Sbmah    </para>
91776082Sbmah
918123011Speter    <para arch="i386,pc98,alpha,amd64">Floppy drives (&man.fdc.4; driver)</para>
919114865Sbmah
920122838Sbmah    <para arch="i386,alpha,ia64,amd64">VGA-compatible video cards
921114865Sbmah      (&man.vga.4; driver)
922114865Sbmah
923114865Sbmah      <note>
924114865Sbmah	<para>Information regarding specific video cards and
925139482Sbrueffer	  compatibility with <application>Xorg</application> can be
926114865Sbmah	  found at <ulink
927139482Sbrueffer	  url="http://www.x.org/"></ulink>.</para>
928114865Sbmah      </note>
929114865Sbmah
930114865Sbmah      </para>
931114865Sbmah
932123011Speter    <para arch="i386,pc98,alpha,ia64,amd64">Keyboards including:
93376082Sbmah      <itemizedlist>
93487993Sbmah        <listitem arch="i386,alpha">
935114865Sbmah	  <para>AT-style keyboards (&man.atkbd.4; driver)</para>
93676082Sbmah	</listitem>
937122838Sbmah        <listitem arch="i386,alpha,ia64,amd64">
938114865Sbmah	  <para>PS/2 keyboards (&man.atkbd.4; driver)</para>
93976082Sbmah	</listitem>
94097677Snyan        <listitem arch="pc98">
94197677Snyan	  <para>Standard keyboards</para>
94297677Snyan	</listitem>
943123011Speter        <listitem arch="i386,pc98,alpha,amd64">
944123184Sbmah	  <para>USB keyboards (&man.ukbd.4; driver)</para>
94576082Sbmah	</listitem>
94676082Sbmah      </itemizedlist>
94776082Sbmah    </para>
948123265Sbmah
949123011Speter    <para arch="i386,pc98,alpha,ia64,amd64">Pointing devices including:
95076082Sbmah      <itemizedlist>
951123011Speter        <listitem arch="i386,pc98,amd64">
952114865Sbmah	  <para>Bus mice and compatible devices (&man.mse.4; driver)</para>
95376082Sbmah	</listitem>
954122838Sbmah        <listitem arch="i386,alpha,ia64,amd64">
955114865Sbmah	  <para>PS/2 mice and compatible devices, including many laptop
956114865Sbmah	    pointing devices (&man.psm.4; driver)</para>
95776082Sbmah	</listitem>
95876082Sbmah        <listitem>
959114865Sbmah	  <para>Serial mice and compatible devices</para>
96076082Sbmah	</listitem>
961123011Speter        <listitem arch="i386,pc98,alpha,amd64">
962123184Sbmah	  <para>USB mice (&man.ums.4; driver)</para>
96376082Sbmah	</listitem>
96476082Sbmah      </itemizedlist>
965114865Sbmah
966114865Sbmah      <note>
967114865Sbmah	<para>&man.moused.8; has more information on using pointing
968114865Sbmah	  devices with &os;.  Information on using pointing devices
969139482Sbrueffer	  with <application>Xorg</application> can be found at
970139482Sbrueffer	  <ulink url="http://www.x.org/"></ulink>.</para>
971114865Sbmah      </note>
97276082Sbmah    </para>
97376082Sbmah
974123011Speter    <para arch="i386,alpha,amd64"><quote>PC standard</quote> parallel ports (&man.ppc.4; driver)</para>
975102047Sbmah    <para arch="pc98"><quote>PC-9821 standard</quote> parallel ports (&man.ppc.4; driver)</para>
97676082Sbmah
977123011Speter    <para arch="i386,amd64">PC-compatible joysticks (&man.joy.4; driver)</para>
97876082Sbmah
979135129Sbrueffer    <para arch="pc98">Joystick port of SoundBlaster(98) (&man.joy.4;
980109743Sbmah    driver)</para>
981109743Sbmah
98297677Snyan    <para arch="i386,pc98">PHS Data Communication Card/PCCARD
98376082Sbmah      <itemizedlist>
98476082Sbmah        <listitem>
98576082Sbmah	  <para>NTT DoCoMo P-in Comp@ct</para>
98676082Sbmah	</listitem>
98776082Sbmah        <listitem>
98876082Sbmah	  <para>Panasonic KX-PH405</para>
98976082Sbmah	</listitem>
99076082Sbmah        <listitem>
99176082Sbmah	  <para>SII MC-P200</para>
99276082Sbmah	</listitem>
99376082Sbmah      </itemizedlist>
99476082Sbmah    </para>
99576082Sbmah
99686896Sbmah    <para arch="i386">Xilinx XC6200-based reconfigurable hardware cards compatible
99776082Sbmah    with the HOT1 from <ulink url="http://www.vcc.com/">Virtual
99876560Sbmah    Computers</ulink> (xrpu driver).</para>
99997677Snyan
100097677Snyan    <para arch="pc98">Power Management Controller of NEC PC-98 Note (pmc
100197677Snyan    driver)</para>
100297677Snyan
1003108467Sjake    <para arch="sparc64">OpenFirmware console (ofwcons driver)</para>
1004108467Sjake
100576082Sbmah  </sect2>
100676082Sbmah</sect1>
1007