summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1997-02-26 15:55:10 +0000
committernate <nate@FreeBSD.org>1997-02-26 15:55:10 +0000
commit13746b1a7709434b1ca09f9d6f9459f24decf229 (patch)
tree9ac16119037e1d6591d92ae45bb1f143775393bc /usr.sbin/pccard
parentc19ef735579e7d3b9a6a71f96e59c54dd4fb9c47 (diff)
downloadFreeBSD-src-13746b1a7709434b1ca09f9d6f9459f24decf229.zip
FreeBSD-src-13746b1a7709434b1ca09f9d6f9459f24decf229.tar.gz
The pccard daemon doesn't support the 'class' parameter as stated in the
documentation, so remove any hints of it. Submitted by: "Brent J. Nordquist" <bjn@visi.com>
Diffstat (limited to 'usr.sbin/pccard')
-rw-r--r--usr.sbin/pccard/pccardd/pccard.conf.57
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.sbin/pccard/pccardd/pccard.conf.5 b/usr.sbin/pccard/pccardd/pccard.conf.5
index d7a96f4..f00e611 100644
--- a/usr.sbin/pccard/pccardd/pccard.conf.5
+++ b/usr.sbin/pccard/pccardd/pccard.conf.5
@@ -120,7 +120,7 @@ defined.
.Ss "Card Identifiers"
The syntax for card identifiers is:
.Pp
-.Dl card Ar manufacturer version class
+.Dl card Ar manufacturer version
.Dl config Ar index driver interrupt [ flags ]
.Dl ether Ar offset
.Dl insert Ar command
@@ -135,9 +135,6 @@ The
.Em card
parameters are the Manufacturer name and card version that
is used to match the values from the card's CIS memory. The
-.Em class
-identifies the card as one of the device classes listed below.
-The
.Em config
parameters select the particular card's configuration index
from the range available in the card's CIS, the driver that
@@ -188,7 +185,7 @@ card "RPTI LTD." "EP400" # NE2000 clone
insert ifconfig $device bean
remove ifconfig $device down
-card "XYZZY" "FAX/1.0" tty
+card "XYZZY" "FAX/1.0"
config 0x30 "sio1" 11
insert echo start getty
remove echo stop getty
OpenPOWER on IntegriCloud