diff options
author | 2010-08-06 18:32:38 +0000 | |
---|---|---|
committer | 2010-08-06 18:32:38 +0000 | |
commit | 9c498334db19ad826fd42b184ec54751902f0495 (patch) | |
tree | ee63e10364d538230f1ce80496531833cec785b6 | |
parent | Correct a problem which could cause the wrong af to be displayed. (diff) | |
download | wireguard-openbsd-9c498334db19ad826fd42b184ec54751902f0495.tar.xz wireguard-openbsd-9c498334db19ad826fd42b184ec54751902f0495.zip |
repost hp g62
ok deraadt
-rw-r--r-- | sys/dev/pci/vga_pci.c | 7 |
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, |