mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Misc VGA fixes (Laurent Vivier)
git-svn-id: svn://coreboot.org/openbios/openbios-devel@282 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -305,11 +305,9 @@ static const pci_dev_t vga_devices[] = {
|
||||
|
||||
static int vga_config_cb (const pci_config_t *config)
|
||||
{
|
||||
#if 0
|
||||
if (config->regions[0] != 0x00000000)
|
||||
vga_vbe_init(config->path, config->regions[0], config->sizes[0],
|
||||
config->regions[1], config->sizes[1]);
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user