From owner-cvs-all Thu Nov 1 0:26:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 60C8537B401; Thu, 1 Nov 2001 00:26:30 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA18QU005591; Thu, 1 Nov 2001 00:26:30 -0800 (PST) (envelope-from obrien) Message-Id: <200111010826.fA18QU005591@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 1 Nov 2001 00:26:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fb boot_font.c gfb.c gfb.h tga.c tga.h src/sys/dev/syscons scgfbrndr.c src/sys/dev/tga tga_pci.c tga_pci.h src/sys/dev/gfb gfb_pci.c gfb_pci.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/11/01 00:26:30 PST Modified files: sys/dev/syscons scgfbrndr.c Added files: sys/dev/fb boot_font.c gfb.h gfb.c tga.h tga.c sys/dev/tga tga_pci.h tga_pci.c sys/dev/gfb gfb_pci.c gfb_pci.h Log: Add the TGA video driver. This is a great accomplishtment and will help us a lot on older Alphas. Andrew Gallatin, Thomas V. Crimi, and Peter Jeremy contributed to this work along with the submitter. Submitted by: Andrew M. Miklic Revision Changes Path 1.1 +4678 -0 src/sys/dev/fb/boot_font.c (new) 1.1 +948 -0 src/sys/dev/fb/gfb.c (new) 1.1 +172 -0 src/sys/dev/fb/gfb.h (new) 1.1 +2431 -0 src/sys/dev/fb/tga.c (new) 1.1 +155 -0 src/sys/dev/fb/tga.h (new) 1.1 +322 -0 src/sys/dev/gfb/gfb_pci.c (new) 1.1 +114 -0 src/sys/dev/gfb/gfb_pci.h (new) 1.14 +167 -715 src/sys/dev/syscons/scgfbrndr.c 1.1 +252 -0 src/sys/dev/tga/tga_pci.c (new) 1.1 +299 -0 src/sys/dev/tga/tga_pci.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message