summaryrefslogtreecommitdiff
path: root/share/man/man4/pci.4
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2004-03-14 20:12:53 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2004-03-14 20:12:53 +0000
commitabfa5b8cb72a4907d2dd54565639d041f9b6949c (patch)
treeeade0bb04a640ee62d0b4d4d00c6fd6f967edc71 /share/man/man4/pci.4
parent1f316c3ac56370ac2849be6aabd54da333c07638 (diff)
We support only 4-bytes reads/writes.
ok jmc@ matthieu@
Diffstat (limited to 'share/man/man4/pci.4')
-rw-r--r--share/man/man4/pci.45
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index 5394865138f..9cbe8d70081 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.85 2004/03/06 03:40:24 krw Exp $
+.\" $OpenBSD: pci.4,v 1.86 2004/03/14 20:12:52 grange Exp $
.\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt. All rights reserved.
@@ -416,8 +416,7 @@ The
configuration register the user would like to access.
.It pi_width
The width, in bytes, of the data the user would like to read.
-This value may be either 1, 2, or 4.
-3-byte reads and reads larger than 4 bytes are not supported.
+This value can be only 4.
.It pi_data
The data returned by the kernel.
.El