summaryrefslogtreecommitdiff
path: root/sys/src/cmd/aux/vga/igfx.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-01-12 04:07:16 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2015-01-12 04:07:16 +0100
commit24d693348a6022d4434104be69c05a79621f5731 (patch)
treec7d442d9df5b3b6230f3caead496bebfacfa3e6b /sys/src/cmd/aux/vga/igfx.c
parentce69208641e7d1f84336ba3468899ba8d5f68112 (diff)
igfx: reverting previous change, pci id is for the second graphics controller pci device
Diffstat (limited to 'sys/src/cmd/aux/vga/igfx.c')
-rw-r--r--sys/src/cmd/aux/vga/igfx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/aux/vga/igfx.c b/sys/src/cmd/aux/vga/igfx.c
index 15c17c9a6..9d972b148 100644
--- a/sys/src/cmd/aux/vga/igfx.c
+++ b/sys/src/cmd/aux/vga/igfx.c
@@ -305,7 +305,6 @@ devtype(Igfx *igfx)
case 0x0166: /* X230 */
return TypeIVB;
- case 0x2a43: /* X200 */
case 0x2a42: /* X200s */
return TypeG45;
}