xref: /freebsd/share/man/man4/pcic.4 (revision 2f513db7)
1.\"
2.\" Copyright (c) 2001-2002 M. Warner Losh <imp@FreeBSD.org>
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\"    notice, this list of conditions and the following disclaimer.
9.\" 2. The name of the author may not be used to endorse or promote products
10.\"    derived from this software without specific prior written permission.
11.\"
12.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
13.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
14.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
15.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
16.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
17.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
18.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
19.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
20.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
21.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
22.\" SUCH DAMAGE.
23.\"
24.\" $FreeBSD$
25.\"
26.Dd July 9, 2002
27.Dt PCIC 4
28.Os
29.Sh NAME
30.Nm pcic
31.Nd PC Card bridge driver
32.Sh SYNOPSIS
33.Cd device pcic
34.Cd device pccard
35.Sh DESCRIPTION
36The
37.Nm
38driver provides support for older ISA and non-Yenta PCI PC Card bridges.
39The
40.Nm
41driver supports most
42.Tn ExCA
43devices attached to the
44.Tn ISA
45bus or
46.Tn PCI
47devices that do not conform to the Yenta specification.
48.Pp
49The following
50.Tn ISA
51devices, or true clones, are supported in the current code.
52.Pp
53.Bl -tag -width "Intel i82365SL Step A" -compact
54.It Intel i82365SL Step A
55.It Intel i82365SL Step B
56.It Intel i82365SL Step C
57.Tn Intel Ns 's
58original 16-bit PC Card controller.
59.It Intel i82365SL-DF
60.Tn Intel Ns 's
61last version of this device.
623.3V support was added.
63.It VLSI 82C146
64An older VLSI part with some issues on some machines.
65.It Cirrus Logic PD-6710
66.It Cirrus Logic PD-6720
67.It Cirrus Logic PD-6722
68Cirrus Logic's pcic controller.
69Compatible with the i82365SL Step C with the addition of a different
703.3V control.
71.It Ricoh RF5C296
72.It Ricoh RF5C396
73Ricoh's PC Card bridge chips.
74These are compatible with the i82365SL Step C, but with yet another
75different 3.3V control.
76.It Vadem 365
77.It Vadem 465
78Compatible with i82365SL Step C.
79.It Vadem 468
80.It Vadem 469
81Like the earlier Vadem models, but with Vadem's own, incompatible, 3.3V
82control system.
83.It IBM PCIC
84.Tn IBM
85clone of the original i82365SL part, with its own ID register value.
86Has no 3.3V ability.
87.El
88.Pp
89Many other vendors made parts in this arena, but most of them were
90compatible with one of the above chipsets.
91.Pp
92The following PCI pcmcia bridges are supported:
93.Pp
94.Bl -tag -width "Intel i82365SL Step A" -compact
95.It Cirrus Logic PD6729
96.It Cirrus Logic PD6730
97.Pp
98.It O2micro OZ6729
99.It O2micro OZ6730
100.El
101.Sh BUGS
102This does not work at all at the moment.
103