diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2008-08-01 13:11:23 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2008-08-01 13:11:23 +0000 |
| commit | 7b030859af06412fd9fa7d0232850e886608e9a2 (patch) | |
| tree | c42c8eeb18c2435d67b610046e7276bf34c760da /sys/dev | |
| parent | 7ec3a88b94ad3770b071111bb96116a11404c9a9 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/agp/agp_i810.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index 4ba33a066bfb..f75214646872 100644 --- a/sys/dev/agp/agp_i810.c +++ b/sys/dev/agp/agp_i810.c @@ -156,14 +156,12 @@ static const struct agp_i810_match { "Intel Q965 SVGA controller"}, {0x29a28086, CHIP_I965, 0x00020000, "Intel G965 SVGA controller"}, -/* {0x29b28086, CHIP_G33, 0x00020000, "Intel Q35 SVGA controller"}, {0x29c28086, CHIP_G33, 0x00020000, "Intel G33 SVGA controller"}, {0x29d28086, CHIP_G33, 0x00020000, "Intel Q33 SVGA controller"}, -*/ {0x2a028086, CHIP_I965, 0x00020000, "Intel GM965 SVGA controller"}, {0x2a128086, CHIP_I965, 0x00020000, |
