Hi,
this patch changes vm86.c:do_bios to run_bios(dev, addr).
While doing this, we can remove lot of code duplication about searching the device, which is already done in the parent pci_device.c.
-- Alex
* Alex Beregszaszi alex@rtfs.hu [070904 14:30]:
Hi,
this patch changes vm86.c:do_bios to run_bios(dev, addr).
While doing this, we can remove lot of code duplication about searching the device, which is already done in the parent pci_device.c.
r487