Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch more PCI_MAGIC_IO_RANGE fixes



details:   https://anonhg.NetBSD.org/src/rev/ed263378c3b1
branches:  trunk
changeset: 767713:ed263378c3b1
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Jul 28 01:44:50 2011 +0000

description:
more PCI_MAGIC_IO_RANGE fixes

diffstat:

 sys/arch/bebox/include/param.h |  6 +++---
 sys/arch/prep/include/param.h  |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r 1ede674dbf1b -r ed263378c3b1 sys/arch/bebox/include/param.h
--- a/sys/arch/bebox/include/param.h    Thu Jul 28 01:30:22 2011 +0000
+++ b/sys/arch/bebox/include/param.h    Thu Jul 28 01:44:50 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.14 2011/06/20 06:29:53 matt Exp $  */
+/*     $NetBSD: param.h,v 1.15 2011/07/28 01:44:50 macallan Exp $      */
 
 /*-
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -40,9 +40,9 @@
 #define        KERNBASE                0x3100  /* EXC_AST + 0x100 */
 #define        __NO_FIXED_MSGBUF
 
+#endif /* _KERNEL && !_MODULE */
+
 /* at this offset we mmap() the PCI IO range in display drivers */
 #define PCI_MAGIC_IO_RANGE     0xf2000000
 
-#endif /* _KERNEL && !_MODULE */
-
 #include <powerpc/param.h>
diff -r 1ede674dbf1b -r ed263378c3b1 sys/arch/prep/include/param.h
--- a/sys/arch/prep/include/param.h     Thu Jul 28 01:30:22 2011 +0000
+++ b/sys/arch/prep/include/param.h     Thu Jul 28 01:44:50 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.6 2011/06/20 06:29:54 matt Exp $   */
+/*     $NetBSD: param.h,v 1.7 2011/07/28 01:44:50 macallan Exp $       */
 
 /*-
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -40,9 +40,9 @@
 #define        KERNBASE                0x100000
 #define        __NO_FIXED_MSGBUF
 
+#endif /* _KERNEL && !_MODULE */
+
 /* at this offset we mmap() the PCI IO range in display drivers */
 #define PCI_MAGIC_IO_RANGE     0xf2000000
 
-#endif /* _KERNEL && !_MODULE */
-
 #include <powerpc/param.h>



Home | Main Index | Thread Index | Old Index