Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Nov 2001 00:26:30 -0800 (PST)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
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
Message-ID:  <200111010826.fA18QU005591@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <miklic@home.com>
  
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111010826.fA18QU005591>