From owner-p4-projects@FreeBSD.ORG Fri Oct 6 04:52:55 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 757B516A40F; Fri, 6 Oct 2006 04:52:55 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 358FD16A47B for ; Fri, 6 Oct 2006 04:52:55 +0000 (UTC) (envelope-from imp@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01DEC43D46 for ; Fri, 6 Oct 2006 04:52:55 +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 k964qsb3084863 for ; Fri, 6 Oct 2006 04:52:54 GMT (envelope-from imp@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k964qsFd084860 for perforce@freebsd.org; Fri, 6 Oct 2006 04:52:54 GMT (envelope-from imp@freebsd.org) Date: Fri, 6 Oct 2006 04:52:54 GMT Message-Id: <200610060452.k964qsFd084860@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 107342 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, 06 Oct 2006 04:52:55 -0000 http://perforce.freebsd.org/chv.cgi?CH=107342 Change 107342 by imp@imp_lighthouse on 2006/10/06 04:51:55 Now that the real one seems to work, no need for the quick and dirty one... Affected files ... .. //depot/projects/arm/src/sys/arm/at91/at91.c#21 edit .. //depot/projects/arm/src/sys/arm/at91/at91_qdmmc.c#14 delete .. //depot/projects/arm/src/sys/arm/at91/at91_qdmmcreg.h#4 delete .. //depot/projects/arm/src/sys/arm/at91/files.at91#12 edit .. //depot/projects/arm/src/sys/arm/conf/TSC4370RAM#3 edit Differences ... ==== //depot/projects/arm/src/sys/arm/at91/at91.c#21 (text+ko) ==== @@ -304,11 +304,6 @@ AT91RM92_IRQ_UDP }, { - "at91_qdmmc", 0, - AT91RM92_BASE + AT91RM92_MCI_BASE, AT91RM92_MCI_SIZE, - AT91RM92_IRQ_MCI - }, - { "at91_mci", 0, AT91RM92_BASE + AT91RM92_MCI_BASE, AT91RM92_MCI_SIZE, AT91RM92_IRQ_MCI ==== //depot/projects/arm/src/sys/arm/at91/files.at91#12 (text) ==== @@ -4,7 +4,6 @@ arm/at91/at91.c standard arm/at91/at91_st.c standard arm/at91/at91_mci.c optional at91_mci -arm/at91/at91_qdmmc.c optional at91_qdmmc arm/at91/at91_pio.c standard arm/at91/at91_pmc.c standard arm/at91/at91_rtc.c standard ==== //depot/projects/arm/src/sys/arm/conf/TSC4370RAM#3 (text+ko) ==== @@ -94,7 +94,6 @@ device at91_spi # SPI bridge support device at91_ssc device at91_tc -device at91_qdmmc # iic device iic device iicbus