11.13Smacallan/* $NetBSD: param.h,v 1.13 2011/07/28 01:30:22 macallan Exp $ */ 21.1Sws 31.12Smatt#if defined(_KERNEL) && !defined(_MODULE) 41.12Smatt 51.12Smatt#define MACHINE "ofppc" 61.11Sphx 71.13Smacallan#endif /* _KERNEL && !_MODULE */ 81.13Smacallan 91.11Sphx/* at this offset we mmap() the PCI IO range in display drivers */ 101.11Sphx#define PCI_MAGIC_IO_RANGE 0xfeff0000 111.12Smatt 121.12Smatt#include <powerpc/param.h> 13