cvs commit: src/sys/powerpc/ofw ofw_syscons.c

Peter Grehan grehan at FreeBSD.org
Fri Mar 18 17:43:32 PST 2005


grehan      2005-03-19 01:43:29 UTC

  FreeBSD src repository

  Modified files:
    sys/powerpc/ofw      ofw_syscons.c 
  Log:
  Optimize putc routine to write 2 ints instead of 8 chars to uncached
  framebuffer memory. Speeds up system time of large ascii file cat
  by 4x.
  
  Inspired by:  Linux scrolling so damned fast.
  
  Revision  Changes    Path
  1.6       +41 -14    src/sys/powerpc/ofw/ofw_syscons.c


More information about the cvs-src mailing list