diff options
Diffstat (limited to 'sys/dev/tga')
| -rw-r--r-- | sys/dev/tga/tga_pci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/tga/tga_pci.c b/sys/dev/tga/tga_pci.c index cf7c2566f8b7..6d470b560762 100644 --- a/sys/dev/tga/tga_pci.c +++ b/sys/dev/tga/tga_pci.c @@ -93,8 +93,6 @@ DRIVER_MODULE(tga, pci, tga_driver, tga_devclass, 0, 0); static struct gfb_type tga_devs[] = { { DEC_VENDORID, DEC_DEVICEID_TGA, "DEC TGA (21030) 2D Graphics Accelerator" }, - { DEC_VENDORID, DEC_DEVICEID_TGA2, - "DEC TGA2 (21130) 3D Graphics Accelerator" }, { 0, 0, NULL } }; |
