From 9c498334db19ad826fd42b184ec54751902f0495 Mon Sep 17 00:00:00 2001 From: marco Date: Fri, 6 Aug 2010 18:32:38 +0000 Subject: [PATCH] repost hp g62 ok deraadt --- sys/dev/pci/vga_pci.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c index d567c0a86fd..358f8260d69 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.60 2010/08/04 23:23:36 deraadt Exp $ */ +/* $OpenBSD: vga_pci.c,v 1.61 2010/08/06 18:32:38 marco Exp $ */ /* $NetBSD: vga_pci.c,v 1.3 1998/06/08 06:55:58 thorpej Exp $ */ /* @@ -180,6 +180,11 @@ static const struct vga_device_description vga_devs[] = { 0x17aa, 0x215a }, { 0xffff, 0xffff, 0xffff, 0xffff }, 1, 0 }, + { /* HP G62 (and similar models) */ + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ARRANDALE_IGD, + 0x103c, 0x1425 }, + { 0xffff, 0xffff, 0xffff, 0xffff }, 1, 0 + }, { /* All ATI video until further notice */ { PCI_VENDOR_ATI, 0x0000, -- 2.20.1