From owner-cvs-all@FreeBSD.ORG Sun Aug 29 02:53:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C27416A4CE; Sun, 29 Aug 2004 02:53:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E95D43D41; Sun, 29 Aug 2004 02:53:07 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7T2r7fC033201; Sun, 29 Aug 2004 02:53:07 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7T2r75H033200; Sun, 29 Aug 2004 02:53:07 GMT (envelope-from marcel) Message-Id: <200408290253.i7T2r75H033200@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 29 Aug 2004 02:53:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/tga tga_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2004 02:53:07 -0000 marcel 2004-08-29 02:53:07 UTC FreeBSD src repository Modified files: sys/dev/tga tga_pci.c Log: 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. Revision Changes Path 1.9 +0 -2 src/sys/dev/tga/tga_pci.c