diff options
| author | Oleksandr Tymoshenko <gonzo@FreeBSD.org> | 2008-06-20 22:23:41 +0000 |
|---|---|---|
| committer | Oleksandr Tymoshenko <gonzo@FreeBSD.org> | 2008-06-20 22:23:41 +0000 |
| commit | d614e99f2e33f362f449d5e519afa5943e44571f (patch) | |
| tree | 5caa8c3b4dbccd36103aff3e091e6c99e84e8eaa /sys | |
| parent | 032de3f930658c38a6b2977f46038ef36ad9151b (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/agp/agp_i810.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index cda1dc370e7c..4ba33a066bfb 100644 --- a/sys/dev/agp/agp_i810.c +++ b/sys/dev/agp/agp_i810.c @@ -146,7 +146,7 @@ static const struct agp_i810_match { "Intel 82945G (945G GMCH) SVGA controller"}, {0x27A28086, CHIP_I915, 0x00020000, "Intel 82945GM (945GM GMCH) SVGA controller"}, - {0x27A28086, CHIP_I915, 0x00020000, + {0x27AE8086, CHIP_I915, 0x00020000, "Intel 945GME SVGA controller"}, {0x29728086, CHIP_I965, 0x00020000, "Intel 946GZ SVGA controller"}, |
