Module Name:    src
Committed By:   dyoung
Date:           Mon Aug 29 22:46:56 UTC 2011

Modified Files:
        src/sys/arch/x86/conf: files.x86

Log Message:
Add pci_ranges.c to the set of files compiled when 'pci' is configured.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 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.71 src/sys/arch/x86/conf/files.x86:1.72
--- src/sys/arch/x86/conf/files.x86:1.71	Sun Jun 12 11:31:31 2011
+++ src/sys/arch/x86/conf/files.x86	Mon Aug 29 22:46:56 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: files.x86,v 1.71 2011/06/12 11:31:31 jruoho Exp $
+#	$NetBSD: files.x86,v 1.72 2011/08/29 22:46:56 dyoung Exp $
 
 # options for MP configuration through the MP spec
 defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
@@ -125,6 +125,7 @@
 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_intr_machdep.c	pci
 
 file	arch/x86/pci/pciide_machdep.c	pciide_common

Reply via email to