Module Name: src Committed By: skrll Date: Wed Dec 1 06:47:17 UTC 2010
Modified Files: src/sys/arch/cats/include: param.h Log Message: Define PCI_MAGIC_IO_RANGE, so that Xorg drivers can mmap PCI IO space. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/cats/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/cats/include/param.h diff -u src/sys/arch/cats/include/param.h:1.7 src/sys/arch/cats/include/param.h:1.8 --- src/sys/arch/cats/include/param.h:1.7 Fri Jan 3 02:40:57 2003 +++ src/sys/arch/cats/include/param.h Wed Dec 1 06:47:16 2010 @@ -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_ */