Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/zaurus/zaurus SL-C700 has PXA250 step B instead of ...



details:   https://anonhg.NetBSD.org/src/rev/5b731cfb27b2
branches:  trunk
changeset: 771145:5b731cfb27b2
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Sat Nov 12 04:39:19 2011 +0000

description:
SL-C700 has PXA250 step B instead of PXA250 step A.

diffstat:

 sys/arch/zaurus/zaurus/machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 94726894dece -r 5b731cfb27b2 sys/arch/zaurus/zaurus/machdep.c
--- a/sys/arch/zaurus/zaurus/machdep.c  Sat Nov 12 03:15:05 2011 +0000
+++ b/sys/arch/zaurus/zaurus/machdep.c  Sat Nov 12 04:39:19 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.26 2011/07/19 15:11:49 dyoung Exp $      */
+/*     $NetBSD: machdep.c,v 1.27 2011/11/12 04:39:19 nonaka Exp $      */
 /*     $OpenBSD: zaurus_machdep.c,v 1.25 2006/06/20 18:24:04 todd Exp $        */
 
 /*
@@ -107,7 +107,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.26 2011/07/19 15:11:49 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.27 2011/11/12 04:39:19 nonaka Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -713,7 +713,7 @@
                zaurus_gpioconf = pxa27x_zaurus_gpioconf;
        } else {
                zaurusmod = ZAURUS_C860;                /* SL-C7x0/860 */
-               if (cputype == CPU_ID_PXA250A) {
+               if (cputype == CPU_ID_PXA250B) {
                        /* SL-C700 */
                        memsize =  0x02000000;          /* 32MB */
                }



Home | Main Index | Thread Index | Old Index