Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/x86/x86 (genfb)



Jared D. McNeill <jmcneill%netbsd.org@localhost> typed:
: Module Name:  src
: Committed By: jmcneill
: Date:         Tue Feb 17 02:21:13 UTC 2009
:
: Modified Files:
:       src/sys/arch/x86/x86: genfb_machdep.c x86_autoconf.c
:
: Log Message:
: Set clear-screen and cursor-row so the transition from the early console
: driver and genfb is seamless. While we're here, clear the screen when
: we first attach in case the bootloader scribbled on it.

This presumes that all kernels have genfb since you use
x86_genfb_console_screen in x86_autoconf.c but it needs
within "#if NWSDISPLAY > 0 && NGENFB > 0" in genfb_machdep.c

Regards,
Geoff


Home | Main Index | Thread Index | Old Index