switch-coreboot/util/x86emu
Stefan Reinauer dde116bd69 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.

Signed-off-by: Alex Beregszaszi <alex@rtfs.hu>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@487 f3766cd6-281f-0410-b1cd-43a5c92072e9
2007-09-05 01:41:52 +00:00
..
include/x86emu trivial: explicitly make signed types signed as ommiting the "signed" keyword might not do what we want. 2007-08-10 13:48:59 +00:00
pcbios Fix various Doxygen warnings (trivial). 2007-06-07 00:07:39 +00:00
x86emu * move post_code() to a seperate file 2007-07-23 16:49:00 +00:00
biosemu.c Massive file rename and moving orgy: 2007-05-05 21:36:52 +00:00
Makefile * move post_code() to a seperate file 2007-07-23 16:49:00 +00:00
vm86.c this patch changes vm86.c:do_bios to run_bios(dev, addr). 2007-09-05 01:41:52 +00:00