diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-07-23 17:53:26 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-07-23 17:53:26 +0000 |
commit | 0fb1bc586f74cf61c505b15732d944dcdc14e3ea (patch) | |
tree | b02dddd8a24a4d956433f426e47c55ba85b18a66 /sys/arch/i386/include/rbus_machdep.h | |
parent | 5259b36f77648d82c08d84c6aac774d9f02d871c (diff) |
Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and other
portions of the tree.
Diffstat (limited to 'sys/arch/i386/include/rbus_machdep.h')
-rw-r--r-- | sys/arch/i386/include/rbus_machdep.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/arch/i386/include/rbus_machdep.h b/sys/arch/i386/include/rbus_machdep.h index 2808e44599c..70725e6f0e2 100644 --- a/sys/arch/i386/include/rbus_machdep.h +++ b/sys/arch/i386/include/rbus_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rbus_machdep.h,v 1.2 2002/03/14 01:26:33 millert Exp $ */ +/* $OpenBSD: rbus_machdep.h,v 1.3 2002/07/23 17:53:24 drahn Exp $ */ /* $NetBSD: rbus_machdep.h,v 1.2 1999/10/15 06:43:05 haya Exp $ */ /* @@ -47,7 +47,9 @@ void _bus_space_unmap(bus_space_tag_t, bus_space_handle_t, _bus_space_unmap((bt), (bsh), (size), (adrp)) -rbus_tag_t rbus_pccbb_parent_io(struct pci_attach_args *pa); -rbus_tag_t rbus_pccbb_parent_mem(struct pci_attach_args *pa); +rbus_tag_t rbus_pccbb_parent_io(struct device *self, + struct pci_attach_args *pa); +rbus_tag_t rbus_pccbb_parent_mem(struct device *self, + struct pci_attach_args *pa); #endif /* _ARCH_I386_I386_RBUS_MACHDEP_H_ */ |