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