Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/include Unbreak Xen build, while not actually f...
details: https://anonhg.NetBSD.org/src/rev/8fee8863ab80
branches: trunk
changeset: 758490:8fee8863ab80
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sat Nov 06 04:14:30 2010 +0000
description:
Unbreak Xen build, while not actually fixing the real problem.
NetBSD/xen doesn't implement disestablishing interrupts yet.
diffstat:
sys/arch/x86/include/pci_machdep_common.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 3c615e4c9321 -r 8fee8863ab80 sys/arch/x86/include/pci_machdep_common.h
--- a/sys/arch/x86/include/pci_machdep_common.h Sat Nov 06 03:42:59 2010 +0000
+++ b/sys/arch/x86/include/pci_machdep_common.h Sat Nov 06 04:14:30 2010 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index