summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2010-03-03 10:19:35 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2010-03-03 10:19:35 +0000
commitbb41d03b5f2481d4415327a29671e2e588c139fa (patch)
tree94e6fcbdedb39dc66a2f5d8b5352fb7cea64b95f /sys
parentb6941aba6716602bfee4f8b3d1d73c3dea8f1398 (diff)
Attach intagp on the G41 also.
tested by eric@.
Diffstat (limited to 'sys')
-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 c43ec73fa52..1d52e60ecc3 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.58 2009/11/11 19:35:34 deraadt Exp $ */
+/* $OpenBSD: agp_i810.c,v 1.59 2010/03/03 10:19:34 oga Exp $ */
/*-
* Copyright (c) 2000 Doug Rabson
@@ -177,6 +177,7 @@ agp_i810_get_chiptype(struct pci_attach_args *pa)
case PCI_PRODUCT_INTEL_82GM45_IGD_1:
case PCI_PRODUCT_INTEL_82Q45_IGD_1:
case PCI_PRODUCT_INTEL_82G45_IGD_1:
+ case PCI_PRODUCT_INTEL_82G41_IGD_1:
return (CHIP_G4X);
break;
}