Date: Mon, 9 Mar 2009 15:01:56 GMT From: Ulf Lilleengen <lulf@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 158925 for review Message-ID: <200903091501.n29F1ui5004483@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=158925 Change 158925 by lulf@lulf_carrot on 2009/03/09 15:01:26 - Bring atmel_spi into the game. It's intention is to work for at91 as well as avr32. Affected files ... .. //depot/projects/avr32/src/sys/conf/files.avr32#12 edit .. //depot/projects/avr32/src/sys/dev/spibus/atmel_spi.c#1 add .. //depot/projects/avr32/src/sys/dev/spibus/spibus.c#2 edit Differences ... ==== //depot/projects/avr32/src/sys/conf/files.avr32#12 (text+ko) ==== @@ -36,6 +36,7 @@ avr32/avr32/at32_sdramc.c optional at32_sdramc avr32/avr32/at32_smc.c optional at32_smc dev/mmc/atmel_mci.c optional atmel_mci +dev/spibus/atmel_spi.c optional atmel_spi avr32/avr32/busdma_machdep.c optional at32_mci dev/cfi/cfi_bus_at32_smc.c optional at32_smc cfi ==== //depot/projects/avr32/src/sys/dev/spibus/spibus.c#2 (text+ko) ==== @@ -194,5 +194,5 @@ devclass_t spibus_devclass; -DRIVER_MODULE(spibus, at91_spi, spibus_driver, spibus_devclass, 0, 0); +DRIVER_MODULE(spibus, atmel_spi, spibus_driver, spibus_devclass, 0, 0); MODULE_VERSION(spibus, 1);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903091501.n29F1ui5004483>