summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpirofti <pirofti@openbsd.org>2010-07-02 00:23:42 +0000
committerpirofti <pirofti@openbsd.org>2010-07-02 00:23:42 +0000
commitd46e20417583928bbfb16bd3849e8072d8d1da8d (patch)
tree66064a87c9eb4a55f38edb89007165a77f206360
parentremove prototype of okaytoclone, which got removed in 1.117 (diff)
downloadwireguard-openbsd-d46e20417583928bbfb16bd3849e8072d8d1da8d.tar.xz
wireguard-openbsd-d46e20417583928bbfb16bd3849e8072d8d1da8d.zip
Add Lenovo ThinkPad X100e quirk, from Brad.
-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 e07213945c6..d0c2dc1d2d9 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.52 2010/07/02 00:09:37 pirofti Exp $ */
+/* $OpenBSD: vga_pci.c,v 1.53 2010/07/02 00:23:42 pirofti Exp $ */
/* $NetBSD: vga_pci.c,v 1.3 1998/06/08 06:55:58 thorpej Exp $ */
/*
@@ -170,6 +170,11 @@ static const struct vga_device_description vga_devs[] = {
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ARRANDALE_IGD,
0x17aa, 0x215a },
{ 0xffff, 0xffff, 0xffff, 0xffff }, 1, 0
+ },
+ { /* Lenovo ThinkPad X100e */
+ { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD3200_2,
+ 0x17aa, 0x21b2 },
+ { 0xffff, 0xffff, 0xffff, 0xffff}, 1, 0
}
};
#endif