1 /* $NetBSD: pci_machdep.c,v 1.2.16.3 2004/09/21 13:15:01 skrll Exp $ */
4 __KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.2.16.3 2004/09/21 13:15:01 skrll Exp $");
7 #include <sys/device.h>
9 #define _MIPS_BUS_DMA_PRIVATE
10 #include <machine/bus.h>
13 * PCI doesn't have any special needs; just use
14 * the generic versions of these functions.
16 struct mips_bus_dma_tag pci_bus_dma_tag
= {
24 _bus_dmamap_load_mbuf
,