Sat Jan 3 17:44:20 2009 UTC ()
remove siisata and esl. (KIYOHARA Takashi)


(christos)
diff -r1.68 -r1.69 src/share/man/man4/audio.4
diff -r1.19 -r1.20 src/share/man/man4/opl.4
diff -r1.89 -r1.90 src/share/man/man4/pci.4
diff -r1.34 -r1.35 src/share/man/man4/pcmcia.4

cvs diff -r1.68 -r1.69 src/share/man/man4/audio.4 (expand / switch to unified diff)

--- src/share/man/man4/audio.4 2008/04/30 13:10:53 1.68
+++ src/share/man/man4/audio.4 2009/01/03 17:44:20 1.69
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: audio.4,v 1.68 2008/04/30 13:10:53 martin Exp $ 1.\" $NetBSD: audio.4,v 1.69 2009/01/03 17:44:20 christos Exp $
2.\" 2.\"
3.\" Copyright (c) 1996 The NetBSD Foundation, Inc. 3.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by John T. Kohl. 7.\" by John T. Kohl.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -17,27 +17,27 @@ @@ -17,27 +17,27 @@
17.\" 17.\"
18.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 18.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 21.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE. 28.\" POSSIBILITY OF SUCH DAMAGE.
29.\" 29.\"
30.Dd June 11, 2007 30.Dd January 3, 2009
31.Dt AUDIO 4 31.Dt AUDIO 4
32.Os 32.Os
33.Sh NAME 33.Sh NAME
34.Nm audio 34.Nm audio
35.Nd device-independent audio driver layer 35.Nd device-independent audio driver layer
36.Sh SYNOPSIS 36.Sh SYNOPSIS
37.In sys/audioio.h 37.In sys/audioio.h
38.Sh DESCRIPTION 38.Sh DESCRIPTION
39The 39The
40.Nm 40.Nm
41driver provides support for various audio peripherals. 41driver provides support for various audio peripherals.
42It provides a uniform programming interface layer above different 42It provides a uniform programming interface layer above different
43underlying audio hardware drivers. 43underlying audio hardware drivers.
@@ -695,24 +695,22 @@ string values. @@ -695,24 +695,22 @@ string values.
695.Xr azalia 4 , 695.Xr azalia 4 ,
696.Xr clcs 4 , 696.Xr clcs 4 ,
697.Xr clct 4 , 697.Xr clct 4 ,
698.Xr cmpci 4 , 698.Xr cmpci 4 ,
699.Xr eap 4 , 699.Xr eap 4 ,
700.Xr emuxki 4 , 700.Xr emuxki 4 ,
701.Xr esa 4 , 701.Xr esa 4 ,
702.Xr esm 4 , 702.Xr esm 4 ,
703.Xr eso 4 , 703.Xr eso 4 ,
704.Xr fms 4 , 704.Xr fms 4 ,
705.Xr neo 4 , 705.Xr neo 4 ,
706.Xr sv 4 , 706.Xr sv 4 ,
707.Xr yds 4 707.Xr yds 4
708.Ss PCMCIA 
709.Xr esl 4 
710.Ss TURBOchannel 708.Ss TURBOchannel
711.Xr bba 4 709.Xr bba 4
712.Ss USB 710.Ss USB
713.Xr uaudio 4 711.Xr uaudio 4
714.Sh BUGS 712.Sh BUGS
715If the device is used in 713If the device is used in
716.Xr mmap 2 714.Xr mmap 2
717it is currently always mapped for writing (playing) due to 715it is currently always mapped for writing (playing) due to
718VM system weirdness. 716VM system weirdness.

cvs diff -r1.19 -r1.20 src/share/man/man4/opl.4 (expand / switch to unified diff)

--- src/share/man/man4/opl.4 2008/04/30 13:10:54 1.19
+++ src/share/man/man4/opl.4 2009/01/03 17:44:20 1.20
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: opl.4,v 1.19 2008/04/30 13:10:54 martin Exp $ 1.\" $NetBSD: opl.4,v 1.20 2009/01/03 17:44:20 christos Exp $
2.\" 2.\"
3.\" Copyright (c) 1999 The NetBSD Foundation, Inc. 3.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Lennart Augustsson. 7.\" by Lennart Augustsson.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -17,35 +17,34 @@ @@ -17,35 +17,34 @@
17.\" 17.\"
18.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 18.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 21.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE. 28.\" POSSIBILITY OF SUCH DAMAGE.
29.\" 29.\"
30.Dd October 7, 2006 30.Dd January 3, 2009
31.Dt OPL 4 31.Dt OPL 4
32.Os 32.Os
33.Sh NAME 33.Sh NAME
34.Nm opl 34.Nm opl
35.Nd Yamaha OPL2 and OPL3 FM MIDI synthesizer driver 35.Nd Yamaha OPL2 and OPL3 FM MIDI synthesizer driver
36.Sh SYNOPSIS 36.Sh SYNOPSIS
37.Cd "opl* at cmpci? flags 1" 37.Cd "opl* at cmpci? flags 1"
38.Cd "opl* at esl?" 
39.Cd "opl* at eso?" 38.Cd "opl* at eso?"
40.Cd "opl* at ess?" 39.Cd "opl* at ess?"
41.Cd "opl* at fms?" 40.Cd "opl* at fms?"
42.Cd "opl0 at isa? port 0x388" 41.Cd "opl0 at isa? port 0x388"
43.Cd "opl* at sb?" 42.Cd "opl* at sb?"
44.Cd "opl* at sv?" 43.Cd "opl* at sv?"
45.Cd "opl* at wss?" 44.Cd "opl* at wss?"
46.Cd "opl* at yds?" 45.Cd "opl* at yds?"
47.Cd "opl* at ym?" 46.Cd "opl* at ym?"
48.Cd "midi* at opl?" 47.Cd "midi* at opl?"
49.Sh DESCRIPTION 48.Sh DESCRIPTION
50The 49The
51.Nm 50.Nm
@@ -58,27 +57,26 @@ Access to the device is through the MIDI @@ -58,27 +57,26 @@ Access to the device is through the MIDI
58The 57The
59.Nm 58.Nm
60driver usually attaches to a sound card, but it can also sit 59driver usually attaches to a sound card, but it can also sit
61directly on the ISA bus. 60directly on the ISA bus.
62.Pp 61.Pp
63If 62If
64.Dq flags 1 63.Dq flags 1
65is specified, the 64is specified, the
66.Nm 65.Nm
67driver handles left and right channels of OPL3 swapped. 66driver handles left and right channels of OPL3 swapped.
68Use this flag if your device has such problem. 67Use this flag if your device has such problem.
69.Sh SEE ALSO 68.Sh SEE ALSO
70.Xr cmpci 4 , 69.Xr cmpci 4 ,
71.Xr esl 4 , 
72.Xr eso 4 , 70.Xr eso 4 ,
73.Xr ess 4 , 71.Xr ess 4 ,
74.Xr fms 4 , 72.Xr fms 4 ,
75.Xr isa 4 , 73.Xr isa 4 ,
76.Xr midi 4 , 74.Xr midi 4 ,
77.Xr sb 4 , 75.Xr sb 4 ,
78.Xr sv 4 , 76.Xr sv 4 ,
79.Xr wss 4 , 77.Xr wss 4 ,
80.Xr yds 4 , 78.Xr yds 4 ,
81.Xr ym 4 79.Xr ym 4
82.Sh HISTORY 80.Sh HISTORY
83The 81The
84.Nm 82.Nm

cvs diff -r1.89 -r1.90 src/share/man/man4/pci.4 (expand / switch to unified diff)

--- src/share/man/man4/pci.4 2008/12/16 02:14:24 1.89
+++ src/share/man/man4/pci.4 2009/01/03 17:44:20 1.90
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: pci.4,v 1.89 2008/12/16 02:14:24 jakllsch Exp $ 1.\" $NetBSD: pci.4,v 1.90 2009/01/03 17:44:20 christos Exp $
2.\" 2.\"
3.\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved. 3.\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved.
4.\" Copyright (c) 1997 Jonathan Stone 4.\" Copyright (c) 1997 Jonathan Stone
5.\" All rights reserved. 5.\" All rights reserved.
6.\" 6.\"
7.\" Redistribution and use in source and binary forms, with or without 7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions 8.\" modification, are permitted provided that the following conditions
9.\" are met: 9.\" are met:
10.\" 1. Redistributions of source code must retain the above copyright 10.\" 1. Redistributions of source code must retain the above copyright
11.\" notice, this list of conditions and the following disclaimer. 11.\" notice, this list of conditions and the following disclaimer.
12.\" 2. Redistributions in binary form must reproduce the above copyright 12.\" 2. Redistributions in binary form must reproduce the above copyright
13.\" notice, this list of conditions and the following disclaimer in the 13.\" notice, this list of conditions and the following disclaimer in the
14.\" documentation and/or other materials provided with the distribution. 14.\" documentation and/or other materials provided with the distribution.
@@ -19,27 +19,27 @@ @@ -19,27 +19,27 @@
19.\" derived from this software without specific prior written permission 19.\" derived from this software without specific prior written permission
20.\" 20.\"
21.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 21.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
22.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 22.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
23.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 23.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
24.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 24.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 25.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 26.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 27.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 29.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 30.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31.\" 31.\"
32.Dd December 16, 2008 32.Dd January 3, 2009
33.Dt PCI 4 33.Dt PCI 4
34.Os 34.Os
35.Sh NAME 35.Sh NAME
36.Nm pci 36.Nm pci
37.Nd introduction to machine-independent PCI bus support and drivers 37.Nd introduction to machine-independent PCI bus support and drivers
38.Sh SYNOPSIS 38.Sh SYNOPSIS
39.Cd "pci* at mainbus? bus ?" 39.Cd "pci* at mainbus? bus ?"
40.Cd "pci* at pchb? bus ?" 40.Cd "pci* at pchb? bus ?"
41.Cd "pci* at ppb? bus ?" 41.Cd "pci* at ppb? bus ?"
42.Pp 42.Pp
43.Cd options PCIVERBOSE 43.Cd options PCIVERBOSE
44.Cd options PCI_CONFIG_DUMP 44.Cd options PCI_CONFIG_DUMP
45.Cd options PCI_ADDR_FIXUP 45.Cd options PCI_ADDR_FIXUP
@@ -192,28 +192,26 @@ interfaces. @@ -192,28 +192,26 @@ interfaces.
192The Adaptec AAC family of RAID controllers. 192The Adaptec AAC family of RAID controllers.
193.It ahcisata 193.It ahcisata
194AHCI 1.0 and 1.1 compliant SATA controllers. 194AHCI 1.0 and 1.1 compliant SATA controllers.
195.It amr 195.It amr
196The AMI and LSI Logic MegaRAID family of RAID controllers. 196The AMI and LSI Logic MegaRAID family of RAID controllers.
197.It cac 197.It cac
198Compaq array controllers. 198Compaq array controllers.
199.It icp 199.It icp
200ICP Vortex GDT and Intel Storage RAID controllers. 200ICP Vortex GDT and Intel Storage RAID controllers.
201.It mlx 201.It mlx
202Mylex DAC960 and DEC SWXCR RAID controllers. 202Mylex DAC960 and DEC SWXCR RAID controllers.
203.It pciide 203.It pciide
204IDE disk controllers. 204IDE disk controllers.
205.It siisata 
206Silicon Image SATA-II controllers. 
207.It twe 205.It twe
2083Ware Escalade RAID controllers. 2063Ware Escalade RAID controllers.
209.El 207.El
210.Ss Network interfaces 208.Ss Network interfaces
211.Bl -tag -width pcdisplay -offset indent 209.Bl -tag -width pcdisplay -offset indent
212.It an 210.It an
213.Tn Aironet 211.Tn Aironet
2144500/4800 and 2124500/4800 and
215.Tn Cisco 213.Tn Cisco
216340 series 802.11 interfaces. 214340 series 802.11 interfaces.
217.It bnx 215.It bnx
218Broadcom NetXtreme II 10/100/1000 Ethernet interfaces. 216Broadcom NetXtreme II 10/100/1000 Ethernet interfaces.
219.It de 217.It de

cvs diff -r1.34 -r1.35 src/share/man/man4/pcmcia.4 (expand / switch to unified diff)

--- src/share/man/man4/pcmcia.4 2008/04/30 13:10:54 1.34
+++ src/share/man/man4/pcmcia.4 2009/01/03 17:44:20 1.35
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: pcmcia.4,v 1.34 2008/04/30 13:10:54 martin Exp $ 1.\" $NetBSD: pcmcia.4,v 1.35 2009/01/03 17:44:20 christos Exp $
2.\" 2.\"
3.\" Copyright (c) 1999, 2002 The NetBSD Foundation, Inc. 3.\" Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Lennart Augustsson. 7.\" by Lennart Augustsson.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -17,27 +17,27 @@ @@ -17,27 +17,27 @@
17.\" 17.\"
18.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 18.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 21.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE. 28.\" POSSIBILITY OF SUCH DAMAGE.
29.\" 29.\"
30.Dd August 21, 2007 30.Dd January 3, 2009
31.Dt PCMCIA 4 31.Dt PCMCIA 4
32.Os 32.Os
33.Sh NAME 33.Sh NAME
34.Nm pcmcia 34.Nm pcmcia
35.Nd 35.Nd
36introduction to 36introduction to
37.Tn PCMCIA 37.Tn PCMCIA
38.Pq Tn "PC Card" 38.Pq Tn "PC Card"
39support 39support
40.Sh SYNOPSIS 40.Sh SYNOPSIS
41.Cd "pcmcia* at pcic? controller ? socket ?" 41.Cd "pcmcia* at pcic? controller ? socket ?"
42.Cd "pcmcia* at tcic? controller ? socket ?" 42.Cd "pcmcia* at tcic? controller ? socket ?"
43.Cd "pcmcia* at cardslot?" 43.Cd "pcmcia* at cardslot?"
@@ -108,31 +108,26 @@ controller card. @@ -108,31 +108,26 @@ controller card.
108NCR 53C9x, Emulex ESP406, and Qlogic FAS408 108NCR 53C9x, Emulex ESP406, and Qlogic FAS408
109.Tn SCSI 109.Tn SCSI
110controllers. 110controllers.
111.It spc 111.It spc
112Fujitsu MB87030/MB89352 112Fujitsu MB87030/MB89352
113.Tn SCSI 113.Tn SCSI
114controllers. 114controllers.
115.El 115.El
116.Ss IDE controllers 116.Ss IDE controllers
117.Bl -tag -width speaker -offset indent 117.Bl -tag -width speaker -offset indent
118.It wdc 118.It wdc
119Digital Hinote Ultra Mobile Media Adapter 119Digital Hinote Ultra Mobile Media Adapter
120.El 120.El
121.Ss Audio devices 
122.Bl -tag -width speaker -offset indent 
123.It esl 
124Eiger Labs ESS1688 AudioDrive. 
125.El 
126.Ss Bluetooth devices 121.Ss Bluetooth devices
127.Bl -tag -width speaker -offset indent 122.Bl -tag -width speaker -offset indent
128.It bt3c 123.It bt3c
1293Com 3CRWB6096 Bluetooth PC Card driver. 1243Com 3CRWB6096 Bluetooth PC Card driver.
130.It btbc 125.It btbc
131AnyCom Bluetooth BlueCard driver. 126AnyCom Bluetooth BlueCard driver.
132.El 127.El
133.Ss USB Controller 128.Ss USB Controller
134.Bl -tag -width speaker -offset indent 129.Bl -tag -width speaker -offset indent
135.It slhci 130.It slhci
136Cypress/ScanLogic SL811HS USB Host Controller driver. 131Cypress/ScanLogic SL811HS USB Host Controller driver.
137.El 132.El
138.Sh SEE ALSO 133.Sh SEE ALSO