From 9ccf1d6a0b6dbc0b76023b2eeedd639f816af183 Mon Sep 17 00:00:00 2001 From: Robert Noland Date: Fri, 12 Mar 2010 19:43:39 +0000 Subject: Add pci ids for Intel Ironlake chipsets. These behave just like g45 for agp. Tested by: Torfinn Ingolfsen MFC after: 3 days --- sys/dev/agp/agp_i810.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/dev/agp/agp_i810.c') diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index be51bb231c2a..9835663174f3 100644 --- a/sys/dev/agp/agp_i810.c +++ b/sys/dev/agp/agp_i810.c @@ -177,6 +177,10 @@ static const struct agp_i810_match { "Intel G45 SVGA controller"}, {0x2E328086, CHIP_G4X, 0x00020000, "Intel G41 SVGA controller"}, + {0x00428086, CHIP_G4X, 0x00020000, + "Intel Ironlake (D) SVGA controller"}, + {0x00468086, CHIP_G4X, 0x00020000, + "Intel Ironlake (M) SVGA controller"}, {0, 0, 0, NULL} }; -- cgit v1.2.3