diff options
author | jhb <jhb@FreeBSD.org> | 2008-08-01 13:11:23 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2008-08-01 13:11:23 +0000 |
commit | 578ceaf233c4ecdeda9f9191840c28bd160d9f7b (patch) | |
tree | c42c8eeb18c2435d67b610046e7276bf34c760da /sys/dev/agp | |
parent | f06c4502bb216ffd9e3c9854d97809c22c6742ec (diff) | |
download | FreeBSD-src-578ceaf233c4ecdeda9f9191840c28bd160d9f7b.zip FreeBSD-src-578ceaf233c4ecdeda9f9191840c28bd160d9f7b.tar.gz |
Enable the support for G33/Q35/Q33 now that both the G33 and Q35 have been
tested:
PR: amd64/126090
MFC after: 1 week
Diffstat (limited to 'sys/dev/agp')
-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 4ba33a0..f752146 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, |