summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2005-11-14 17:11:54 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2005-11-14 17:11:54 +0000
commitb12d0890e79a61439c2ddaa8cebdb5b984a96503 (patch)
treeb6b9712888cc8fb7a054dda7decf9bbabe836410 /share/man
parent40473f5b4b7377779b4d4d3c87b6da2ce28af3ca (diff)
pci apaprently came in 1.2!
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/pci.44
-rw-r--r--share/man/man9/pci_conf_read.96
2 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index 6d33cdeb16a..bd5eb9cdf13 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.125 2005/08/13 23:17:49 claudio Exp $
+.\" $OpenBSD: pci.4,v 1.126 2005/11/14 17:11:53 mickey Exp $
.\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt. All rights reserved.
@@ -597,7 +597,7 @@ driver.
The machine-independent
.Tn PCI
subsystem appeared in
-.Ox 2.0 .
+.Ox 1.2 .
Support for device listing and matching was re-implemented by
Kenneth Merry, and first appeared in
.Fx 3.0 .
diff --git a/share/man/man9/pci_conf_read.9 b/share/man/man9/pci_conf_read.9
index 69adf8289dc..c8e7a6dc64f 100644
--- a/share/man/man9/pci_conf_read.9
+++ b/share/man/man9/pci_conf_read.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci_conf_read.9,v 1.3 2005/11/14 16:42:42 mickey Exp $
+.\" $OpenBSD: pci_conf_read.9,v 1.4 2005/11/14 17:11:53 mickey Exp $
.\"
.\" Copyright (c) 2005 Michael Shalayeff
.\" All rights reserved.
@@ -116,5 +116,7 @@ Interrupt line and pin numbers.
.Sh SEE ALSO
.Xr cardbus 4 ,
.Xr pci 4 .
-.\" .Sh HISTORY
+.Sh HISTORY
+These functions first appeared in
+.Ox 1.2 .
.\" .Sh AUTHORS