summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKevin Lo <kevlo@cvs.openbsd.org>2009-01-03 13:07:16 +0000
committerKevin Lo <kevlo@cvs.openbsd.org>2009-01-03 13:07:16 +0000
commit777bdbba91f3f2e16d94842748722ad229c6a402 (patch)
treed95fead5b28520bc3cf3d4faeaa50ae572bda184 /sys
parent400c5fa99bfd1056ca20aed5c26562c3b78018f7 (diff)
Attach agp(4) to the Intel 946GZ integrated video.
Tested on Asus P5B-MX motherboard. ok kettenis@, oga@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/agp_i810.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/agp_i810.c b/sys/dev/pci/agp_i810.c
index 39c5ff52ac8..e27b9726607 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.44 2008/12/24 05:42:58 oga Exp $ */
+/* $OpenBSD: agp_i810.c,v 1.45 2009/01/03 13:07:15 kevlo Exp $ */
/*-
* Copyright (c) 2000 Doug Rabson
@@ -142,6 +142,8 @@ agp_i810_get_chiptype(struct pci_attach_args *pa)
case PCI_PRODUCT_INTEL_82945GME_IGD_1:
return (CHIP_I915);
break;
+ case PCI_PRODUCT_INTEL_82946GZ_IGD_1:
+ case PCI_PRODUCT_INTEL_82946GZ_IGD_2:
case PCI_PRODUCT_INTEL_82Q965_IGD_1:
case PCI_PRODUCT_INTEL_82Q965_IGD_2:
case PCI_PRODUCT_INTEL_82G965_IGD_1: