xref: /openbsd/share/man/man4/cardbus.4 (revision a6445c1d)
1.\" $OpenBSD: cardbus.4,v 1.69 2014/11/15 14:41:02 bentley Exp $
2.\" $NetBSD: cardbus.4,v 1.4 2000/02/02 19:57:17 augustss Exp $
3.\"
4.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
5.\" All rights reserved.
6.\"
7.\" This code is derived from software contributed to The NetBSD Foundation
8.\" by Lennart Augustsson.
9.\"
10.\" Redistribution and use in source and binary forms, with or without
11.\" modification, are permitted provided that the following conditions
12.\" are met:
13.\" 1. Redistributions of source code must retain the above copyright
14.\"    notice, this list of conditions and the following disclaimer.
15.\" 2. Redistributions in binary form must reproduce the above copyright
16.\"    notice, this list of conditions and the following disclaimer in the
17.\"    documentation and/or other materials provided with the distribution.
18.\"
19.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29.\" POSSIBILITY OF SUCH DAMAGE.
30.\"
31.Dd $Mdocdate: November 15 2014 $
32.Dt CARDBUS 4
33.Os
34.Sh NAME
35.Nm cardbus ,
36.Nm cbb
37.Nd introduction to CardBus support
38.Sh SYNOPSIS
39.Cd "cbb*      at pci?"
40.Cd "cardslot* at cbb?"
41.Cd "cardbus*  at cardslot?"
42.Cd "pcmcia*   at cardslot?"
43.Sh DESCRIPTION
44.Ox
45provides machine-independent bus support and drivers for CardBus devices.
46.Pp
47.Ox
48provides support for the following devices.
49Note that not all architectures support all devices.
50.Ss Wired network interfaces
51.Bl -tag -width 12n -offset ind -compact
52.It Xr dc 4
53DEC/Intel 21140/21142/21143/21145 and clones 10/100 Ethernet device
54.It Xr fxp 4
55Intel EtherExpress PRO/100 10/100 Ethernet device
56.It Xr re 4
57Realtek 8139C+/8169/816xS/811xS/8168/810xE 10/100/Gigabit Ethernet device
58.It Xr rl 4
59Realtek 8129/8139 10/100 Ethernet device
60.It Xr xl 4
613Com EtherLink XL and Fast EtherLink XL 10/100 Ethernet device
62.El
63.Ss Wireless network interfaces
64.Bl -tag -width 12n -offset ind -compact
65.It Xr acx 4
66TI ACX100/ACX111 IEEE 802.11a/b/g wireless network device
67.It Xr ath 4
68Atheros IEEE 802.11a/b/g wireless network device with GPIO
69.It Xr athn 4
70Atheros IEEE 802.11a/g/n wireless network device
71.It Xr atw 4
72ADMtek ADM8211 IEEE 802.11b wireless network device
73.It Xr bwi 4
74Broadcom AirForce IEEE 802.11b/g wireless network device
75.It Xr malo 4
76Marvell Libertas IEEE 802.11b/g wireless network device
77.It Xr pgt 4
78Conexant/Intersil Prism GT Full-MAC IEEE 802.11a/b/g wireless network device
79.It Xr ral 4
80Ralink Technology IEEE 802.11a/g/n wireless network device
81.It Xr rtw 4
82Realtek RTL8180L IEEE 802.11b wireless network device
83.El
84.Ss Serial interfaces
85.Bl -tag -width 12n -offset ind -compact
86.It Xr com 4
87serial communications interface
88.It Xr puc 4
89PCI
90.Dq universal
91communications card driver
92.El
93.Ss Miscellaneous devices
94.Bl -tag -width 12n -offset ind -compact
95.It Xr ehci 4
96USB Enhanced Host Controller Interface
97.It Xr ohci 4
98USB Open Host Controller Interface
99.It Xr uhci 4
100USB Universal Host Controller Interface
101.El
102.Sh SEE ALSO
103.Xr intro 4 ,
104.Xr pcibios 4 ,
105.Xr pcmcia 4
106.Sh HISTORY
107The
108.Nm
109driver first appeared in
110.Nx 1.5 .
111.Ox
112support was added in
113.Ox 2.7 .
114