summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormlarkin <mlarkin@openbsd.org>2010-07-01 23:38:29 +0000
committermlarkin <mlarkin@openbsd.org>2010-07-01 23:38:29 +0000
commit9c070be5b17a6b60026ba41742d2c192949af3ba (patch)
tree411d214b24d06103bafe61fd7c7947ff554b1ab7
parentWhen a process' FPU context is evicted or restored record which CPU the (diff)
downloadwireguard-openbsd-9c070be5b17a6b60026ba41742d2c192949af3ba.tar.xz
wireguard-openbsd-9c070be5b17a6b60026ba41742d2c192949af3ba.zip
Repost T510 video using the emulator.
ok deraadt@
-rw-r--r--sys/dev/pci/vga_pci.c7
1 files changed, 6 insertions, 1 deletions
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 },