aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1997-02-26 15:55:10 +0000
committerNate Williams <nate@FreeBSD.org>1997-02-26 15:55:10 +0000
commitb93ad2ea7ce31fbc854f5ed5556398c36079749d (patch)
tree9ac16119037e1d6591d92ae45bb1f143775393bc
parent7c1557c4afb1f748a7e6f0b31725e6a7ba8c872f (diff)
Notes
-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 d7a96f431842d..f00e611d62f49 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