From owner-p4-projects@FreeBSD.ORG Mon Dec 18 01:38:41 2006 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 109C616A417; Mon, 18 Dec 2006 01:38:41 +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 C619B16A412 for ; Mon, 18 Dec 2006 01:38:40 +0000 (UTC) (envelope-from imp@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40A5343CA4 for ; Mon, 18 Dec 2006 01:38:39 +0000 (GMT) (envelope-from imp@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 kBI1cden088261 for ; Mon, 18 Dec 2006 01:38:39 GMT (envelope-from imp@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBI1ccAp088258 for perforce@freebsd.org; Mon, 18 Dec 2006 01:38:38 GMT (envelope-from imp@freebsd.org) Date: Mon, 18 Dec 2006 01:38:38 GMT Message-Id: <200612180138.kBI1ccAp088258@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to imp@freebsd.org using -f From: Warner Losh To: Perforce Change Reviews Cc: Subject: PERFORCE change 111866 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: Mon, 18 Dec 2006 01:38:41 -0000 http://perforce.freebsd.org/chv.cgi?CH=111866 Change 111866 by imp@imp_bugs on 2006/12/18 01:38:03 Experimentally switch to bit-bang interface. Affected files ... .. //depot/projects/arm/src/sys/arm/conf/TSC4370#19 edit .. //depot/projects/arm/src/sys/arm/conf/TSC4370.hints#7 edit .. //depot/projects/arm/src/sys/arm/conf/TSC4370RAM#4 edit Differences ... ==== //depot/projects/arm/src/sys/arm/conf/TSC4370#19 (text+ko) ==== @@ -1,4 +1,5 @@ -# TSC4370 -- Kernel +# KB920X -- Custom kernel configuration for the KB9200, 9201 and 9202 +# AT91RM9200 evaluation boards from kwikbyte.com. # # For more information on this file, please read the handbook section on # Kernel Configuration Files: @@ -43,7 +44,7 @@ #options MD_ROOT #MD is a potential root device #options MD_ROOT_SIZE=4096 # 4MB ram disk #options ROOTDEVNAME=\"ufs:md0\" -options ROOTDEVNAME=\"ufs:mmcsd0s1a\" +options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\" #options NFSCLIENT #Network Filesystem Client #options NFSSERVER #Network Filesystem Server #options NFS_ROOT #NFS usable as /, requires NFSCLIENT @@ -64,6 +65,8 @@ options MUTEX_NOINLINE options NO_FFS_SNAPSHOT options NO_SWAPPING +options PPS_SYNC # ntp time sync with pps +options ARM32_NEW_VM_LAYOUT device genclock device loop device random @@ -91,10 +94,12 @@ device mem # Memory and kernel memory devices device md -device at91_twi # TWI: Two Wire Interface +#device at91_twi # TWI: Two Wire Interface +device at91_bbiic # TWI: Two Wire Interface, bit bang device at91_spi # SPI bridge support device at91_ssc device at91_tc +# MMC device at91_mci device mmc # mmc/sd bus device mmcsd # mmc/sd flash cards @@ -102,6 +107,7 @@ device iic device iicbus device icee +device iicbb # SPI bus device spibus device at45d # at45db642 and maybe others @@ -110,3 +116,7 @@ # Be aware of the administrative consequences of enabling this! # Note that 'bpf' is required for DHCP. device bpf # Berkeley packet filter + +# Enable support for the kernel PLL to use an external PPS signal, +options PPS_SYNC + ==== //depot/projects/arm/src/sys/arm/conf/TSC4370.hints#7 (text+ko) ==== @@ -1,5 +1,5 @@ # $FreeBSD$ -# $TSC$ +# $TSC: Release/arm/kern/TSC4370.hints,v 1.3 2006/12/11 22:29:53 imp Exp $ hint.at45d.0.at="spibus0" hint.at45d.0.cs=0 # ID Eeprom ==== //depot/projects/arm/src/sys/arm/conf/TSC4370RAM#4 (text+ko) ====