No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / pcic.4
bloba3867d3d6095b1828224018784192f2067c606fb
1 .\" $NetBSD: pcic.4,v 1.5 2008/04/30 13:10:54 martin 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
41 provides support for the
42 .Tn Intel
43 82365SL,
44 .Tn Cirrus Logic
45 PD6710 and PD672x
46 .Tn PCMCIA
47 controllers.
48 .Pp
49 For the
50 .Xr isa 4
51 attachment a
52 .Ar flags
53 value of 1 can be used to force the use of polling instead
54 of interrupts for card events.
55 .Pp
56 The default configuration of the pcic gives each controller 16
57 kilobytes of memory, to be shared between slots.
58 Some
59 .Tn "PC Card"
60 devices require somewhat more memory than this;
61 it may therefore be necessary to adjust the
62 .Va iomem
63 and
64 .Va iosiz
65 parameters of the
66 .Nm
67 devices 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 .Pa http://www.intel.com/
78 .It
79 .Pa http://www.cirrus.com/
80 .El
81 .Sh HISTORY
82 The
83 .Nm
84 driver appeared in
85 .Nx 1.3 .