aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tga
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2004-08-29 02:53:07 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2004-08-29 02:53:07 +0000
commitcf96390dc6d182c49e114f23e87038b3027d874a (patch)
tree9b8f729dcc25d416dce637e8921db8c332b13f07 /sys/dev/tga
parentefe26acda8c08db6888dfc9a71af917c6bfd5c3b (diff)
Notes
Diffstat (limited to 'sys/dev/tga')
-rw-r--r--sys/dev/tga/tga_pci.c2
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 }
};