blob: de7c923487b11ff6b67cfae2714c2467711ef792 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* $NetBSD: param.h,v 1.13 2011/07/28 01:30:22 macallan Exp $ */
#if defined(_KERNEL) && !defined(_MODULE)
#define MACHINE "ofppc"
#endif /* _KERNEL && !_MODULE */
/* at this offset we mmap() the PCI IO range in display drivers */
#define PCI_MAGIC_IO_RANGE 0xfeff0000
#include <powerpc/param.h>
|