diff options
| author | Remko Lodder <remko@FreeBSD.org> | 2007-11-26 18:17:07 +0000 |
|---|---|---|
| committer | Remko Lodder <remko@FreeBSD.org> | 2007-11-26 18:17:07 +0000 |
| commit | 64d0afa7f80b289acb7c38868530635f178ac82d (patch) | |
| tree | 6fc303d65e07ec1073145f1709fb940f36ff6423 /sys/dev | |
| parent | 23ae24e09ab460a910f56cc802ee978daac09a53 (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 db98d8061956a..7014feba5f974 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, |
