diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1999-11-08 23:49:01 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1999-11-08 23:49:01 +0000 |
commit | 0b93a282a4901915cf5cbd81741e1ef7eb6d6726 (patch) | |
tree | 7f00c3bc473218e23d1dd8d8f325d61c28130679 /sys/arch/powerpc/pci/pci_machdep.h | |
parent | f852bd66af9ffe7e798bb823f628e1e9c20cc084 (diff) |
Changes for imac support. support for VI computers and MCG Powerstack
will need to be merged back in. Both are currently untested.
mac interrupt support is currently a big hack and needs to be redesigned
as part of the system, several of the mac drivers need busified also.
Diffstat (limited to 'sys/arch/powerpc/pci/pci_machdep.h')
-rw-r--r-- | sys/arch/powerpc/pci/pci_machdep.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/powerpc/pci/pci_machdep.h b/sys/arch/powerpc/pci/pci_machdep.h index ea5c88e5dfa..01ed387d78d 100644 --- a/sys/arch/powerpc/pci/pci_machdep.h +++ b/sys/arch/powerpc/pci/pci_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_machdep.h,v 1.4 1998/08/06 15:04:01 pefo Exp $ */ +/* $OpenBSD: pci_machdep.h,v 1.5 1999/11/08 23:49:00 rahnds Exp $ */ /* * Copyright (c) 1996 Carnegie-Mellon University. @@ -34,15 +34,15 @@ /* * Types provided to machine-independent PCI code */ -typedef struct p4e_pci_chipset *pci_chipset_tag_t; +typedef struct ppc_pci_chipset *pci_chipset_tag_t; typedef u_long pcitag_t; typedef u_long pci_intr_handle_t; /* - * p4e-specific PCI structure and type definitions. + * ppc-specific PCI structure and type definitions. * NOT TO BE USED DIRECTLY BY MACHINE INDEPENDENT CODE. */ -struct p4e_pci_chipset { +struct ppc_pci_chipset { void *pc_conf_v; void (*pc_attach_hook) __P((struct device *, struct device *, struct pcibus_attach_args *)); |