[SeaBIOS] [PATCH 5/7] vga: add vmware

Gerd Hoffmann kraxel at redhat.com
Mon Feb 6 15:51:41 CET 2012


Add vmware vga to the device list.

Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
 vgasrc/vgahw.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/vgasrc/vgahw.c b/vgasrc/vgahw.c
index 1401fba..48fb070 100644
--- a/vgasrc/vgahw.c
+++ b/vgasrc/vgahw.c
@@ -28,6 +28,12 @@ static struct vga_pci_table hwtab[] VAR16 = {
         .type = VGA_TYPE_BOCHS,
         .supported = CONFIG_VGA_BOCHS,
     },{
+        .vid  = 0x15ad,
+        .did  = 0x0405,
+        .name = "QEMU VMware SVGA",
+        .type = VGA_TYPE_BOCHS,
+        .supported = CONFIG_VGA_BOCHS,
+    },{
         .vid  = 0x100b,
         .did  = 0x0030,
         .name = "Geode GX2",
-- 
1.7.1




More information about the SeaBIOS mailing list