Christian Sühs chris@suehsi.de writes:
Thanks for this.
Hmm. Looking closer I do see why there is a problem.
Please disable the indicated end tag and not the one you picked. I think that will make the configuration say what you intended.
Eric W. Biederman schrieb:
To be clear I think the Config.lb should read: chip northbridge/amd/gx1 device pci_domain 0 on device pci 0.0 on end chip drivers/pci/onboard device pci 9.0 on end
^^^^
register "rom_address" = "0xfffc0000" end
I had to disable this "end tag" for a successful build.
# end
chip southbridge/amd/cs5530 device pci 12.0 on chip superio/NSC/pc97317 device pnp 2e.0 on # Keyboard io 0x60 = 0x60 io 0x62 = 0x64 irq 0x70 = 1
Have a look to the attachment, the disabled PCI 12.4 device comes no longer up :D
I think this Config.lb version is better than the old one ;)
Cool so progress is being made :)
Eric