From af406864eea90a3bfd45e627c9e3e663a5b1b176 Mon Sep 17 00:00:00 2001 From: alc 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/dev/agp/agp_i810.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev/agp') diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index e3de912..bd72de5 100644 --- a/sys/dev/agp/agp_i810.c +++ b/sys/dev/agp/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.1