article.xml revision 146397
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 146397 2005-05-19 15:01:44Z 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>
713133458Ssimon  <sect2 id="audio">
71476082Sbmah    <title>Audio Devices</title>
715109747Sbmah
716134414Ssimon    &hwlist.snd.ad1816;
717134414Ssimon    &hwlist.snd.cs4281;
718134414Ssimon    &hwlist.snd.solo;
719134414Ssimon
720142347Sbrueffer    &hwlist.snd.sbc;
721109747Sbmah
722134414Ssimon    &hwlist.snd.cmi;
723109747Sbmah
724135083Ssimon    &hwlist.snd.csa;
725109747Sbmah
726134414Ssimon    &hwlist.snd.es137x;
727109747Sbmah
728135533Ssimon    &hwlist.snd.ess;
729135533Ssimon
730138850Ssimon    &hwlist.snd.maestro;
731138850Ssimon
732138850Ssimon    &hwlist.snd.maestro3;
733138850Ssimon
734144942Sbrueffer    &hwlist.snd.als4000;
735109747Sbmah
736144942Sbrueffer    &hwlist.snd.fm801;
737144942Sbrueffer
738135083Ssimon    &hwlist.snd.gusc;
739109747Sbmah
740123011Speter    <para arch="i386,amd64">Intel 443MX, 810, 815, and 815E integrated sound
74179133Sdd    devices (&man.pcm.4; driver)</para>
742109747Sbmah
743123011Speter    <para arch="i386,alpha,amd64">MSS/WSS Compatible DSPs (&man.pcm.4; driver)</para>
744109747Sbmah
745142583Ssimon    &hwlist.snd.neomagic;
746109747Sbmah
747123011Speter    <para arch="i386,amd64">OPTi 931/82C931 (&man.pcm.4; driver)</para>
748109747Sbmah
749143338Ssimon    &hwlist.snd.vibes;
750109747Sbmah
751134414Ssimon    &hwlist.snd.emu10k1;
752109745Sbmah
753123011Speter    <para arch="i386,amd64">Trident 4DWave DX/NX (&man.pcm.4; driver)</para>
754109747Sbmah
755144942Sbrueffer    &hwlist.snd.via8233;
756144942Sbrueffer
757143338Ssimon    &hwlist.snd.via82c686;
758109747Sbmah
759134414Ssimon    &hwlist.snd.ds1;
760109747Sbmah
761138133Ssimon    &hwlist.snd.ich;
762138133Ssimon
763138846Ssimon    &hwlist.snd.audiocs;
764138846Ssimon
76597677Snyan    <para arch="pc98">NEC PC-9801-73, 86 and compatibles (nss driver)
76697677Snyan      <itemizedlist>
76797677Snyan        <listitem>
76897677Snyan          <para>NEC A-MATE internal sound</para>
76997677Snyan        </listitem>
77097677Snyan        <listitem>
77197677Snyan          <para>Q-Vision WaveStar, WaveMaster</para>
77297677Snyan        </listitem>
77397677Snyan      </itemizedlist>
77497677Snyan    </para>
775109747Sbmah
77697677Snyan    <para arch="pc98">NEC X-MATE, CanBe, ValueStar internal (mss driver)</para>
777109747Sbmah
77897677Snyan    <para arch="pc98">Creative Technologies SoundBlaster(98) (&man.sb.4;
77997677Snyan    driver)</para>
780109747Sbmah
78197677Snyan    <para arch="pc98">I-O DATA CD-BOX (&man.sb.4; driver)</para>
782109747Sbmah
78397677Snyan    <para arch="pc98">MPU-401 and compatible interfaces (mpu driver)
78497677Snyan      <itemizedlist>
78597677Snyan        <listitem>
78697677Snyan          <para>Q-Vision WaveStar</para>
78797677Snyan        </listitem>
78897677Snyan      </itemizedlist>
78997677Snyan    </para>
790115285Shrs  </sect2>
791109743Sbmah
792133458Ssimon  <sect2 id="camera">
79376082Sbmah    <title>Camera and Video Capture Devices</title>
794139404Sbrueffer
795139404Sbrueffer    &hwlist.bktr;
796139404Sbrueffer
79787993Sbmah    <para arch="i386">Connectix QuickCam</para>
79876082Sbmah  </sect2>
79976082Sbmah
80076082Sbmah  <sect2 id="usb">
80176082Sbmah    <title>USB Devices</title>
80276082Sbmah
803123011Speter    <para arch="alpha,i386,pc98,amd64">A range of USB peripherals are supported; devices known to
80476082Sbmah    work are listed in this section.  Owing to the
80576082Sbmah    generic nature of most USB devices, with some exceptions any
80676082Sbmah    device of a given class will be supported, even if not explicitly
80776082Sbmah    listed here.</para>
80876082Sbmah
809123011Speter    <note arch="alpha,i386,pc98,amd64">
81076082Sbmah      <para>USB Ethernet adapters can be found in the section listing <link
81176082Sbmah      linkend="ethernet">Ethernet interfaces</link>.</para>
81276082Sbmah    </note>
81376082Sbmah
814123011Speter    <note arch="alpha,i386,pc98,amd64">
815107425Sbmah      <para>USB Bluetooth adapters can be found in <link
816107425Sbmah      linkend="bluetooth">Bluetooth</link> section.</para>
817107425Sbmah    </note>
818107425Sbmah
819133343Ssimon    &hwlist.ohci;
820113709Sbmah
821134830Ssimon    &hwlist.uhci;
822123183Sbmah
823123011Speter    <para arch="i386,ia64,pc98,amd64">USB 2.0 controllers using the EHCI
824115166Sblackend      interface (&man.ehci.4; driver)</para>
825113709Sbmah
826123011Speter    <para arch="i386,pc98,alpha,amd64">Hubs
82776082Sbmah    </para>
828123011Speter    <para arch="i386,pc98,alpha,amd64">Keyboards (&man.ukbd.4; driver)
82976082Sbmah    </para>
830123011Speter    <para arch="i386,pc98,amd64">Miscellaneous
83176082Sbmah      <itemizedlist>
83276082Sbmah        <listitem>
833116409Shrs	  <para>Assist Computer Systems PC Camera C-M1</para>
834116409Shrs	</listitem>
835116409Shrs        <listitem>
83676082Sbmah	  <para>ActiveWire I/O Board</para>
83776082Sbmah	</listitem>
83876597Sbmah        <listitem>
839116409Shrs	  <para>Creative Technology Video Blaster WebCam Plus</para>
840116409Shrs	</listitem>
84191715Sbmah	<listitem>
842122262Sbmah	  <para>D-Link DSB-R100 USB Radio (&man.ufm.4; driver)</para>
84391715Sbmah	</listitem>
844116409Shrs        <listitem>
845116409Shrs	  <para>Mirunet AlphaCam Plus</para>
846116409Shrs	</listitem>
84776082Sbmah      </itemizedlist>
84876082Sbmah    </para>
849134047Ssimon
850135830Ssimon    &hwlist.urio;
851135830Ssimon
852134047Ssimon    &hwlist.umodem;
853134047Ssimon
854123011Speter    <para arch="i386,pc98,alpha,amd64">Mice (&man.ums.4; driver)
85576082Sbmah    </para>
856134047Ssimon
857135830Ssimon    &hwlist.ulpt;
858135830Ssimon
859135111Ssimon    &hwlist.ubsa;
860135111Ssimon
861135111Ssimon    &hwlist.ubser;
862135111Ssimon
863135111Ssimon    &hwlist.uftdi;
864135111Ssimon
865135111Ssimon    &hwlist.uplcom;
866135111Ssimon
867135830Ssimon    &hwlist.umct;
868135830Ssimon
869134047Ssimon    &hwlist.uscanner;
870134047Ssimon
871138985Sbrueffer    &hwlist.umass;
87276082Sbmah
873123172Sbmah    <para arch="i386,pc98,amd64">Audio Devices (&man.uaudio.4; driver)
874115285Shrs    </para>
875115285Shrs
876135114Ssimon    &hwlist.uvisor;
877135114Ssimon
878102323Sbmah </sect2>
879102323Sbmah
880106558Sbmah  <sect2 id="firewire">
881106558Sbmah    <title>IEEE 1394 (Firewire) Devices</title>
882106558Sbmah
883135121Ssimon    &hwlist.fwohci;
884106558Sbmah
885123183Sbmah    <para arch="i386,sparc64,amd64">Serial Bus Protocol 2 (SBP-2)
886123183Sbmah      storage devices (&man.sbp.4; driver)</para>
887106558Sbmah
888106558Sbmah  </sect2>
889106558Sbmah
890107425Sbmah  <sect2 id="bluetooth">
891107425Sbmah    <title>Bluetooth Devices</title>
892107425Sbmah
893138983Ssimon    &hwlist.ng.bt3c;
894107425Sbmah
895135144Sbrueffer    &hwlist.ng.ubt;
896107425Sbmah
897107425Sbmah  </sect2>
898107425Sbmah
899133458Ssimon  <sect2 id="crypto-accel">
900104526Sbmah    <title>Cryptographic Accelerators</title>
901104526Sbmah
902135121Ssimon    &hwlist.hifn;
903104526Sbmah
904135121Ssimon    &hwlist.safe;
905121834Sbmah
906135121Ssimon    &hwlist.ubsec;
907104526Sbmah  </sect2>
908104526Sbmah
909133458Ssimon  <sect2 id="misc">
91076082Sbmah    <title>Miscellaneous</title>
91176082Sbmah
912123011Speter    <para arch="i386,pc98,amd64">FAX-Modem/PCCARD
91376082Sbmah      <itemizedlist>
91476082Sbmah        <listitem>
915115373Shrs	  <para>MELCO IGM-PCM56K/IGM-PCM56KH</para>
91676082Sbmah	</listitem>
91776082Sbmah        <listitem>
91876082Sbmah	  <para>Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal)</para>
91976082Sbmah	</listitem>
92076082Sbmah      </itemizedlist>
92176082Sbmah    </para>
92276082Sbmah
923123011Speter    <para arch="i386,pc98,alpha,amd64">Floppy drives (&man.fdc.4; driver)</para>
924114865Sbmah
925122838Sbmah    <para arch="i386,alpha,ia64,amd64">VGA-compatible video cards
926114865Sbmah      (&man.vga.4; driver)
927114865Sbmah
928114865Sbmah      <note>
929114865Sbmah	<para>Information regarding specific video cards and
930139482Sbrueffer	  compatibility with <application>Xorg</application> can be
931114865Sbmah	  found at <ulink
932139482Sbrueffer	  url="http://www.x.org/"></ulink>.</para>
933114865Sbmah      </note>
934114865Sbmah
935114865Sbmah      </para>
936114865Sbmah
937123011Speter    <para arch="i386,pc98,alpha,ia64,amd64">Keyboards including:
93876082Sbmah      <itemizedlist>
93987993Sbmah        <listitem arch="i386,alpha">
940114865Sbmah	  <para>AT-style keyboards (&man.atkbd.4; driver)</para>
94176082Sbmah	</listitem>
942122838Sbmah        <listitem arch="i386,alpha,ia64,amd64">
943114865Sbmah	  <para>PS/2 keyboards (&man.atkbd.4; driver)</para>
94476082Sbmah	</listitem>
94597677Snyan        <listitem arch="pc98">
94697677Snyan	  <para>Standard keyboards</para>
94797677Snyan	</listitem>
948123011Speter        <listitem arch="i386,pc98,alpha,amd64">
949123184Sbmah	  <para>USB keyboards (&man.ukbd.4; driver)</para>
95076082Sbmah	</listitem>
95176082Sbmah      </itemizedlist>
95276082Sbmah    </para>
953123265Sbmah
954123011Speter    <para arch="i386,pc98,alpha,ia64,amd64">Pointing devices including:
95576082Sbmah      <itemizedlist>
956123011Speter        <listitem arch="i386,pc98,amd64">
957114865Sbmah	  <para>Bus mice and compatible devices (&man.mse.4; driver)</para>
95876082Sbmah	</listitem>
959122838Sbmah        <listitem arch="i386,alpha,ia64,amd64">
960114865Sbmah	  <para>PS/2 mice and compatible devices, including many laptop
961114865Sbmah	    pointing devices (&man.psm.4; driver)</para>
96276082Sbmah	</listitem>
96376082Sbmah        <listitem>
964114865Sbmah	  <para>Serial mice and compatible devices</para>
96576082Sbmah	</listitem>
966123011Speter        <listitem arch="i386,pc98,alpha,amd64">
967123184Sbmah	  <para>USB mice (&man.ums.4; driver)</para>
96876082Sbmah	</listitem>
96976082Sbmah      </itemizedlist>
970114865Sbmah
971114865Sbmah      <note>
972114865Sbmah	<para>&man.moused.8; has more information on using pointing
973114865Sbmah	  devices with &os;.  Information on using pointing devices
974139482Sbrueffer	  with <application>Xorg</application> can be found at
975139482Sbrueffer	  <ulink url="http://www.x.org/"></ulink>.</para>
976114865Sbmah      </note>
97776082Sbmah    </para>
97876082Sbmah
979123011Speter    <para arch="i386,alpha,amd64"><quote>PC standard</quote> parallel ports (&man.ppc.4; driver)</para>
980102047Sbmah    <para arch="pc98"><quote>PC-9821 standard</quote> parallel ports (&man.ppc.4; driver)</para>
98176082Sbmah
982123011Speter    <para arch="i386,amd64">PC-compatible joysticks (&man.joy.4; driver)</para>
98376082Sbmah
984135129Sbrueffer    <para arch="pc98">Joystick port of SoundBlaster(98) (&man.joy.4;
985109743Sbmah    driver)</para>
986109743Sbmah
98797677Snyan    <para arch="i386,pc98">PHS Data Communication Card/PCCARD
98876082Sbmah      <itemizedlist>
98976082Sbmah        <listitem>
99076082Sbmah	  <para>NTT DoCoMo P-in Comp@ct</para>
99176082Sbmah	</listitem>
99276082Sbmah        <listitem>
99376082Sbmah	  <para>Panasonic KX-PH405</para>
99476082Sbmah	</listitem>
99576082Sbmah        <listitem>
99676082Sbmah	  <para>SII MC-P200</para>
99776082Sbmah	</listitem>
99876082Sbmah      </itemizedlist>
99976082Sbmah    </para>
100076082Sbmah
100186896Sbmah    <para arch="i386">Xilinx XC6200-based reconfigurable hardware cards compatible
100276082Sbmah    with the HOT1 from <ulink url="http://www.vcc.com/">Virtual
100376560Sbmah    Computers</ulink> (xrpu driver).</para>
100497677Snyan
100597677Snyan    <para arch="pc98">Power Management Controller of NEC PC-98 Note (pmc
100697677Snyan    driver)</para>
100797677Snyan
1008108467Sjake    <para arch="sparc64">OpenFirmware console (ofwcons driver)</para>
1009108467Sjake
101076082Sbmah  </sect2>
101176082Sbmah</sect1>
1012