Module Name:    src
Committed By:   macallan
Date:           Thu Jul 28 01:30:22 UTC 2011

Modified Files:
        src/sys/arch/ofppc/include: param.h

Log Message:
userland needs to see PCI_MAGIC_IO_RANGE


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/ofppc/include/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/ofppc/include/param.h
diff -u src/sys/arch/ofppc/include/param.h:1.12 src/sys/arch/ofppc/include/param.h:1.13
--- src/sys/arch/ofppc/include/param.h:1.12	Mon Jun 20 06:29:53 2011
+++ src/sys/arch/ofppc/include/param.h	Thu Jul 28 01:30:22 2011
@@ -1,12 +1,12 @@
-/*	$NetBSD: param.h,v 1.12 2011/06/20 06:29:53 matt Exp $	*/
+/*	$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
 
-#endif /* _KERNEL && !_MODULE */
-
 #include <powerpc/param.h>

Reply via email to