Date: Fri, 7 Jul 2006 01:35:50 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 100827 for review Message-ID: <200607070135.k671ZoDg075484@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100827 Change 100827 by imp@imp_lighthouse on 2006/07/07 01:35:16 Start of a driver for the TC (Time Counter) device. This oddball little unit won't be used much in TCS's application, so most of the driver will be #ifdef TSC for our high-precision timecounter. Affected files ... .. //depot/projects/arm/src/sys/arm/at91/at91.c#18 edit .. //depot/projects/arm/src/sys/arm/at91/at91_tc.c#1 add .. //depot/projects/arm/src/sys/arm/at91/at91_tcreg.h#1 add .. //depot/projects/arm/src/sys/arm/at91/files.at91#8 edit .. //depot/projects/arm/src/sys/arm/conf/TSC4370#2 edit Differences ... ==== //depot/projects/arm/src/sys/arm/at91/at91.c#18 (text+ko) ==== ==== //depot/projects/arm/src/sys/arm/at91/files.at91#8 (text) ==== @@ -9,6 +9,7 @@ arm/at91/at91_rtc.c standard arm/at91/at91_ssc.c optional at91_ssc arm/at91/at91_spi.c optional at91_spi +arm/at91/at91_tc.c optional at91_tc arm/at91/at91_twi.c optional at91_twi arm/at91/at91_udp.c optional at91_udp arm/at91/if_ate.c optional ate ==== //depot/projects/arm/src/sys/arm/conf/TSC4370#2 (text+ko) ==== @@ -95,9 +95,10 @@ device mem # Memory and kernel memory devices device md -device at91_twi # TWI: Two Wire Interface +device at91_twi # TWI: Two Wire Interface device at91_spi # SPI: device at91_ssc +device at91_tc # iic device iic device iicbus
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607070135.k671ZoDg075484>