summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-04-07 09:14:46 +0000
committermpp <mpp@FreeBSD.org>1996-04-07 09:14:46 +0000
commit2ecdb9f16ef3edc99b7b0bb974c76aba1fd995fb (patch)
tree4ac4a22023b9821386cf25f4d5c5838fd62e8ba3 /usr.sbin/pccard
parentd6542a796ef7bcbd597b3455e6652a494b30e737 (diff)
downloadFreeBSD-src-2ecdb9f16ef3edc99b7b0bb974c76aba1fd995fb.zip
FreeBSD-src-2ecdb9f16ef3edc99b7b0bb974c76aba1fd995fb.tar.gz
Some minor cleanup to bring the pccard man pages in line
with mdoc guidelines.
Diffstat (limited to 'usr.sbin/pccard')
-rw-r--r--usr.sbin/pccard/pccardd/pccard.conf.524
-rw-r--r--usr.sbin/pccard/pccardd/pccardd.832
2 files changed, 28 insertions, 28 deletions
diff --git a/usr.sbin/pccard/pccardd/pccard.conf.5 b/usr.sbin/pccard/pccardd/pccard.conf.5
index f4001b5..5acab17 100644
--- a/usr.sbin/pccard/pccardd/pccard.conf.5
+++ b/usr.sbin/pccard/pccardd/pccard.conf.5
@@ -1,19 +1,19 @@
.\" Copyright (c) 1994 Andrew McRae
.\" All rights reserved.
.\"
-.Dd Novemeber 2, 1994
-.Dt CARD.CONF 5
+.Dd November 2, 1994
+.Dt PCCARD.CONF 5
.Os FreeBSD
.Sh NAME
-.Nm card.conf
+.Nm pccard.conf
.Nd
-.Xr cardd 8
+.Xr pccardd 8
configuration file
.Sh DESCRIPTION
The
-.Nm card.conf
+.Nm pccard.conf
file is the configuration file for the
-.Xr cardd 8
+.Xr pccardd 8
PC-CARD slot management daemon.
It provides information to allow card
identification, and the matching of drivers (along
@@ -38,7 +38,7 @@ interface to the particular card. There is a many-to-one mapping
between cards to drivers i.e a single driver may interface to
multiple types of cards. To aid this, card parameters may be
specified separately from the driver to initialise the card or
-extract (in the case of a network card) an ethernet address.
+extract (in the case of a network card) an Ethernet address.
.Pp
Once a driver is allocated to a card, it stays
allocated to that particular card.
@@ -58,7 +58,7 @@ A simple
macro substitution allows the current kernel device name
.Em ( $device )
and
-network card ethernet address
+network card Ethernet address
.Em ( $ether )
to be inserted into the command line.
.Xr Pcmciad 8
@@ -173,11 +173,11 @@ card "XYZZY" "FAX/1.0" tty
.Ed
.Sh FILES
-.Bl -tag -width /etc/card.conf -compact
-.It Pa /etc/card.conf
+.Bl -tag -width /etc/pccard.conf -compact
+.It Pa /etc/pccard.conf
The
-.Xr cardd 8
+.Xr pccardd 8
configuration file.
.El
.Sh SEE ALSO
-.Xr cardd 8
+.Xr pccardd 8
diff --git a/usr.sbin/pccard/pccardd/pccardd.8 b/usr.sbin/pccard/pccardd/pccardd.8
index 8e9451d..cc5c417 100644
--- a/usr.sbin/pccard/pccardd/pccardd.8
+++ b/usr.sbin/pccard/pccardd/pccardd.8
@@ -2,27 +2,27 @@
.\" All rights reserved.
.\"
.Dd November 1, 1994
-.Dt PC-CARD 8
+.Dt PCCARD 8
.Os FreeBSD
.Sh NAME
-.Nm cardd
+.Nm pccardd
.Nd PC-CARD (PCMCIA) management daemon
.Sh SYNOPSIS
-.Nm cardd
+.Nm pccardd
.Op Fl d
.Op Fl v
.Op Fl f Ar configfile
.Sh DESCRIPTION
-.Nm Cardd
+.Nm Pccardd
is normally started at boot time, and manages the insertion
and removal of PC-CARD cards.
.Pp
When started,
-.Nm cardd
+.Nm pccardd
will read the configuration file (default name
-.Pa /etc/card.conf )
+.Pa /etc/pccard.conf )
and scans the available PC-CARD slots for cards.
-.Nm Cardd
+.Nm Pccardd
then waits for
.Em "card events" ,
such as the insertion of a new card or the removal
@@ -35,7 +35,7 @@ actions are taken:
The kernel driver detects the card insertion and applies
power to the card.
.It
-.Nm Cardd
+.Nm Pccardd
reads the
.Em CIS
data from the attribute memory of the card, and uses
@@ -45,7 +45,7 @@ the card description in the configuration file.
Once matched, a driver is allocated.
.It
Once a free driver and device instance is located,
-.Nm cardd
+.Nm pccardd
will (if required) allocate resources such as an ISA memory
block and Input/Output ports from a common pool.
.It
@@ -61,7 +61,7 @@ for each card, driver or device, and are executed in that order.
.El
.Pp
When
-.Nm cardd
+.Nm pccardd
detects that a card has been removed, the following sequence occurs:
.Bl -enum
.It
@@ -86,7 +86,7 @@ parameters. This will change significantly when loadable kernel
modules are supported.
.Pp
The start options understood by
-.Nm cardd
+.Nm pccardd
are:
.Bl -tag -width Ds
.It Fl d
@@ -98,17 +98,17 @@ of it.
.It Fl f Ar configfile
Specifies a different configuration file to be used
in placed of the default file
-.Pa /etc/card.conf.
+.Pa /etc/pccard.conf.
The file format is detailed in
.Xr card.conf 5 ,
and lists the PC-CARD cards recognized by
-.Nm cardd ,
+.Nm pccardd ,
and the kernel drivers and devices that are used to
interface to the card.
.Pp
.Sh FILES
-.Bl -tag -width /etc/card.conf -compact
-.It Pa /etc/card.conf
+.Bl -tag -width /etc/pccard.conf -compact
+.It Pa /etc/pccard.conf
.El
.Sh SEE ALSO
.Xr card.conf 5
@@ -116,7 +116,7 @@ interface to the card.
.Sh AUTHOR
Developed by Andrew McRae (andrew@mega.com.au).
.Sh BUGS
-.Nm Cardd
+.Nm Pccardd
can set up card parameters, but cannot guarantee that
particular drivers can work with the card.
.Pp
OpenPOWER on IntegriCloud