Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2007 05:44:43 GMT
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 113473 for review
Message-ID:  <200701240544.l0O5ihhb068525@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=113473

Change 113473 by kevlo@kevlo_rtsl on 2007/01/24 05:44:07

	Fix comments

Affected files ...

.. //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425_mem.c#4 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425_mem.c#4 (text+ko) ====

@@ -47,8 +47,8 @@
 static uint32_t sdram_64bit[] = {
 	0x00800000,	/* 8M:  One 2M x 32 chip */
 	0x01000000,	/* 16M: Two 2M x 32 chips */
-	0x01000000,	/* 16M: One 4M x 32 chip */
-	0x02000000,	/* 32M: Two 4M x 32 chips */
+	0x01000000,	/* 16M: Two 4M x 16 chips */
+	0x02000000,	/* 32M: Four 4M x 32 chips */
 	0, 0, 0, 0
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701240544.l0O5ihhb068525>