From owner-p4-projects@FreeBSD.ORG Fri Dec 8 09:25:40 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 EE7AE16A417; Fri, 8 Dec 2006 09:25:39 +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 B489516A40F for ; Fri, 8 Dec 2006 09:25:39 +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 BB57B43CA2 for ; Fri, 8 Dec 2006 09:24:42 +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 kB89Pdx2026273 for ; Fri, 8 Dec 2006 09:25:39 GMT (envelope-from imp@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB89PdPP026270 for perforce@freebsd.org; Fri, 8 Dec 2006 09:25:39 GMT (envelope-from imp@freebsd.org) Date: Fri, 8 Dec 2006 09:25:39 GMT Message-Id: <200612080925.kB89PdPP026270@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 111281 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: Fri, 08 Dec 2006 09:25:40 -0000 http://perforce.freebsd.org/chv.cgi?CH=111281 Change 111281 by imp@imp_lighthouse on 2006/12/08 09:25:16 Add icee part on kb9202 mobos. Affected files ... .. //depot/projects/arm/src/sys/arm/conf/KB920X#41 edit .. //depot/projects/arm/src/sys/arm/conf/KB920X.hints#1 add Differences ... ==== //depot/projects/arm/src/sys/arm/conf/KB920X#41 (text+ko) ==== @@ -25,7 +25,7 @@ include "../at91/std.kb920x" #To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" #Default places to look for devices. -#hints "KB920X.hints" #Default places to look for devices. +hints "KB920X.hints" #Default places to look for devices. #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options DDB @@ -43,11 +43,12 @@ #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 NFSCLIENT #Network Filesystem Client #options NFSSERVER #Network Filesystem Server -options NFS_ROOT #NFS usable as /, requires NFSCLIENT -options BOOTP_NFSROOT -options BOOTP +#options NFS_ROOT #NFS usable as /, requires NFSCLIENT +#options BOOTP_NFSROOT +#options BOOTP #options MSDOSFS #MSDOS Filesystem #options CD9660 #ISO 9660 Filesystem @@ -91,10 +92,16 @@ device mem # Memory and kernel memory devices device md -device at91_twi # TWI: Two Wire Interface +device at91_tc device at91_spi # SPI: device spibus device at91_ssc # iic +device at91_twi # TWI: Two Wire Interface device iic device iicbus +device icee +# MMC/SD +device at91_mci +device mmc # mmc/sd bus +device mmcsd # mmc/sd flash cards