summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2013-05-15 08:16:10 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2013-05-15 08:16:10 +0000
commit2af0efdd18ad07b832c93f5c98d654ace8e0524e (patch)
tree2a807b8f509cf9a0f810e74ec675ac2674fc7b56 /sys/dev
parentb21d6d56af2991acdbfbecb2744f0f97e99d3774 (diff)
Add support for Intel E7221 integrated graphics.
ok jsg@
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/agp_i810.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/agp_i810.c b/sys/dev/pci/agp_i810.c
index a495fb6b08b..2d19ed6f96b 100644
--- a/sys/dev/pci/agp_i810.c
+++ b/sys/dev/pci/agp_i810.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: agp_i810.c,v 1.75 2013/04/05 22:26:41 kettenis Exp $ */
+/* $OpenBSD: agp_i810.c,v 1.76 2013/05/15 08:16:09 kettenis Exp $ */
/*-
* Copyright (c) 2000 Doug Rabson
@@ -153,6 +153,7 @@ agp_i810_get_chiptype(struct pci_attach_args *pa)
case PCI_PRODUCT_INTEL_82865G_IGD:
return (CHIP_I855);
break;
+ case PCI_PRODUCT_INTEL_E7221_IGD:
case PCI_PRODUCT_INTEL_82915G_IGD_1:
case PCI_PRODUCT_INTEL_82915G_IGD_2:
case PCI_PRODUCT_INTEL_82915GM_IGD_1: