Stefan Reinauer wrote: > > + device pci_domain 1 on # PCI domain 1 > > + device pci 00.0 on end # PCI bridge (DEC DECchip 21150) > > + end > > + device pci_domain 2 on # PCI domain 2 > > + device pci 04.0 on end # NIC (DECchip 21142/43) > > + device pci 04.0 on end # NIC (DECchip 21142/43) > > + end > > +end > > + > > This is definitely wrong.. There's only one PCI domain on the 440bx.
Note that pci_domain != PCI bus. I guess those chips are behind some PCI-PCI bridge, but all that should be detected automatically by coreboot. //Peter -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

