Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cats/include Define PCI_MAGIC_IO_RANGE, so that Xor...



details:   https://anonhg.NetBSD.org/src/rev/0a7368a4df79
branches:  trunk
changeset: 759187:0a7368a4df79
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Dec 01 06:47:16 2010 +0000

description:
Define PCI_MAGIC_IO_RANGE, so that Xorg drivers can mmap PCI IO space.

diffstat:

 sys/arch/cats/include/param.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 515b34d04da2 -r 0a7368a4df79 sys/arch/cats/include/param.h
--- a/sys/arch/cats/include/param.h     Wed Dec 01 05:18:09 2010 +0000
+++ b/sys/arch/cats/include/param.h     Wed Dec 01 06:47:16 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.7 2003/01/03 02:40:57 thorpej Exp $        */
+/*     $NetBSD: param.h,v 1.8 2010/12/01 06:47:16 skrll Exp $  */
 
 /*
  * Copyright (c) 1994,1995 Mark Brinicombe.
@@ -51,4 +51,7 @@
 
 #include <arm/arm32/param.h>
 
+/* at this offset we mmap() the PCI IO range in display drivers */
+#define PCI_MAGIC_IO_RANGE     0x7c000000
+
 #endif /* _CATS_PARAM_H_ */



Home | Main Index | Thread Index | Old Index