diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2010-07-01 23:38:30 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2010-07-01 23:38:30 +0000 |
commit | bddda87ed097ec7a82f35263f370cd0580fd2949 (patch) | |
tree | c4b259e92aa7aaf81521abdbb3f52bc7d7aaec51 /sys/dev/pci | |
parent | ab527bbdea3318976cb6c026882ec35875238dde (diff) |
Repost T510 video using the emulator.
ok deraadt@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/vga_pci.c | 7 |
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 }, |