Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2003 18:15:40 -0700 (PDT)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/fb creator.c gallant12x22.h src/sys/sparc64/creator creator.h creator_upa.c
Message-ID:  <200308240115.h7O1FenY081436@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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