summaryrefslogtreecommitdiff
path: root/sys/arch/i386/pci/agp_machdep.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-02-11 21:15:22 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-02-11 21:15:22 +0000
commit0c87d376e2c206bf97ebc053b02f110241dafa59 (patch)
tree19363c2d709b928f5529e44c12bcc5057b83462b /sys/arch/i386/pci/agp_machdep.c
parenta7307f70e6199dc0ddbb502be6f7a174fc054b31 (diff)
New version of i915 supprotm adapted from freebsd by Dimitry Andric, with
one tweak suggested by miod@.
Diffstat (limited to 'sys/arch/i386/pci/agp_machdep.c')
-rw-r--r--sys/arch/i386/pci/agp_machdep.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/pci/agp_machdep.c b/sys/arch/i386/pci/agp_machdep.c
index 089fd53e23e..702eb1e9fe9 100644
--- a/sys/arch/i386/pci/agp_machdep.c
+++ b/sys/arch/i386/pci/agp_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: agp_machdep.c,v 1.5 2006/02/03 19:24:42 millert Exp $ */
+/* $OpenBSD: agp_machdep.c,v 1.6 2006/02/11 21:15:21 matthieu Exp $ */
/*
* Copyright (c) 2002 Michael Shalayeff
@@ -47,6 +47,8 @@ const struct agp_product agp_products[] = {
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82845G_IGD, agp_i810_attach },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82852GM_AGP, agp_i810_attach },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82865_IGD, agp_i810_attach },
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82915G_IV, agp_i810_attach },
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82915GM_IGD, agp_i810_attach },
{ PCI_VENDOR_INTEL, -1, agp_intel_attach },
{ PCI_VENDOR_SIS, -1, agp_sis_attach },
{ PCI_VENDOR_VIATECH, -1, agp_via_attach },