Committed.
Disable AMD8111 USB2 and remove hard code addr in amd8111 IDE CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: src/mainboard/tyan/s2850/Config.lb CVS: src/mainboard/tyan/s2875/Config.lb CVS: src/mainboard/tyan/s2880/Config.lb CVS: src/mainboard/tyan/s2881/Config.lb CVS: src/mainboard/tyan/s2882/Config.lb CVS: src/mainboard/tyan/s2885/Config.lb CVS: src/mainboard/tyan/s4880/Config.lb CVS: src/mainboard/tyan/s4882/Config.lb CVS: src/southbridge/amd/amd8111/amd8111.c CVS: src/southbridge/amd/amd8111/amd8111_ide.c CVS: ----------------------------------------------------------------------
-----邮件原件----- 发件人: ron minnich [mailto:rminnich@lanl.gov] 发送时间: 2004年5月5日 10:23 收件人: YhLu 抄送: Stefan Reinauer; linuxbios@clustermatic.org 主题: Re: 答复: 答复: 答复: Disable USB2 in AMD8111 and remove ide hardcode io addr
On Wed, 5 May 2004, YhLu wrote:
If I changed config.lb PCI 1:0.2 on --> PCI 1:0.2 off The PCI 1:0.0 and PCI 1:0.1 will be disabled together.
According to AMD 8111 data sheet, LPC 0x48, only can be disabled the
device
in second bus by device num, and the three USB share one device number.
So I guess the code about 0x47 must be there.
sounds ok.
ron