From 47f5cc2dfb488a4020da1c8af10cd8a1443afe0b Mon Sep 17 00:00:00 2001 From: remko Date: Mon, 26 Nov 2007 18:17:07 +0000 Subject: Add the 845M GMCH controller. PR: 114802 Approved by: imp (mentor), anholt (private mail) Submitted by: Alex Goncharov MFC After: 3 days --- sys/dev/agp/agp_i810.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev/agp') diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index db98d80..7014feb 100644 --- a/sys/dev/agp/agp_i810.c +++ b/sys/dev/agp/agp_i810.c @@ -130,6 +130,8 @@ static const struct agp_i810_match { "Intel 82815 (i815 GMCH) SVGA controller"}, {0x35778086, CHIP_I830, 0x00020000, "Intel 82830M (830M GMCH) SVGA controller"}, + {0x25628086, CHIP_I830, 0x00020000, + "Intel 82845M (845M GMCH) SVGA controller"}, {0x35828086, CHIP_I855, 0x00020000, "Intel 82852/5"}, {0x25728086, CHIP_I855, 0x00020000, -- cgit v1.1