summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp
diff options
context:
space:
mode:
authorrnoland <rnoland@FreeBSD.org>2009-10-11 01:51:35 +0000
committerrnoland <rnoland@FreeBSD.org>2009-10-11 01:51:35 +0000
commitb0b4dc5054e64bca046bc1d01e8f92e8c82ab7a8 (patch)
treec37fbfec213b9a8a19c0e55704c96501daef086f /sys/dev/agp
parente4ab3f232076f8fad1ffdaf42762ef4355faa7c2 (diff)
downloadFreeBSD-src-b0b4dc5054e64bca046bc1d01e8f92e8c82ab7a8.zip
FreeBSD-src-b0b4dc5054e64bca046bc1d01e8f92e8c82ab7a8.tar.gz
Add pci id's for Intel G41 chipset
Submitted by: Artyom Mirgorodsky <man@email.com.ua> MFC after: 3 days
Diffstat (limited to 'sys/dev/agp')
-rw-r--r--sys/dev/agp/agp_i810.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c
index a175824..be51bb2 100644
--- a/sys/dev/agp/agp_i810.c
+++ b/sys/dev/agp/agp_i810.c
@@ -175,6 +175,8 @@ static const struct agp_i810_match {
"Intel Q45 SVGA controller"},
{0x2E228086, CHIP_G4X, 0x00020000,
"Intel G45 SVGA controller"},
+ {0x2E328086, CHIP_G4X, 0x00020000,
+ "Intel G41 SVGA controller"},
{0, 0, 0, NULL}
};
OpenPOWER on IntegriCloud