1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-28 11:57:28 +00:00

Correct a comment, this was not true anymore.

This commit is contained in:
Olivier Houchard 2007-10-24 22:24:32 +00:00
parent f352a0d45f
commit b2c9a0439a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172942

View File

@ -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;