summaryrefslogtreecommitdiff
path: root/sys/dev/pci/agp_i810.c
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2010-05-12 16:20:01 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2010-05-12 16:20:01 +0000
commitca66e92604a6bc9ad31b54c50c8ca508dfb0b91c (patch)
tree18f598710a7662583c93a64ad4aa680980c8ccf3 /sys/dev/pci/agp_i810.c
parentd536fe36ef9b74a5d3f58abc13043a33eb882483 (diff)
Add Pineview M to intagp and inteldrm.
Tested (and initial tweaked diff) from Erik Mugele; thanks!
Diffstat (limited to 'sys/dev/pci/agp_i810.c')
-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 9e7bf385706..d7249be14ef 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.62 2010/05/09 19:40:37 oga Exp $ */
+/* $OpenBSD: agp_i810.c,v 1.63 2010/05/12 16:20:00 oga Exp $ */
/*-
* Copyright (c) 2000 Doug Rabson
@@ -183,6 +183,7 @@ agp_i810_get_chiptype(struct pci_attach_args *pa)
case PCI_PRODUCT_INTEL_82G41_IGD_1:
return (CHIP_G4X);
case PCI_PRODUCT_INTEL_PINEVIEW_IGC_1:
+ case PCI_PRODUCT_INTEL_PINEVIEW_M_IGC_1:
return (CHIP_PINEVIEW);
break;
}