So this would be the PCI bus support in the north bridge for instance?
Should I just arbitrarily pick a chipset and implement that, or is there
something more generic?

Gabe

nathan binkert wrote:
>> So as it says, it's checking bus 0 device 0 for a host bridge. Do we
>> have a way to set that up? I can short circuit that by filling in one of
>> the tables from the BIOS a little more, but if this is something I'm
>> going to need to do anyway I'd rather do that.
> 
> I believe that bus 0 is on the host bridge device.  You're going to
> need to create a new device so that the PCI bus can be discovered.  It
> shouldn't be complicated since there aren't that many registers
> involved.  I'm not sure how complicated the linux code is for this
> stuff, but the BSD code isn't too bad.
> 
>   Nate
> _______________________________________________
> m5-dev mailing list
> m5-dev@m5sim.org
> http://m5sim.org/mailman/listinfo/m5-dev

_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to