Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/conf Add pci_ranges.c to the set of files compi...



details:   https://anonhg.NetBSD.org/src/rev/fc87e8f7125c
branches:  trunk
changeset: 768992:fc87e8f7125c
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Mon Aug 29 22:46:56 2011 +0000

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

diffstat:

 sys/arch/x86/conf/files.x86 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 96adfebd9ad8 -r fc87e8f7125c sys/arch/x86/conf/files.x86
--- a/sys/arch/x86/conf/files.x86       Mon Aug 29 22:46:04 2011 +0000
+++ b/sys/arch/x86/conf/files.x86       Mon Aug 29 22:46:56 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index