Module Name: src
Committed By: matt
Date: Thu Jan 21 04:09:05 UTC 2010
Added Files:
src/sys/arch/sbmips/include [matt-nb5-mips64]: pci_machdep.h
Log Message:
Needed for pci support.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/sbmips/include/pci_machdep.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/sys/arch/sbmips/include/pci_machdep.h
diff -u /dev/null src/sys/arch/sbmips/include/pci_machdep.h:1.1.2.1
--- /dev/null Thu Jan 21 04:09:05 2010
+++ src/sys/arch/sbmips/include/pci_machdep.h Thu Jan 21 04:09:05 2010
@@ -0,0 +1,6 @@
+/* $NetBSD: pci_machdep.h,v 1.1.2.1 2010/01/21 04:09:05 matt Exp $ */
+
+/* Before including <mips/pci_machdep.h> */
+#define __HAVE_PCIIDE_MACHDEP_COMPAT_INTR_ESTABLISH
+
+#include <mips/pci_machdep.h>