Thu Jul 28 01:30:22 2011 UTC ()
userland needs to see PCI_MAGIC_IO_RANGE


(macallan)
diff -r1.12 -r1.13 src/sys/arch/ofppc/include/param.h

cvs diff -r1.12 -r1.13 src/sys/arch/ofppc/include/param.h (expand / switch to unified diff)

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