From owner-p4-projects@FreeBSD.ORG Wed Jan 24 05:44:44 2007 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 086A516A402; Wed, 24 Jan 2007 05:44:44 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D4E0C16A400 for ; Wed, 24 Jan 2007 05:44:43 +0000 (UTC) (envelope-from kevlo@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AB8A813C4A7 for ; Wed, 24 Jan 2007 05:44:43 +0000 (UTC) (envelope-from kevlo@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0O5ihCp068528 for ; Wed, 24 Jan 2007 05:44:43 GMT (envelope-from kevlo@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0O5ihhb068525 for perforce@freebsd.org; Wed, 24 Jan 2007 05:44:43 GMT (envelope-from kevlo@freebsd.org) Date: Wed, 24 Jan 2007 05:44:43 GMT Message-Id: <200701240544.l0O5ihhb068525@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to kevlo@freebsd.org using -f From: Kevin Lo To: Perforce Change Reviews Cc: Subject: PERFORCE change 113473 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jan 2007 05:44:44 -0000 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 };