From owner-p4-projects@FreeBSD.ORG Tue May 26 20:20:59 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2A08C1065676; Tue, 26 May 2009 20:20:59 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D768C1065674 for ; Tue, 26 May 2009 20:20:58 +0000 (UTC) (envelope-from syl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9CCB38FC2B for ; Tue, 26 May 2009 20:20:58 +0000 (UTC) (envelope-from syl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4QKKw3u030690 for ; Tue, 26 May 2009 20:20:58 GMT (envelope-from syl@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4QKKwNU030688 for perforce@freebsd.org; Tue, 26 May 2009 20:20:58 GMT (envelope-from syl@FreeBSD.org) Date: Tue, 26 May 2009 20:20:58 GMT Message-Id: <200905262020.n4QKKwNU030688@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to syl@FreeBSD.org using -f From: Sylvestre Gallon To: Perforce Change Reviews Cc: Subject: PERFORCE change 162807 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: Tue, 26 May 2009 20:21:01 -0000 http://perforce.freebsd.org/chv.cgi?CH=162807 Change 162807 by syl@syl_rincewind on 2009/05/26 20:19:49 Remove on at91_mci.c and at91_spi.c to be SoC independant. Add mci spi ssc and twi to AT91SAM9261EK config file. Affected files ... .. //depot/projects/soc2009/syl_usb/src/sys/arm/at91/at91_mci.c#2 edit .. //depot/projects/soc2009/syl_usb/src/sys/arm/at91/at91_spi.c#3 edit .. //depot/projects/soc2009/syl_usb/src/sys/arm/at91/at91_ssc.c#2 edit .. //depot/projects/soc2009/syl_usb/src/sys/arm/at91/at91_twi.c#2 edit .. //depot/projects/soc2009/syl_usb/src/sys/arm/conf/AT91SAM9261EK#2 edit Differences ... ==== //depot/projects/soc2009/syl_usb/src/sys/arm/at91/at91_mci.c#2 (text+ko) ==== @@ -52,7 +52,6 @@ #include #include #include -#include #include #include #include ==== //depot/projects/soc2009/syl_usb/src/sys/arm/at91/at91_spi.c#3 (text) ==== ==== //depot/projects/soc2009/syl_usb/src/sys/arm/at91/at91_ssc.c#2 (text) ==== ==== //depot/projects/soc2009/syl_usb/src/sys/arm/at91/at91_twi.c#2 (text) ==== @@ -39,7 +39,6 @@ #include #include -#include #include #include ==== //depot/projects/soc2009/syl_usb/src/sys/arm/conf/AT91SAM9261EK#2 (text+ko) ==== @@ -81,6 +81,11 @@ #options DIAGNOSTIC device md +device at91_twi +device at91_spi +device at91_ssc +device at91_mci + device mmc # mmc/sd bus device mmcsd # mmc/sd flash cards # iic