summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2007-10-24 22:24:32 +0000
committercognet <cognet@FreeBSD.org>2007-10-24 22:24:32 +0000
commitb1ea6b3ec35afd34bc3002bd4fe74b27661074b2 (patch)
treed8ad88c9c547a8434d8222f77fac5a5fc8cac6a8 /sys/arm/at91
parent2f8a906c36edd256f39a8d2ef209fef1a548d79e (diff)
downloadFreeBSD-src-b1ea6b3ec35afd34bc3002bd4fe74b27661074b2.zip
FreeBSD-src-b1ea6b3ec35afd34bc3002bd4fe74b27661074b2.tar.gz
Correct a comment, this was not true anymore.
Diffstat (limited to 'sys/arm/at91')
-rw-r--r--sys/arm/at91/uart_cpu_at91rm9200usart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/at91/uart_cpu_at91rm9200usart.c b/sys/arm/at91/uart_cpu_at91rm9200usart.c
index 45254af..9673b86 100644
--- a/sys/arm/at91/uart_cpu_at91rm9200usart.c
+++ b/sys/arm/at91/uart_cpu_at91rm9200usart.c
@@ -62,8 +62,8 @@ uart_cpu_getdev(int devtype, struct uart_devinfo *di)
di->bas.chan = 0;
di->bas.bst = &at91_bs_tag;
/*
- * XXX: Not pretty, but will work because we map VA == PA early
- * for the last 1MB of memory.
+ * XXX: Not pretty, but will work because we map the needed addresses
+ * early.
*/
#ifdef SKYEYE_WORKAROUNDS
di->bas.bsh = AT91RM92_BASE + AT91RM92_USART0_BASE;
OpenPOWER on IntegriCloud