diff options
author | imp <imp@FreeBSD.org> | 2000-06-24 05:51:35 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-06-24 05:51:35 +0000 |
commit | 78429444cb5b0b6b757796c6ac03c4125f580936 (patch) | |
tree | 355429bfdcbb28f9013a856238e907eafb41487c | |
parent | d017e6773ef9950dd14710c71cff6fae8ce0989f (diff) | |
download | FreeBSD-src-78429444cb5b0b6b757796c6ac03c4125f580936.zip FreeBSD-src-78429444cb5b0b6b757796c6ac03c4125f580936.tar.gz |
MFPAO vis Iwasaki-san on the train from Tokyo to Osaka.
Document "reset", "iosize" and "memsize". The code for these was
merged in some time ago.
Reviewed by: iwasaki-san
-rw-r--r-- | usr.sbin/pccard/pccardd/pccard.conf.5 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.sbin/pccard/pccardd/pccard.conf.5 b/usr.sbin/pccard/pccardd/pccard.conf.5 index 0f27bf2..43853fa 100644 --- a/usr.sbin/pccard/pccardd/pccard.conf.5 +++ b/usr.sbin/pccard/pccardd/pccard.conf.5 @@ -144,6 +144,9 @@ The syntax for card identifiers is: .Dl card Ar manufacturer version [ add_info1 [ add_info2 ]] .Dl config Ar index driver interrupt [ flags ] .Dl ether Ar offset +.Dl reset Ar time +.Dl iosize Ar size +.Dl memsize Ar size .Dl insert Ar command .Dl remove Ar command .Pp @@ -189,6 +192,19 @@ commands using the .Em $ether macro. .Pp +The optional +.Em reset +keyword specifies reset duration at a card insertion in +.Ar time +milliseconds. +Default is 100msec. +.Pp +.Em iosize +and +.Em memsize +keywords are used with cards whose resources such as I/O ports and +shared memory block are not specified in the CIS tuple. +.Pp The .Em insert and |