On Sat, Nov 20, 2010 at 01:42:23PM +0100, Patrick Georgi wrote: > some more mptables conversions, abuild tested, but not boot tested.
Acked-by: Uwe Hermann <[email protected]> > Index: src/mainboard/iwill/dk8_htx/get_bus_conf.c > =================================================================== > --- src/mainboard/iwill/dk8_htx/get_bus_conf.c (Revision 6099) > +++ src/mainboard/iwill/dk8_htx/get_bus_conf.c (Arbeitskopie) > @@ -109,11 +109,6 @@ > dev = dev_find_slot(m->bus_8111_0, PCI_DEVFN(sysconf.sbdn,0)); > if (dev) { > m->bus_8111_1 = pci_read_config8(dev, PCI_SECONDARY_BUS); > -#if CONFIG_HT_CHAIN_END_UNITID_BASE >= CONFIG_HT_CHAIN_UNITID_BASE > - m->bus_isa = pci_read_config8(dev, PCI_SUBORDINATE_BUS); > - m->bus_isa++; > -// printk(BIOS_DEBUG, "bus_isa=%d\n",bus_isa); > -#endif Is this handled properly by the new code? It doesn't check for this CONFIG_HT_CHAIN_END_UNITID_BASE >= CONFIG_HT_CHAIN_UNITID_BASE condition anymore, right? Uwe. -- http://hermann-uwe.de | http://sigrok.org http://randomprojects.org | http://unmaintained-free-software.org -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

