From bddda87ed097ec7a82f35263f370cd0580fd2949 Mon Sep 17 00:00:00 2001 From: Mike Larkin Date: Thu, 1 Jul 2010 23:38:30 +0000 Subject: Repost T510 video using the emulator. ok deraadt@ --- sys/dev/pci/vga_pci.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/dev/pci') diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c index ed17cbe48bb..bdbc0575e06 100644 --- a/sys/dev/pci/vga_pci.c +++ b/sys/dev/pci/vga_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vga_pci.c,v 1.50 2010/07/01 22:51:23 pirofti Exp $ */ +/* $OpenBSD: vga_pci.c,v 1.51 2010/07/01 23:38:29 mlarkin Exp $ */ /* $NetBSD: vga_pci.c,v 1.3 1998/06/08 06:55:58 thorpej Exp $ */ /* @@ -166,6 +166,11 @@ static const struct vga_device_description vga_devs[] = { PCI_VENDOR_SONY, 0x9039 }, { 0xffff, 0xffff, 0xffff, 0xffff }, 1, 0 }, + { /* Thinkpad T510 (and similar models) */ + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ARRANDALE_IGD, + 0x17aa, 0x215a }, + { 0xffff, 0xffff, 0xffff, 0xffff }, 1, 0 + }, { /* NULL */ { 0, 0, 0, 0 }, -- cgit v1.2.3