From owner-svn-src-head@FreeBSD.ORG Fri Sep 26 09:08:10 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9FB84203; Fri, 26 Sep 2014 09:08:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B304829; Fri, 26 Sep 2014 09:08:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8Q98A1s043234; Fri, 26 Sep 2014 09:08:10 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8Q98Arg043233; Fri, 26 Sep 2014 09:08:10 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201409260908.s8Q98Arg043233@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Fri, 26 Sep 2014 09:08:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r272164 - head/sys/arm/at91 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2014 09:08:10 -0000 Author: kevlo Date: Fri Sep 26 09:08:09 2014 New Revision: 272164 URL: http://svnweb.freebsd.org/changeset/base/272164 Log: Fix the size of AT91SAM9260_PIT_SIZE. Modified: head/sys/arm/at91/at91sam9260reg.h Modified: head/sys/arm/at91/at91sam9260reg.h ============================================================================== --- head/sys/arm/at91/at91sam9260reg.h Fri Sep 26 09:07:02 2014 (r272163) +++ head/sys/arm/at91/at91sam9260reg.h Fri Sep 26 09:08:09 2014 (r272164) @@ -231,7 +231,7 @@ #define AT91SAM9260_WDT_SIZE 0x10 #define AT91SAM9260_PIT_BASE 0xffffd30 -#define AT91SAM9260_PIT_SIZE 10 +#define AT91SAM9260_PIT_SIZE 0x10 #define AT91SAM9260_SMC_BASE 0xfffec00 #define AT91SAM9260_SMC_SIZE 0x200