Subject: CVS commit: src/sys/arch/powerpc/pci
To: None <source-changes@NetBSD.org>
From: Michael Lorenz <macallan@netbsd.org>
List: source-changes
Date: 12/24/2007 01:31:09
Module Name: src
Committed By: macallan
Date: Mon Dec 24 01:31:08 UTC 2007
Modified Files:
src/sys/arch/powerpc/pci: pci_machdep_common.c
Log Message:
check for __HAVE_PRIVATE_PCI_BUS_DMA_TAG instead of macppc when (not)
declaring pci_bus_dma_tag
while there move #include <machine/isa_machdep.h> to the ISA block so archs
without ISA won't see it. Now macppc builds again.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/powerpc/pci/pci_machdep_common.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.