1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

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
This commit is contained in:
Warner Losh 2000-06-24 05:51:35 +00:00
parent e2781083e3
commit 097a95ebd9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62027

View File

@ -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