Module Name: src
Committed By: dyoung
Date: Wed Oct 19 05:22:25 UTC 2011
Modified Files:
src/sys/arch/x86/conf: files.x86
Log Message:
Don't link pci_ranges.c with x86 kernels for now, it's using a
pcibus_attach_args member that I haven't added, yet.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/arch/x86/conf/files.x86
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/conf/files.x86
diff -u src/sys/arch/x86/conf/files.x86:1.74 src/sys/arch/x86/conf/files.x86:1.75
--- src/sys/arch/x86/conf/files.x86:1.74 Mon Oct 17 23:24:05 2011
+++ src/sys/arch/x86/conf/files.x86 Wed Oct 19 05:22:25 2011
@@ -1,4 +1,4 @@
-# $NetBSD: files.x86,v 1.74 2011/10/17 23:24:05 jmcneill Exp $
+# $NetBSD: files.x86,v 1.75 2011/10/19 05:22:25 dyoung Exp $
# options for MP configuration through the MP spec
defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
@@ -129,7 +129,7 @@ file arch/x86/x86/tprof_pmi.c tprof_pmi
file arch/x86/x86/tprof_amdpmi.c tprof_amdpmi
file arch/x86/pci/pci_machdep.c pci
-file arch/x86/pci/pci_ranges.c pci
+#file arch/x86/pci/pci_ranges.c pci
file arch/x86/pci/pci_intr_machdep.c pci
file arch/x86/pci/pciide_machdep.c pciide_common