From owner-cvs-all@FreeBSD.ORG Fri Jul 14 21:50:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0C3016A4E1; Fri, 14 Jul 2006 21:50:23 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id B00E943D68; Fri, 14 Jul 2006 21:50:20 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k6ELoI0D039732; Fri, 14 Jul 2006 17:50:18 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Scott Long Date: Fri, 14 Jul 2006 17:50:04 -0400 User-Agent: KMail/1.6.2 References: <200607142135.k6ELZxol050056@repoman.freebsd.org> <44B81042.2090009@samsco.org> In-Reply-To: <44B81042.2090009@samsco.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200607141750.06666.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1599/Fri Jul 14 01:35:31 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Warner Losh , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/arm/at91 at91_spi.c at91_spiio.h at91_spireg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 21:50:23 -0000 On Friday 14 July 2006 05:44 pm, Scott Long wrote: > Warner Losh wrote: > > imp 2006-07-14 21:35:59 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/arm/at91 at91_spi.c at91_spireg.h > > Removed files: > > sys/arm/at91 at91_spiio.h > > Log: > > MF p4: > > > > Adapt to forthcoming spi framework. The ioctls for SPI > > commands and such belong in the higher level driver. > > SCSI Parallel Interface? Serial Peripheral Interface, I believe. http://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus Jung-uk Kim