From bb41d03b5f2481d4415327a29671e2e588c139fa Mon Sep 17 00:00:00 2001 From: Owain Ainsworth Date: Wed, 3 Mar 2010 10:19:35 +0000 Subject: Attach intagp on the G41 also. tested by eric@. --- sys/dev/pci/agp_i810.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3