param.h revision 1.11
1/*	$NetBSD: param.h,v 1.11 2008/03/07 17:13:49 phx Exp $	*/
2
3#define MACHINE		"ofppc"
4#include <powerpc/param.h>
5
6/* at this offset we mmap() the PCI IO range in display drivers */
7#define PCI_MAGIC_IO_RANGE      0xfeff0000
8