Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ofppc/include userland needs to see PCI_MAGIC_IO_RANGE
details: https://anonhg.NetBSD.org/src/rev/1ede674dbf1b
branches: trunk
changeset: 767712:1ede674dbf1b
user: macallan <macallan%NetBSD.org@localhost>
date: Thu Jul 28 01:30:22 2011 +0000
description:
userland needs to see PCI_MAGIC_IO_RANGE
diffstat:
sys/arch/ofppc/include/param.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 0afb1f3309cd -r 1ede674dbf1b sys/arch/ofppc/include/param.h
--- a/sys/arch/ofppc/include/param.h Thu Jul 28 01:24:31 2011 +0000
+++ b/sys/arch/ofppc/include/param.h Thu Jul 28 01:30:22 2011 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index