Module Name: src
Committed By: jakllsch
Date: Sat Nov 6 04:14:30 UTC 2010
Modified Files:
src/sys/arch/x86/include: pci_machdep_common.h
Log Message:
Unbreak Xen build, while not actually fixing the real problem.
NetBSD/xen doesn't implement disestablishing interrupts yet.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x86/include/pci_machdep_common.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x86/include/pci_machdep_common.h
diff -u src/sys/arch/x86/include/pci_machdep_common.h:1.4 src/sys/arch/x86/include/pci_machdep_common.h:1.5
--- src/sys/arch/x86/include/pci_machdep_common.h:1.4 Sat Nov 6 00:35:44 2010
+++ src/sys/arch/x86/include/pci_machdep_common.h Sat Nov 6 04:14:30 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_machdep_common.h,v 1.4 2010/11/06 00:35:44 jakllsch Exp $ */
+/* $NetBSD: pci_machdep_common.h,v 1.5 2010/11/06 04:14:30 jakllsch Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
@@ -37,7 +37,9 @@
* Machine-specific definitions for PCI autoconfiguration.
*/
#define __HAVE_PCIIDE_MACHDEP_COMPAT_INTR_ESTABLISH
+#ifndef XEN
#define __HAVE_PCIIDE_MACHDEP_COMPAT_INTR_DISESTABLISH
+#endif
/*
* i386-specific PCI structure and type definitions.