Repost ATI Radeon HD4500 on HP Pavilion dv7-3160us using the emulator,
authormlarkin <mlarkin@openbsd.org>
Tue, 27 Jul 2010 07:42:34 +0000 (07:42 +0000)
committermlarkin <mlarkin@openbsd.org>
Tue, 27 Jul 2010 07:42:34 +0000 (07:42 +0000)
in the same style we have done for all other ATI Radeon devices found so
far. Fixes video on said machine on resume.

sys/dev/pci/vga_pci.c

index fca05f4..a7e6e52 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: vga_pci.c,v 1.56 2010/07/21 07:50:20 mlarkin Exp $ */
+/* $OpenBSD: vga_pci.c,v 1.57 2010/07/27 07:42:34 mlarkin Exp $ */
 /* $NetBSD: vga_pci.c,v 1.3 1998/06/08 06:55:58 thorpej Exp $ */
 
 /*
@@ -188,6 +188,11 @@ static const struct vga_device_description vga_devs[] = {
            {   PCI_VENDOR_ATI, PCI_PRODUCT_ATI_FIREGL_M24GL,
                0x1014, 0x0570 },
            {   0xffff, 0xffff, 0xffff, 0xffff}, 1, 0
+       },
+       {       /* HP Pavilion dv7-3160us with ATI Radeon HD4500 */
+           {   PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD4500_M,
+               0x103c, 0x3639 },
+           {   0xffff, 0xffff, 0xffff, 0xffff}, 1, 0
        }
 };
 #endif