From: marco Date: Fri, 6 Aug 2010 18:32:38 +0000 (+0000) Subject: repost hp g62 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9c498334db19ad826fd42b184ec54751902f0495;p=openbsd repost hp g62 ok deraadt --- 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,