Sat Oct 30 08:43:12 2010 UTC ()
xmd_machdep.c is gone.


(uebayasi)
diff -r1.71.4.4 -r1.71.4.5 src/sys/arch/powerpc/conf/files.powerpc
diff -r1.54.2.2 -r1.54.2.3 src/sys/arch/x86/conf/files.x86

cvs diff -r1.71.4.4 -r1.71.4.5 src/sys/arch/powerpc/conf/files.powerpc (expand / switch to unified diff)

--- src/sys/arch/powerpc/conf/files.powerpc 2010/08/25 14:33:07 1.71.4.4
+++ src/sys/arch/powerpc/conf/files.powerpc 2010/10/30 08:43:12 1.71.4.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: files.powerpc,v 1.71.4.4 2010/08/25 14:33:07 uebayasi Exp $ 1# $NetBSD: files.powerpc,v 1.71.4.5 2010/10/30 08:43:12 uebayasi Exp $
2 2
3defflag opt_altivec.h ALTIVEC K_ALTIVEC 3defflag opt_altivec.h ALTIVEC K_ALTIVEC
4defflag opt_openpic.h OPENPIC OPENPIC_SERIAL_MODE 4defflag opt_openpic.h OPENPIC OPENPIC_SERIAL_MODE
5defparam opt_ppcparam.h L2CR_CONFIG L3CR_CONFIG INTSTK CLOCKBASE 5defparam opt_ppcparam.h L2CR_CONFIG L3CR_CONFIG INTSTK CLOCKBASE
6defflag opt_ppcarch.h PPC_OEA PPC_OEA601 PPC_OEA64 PPC_OEA64_BRIDGE PPC_MPC8XX PPC_IBM4XX PPC_IBM403 PPC_BOOKE 6defflag opt_ppcarch.h PPC_OEA PPC_OEA601 PPC_OEA64 PPC_OEA64_BRIDGE PPC_MPC8XX PPC_IBM4XX PPC_IBM403 PPC_BOOKE
7 __BUS_SPACE_HAS_PHYSLOAD_METHODS 7 __BUS_SPACE_HAS_PHYSLOAD_METHODS
8defflag opt_pmap.h PMAPDEBUG PMAPCHECK PMAPCOUNTERS 8defflag opt_pmap.h PMAPDEBUG PMAPCHECK PMAPCOUNTERS
9defparam opt_pmap.h PTEGCOUNT PMAP_MEMLIMIT 9defparam opt_pmap.h PTEGCOUNT PMAP_MEMLIMIT
10 10
11file arch/powerpc/powerpc/copystr.c 11file arch/powerpc/powerpc/copystr.c
12file arch/powerpc/powerpc/core_machdep.c coredump 12file arch/powerpc/powerpc/core_machdep.c coredump
13file arch/powerpc/powerpc/fubyte.c 13file arch/powerpc/powerpc/fubyte.c
14file arch/powerpc/powerpc/fuswintr.c 14file arch/powerpc/powerpc/fuswintr.c
@@ -84,15 +84,13 @@ file arch/powerpc/powerpc/darwin_commpag @@ -84,15 +84,13 @@ file arch/powerpc/powerpc/darwin_commpag
84 84
85include "compat/netbsd32/files.netbsd32" 85include "compat/netbsd32/files.netbsd32"
86file arch/powerpc/powerpc/netbsd32_sigcode.S compat_netbsd32 86file arch/powerpc/powerpc/netbsd32_sigcode.S compat_netbsd32
87 87
88# OSS audio driver compatibility 88# OSS audio driver compatibility
89include "compat/ossaudio/files.ossaudio"  89include "compat/ossaudio/files.ossaudio"
90 90
91# Linux binary compatibility (COMPAT_LINUX) 91# Linux binary compatibility (COMPAT_LINUX)
92include "compat/linux/files.linux" 92include "compat/linux/files.linux"
93include "compat/linux/arch/powerpc/files.linux_powerpc" 93include "compat/linux/arch/powerpc/files.linux_powerpc"
94file arch/powerpc/powerpc/linux_sigcode.S compat_linux 94file arch/powerpc/powerpc/linux_sigcode.S compat_linux
95file arch/powerpc/powerpc/linux_trap.c compat_linux 95file arch/powerpc/powerpc/linux_trap.c compat_linux
96file arch/powerpc/powerpc/linux_syscall.c compat_linux 96file arch/powerpc/powerpc/linux_syscall.c compat_linux
97 
98file arch/powerpc/powerpc/xmd_machdep.c xmd 

cvs diff -r1.54.2.2 -r1.54.2.3 src/sys/arch/x86/conf/files.x86 (expand / switch to unified diff)

--- src/sys/arch/x86/conf/files.x86 2010/08/20 07:04:37 1.54.2.2
+++ src/sys/arch/x86/conf/files.x86 2010/10/30 08:43:12 1.54.2.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: files.x86,v 1.54.2.2 2010/08/20 07:04:37 uebayasi Exp $ 1# $NetBSD: files.x86,v 1.54.2.3 2010/10/30 08:43:12 uebayasi Exp $
2 2
3# options for MP configuration through the MP spec 3# options for MP configuration through the MP spec
4defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI 4defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
5 5
6# MTRR support 6# MTRR support
7defflag MTRR 7defflag MTRR
8 8
9# Interrupt debug 9# Interrupt debug
10defflag opt_intrdebug.h INTRDEBUG 10defflag opt_intrdebug.h INTRDEBUG
11 11
12# PCI fixup options 12# PCI fixup options
13defflag opt_pcifixup.h PCI_ADDR_FIXUP PCI_BUS_FIXUP 13defflag opt_pcifixup.h PCI_ADDR_FIXUP PCI_BUS_FIXUP
14 PCI_INTR_FIXUP PCI_INTR_FIXUP_FORCE 14 PCI_INTR_FIXUP PCI_INTR_FIXUP_FORCE
@@ -111,22 +111,20 @@ file arch/x86/x86/coretemp.c intel_core @@ -111,22 +111,20 @@ file arch/x86/x86/coretemp.c intel_core
111 111
112# VIA C7 Temperature sensor 112# VIA C7 Temperature sensor
113file arch/x86/x86/viac7temp.c via_c7temp 113file arch/x86/x86/viac7temp.c via_c7temp
114 114
115# IPMI device 115# IPMI device
116device ipmi: sysmon_envsys, sysmon_wdog 116device ipmi: sysmon_envsys, sysmon_wdog
117attach ipmi at ipmibus 117attach ipmi at ipmibus
118file arch/x86/x86/ipmi.c ipmi needs-flag 118file arch/x86/x86/ipmi.c ipmi needs-flag
119 119
120file arch/x86/x86/vga_post.c vga_post 120file arch/x86/x86/vga_post.c vga_post
121 121
122file arch/x86/x86/tprof_pmi.c tprof needs-flag 122file arch/x86/x86/tprof_pmi.c tprof needs-flag
123 123
124file arch/x86/x86/xmd_machdep.c xmd 
125 
126file arch/x86/pci/pci_machdep.c pci 124file arch/x86/pci/pci_machdep.c pci
127file arch/x86/pci/pci_intr_machdep.c pci 125file arch/x86/pci/pci_intr_machdep.c pci
128 126
129file arch/x86/pci/pciide_machdep.c pciide_common 127file arch/x86/pci/pciide_machdep.c pciide_common
130 128
131file arch/x86/pci/pci_bus_fixup.c pci_bus_fixup 129file arch/x86/pci/pci_bus_fixup.c pci_bus_fixup
132file arch/x86/pci/pci_addr_fixup.c pci_addr_fixup 130file arch/x86/pci/pci_addr_fixup.c pci_addr_fixup