From bb66151ce87f12f2eba81e62ffaf2a9d59885fa4 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Wed, 21 Jan 2015 20:45:09 -0800 Subject: [PATCH] drm - Add another Haswell graphics chipid * Add the gpu identified by the i3-4130 (haswell) --- sys/dev/agp/agp_i810.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index 4da9d2d0ed..0c0ed0e3a5 100644 --- a/sys/dev/agp/agp_i810.c +++ b/sys/dev/agp/agp_i810.c @@ -774,6 +774,7 @@ static const struct agp_i810_match { .name = "Haswell desktop GT2 IG", .driver = &agp_i810_sb_driver }, + { 0x041e, "Haswell", &agp_i810_sb_driver }, { 0x0422, "Haswell", &agp_i810_sb_driver }, { .devid = 0x0406, -- 2.41.0