xref: /netbsd-src/share/man/man4/pcic.4 (revision b6085c95bd8dbe4d891a749db9c32400d666f29b)
1.\" $NetBSD: pcic.4,v 1.7 2012/03/13 19:25:41 njoly Exp $
2.\"
3.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\"
15.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25.\" POSSIBILITY OF SUCH DAMAGE.
26.\"
27.Dd May 21, 1999
28.Dt PCIC 4
29.Os
30.Sh NAME
31.Nm pcic
32.Nd Intel and Cirrus Logic PCMCIA controller driver
33.Sh SYNOPSIS
34.Cd "pcic0   at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000 flags N"
35.Cd "pcic1   at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000 flags N"
36.Cd "pcic*   at isapnp?"
37.Cd "pcic*   at pci? dev? function ?"
38.Cd "pcmcia* at pcic? controller ? socket ?"
39.Sh DESCRIPTION
40.Nx
41provides support for the
42.Tn Intel
4382365SL,
44.Tn Cirrus Logic
45PD6710 and PD672x
46.Tn PCMCIA
47controllers.
48.Pp
49For the
50.Xr isa 4
51attachment a
52.Ar flags
53value of 1 can be used to force the use of polling instead
54of interrupts for card events.
55.Pp
56The default configuration of the pcic gives each controller 16
57kilobytes of memory, to be shared between slots.
58Some
59.Tn "PC Card"
60devices require somewhat more memory than this;
61it may therefore be necessary to adjust the
62.Va iomem
63and
64.Va iosiz
65parameters of the
66.Nm
67devices in the kernel config file to accommodate these cards.
68.Sh SEE ALSO
69.Xr isa 4 ,
70.Xr isapnp 4 ,
71.Xr pci 4 ,
72.Xr pcmcia 4 ,
73.Xr tcic 4
74.Pp
75.Bl -item -compact
76.It
77.Lk http://www.intel.com/ "Intel Corporation"
78.It
79.Lk http://www.cirrus.com/ "Cirrus Logic"
80.El
81.Sh HISTORY
82The
83.Nm
84driver appeared in
85.Nx 1.3 .
86