summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp
diff options
context:
space:
mode:
authorrnoland <rnoland@FreeBSD.org>2010-03-12 19:43:39 +0000
committerrnoland <rnoland@FreeBSD.org>2010-03-12 19:43:39 +0000
commitde23516bf182128a4be6aa08dd63aa885d94e35b (patch)
tree8676b133940420e94ba60a9c1131d17c6d3cd38b /sys/dev/agp
parent5e802872af4f0394841bc2152103a6e791e242a2 (diff)
downloadFreeBSD-src-de23516bf182128a4be6aa08dd63aa885d94e35b.zip
FreeBSD-src-de23516bf182128a4be6aa08dd63aa885d94e35b.tar.gz
Add pci ids for Intel Ironlake chipsets.
These behave just like g45 for agp. Tested by: Torfinn Ingolfsen MFC after: 3 days
Diffstat (limited to 'sys/dev/agp')
-rw-r--r--sys/dev/agp/agp_i810.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c
index be51bb2..9835663 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}
};
OpenPOWER on IntegriCloud