aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/ppi.4
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-02-01 16:38:02 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-02-01 16:38:02 +0000
commitd0353b836e88609b9400851d32e0aa6645ff9be3 (patch)
treeaa7324a24491215cb462cf95382795f1649d10b6 /share/man/man4/ppi.4
parent1f56a9494c2616ff6794d652f38eff0f7f95bbb9 (diff)
downloadsrc-d0353b836e88609b9400851d32e0aa6645ff9be3.tar.gz
src-d0353b836e88609b9400851d32e0aa6645ff9be3.zip
Notes
Diffstat (limited to 'share/man/man4/ppi.4')
-rw-r--r--share/man/man4/ppi.426
1 files changed, 13 insertions, 13 deletions
diff --git a/share/man/man4/ppi.4 b/share/man/man4/ppi.4
index 336167a3c4ec..16147295ffca 100644
--- a/share/man/man4/ppi.4
+++ b/share/man/man4/ppi.4
@@ -57,27 +57,27 @@ calls. Each command takes a single
.Ft u_int8_t
argument, transferring one byte of data. The following commands are
available:
-.Bl -tag -width 10
-.It PPIGDATA, PPISDATA
+.Bl -tag -width indent
+.It Dv PPIGDATA , PPISDATA
Get and set the contents of the data register.
-.It PPIGSTATUS, PPISSTATUS
+.It Dv PPIGSTATUS , PPISSTATUS
Get and set the contents of the status register.
-.It PPIGCTRL, PPISCTRL
+.It Dv PPIGCTRL , PPISCTRL
Get and set the contents of the control register.
The following defines correspond to bits in this register. Setting
a bit in the control register drives the corresponding output low.
-.Bl -tag -width 10 -compact
-.It STROBE
-.It AUTOFEED
-.It nINIT
-.It SELECTIN
-.It PCD
+.Bl -tag -width indent -compact
+.It Dv STROBE
+.It Dv AUTOFEED
+.It Dv nINIT
+.It Dv SELECTIN
+.It Dv PCD
.El
-.It PPIGEPP, PPISEPP
+.It Dv PPIGEPP , PPISEPP
Get and set the contents of the EPP control register.
-.It PPIGECR, PPISECR
+.It Dv PPIGECR , PPISECR
Get and set the contents of the ECP control register.
-.It PPIGFIFO, PPISFIFO
+.It Dv PPIGFIFO , PPISFIFO
Read and write the ECP FIFO (8-bit operations only).
.El
.Sh EXAMPLES