"Mark A. Greer" <mgreer at mvista.com> wrote:
> Get rid of the
> "console=uart,mmio,0xfdfce500,115200n8" part of the
> cmdline and see what happens (keep the
> "console=ttyS0,115200" part).

I suspect there are sth wrong with uart iomem_base.
In my 2.4.24 porting, the following two lines must
be added in sandpoint_setup_arch, or I could get the
same result as 2.6.x.

rs_table[0].port = (ulong) ioremap (rs_table[0].port,
PAGE_SIZE);
rs_table[0].iomem_base = (u8 *) rs_table[0].port;

But the pity is that there are no rs_table used in
2.6.x serial driver.

Thanks again,

Sam

_________________________________________________________
Do You Yahoo!?
150??MP3????????????
http://music.yisou.com/
???????????????????
http://image.yisou.com
1G??1000???????????
http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/

Reply via email to