/** 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