From 88ca7e6487f68773b4c9a85736118136d56f341e Mon Sep 17 00:00:00 2001 From: marcel Date: Sun, 29 Aug 2004 02:53:07 +0000 Subject: [PATCH] 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. --- sys/dev/tga/tga_pci.c | 2 -- 1 file changed, 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 } };