View | Details | Raw Unified | Return to bug 37504 | Differences between
and this patch

Collapse All | Expand All

(-)pccardd.8 (-6 / +6 lines)
Lines 30-36 Link Here
30
.Os
30
.Os
31
.Sh NAME
31
.Sh NAME
32
.Nm pccardd
32
.Nm pccardd
33
.Nd PC-CARD (PCMCIA) management daemon
33
.Nd PC Card (PCMCIA) management daemon
34
.Sh SYNOPSIS
34
.Sh SYNOPSIS
35
.Nm
35
.Nm
36
.Op Fl d
36
.Op Fl d
Lines 42-48 Link Here
42
.Sh DESCRIPTION
42
.Sh DESCRIPTION
43
.Nm Pccardd
43
.Nm Pccardd
44
is normally started at boot time, and manages the insertion
44
is normally started at boot time, and manages the insertion
45
and removal of PC-CARD cards.
45
and removal of PC Card cards.
46
.Pp
46
.Pp
47
When started,
47
When started,
48
.Nm
48
.Nm
Lines 51-57 Link Here
51
which includes
51
which includes
52
.Pa /etc/pccard.conf
52
.Pa /etc/pccard.conf
53
as the user configuration file)
53
as the user configuration file)
54
and scans the available PC-CARD slots for cards.
54
and scans the available PC Card slots for cards.
55
.Nm Pccardd
55
.Nm Pccardd
56
then waits for
56
then waits for
57
.Em "card events" ,
57
.Em "card events" ,
Lines 79-85 Link Here
79
will (if required) allocate resources such as an ISA memory
79
will (if required) allocate resources such as an ISA memory
80
block and Input/Output ports from a common pool.
80
block and Input/Output ports from a common pool.
81
.It
81
.It
82
The PC-CARD slot is configured with the I/O and memory
82
The PC Card slot is configured with the I/O and memory
83
contexts allocated, and the kernel driver is attached to
83
contexts allocated, and the kernel driver is attached to
84
this card.
84
this card.
85
.It
85
.It
Lines 101-107 Link Here
101
are intended to reset any device associated with the removed card.
101
are intended to reset any device associated with the removed card.
102
Separate commands may exist for card, driver and device instances.
102
Separate commands may exist for card, driver and device instances.
103
.It
103
.It
104
The PC-CARD slot resources are freed.
104
The PC Card slot resources are freed.
105
.El
105
.El
106
.Pp
106
.Pp
107
Once a card/driver instance is configured, the resources
107
Once a card/driver instance is configured, the resources
Lines 149-155 Link Here
149
.Pa /etc/defaults/pccard.conf .
149
.Pa /etc/defaults/pccard.conf .
150
The file format is detailed in
150
The file format is detailed in
151
.Xr pccard.conf 5 ,
151
.Xr pccard.conf 5 ,
152
and lists the PC-CARD cards recognized by
152
and lists the PC Card cards recognized by
153
.Nm ,
153
.Nm ,
154
and the kernel drivers and devices that are used to
154
and the kernel drivers and devices that are used to
155
interface to the card.
155
interface to the card.

Return to bug 37504