[coreboot] More device cleanup

ron minnich rminnich at gmail.com
Wed Nov 5 22:42:49 CET 2008


>
> /** Set the method to be used for PCI, type I or type II
>  */
> void pci_set_method(struct device * dev)
> {
>     printk(BIOS_INFO, "Finding PCI configuration type.\n");
>     dev->ops->ops_pci_bus = pci_check_direct();
>     post_code(POST_STAGE2_PHASE2_PCI_SET_METHOD);
> }
>


yeah, just set it. This is historical from when we supported type i or
type ii, but nobody uses type ii



ron




More information about the coreboot mailing list