Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/arch/powerpc/powerpc-4xx ibm4xx now uses <powerp...



details:   https://anonhg.NetBSD.org/src/rev/e614526d7f7e
branches:  trunk
changeset: 766440:e614526d7f7e
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Jun 22 18:17:17 2011 +0000

description:
ibm4xx now uses <powerpc/pci_machdep.h>

diffstat:

 sys/modules/arch/powerpc/powerpc-4xx/bsd.powerpc-4xx.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 26a3ec009cf3 -r e614526d7f7e sys/modules/arch/powerpc/powerpc-4xx/bsd.powerpc-4xx.mk
--- a/sys/modules/arch/powerpc/powerpc-4xx/bsd.powerpc-4xx.mk   Wed Jun 22 18:06:32 2011 +0000
+++ b/sys/modules/arch/powerpc/powerpc-4xx/bsd.powerpc-4xx.mk   Wed Jun 22 18:17:17 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.powerpc-4xx.mk,v 1.2 2011/06/20 20:18:43 matt Exp $
+#      $NetBSD: bsd.powerpc-4xx.mk,v 1.3 2011/06/22 18:17:17 matt Exp $
 
 .ifndef _BSD_POWERPC_4XX_MK_
 _BSD_POWERPC_4XX_MK_=1
@@ -10,7 +10,7 @@
 
 # hack into bsd.kmodule.mk
 PPC_INTR_IMPL=\"powerpc/intr.h\"
-PPC_PCI_MACHDEP_IMPL=\"powerpc/ibm4xx/pci_machdep.h\"
+PPC_PCI_MACHDEP_IMPL=\"powerpc/pci_machdep.h\"
 
 AFLAGS+=       -mcpu=403
 



Home | Main Index | Thread Index | Old Index