Fix PCI id for 945GME Express Integrated Graphics Controller:

set to 8086:27AE

PR:     kern/124782
Event:  Bugathon#5
This commit is contained in:
Oleksandr Tymoshenko 2008-06-20 22:23:41 +00:00
parent 032de3f930
commit d614e99f2e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179901

View File

@ -146,7 +146,7 @@ static const struct agp_i810_match {
"Intel 82945G (945G GMCH) SVGA controller"},
{0x27A28086, CHIP_I915, 0x00020000,
"Intel 82945GM (945GM GMCH) SVGA controller"},
{0x27A28086, CHIP_I915, 0x00020000,
{0x27AE8086, CHIP_I915, 0x00020000,
"Intel 945GME SVGA controller"},
{0x29728086, CHIP_I965, 0x00020000,
"Intel 946GZ SVGA controller"},