summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2010-08-06 18:32:39 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2010-08-06 18:32:39 +0000
commit3a9ea2e93fee484779e0bb9a4fe777899f0ba0ea (patch)
tree13ecd96e4f703e9904770bc619822dddfb4419f1 /sys/dev
parentd0abe5d078169dc5a2254a9bbd4d5d5c5ac2b5f2 (diff)
repost hp g62
ok deraadt
Diffstat (limited to 'sys/dev')
-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 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,