0560d8b947
The Iyonix is a desktop machine from Castle Technology, based on a 600MHz XScale[tm] 80321 processor. * Uses the bootloader from NetBSD/acorn32, which is now 32-bit compatible. * Currently boots multiuser with a serial console. * Device support is not yet complete. With help from abs.
7 lines
179 B
C
7 lines
179 B
C
/* $NetBSD: pci_machdep.h,v 1.1 2004/10/13 23:28:36 gavan Exp $ */
|
|
|
|
#include <arm/pci_machdep.h>
|
|
#define __HAVE_PCI_CONF_HOOK
|
|
int pci_conf_hook(void *, int, int, int, pcireg_t);
|
|
|