From owner-p4-projects@FreeBSD.ORG Mon Dec 11 23:25:30 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 C5D3616A47E; Mon, 11 Dec 2006 23:25:30 +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 A486816A47B for ; Mon, 11 Dec 2006 23:25:30 +0000 (UTC) (envelope-from ticso@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 630FE43CB4 for ; Mon, 11 Dec 2006 23:24:11 +0000 (GMT) (envelope-from ticso@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 kBBNPJUb028317 for ; Mon, 11 Dec 2006 23:25:19 GMT (envelope-from ticso@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBBNPJgw028314 for perforce@freebsd.org; Mon, 11 Dec 2006 23:25:19 GMT (envelope-from ticso@freebsd.org) Date: Mon, 11 Dec 2006 23:25:19 GMT Message-Id: <200612112325.kBBNPJgw028314@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to ticso@freebsd.org using -f From: Bernd Walter To: Perforce Change Reviews Cc: Subject: PERFORCE change 111514 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, 11 Dec 2006 23:25:31 -0000 http://perforce.freebsd.org/chv.cgi?CH=111514 Change 111514 by ticso@ticso on 2006/12/11 23:24:21 update with recent feature changes Affected files ... .. //depot/projects/arm/src/sys/arm/conf/BWCT#3 edit Differences ... ==== //depot/projects/arm/src/sys/arm/conf/BWCT#3 (text+ko) ==== @@ -46,13 +46,13 @@ #options MD_ROOT #MD is a potential root device #options MD_ROOT_SIZE=4096 # 3MB ram disk #options ROOTDEVNAME=\"ufs:md0\" -#options ROOTDEVNAME=\"ufs:mmcsd0s1a\" +options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\" #options ROOTDEVNAME=\"ufs:at91_qdmmc0a\" 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 @@ -73,6 +73,7 @@ device loop device random device ether +device vlan device pty device nexus device uart @@ -91,7 +92,7 @@ device md device at91_twi # TWI: Two Wire Interface device at91_spi # SPI: -device at91_ssc +#device at91_ssc device at91_mci device mmc # mmc/sd bus device mmcsd # mmc/sd flash cards