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)
downloadsrc-cf96390dc6d182c49e114f23e87038b3027d874a.tar.gz
src-cf96390dc6d182c49e114f23e87038b3027d874a.zip
Do not match TGA2 adapters. They are not compatible with TGA adapters,
nor are they 3D accelarators as the description would like us to believe. Since the TGA2 adapter has a VGA mode (unlike the TGA adapter), one can use the VGA driver instead. This fixes GENERIC kernels on alpha with TGA2 adapters.
Notes
Notes: svn path=/head/; revision=134465
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 }
};