summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2007-09-15 18:16:35 +0000
committeralc <alc@FreeBSD.org>2007-09-15 18:16:35 +0000
commitaf406864eea90a3bfd45e627c9e3e663a5b1b176 (patch)
tree15611b4066ccbd93bef12f1416bc13c90fed5749 /sys/dev/agp
parent1b8fdda809b7c0693f08a208841d133365e3dd32 (diff)
downloadFreeBSD-src-af406864eea90a3bfd45e627c9e3e663a5b1b176.zip
FreeBSD-src-af406864eea90a3bfd45e627c9e3e663a5b1b176.tar.gz
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
Diffstat (limited to 'sys/dev/agp')
-rw-r--r--sys/dev/agp/agp_i810.c2
1 files changed, 2 insertions, 0 deletions
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,
OpenPOWER on IntegriCloud