Done reading resources. first onboard = PCI: 00:09.0 Skipping disabled device PNP: 002e.3 Skipping disabled device PCI: 00:12.1 Skipping disabled device PCI: 00:12.3 Skipping disabled device PCI: 00:12.4 vga_first = PCI: 00:12.4 vga = PCI: 00:12.4 Looking at vga_onboard Reassigning vga to PCI: 00:12.4 Allocating VGA resource PCI: 00:09.0
I dont understand yet whats happening.. dev 12.4 should never get consider since its disabled. It ended up doing the right thing and enabling 9.0 but I don't know how 12.4 made it in there.
Will you please add the following at line 387 in device.c Just before the disable check.
printk_spew(" Looking at device %s\n",dev_path(dev));
-- Richard A. Smith