diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-06-09 16:09:10 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-06-09 16:09:10 +0000 |
commit | 99ce614ba9488ff7dcd7c678eec00e6d721d9c86 (patch) | |
tree | 33a59bbe294c305d40d399eaa4f247c56fa81f83 /sys/dev/pci/pcivar.h | |
parent | 99fecc041a8c037474560c4a1f54938ed0e9a1a9 (diff) |
Import pci_mapreg_type from NetBSD
Diffstat (limited to 'sys/dev/pci/pcivar.h')
-rw-r--r-- | sys/dev/pci/pcivar.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h index 3878040aad5..9ea59b9cbfd 100644 --- a/sys/dev/pci/pcivar.h +++ b/sys/dev/pci/pcivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcivar.h,v 1.17 2000/03/26 22:38:22 mickey Exp $ */ +/* $OpenBSD: pcivar.h,v 1.18 2000/06/09 16:09:09 chris Exp $ */ /* $NetBSD: pcivar.h,v 1.23 1997/06/06 23:48:05 thorpej Exp $ */ /* @@ -162,10 +162,7 @@ struct pci_quirkdata { * Configuration space access and utility functions. (Note that most, * e.g. make_tag, conf_read, conf_write are declared by pci_machdep.h.) */ -/* - * Configuration space access and utility functions. (Note that most, - * e.g. make_tag, conf_read, conf_write are declared by pci_machdep.h.) - */ +pcireg_t pci_mapreg_type __P((pci_chipset_tag_t, pcitag_t, int)); int pci_mapreg_info __P((pci_chipset_tag_t, pcitag_t, int, pcireg_t, bus_addr_t *, bus_size_t *, int *)); int pci_mapreg_map __P((struct pci_attach_args *, int, pcireg_t, int, |