#define __HAVE_PRIVATE_PCI_BUS_DMA_TAG

This commit is contained in:
macallan 2007-12-24 01:27:34 +00:00
parent 96fb7c224f
commit ddf0036d4b
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.13 2001/11/14 20:55:34 matt Exp $ */
/* $NetBSD: param.h,v 1.14 2007/12/24 01:27:34 macallan Exp $ */
/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -57,4 +57,6 @@
#define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
#define NKMEMPAGES_MAX_DEFAULT ((48 * 1024 * 1024) >> PAGE_SHIFT)
#define __HAVE_PRIVATE_PCI_BUS_DMA_TAG
#include <powerpc/param.h>