* Eric Poulsen eric@zyxod.com [060424 22:37]:
While poking around trying to get VGA working, I did a grep for '3123', and I found this. Notice how the variable 'north' is assigned to the result of the 'pci_locate_device' call, then immediately re-assigned to zero ... and then used. Is this correct?
It will probably work because the northbridge usually sits on 0:0.0
print_debug("vt8623 init starting\r\n"); north = pci_locate_device(PCI_ID(0x1106, 0x3123), 0); north = 0;
In the best case this wasts time and space.
Stefan.