qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 6/6] vga: improve documentation


From: Blue Swirl
Subject: [Qemu-devel] [PATCH 6/6] vga: improve documentation
Date: Sun, 29 Jan 2012 19:19:24 +0000

Add links to chipset docs and FreeVGA site.

Signed-off-by: Blue Swirl <address@hidden>
---
 hw/vga.c |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/hw/vga.c b/hw/vga.c
index 758bd92..d87c4f9 100644
--- a/hw/vga.c
+++ b/hw/vga.c
@@ -37,6 +37,18 @@

 //#define DEBUG_BOCHS_VBE

+/*
+ * Video Graphics Array (VGA)
+ *
+ * Chipset docs for original IBM VGA:
+ * http://www.mcamafia.de/pdf/ibm_vgaxga_trm2.pdf
+ *
+ * FreeVGA site:
+ * http://www.osdever.net/FreeVGA/home.htm
+ *
+ * Standard VGA features and Bochs VBE extensions are implemented.
+ */
+
 /* force some bits to zero */
 const uint8_t sr_mask[8] = {
     0x03,
-- 
1.7.9.rc0

Attachment: 0006-vga-improve-documentation.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]