From owner-cvs-src@FreeBSD.ORG Thu Sep 2 06:14:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13A5916A4CE; Thu, 2 Sep 2004 06:14:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E664F43D48; Thu, 2 Sep 2004 06:14:42 +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 i826Egaj039488; Thu, 2 Sep 2004 06:14:42 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i826EgDd039487; Thu, 2 Sep 2004 06:14:42 GMT (envelope-from marcel) Message-Id: <200409020614.i826EgDd039487@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 2 Sep 2004 06:14:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/tga tga_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 06:14:43 -0000 marcel 2004-09-02 06:14:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/tga tga_pci.c Log: MFC rev 1.9 & 1.10: 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. Remove redundant _FBSDID. Approved by: re (scottl) Revision Changes Path 1.8.2.1 +0 -5 src/sys/dev/tga/tga_pci.c