Module Name: src
Committed By: kiyohara
Date: Mon Dec 24 06:49:41 UTC 2012
Modified Files:
src/sys/arch/evbarm/gumstix: gumstixreg.h
Log Message:
Statically map of devices moves to 0xc0000000 from 0x90000000.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/gumstix/gumstixreg.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/evbarm/gumstix/gumstixreg.h
diff -u src/sys/arch/evbarm/gumstix/gumstixreg.h:1.6 src/sys/arch/evbarm/gumstix/gumstixreg.h:1.7
--- src/sys/arch/evbarm/gumstix/gumstixreg.h:1.6 Sat Aug 28 04:46:24 2010
+++ src/sys/arch/evbarm/gumstix/gumstixreg.h Mon Dec 24 06:49:41 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: gumstixreg.h,v 1.6 2010/08/28 04:46:24 kiyohara Exp $ */
+/* $NetBSD: gumstixreg.h,v 1.7 2012/12/24 06:49:41 kiyohara Exp $ */
/*
* Copyright (C) 2005, 2006 WIDE Project and SOUM Corporation.
* All rights reserved.
@@ -47,8 +47,8 @@
#define GUMSTIX_HWUART_VBASE 0xfd600000
#define GUMSTIX_LCDC_VBASE 0xfd700000
-#define OVERO_L4_PERIPHERAL_VBASE 0x90000000
-#define OVERO_GPMC_VBASE 0x90100000
+#define OVERO_L4_PERIPHERAL_VBASE 0xc0000000
+#define OVERO_GPMC_VBASE 0xc0100000
#define ioreg_read(a) (*(volatile unsigned *)(a))