From b8d52ac037acc47fd9c708fd3c6990781f309e19 Mon Sep 17 00:00:00 2001 From: gonzo Date: Fri, 20 Jun 2008 22:23:41 +0000 Subject: 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(-) (limited to 'sys/dev/agp') diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index cda1dc3..4ba33a0 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"}, -- cgit v1.1