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
This commit is contained in:
parent
6d67c50b39
commit
96e2b33657
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user