shithub: riscv

Download patch

ref: 92d75fe03f6702f7621fe7fb822405fd339603aa
parent: cab445eb6232e03cec1a01f3a53d9e591005a0b9
author: stanley lieber <stanley.lieber@gmail.com>
date: Fri Feb 6 20:10:35 EST 2015

vgadb: add vid=0x8086 did=0x2a02	for Intel GM965/GL960/X3100; comment recent igfx ctlr definitions with the names of specific chipsets instead of the model numbers of laptops they may ship in

--- a/lib/vgadb
+++ b/lib/vgadb
@@ -435,14 +435,15 @@
 	ctlr=geode linear=1
 
 ctlr
-	vid=0x8086 did=0x0166	# X230
-	vid=0x8086 did=0x2a42	# X200
+	vid=0x8086 did=0x0166	# Intel 3rd Gen Core
+	vid=0x8086 did=0x2a42	# Intel 4 Series Mobile
 	link=vga
 	hwgc=igfxhwgc
 	ctlr=igfx linear=1
 
 ctlr
-	vid=0x8086 did=0x27a2	# X60 Tablet (hardware cursor broken)
+	vid=0x8086 did=0x27a2	# Intel GM945/82940GML (hardware cursor broken)
+	vid=0x8086 did=0x2a02	# Intel GM965/GL960/X3100 (hardware cursor broken)
 	link=vga
 	ctlr=igfx linear=1
 
@@ -1704,7 +1705,7 @@
 	lcd=1
 
 #
-# Lenovo X200 (LCD) LVDS
+# Lenovo ThinkPad X200 (LCD) LVDS
 #
 x200=1280x800		# 60Hz
 	clock=75
@@ -1717,7 +1718,7 @@
 	alias=x200
 
 #
-# Lenovo X301 (LCD) LVDS
+# Lenovo ThinkPad X301 (LCD) LVDS
 #
 x301=1440x900		# 60Hz
 	clock=102
@@ -1736,7 +1737,7 @@
 	hsync=+ vsync=+
 
 #
-# Lenovo Thinkpad X60 Tablet (LCD) LVDS
+# Lenovo ThinkPad X60 Tablet (LCD) LVDS
 #
 x60t=640x480		# 60Hz   
 	clock=25.175
--