Module Name:    src
Committed By:   thorpej
Date:           Wed Feb 12 05:44:26 UTC 2020

Modified Files:
        src/sys/arch/arm/xscale: ixp425reg.h

Log Message:
Correct the location of SDRAM in the comment describing the IXP425
memory map.  SDRAM is located at 0x00000000 and has aliases at 0x10000000,
0x20000000, and 0x30000000.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/xscale/ixp425reg.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/arm/xscale/ixp425reg.h
diff -u src/sys/arch/arm/xscale/ixp425reg.h:1.22 src/sys/arch/arm/xscale/ixp425reg.h:1.23
--- src/sys/arch/arm/xscale/ixp425reg.h:1.22	Mon Nov 12 18:00:38 2012
+++ src/sys/arch/arm/xscale/ixp425reg.h	Wed Feb 12 05:44:26 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: ixp425reg.h,v 1.22 2012/11/12 18:00:38 skrll Exp $ */
+/*	$NetBSD: ixp425reg.h,v 1.23 2020/02/12 05:44:26 thorpej Exp $ */
 /*
  * Copyright (c) 2003
  *	Ichiro FUKUHARA <ich...@ichiro.org>.
@@ -54,8 +54,14 @@
  * 4800 0000 ---------------------------
  *
  * 4000 0000 ---------------------------
- *           SDRAM
+ *           SDRAM (alias)
+ * 3000 0000 ---------------------------
+ *           SDRAM (alias)
+ * 2000 0000 ---------------------------
+ *           SDRAM (alias)
  * 1000 0000 ---------------------------
+ *           SDRAM
+ * 0000 0000 ---------------------------
  */           
 
 /*

Reply via email to