Please forget about serial_2.c, and I used it send console info to two
console port.
-----邮件原件-----
发件人: ron minnich [mailto:rminnich@lanl.gov]
发送时间: 2004年3月12日 7:25
收件人: YhLu
抄送: linuxbios(a)clustermatic.org
主题: Re: your mail
On Thu, 11 Mar 2004, YhLu wrote:
> Please commit the changes in tyan dir to make tyan MB to work with 1.1.6
> that Eric committed today.
These patches are now applied.
Please test.
Somebody please tell me why we have src/pc80/serial.c and
src/pc80/serial_2.c ...
ron
> //BY LYH
> value = pci_read_config32(dev, 0x4);
> value |= 6;
> pci_write_config32(dev, 0x4, value);
> //BY LYH END
if anyone wants to replace '6' with a symbolic name, that is fine by me
:-)
ron