Re: cvs commit: src/sys/arm/at91 at91_spi.c at91_spiio.h at91_spireg.h

2006-07-14 Thread Daniel O'Connor
On Saturday 15 July 2006 07:23, M. Warner Losh wrote: > SPI == Serial Peripheral Interface. It is common in the embedded > world. The 'bus' is nothing more than 4 signals: chip select, clock, > MOSI (master out, slave in) and MISO (master in, slave out). Lots of It's not even a bus, only a poin

Re: cvs commit: src/sys/arm/at91 at91_spi.c at91_spiio.h at91_spireg.h

2006-07-14 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Scott Long <[EMAIL PROTECTED]> writes: : 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/at

Re: cvs commit: src/sys/arm/at91 at91_spi.c at91_spiio.h at91_spireg.h

2006-07-14 Thread Jung-uk Kim
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:

Re: cvs commit: src/sys/arm/at91 at91_spi.c at91_spiio.h at91_spireg.h

2006-07-14 Thread Scott Long
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

cvs commit: src/sys/arm/at91 at91_spi.c at91_spiio.h at91_spireg.h

2006-07-14 Thread Warner Losh
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