xref: /netbsd/share/man/man4/cardbus.4 (revision bf9ec67e)
1.\"	$NetBSD: cardbus.4,v 1.14 2002/03/06 14:43:03 wiz Exp $
2.\"
3.\" Copyright (c) 1999-2001 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Lennart Augustsson.
8.\"
9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions
11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright
13.\"    notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright
15.\"    notice, this list of conditions and the following disclaimer in the
16.\"    documentation and/or other materials provided with the distribution.
17.\" 3. All advertising materials mentioning features or use of this software
18.\"    must display the following acknowledgement:
19.\"        This product includes software developed by the NetBSD
20.\"        Foundation, Inc. and its contributors.
21.\" 4. Neither the name of The NetBSD Foundation nor the names of its
22.\"    contributors may be used to endorse or promote products derived
23.\"    from this software without specific prior written permission.
24.\"
25.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
26.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
27.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
28.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
29.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35.\" POSSIBILITY OF SUCH DAMAGE.
36.\"
37.Dd November 14, 1999
38.Dt CARDBUS 4
39.Os
40.Sh NAME
41.Nm cardbus ,
42.Nm cardslot ,
43.Nm cbb
44.Nd CardBus driver
45.Sh SYNOPSIS
46.Cd "cbb*      at pci? dev? function ?"
47.Cd "cardslot* at cbb?"
48.Cd "cardbus*  at cardslot?"
49.Cd "pcmcia*   at cardslot?"
50.Cd "XX*       at cardbus? dev ? function ?"
51.Sh DESCRIPTION
52.Nx
53provides machine-independent bus support and
54drivers for CardBus devices.
55.Pp
56The
57.Cm cbb
58device represents the CardBus controller. Each controller has a number
59of slots, represented by the
60.Cm cardslot
61devices. A slot can have either a CardBus card or a
62.Tn PCMCIA
63card, which are attached with the
64.Cm cardbus
65or
66.Cm pcmcia
67devices, respectively.
68.Sh SUPPORTED DEVICES
69.Nx
70includes the following machine-independent CardBus
71drivers, sorted by function and driver name:
72.Ss Network interfaces
73.Bl -tag -width speaker -offset indent -compact
74.It ex
753Com 3C575TX and 3C575BTX
76.It fxp
77Intel i8255x
78.It rtk
79RealTek 8129/8139
80.It tlp
81DECchip 21143
82.El
83.Ss Serial interfaces
84.Bl -tag -width speaker -offset indent -compact
85.It com
86Modems and serial cards
87.El
88.Ss SCSI controllers
89.Bl -tag -width speaker -offset indent -compact
90.It adv
91AdvanSys 1200[A,B], 9xx[U,UA]
92.It ahc
93Adaptec ADP-1480
94.El
95.Ss USB controllers
96.Bl -tag -width speaker -offset indent -compact
97.It ehci
98Enhanced Host Controller (2.0)
99.It ohci
100Open Host Controller
101.El
102.Sh SEE ALSO
103.Xr adv 4 ,
104.Xr ahc 4 ,
105.Xr com 4 ,
106.Xr ehci 4 ,
107.Xr ex 4 ,
108.Xr fxp 4 ,
109.Xr ohci 4 ,
110.Xr pci 4 ,
111.Xr pcmcia 4 ,
112.Xr rtk 4 ,
113.Xr tlp 4
114.Sh HISTORY
115The
116.Nm
117driver
118appeared in
119.Nx 1.5 .
120