From d614e99f2e33f362f449d5e519afa5943e44571f Mon Sep 17 00:00:00 2001 From: Oleksandr Tymoshenko Date: Fri, 20 Jun 2008 22:23:41 +0000 Subject: [PATCH] Fix PCI id for 945GME Express Integrated Graphics Controller: set to 8086:27AE PR: kern/124782 Event: Bugathon#5 --- sys/dev/agp/agp_i810.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index cda1dc370e7..4ba33a066bf 100644 --- a/sys/dev/agp/agp_i810.c +++ b/sys/dev/agp/agp_i810.c @@ -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"},