From 90e01ba380b2a0f81c19dd16110603349a55ce7a Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Mon, 5 Jan 2009 13:20:59 +0100 Subject: [PATCH] Add card ID for my G41 IGP. --- sys/dev/agp/agp_i810.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index a258036af4..617cf77de4 100644 --- a/sys/dev/agp/agp_i810.c +++ b/sys/dev/agp/agp_i810.c @@ -173,6 +173,8 @@ static const struct agp_i810_match { "Intel GM45 SVGA controller"}, {0x2E028086, CHIP_G4X, 0x00020000, "Intel 4 Series SVGA controller"}, + {0x2E328086, CHIP_G4X, 0x00020000, + "Intel 4 Series SVGA controller"}, {0x2E128086, CHIP_G4X, 0x00020000, "Intel Q45 SVGA controller"}, {0x2E228086, CHIP_G4X, 0x00020000, -- 2.41.0