From owner-p4-projects@FreeBSD.ORG Fri Jan 6 23:54:09 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 702C516A422; Fri, 6 Jan 2006 23:54:08 +0000 (GMT) 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 2C8D016A420 for ; Fri, 6 Jan 2006 23:54:08 +0000 (GMT) (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 A123743D48 for ; Fri, 6 Jan 2006 23:54:07 +0000 (GMT) (envelope-from imp@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k06Ns7EU057305 for ; Fri, 6 Jan 2006 23:54:07 GMT (envelope-from imp@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k06Ns7H4057302 for perforce@freebsd.org; Fri, 6 Jan 2006 23:54:07 GMT (envelope-from imp@freebsd.org) Date: Fri, 6 Jan 2006 23:54:07 GMT Message-Id: <200601062354.k06Ns7H4057302@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 89309 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 Jan 2006 23:54:09 -0000 http://perforce.freebsd.org/chv.cgi?CH=89309 Change 89309 by imp@imp_Speedy on 2006/01/06 23:53:59 Go ahead and list files for the various built-in devices that I'm planning on writing some kind of driver for in files.at91rm92. Atmel's product line has standardized asic blobs that get added to each SoC/MicroController that they produce, so we only need one driver for each of them. Affected files ... .. //depot/projects/arm/src/sys/arm/at91/files.at91rm92#7 edit Differences ... ==== //depot/projects/arm/src/sys/arm/at91/files.at91rm92#7 (text+ko) ==== @@ -7,3 +7,9 @@ arm/at91/uart_cpu_at91rm9200usart.c optional uart arm/at91/uart_dev_at91usart.c optional uart arm/at91/if_ate.c optional ate +arm/at91/at91_mci.c optional at91_mci +arm/at91/at91_ssc.c optional at91_ssc +arm/at91/at91_spi.c optional at91_spi +arm/at91/at91_twi.c optional at91_twi +arm/at91/at91_udp.c optional at91_udp +arm/at91/ohci_atmelarm.c optional ohci