diff options
| author | Robert Noland <rnoland@FreeBSD.org> | 2009-10-30 16:43:28 +0000 |
|---|---|---|
| committer | Robert Noland <rnoland@FreeBSD.org> | 2009-10-30 16:43:28 +0000 |
| commit | 5a3d86c297c5a84cf4970d73a0741ad5a289c886 (patch) | |
| tree | 8709f40b62bab7d0b3386e6a6993719ce57c99cf /sys/dev | |
| parent | 6137518b87e05be4442f580d88975ea9ccb991f2 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/agp/agp_i810.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index 891bfff89da1..943244dc06f6 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} }; |
