Module Name: src
Committed By: dyoung
Date: Wed Feb 24 21:25:52 UTC 2010
Modified Files:
src/sys/arch/x86/include: pci_machdep.h
Log Message:
Don't bother to #define PCI_PREFER_IOSPACE, nothing uses it.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86/include/pci_machdep.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.h
diff -u src/sys/arch/x86/include/pci_machdep.h:1.10 src/sys/arch/x86/include/pci_machdep.h:1.11
--- src/sys/arch/x86/include/pci_machdep.h:1.10 Wed Feb 24 21:24:20 2010
+++ src/sys/arch/x86/include/pci_machdep.h Wed Feb 24 21:25:51 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_machdep.h,v 1.10 2010/02/24 21:24:20 dyoung Exp $ */
+/* $NetBSD: pci_machdep.h,v 1.11 2010/02/24 21:25:51 dyoung Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
@@ -39,14 +39,6 @@
#define __HAVE_PCIIDE_MACHDEP_COMPAT_INTR_ESTABLISH
/*
- * Many i386 PCI systems only work properly with I/O mapped space, in
- * particular, buses behind PCI-PCI bridges may not have memory
- * space mapped at all. For this reason, tell drivers that have
- * a choice that we "prefer" I/O space.
- */
-#define PCI_PREFER_IOSPACE
-
-/*
* i386-specific PCI structure and type definitions.
* NOT TO BE USED DIRECTLY BY MACHINE INDEPENDENT CODE.
*