cvs commit: src/sys/dev/fb creator.c gallant12x22.h src/sys/sparc64/creator creator.h creator_upa.c

Jake Burkholder jake at FreeBSD.org
Sat Aug 23 18:15:41 PDT 2003


jake        2003/08/23 18:15:40 PDT

  FreeBSD src repository

  Added files:
    sys/dev/fb           gallant12x22.h creator.c 
    sys/sparc64/creator  creator.h creator_upa.c 
  Log:
  Add a driver for creator upa frame buffers found in many sparc64 machines.
  These are fixed resolution and operate only in pixel mode so they present
  a challenge to syscons (square peg, round hole, etc, etc).  The driver
  provides a video driver interface for syscons and a separate character
  device for X to mmap.  Wherever possible the creator's accelarated graphics
  functions are used so text mode is very fast.
  
  Based roughly on the openbsd driver.
  
  Revision  Changes    Path
  1.1       +648 -0    src/sys/dev/fb/creator.c (new)
  1.1       +6189 -0   src/sys/dev/fb/gallant12x22.h (new)
  1.1       +171 -0    src/sys/sparc64/creator/creator.h (new)
  1.1       +287 -0    src/sys/sparc64/creator/creator_upa.c (new)


More information about the cvs-src mailing list