Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Nov 2001 00:33:16 -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:  <200111010833.fA18XGo06597@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2001/11/01 00:33:16 PST

  Added files:           (Branch: RELENG_4)
    sys/dev/fb           boot_font.c gfb.h gfb.c tga.h tga.c 
    sys/dev/syscons      scgfbrndr.c 
    sys/dev/tga          tga_pci.h tga_pci.c 
    sys/dev/gfb          gfb_pci.c gfb_pci.h 
  Log:
  MFC: TGA driver
  
  Revision  Changes    Path
  1.1.2.1   +4678 -0   src/sys/dev/fb/boot_font.c (new)
  1.1.2.1   +948 -0    src/sys/dev/fb/gfb.c (new)
  1.1.2.1   +172 -0    src/sys/dev/fb/gfb.h (new)
  1.1.2.1   +2431 -0   src/sys/dev/fb/tga.c (new)
  1.1.2.1   +155 -0    src/sys/dev/fb/tga.h (new)
  1.1.2.1   +322 -0    src/sys/dev/gfb/gfb_pci.c (new)
  1.1.2.1   +114 -0    src/sys/dev/gfb/gfb_pci.h (new)
  1.14.2.1  +329 -0    src/sys/dev/syscons/scgfbrndr.c (new)
  1.1.2.1   +252 -0    src/sys/dev/tga/tga_pci.c (new)
  1.1.2.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?200111010833.fA18XGo06597>