On Thu, Oct 9, 2008 at 8:30 AM, Myles Watson <[EMAIL PROTECTED]> wrote: > >> > Very nice. Now how do we disable the 8111 nic and EHCI (like v2 does)? >> I'm >> > still curious how that works. >> > >> >> Disable for scanning or disable once it is all scanned and address >> space allocated? > > Good question. What did the v2 disable mean? >
so here are the cases. You might not want to scan the device, or you might want the device to actually not be visible. make it not scanned, put enabled = "0" in dts. *possibly* make it disappear, put enabled = "0" in dts but also have a phase4_enable_disable that will look at dev->enabled and make the magic happen. For now, you can try enabled = "0"; in the dts entry for the nic. ron -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

