]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r268771, r268796 by nwhitehorn:
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 2 Sep 2014 19:56:37 +0000 (19:56 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 2 Sep 2014 19:56:37 +0000 (19:56 +0000)
commit204e20a938a4e0ebdbe90715a90481f99b3dc2f2
treedeb65e896f236b21040f77bc80b65fc85d6cfa59
parent4d981dd67476c4ddcc5d62c6de79e3ed90d88bb2
MFC r268771, r268796 by nwhitehorn:

r268771:
  Allow console drivers active from early boot to be used with
  xf86-video-scfb, rather than only drivers attached later on. This
  involves a small amount of code duplication with dev/fb/fbd.c, which
  will fixed later on.

  Also improve performance of vt_blank() by making it not read from the
  framebuffer unnecessarily.

r268796:
  Fix embarassing typos I made.

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@270980 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/fb/fbd.c
sys/dev/vt/hw/fb/vt_fb.c
sys/dev/vt/hw/fb/vt_fb.h
sys/sys/fbio.h