diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-11-13 10:56:19 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-11-13 10:56:19 +0000 |
commit | ee3af04fc73660d1843c934ac0fad85618f3aa23 (patch) | |
tree | 0ab8aa42c8a744d46680a4f3ff184ff1d474a366 /share | |
parent | 450493c46d66c75596059346c69df295762b4f7a (diff) |
powerpc/pci/pci_machdep.h moved to machine/pci_machdep.h in 2013
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/pci_conf_read.9 | 5 | ||||
-rw-r--r-- | share/man/man9/pci_intr_map.9 | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man9/pci_conf_read.9 b/share/man/man9/pci_conf_read.9 index 69afbf74e84..7c144508c00 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.13 2021/05/01 16:11:10 visa Exp $ +.\" $OpenBSD: pci_conf_read.9,v 1.14 2024/11/13 10:56:18 jsg Exp $ .\" .\" Copyright (c) 2005 Michael Shalayeff .\" All rights reserved. @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 1 2021 $ +.Dd $Mdocdate: November 13 2024 $ .Dt PCI_CONF_READ 9 .Os .Sh NAME @@ -27,7 +27,6 @@ .Sh SYNOPSIS .In alpha/pci/pci_machdep.h .In i386/pci/pci_machdep.h -.In powerpc/pci/pci_machdep.h .In machine/pci_machdep.h .Ft pcitag_t .Fn pci_make_tag "pci_chipset_tag_t pc" "int bus" "int dev" "int func" diff --git a/share/man/man9/pci_intr_map.9 b/share/man/man9/pci_intr_map.9 index 607ba8f86b5..c8997f7d7d3 100644 --- a/share/man/man9/pci_intr_map.9 +++ b/share/man/man9/pci_intr_map.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci_intr_map.9,v 1.18 2021/05/01 16:11:10 visa Exp $ +.\" $OpenBSD: pci_intr_map.9,v 1.19 2024/11/13 10:56:18 jsg Exp $ .\" .\" Copyright (c) 2005 Michael Shalayeff .\" All rights reserved. @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 1 2021 $ +.Dd $Mdocdate: November 13 2024 $ .Dt PCI_INTR_MAP 9 .Os .Sh NAME @@ -31,7 +31,6 @@ .Sh SYNOPSIS .In alpha/pci/pci_machdep.h .In i386/pci/pci_machdep.h -.In powerpc/pci/pci_machdep.h .In machine/pci_machdep.h .Ft int .Fn pci_intr_map "struct pci_attach_args *paa" "pci_intr_handle_t *ih" |