Date: Thu, 6 Jul 2006 17:44:06 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 100778 for review Message-ID: <200607061744.k66Hi6UA012866@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100778 Change 100778 by imp@imp_lighthouse on 2006/07/06 17:43:41 ifdef our stuff in. Affected files ... .. //depot/projects/arm/src/sys/arm/at91/kb920x_machdep.c#28 edit .. //depot/projects/arm/src/sys/arm/conf/KB920X#35 edit Differences ... ==== //depot/projects/arm/src/sys/arm/at91/kb920x_machdep.c#28 (text+ko) ==== @@ -45,6 +45,7 @@ #include "opt_msgbuf.h" #include "opt_ddb.h" +#include "opt_at91.h" #include <sys/cdefs.h> __FBSDID("$FreeBSD: src/sys/arm/at91/kb920x_machdep.c,v 1.8 2006/06/20 23:40:04 imp Exp $"); @@ -227,10 +228,12 @@ at91_pio_use_periph_a(AT91RM92_PIOB_BASE, AT91C_PB20_TXD1, 1); /* Pin assignment */ +#if AT91_TSC /* Assert PA24 low -- talk to rubidium */ at91_pio_use_gpio(AT91RM92_PIOA_BASE, AT91C_PIO_PA24); at91_pio_gpio_output(AT91RM92_PIOA_BASE, AT91C_PIO_PA24, 0); at91_pio_gpio_clear(AT91RM92_PIOA_BASE, AT91C_PIO_PA24); +#endif return (ramsize()); } ==== //depot/projects/arm/src/sys/arm/conf/KB920X#35 (text+ko) ==== @@ -25,6 +25,7 @@ options KERNVIRTADDR=0xc0000000 options PHYSADDR=0x20000000 options STARTUP_PAGETABLE_ADDR=0x20800000 +options AT91_TSC include "../at91/std.kb920x" #To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" #Default places to look for devices.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607061744.k66Hi6UA012866>