mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix PCI id for 945GME Express Integrated Graphics Controller:
set to 8086:27AE PR: kern/124782 Event: Bugathon#5
This commit is contained in:
parent
032de3f930
commit
d614e99f2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Reference in a new issue