From 96e2b3365703a1d6d08f5e35adbb94b7ed1a6a57 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 15 Sep 2007 18:16:35 +0000 Subject: Add the PCI id for the Intel 7221's integrated graphics controller. It is similar to a 915G. Approved by: re (kensmith) Reviewed by: anholt MFC after: 3 weeks --- sys/pci/agp_i810.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/pci') diff --git a/sys/pci/agp_i810.c b/sys/pci/agp_i810.c index e3de912bf096..bd72de5d5dee 100644 --- a/sys/pci/agp_i810.c +++ b/sys/pci/agp_i810.c @@ -136,6 +136,8 @@ static const struct agp_i810_match { "Intel 82865G (865G GMCH) SVGA controller"}, {0x25828086, CHIP_I915, 0x00020000, "Intel 82915G (915G GMCH) SVGA controller"}, + {0x258A8086, CHIP_I915, 0x00020000, + "Intel E7221 SVGA controller"}, {0x25928086, CHIP_I915, 0x00020000, "Intel 82915GM (915GM GMCH) SVGA controller"}, {0x27728086, CHIP_I915, 0x00020000, -- cgit v1.2.3