repost hp g62
authormarco <marco@openbsd.org>
Fri, 6 Aug 2010 18:32:38 +0000 (18:32 +0000)
committermarco <marco@openbsd.org>
Fri, 6 Aug 2010 18:32:38 +0000 (18:32 +0000)
ok deraadt

sys/dev/pci/vga_pci.c

index d567c0a..358f826 100644 (file)
@@ -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,