For the s2880/2882/2885, Amd8111 LPC is actually the PCI_DEV(1,0x4,0).
Regards
Yinghai Lu
-----邮件原件-----
发件人: ron minnich [mailto:rminnich@lanl.gov]
发送时间: 2003年9月8日 8:03
收件人: Stefan Reinauer
抄送: YhLu; ebiederman(a)lnxi.com; LinuxBIOS
主题: Re: [COMMIT] Infrastructure Updates 4
On Mon, 8 Sep 2003, Stefan Reinauer wrote:
> * YhLu <YhLu(a)tyan.com> [030906 04:58]:
> > Eric,
> >
> > Without hard_reset, s2885 is ok now.
>
> Did you have a look at the implementation of hard_reset in reset.c?
> void hard_reset(void)
> {
> set_bios_reset();
> pci_write_config8(PCI_DEV(1, 0x04, 0), 0x47, 1);
> }
the only reset.c I see is in the mainboard-specific code. Nevertheless
this code really should do the find_device thing.
on the list of fixes.
ron