summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardd/pccard.conf.5
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2000-04-05 18:39:21 +0000
committeriwasaki <iwasaki@FreeBSD.org>2000-04-05 18:39:21 +0000
commitd32d2f4d4f968e7385ed2de6844905cb7185e8ba (patch)
tree9583bbfac5672b1ecf810cbf5efca23cc53a1de3 /usr.sbin/pccard/pccardd/pccard.conf.5
parent57af21e428f99e75a1472c9eacffe8cda928411e (diff)
downloadFreeBSD-src-d32d2f4d4f968e7385ed2de6844905cb7185e8ba.zip
FreeBSD-src-d32d2f4d4f968e7385ed2de6844905cb7185e8ba.tar.gz
MFPAO: support wildcard entry for generic serial and fixed
disk as fallthrough entry. Submitted by: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>, iwasaki Reviewed by: imp, -mobile ML and nomads ML in Japan Obtained from: http://www.freebsd.org/~iwasaki/pccard/pccardd-generic.diff http://home.jp.freebsd.org/~sanpei/4-current/usr.sbin-pccard-pccardd.diff
Diffstat (limited to 'usr.sbin/pccard/pccardd/pccard.conf.5')
-rw-r--r--usr.sbin/pccard/pccardd/pccard.conf.523
1 files changed, 23 insertions, 0 deletions
diff --git a/usr.sbin/pccard/pccardd/pccard.conf.5 b/usr.sbin/pccard/pccardd/pccard.conf.5
index 1aaf4c6..b1b26df 100644
--- a/usr.sbin/pccard/pccardd/pccard.conf.5
+++ b/usr.sbin/pccard/pccardd/pccard.conf.5
@@ -195,6 +195,29 @@ and
.Em remove
commands are allowed, and they are executed in the order they
are listed.
+.Ss "Wildcard entries"
+Following two wildcard entries of card identifiers are available
+for generic type of the cards:
+.Pp
+.Dl generic serial
+.Dl generic fixed_disk
+.Pp
+The keyword
+.Em serial
+matches ``Functional ID: Serial port/modem'' and
+.Em fixed_disk
+matches ``Fixed disk card''.
+The syntax is the same of
+.Em "card identifiers"
+but used ``generic'' instead of ``card'' in the first line.
+These are in the last of
+.Nm
+because unmatched cards with the other
+.Em card
+entries can match these entries secondly.
+The alias ``function'' can be used instead of ``generic'' because of
+the historical reason.
+.Pp
.Sh EXAMPLE
A typical configuration file may appear thus:
.Bd -literal
OpenPOWER on IntegriCloud