xref: /openbsd-src/share/man/man4/pcmcia.4 (revision b2ea75c1b17e1a9a339660e7ed45cd24946b230e)
1.\"	$OpenBSD: pcmcia.4,v 1.18 2001/08/03 15:21:16 mpech Exp $
2.\"	$NetBSD: pcmcia.4,v 1.4 1998/06/07 09:10:30 enami Exp $
3.\"
4.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
5.\" All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions
9.\" are met:
10.\" 1. Redistributions of source code must retain the above copyright
11.\"    notice, this list of conditions and the following disclaimer.
12.\" 2. Redistributions in binary form must reproduce the above copyright
13.\"    notice, this list of conditions and the following disclaimer in the
14.\"    documentation and/or other materials provided with the distribution.
15.\" 3. All advertising materials mentioning features or use of this software
16.\"    must display the following acknowledgement:
17.\"        This product includes software developed by the NetBSD
18.\"        Foundation, Inc. and its contributors.
19.\" 4. Neither the name of The NetBSD Foundation nor the names of its
20.\"    contributors may be used to endorse or promote products derived
21.\"    from this software without specific prior written permission.
22.\"
23.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
24.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
25.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
26.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
27.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
28.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
29.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
30.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
31.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
32.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
33.\" POSSIBILITY OF SUCH DAMAGE.
34.\"
35.Dd September 11, 1998
36.Dt PCMCIA 4
37.Os
38.Sh NAME
39.Nm pcmcia
40.Nd introduction to PCMCIA (PC Card) support
41.Sh SYNOPSIS
42.Cd "pcic0   at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000"
43.Cd "pcic1   at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000"
44.Cd "pcic2   at isa? port 0x3e4 iomem 0xe0000 iosiz 0x4000"
45.Cd "pcic*   at pci? dev? function ?"
46.Cd "pcic*   at isapnp?
47.Cd "pcmcia* at pcic? controller ? socket ?"
48.Cd "xx*     at pcmcia? function ?"
49.Sh INTRODUCTION
50The
51.Nm
52subsystem provides machine-independent bus support and
53drivers for PCMCIA (PC Card)
54devices.
55.Sh SUPPORTED DEVICES
56The following devices are supported, sorted by function
57and driver name:
58.Pp
59.Ss Serial interfaces and modems
60.Bl -tag -width speaker -offset ind -compact
61.It Xr com 4 , Xr pccom 4
628250/16450/16550-compatible PCMCIA serial cards and modems.
63.El
64.Pp
65.Ss Network interfaces
66.Bl -tag -width speaker -offset ind -compact
67.It Xr an 4
68Aironet Communications 4500/4800 IEEE 802.11DS wireless controller.
69.It Xr awi 4
70BayStack 650 wireless 802.11FH wireless controller.
71.It Xr cnw 4
72Xircom Creditcard Netwave cards.
73.It Xr ep 4
743Com 3c556, 3c562, 3c574, and 3c589 Etherlink-III Ethernet cards.
75.It Xr ne 4
76NE2000 compatible cards.
77.It Xr ray 4
78Raytheon Raylink / WebGear Aviator IEEE 802.11FH 2Mbps wireless controller.
79.It Xr rln 4
80Proxim RangeLAN2 PC-Card
81.It Xr sm 4
82Megahertz Ethernet cards.
83.It Xr wi 4
84Lucent WaveLAN IEEE 802.11DS and compatible cards.
85.It Xr xe 4
86Xircom 16bit Ethernet cards.
87.El
88.Pp
89.Ss SCSI controllers
90.Bl -tag -width speaker -offset ind -compact
91.It Xr aic 4
92Adaptec APA-14[56]0 and NewMedia BusToaster SCSI controller cards.
93.El
94.Ss IDE controllers
95.Bl -tag -width speaker -offset ind -compact
96.It Xr wdc 4
97Devices which implement an ATA/IDE interface, such as mini disk drives,
98CDROMS.  This includes Compact Flash cards which emulate a disk drive.
99.El
100.Pp
101The supported PCMCIA controllers are those that are i82365 compatible.
102.Sh SEE ALSO
103.Xr cardbus 4 ,
104.Xr intro 4 ,
105.Xr isa 4 ,
106.Xr isapnp 4 ,
107.Xr pci 4 ,
108.Xr usb 4
109.Sh HISTORY
110The
111.Nm
112driver
113appeared in
114.Ox 2.3 .
115