The option are used to put HT device on specific bus num and device logic.
Are you testing new HT device on socket?
YH
-----Original Message----- From: linuxbios-bounces@linuxbios.org [mailto:linuxbios-bounces@linuxbios.org] On Behalf Of Roman Kononov Sent: Tuesday, October 10, 2006 11:29 AM To: LinuxBIOS Subject: Re: [LinuxBIOS] bad value in HT UnitID Registers
On 10/10/2006 01:15 PM, Lu, Yinghai wrote:
There is some setting in the MB Options.lb
default HT_CHAIN_UNITID_BASE=0x0 default SB_HT_CHAIN_UNITID_OFFSET_ONLY=0
you can comment out them, if you like.
Thank you for the answer.
What are the options for? Why did you put them in if they break things?
Regards,
Roman
On 10/10/2006 01:46 PM, Lu, Yinghai wrote:
The option are used to put HT device on specific bus num and device logic.
How?
Are you testing new HT device on socket?
Yes, I am. And the code in get_bus_conf.c does not allow me to do so unless I modify it to expect the PCI-X bridge on another logical bus. Essentially, the modified code searches the bridge on the bus number pci1234[1], if not found, it searches it on the bus number pci1234[2]. And if the bridge is not there, it is a catastrophe, unless Tyan makes boards without a PCI-X bridge.
Roman
On Tue, 2006-10-10 at 14:20 -0500, Roman Kononov wrote:
bus. Essentially, the modified code searches the bridge on the bus number pci1234[1], if not found, it searches it on the bus number pci1234[2]. And if the bridge is not there, it is a catastrophe, unless Tyan makes boards without a PCI-X bridge.
Yes, S2865 which I'd like to use with LinuxBIOS, has no PCI-X bridge.
Roman