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 Don't link pci_ranges.c with x86 kernels f...



details:   https://anonhg.NetBSD.org/src/rev/929b0dad167a
branches:  trunk
changeset: 770504:929b0dad167a
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Wed Oct 19 05:22:25 2011 +0000

description:
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.

diffstat:

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

diffs (18 lines):

diff -r 236a40561238 -r 929b0dad167a sys/arch/x86/conf/files.x86
--- a/sys/arch/x86/conf/files.x86       Wed Oct 19 05:01:43 2011 +0000
+++ b/sys/arch/x86/conf/files.x86       Wed Oct 19 05:22:25 2011 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index