2011-07-28 05:30:22 +04:00
|
|
|
/* $NetBSD: param.h,v 1.13 2011/07/28 01:30:22 macallan Exp $ */
|
1996-09-30 20:34:14 +04:00
|
|
|
|
2011-06-20 10:29:53 +04:00
|
|
|
#if defined(_KERNEL) && !defined(_MODULE)
|
|
|
|
|
|
|
|
#define MACHINE "ofppc"
|
2008-03-07 20:13:49 +03:00
|
|
|
|
2011-07-28 05:30:22 +04:00
|
|
|
#endif /* _KERNEL && !_MODULE */
|
|
|
|
|
2008-03-07 20:13:49 +03:00
|
|
|
/* at this offset we mmap() the PCI IO range in display drivers */
|
|
|
|
#define PCI_MAGIC_IO_RANGE 0xfeff0000
|
2011-06-20 10:29:53 +04:00
|
|
|
|
|
|
|
#include <powerpc/param.h>
|