Subject: Re: console redrawing broken when switching VTs (amd64)
To: Blair Sadewitz <blair.sadewitz@gmail.com>
From: Andrew Doran <ad@netbsd.org>
List: current-users
Date: 09/27/2007 23:23:58
On Thu, Sep 27, 2007 at 06:20:38PM -0400, Blair Sadewitz wrote:
> I built -current sources as of ~2 hours ago.  Now, when switching VTs,
> the contents of the last VT remains on the one I switch to.  ^L/clear
> is capable of clearing the screen.
> 
> Anyone else see this?  Any ideas on what's going on?  I tried two
> different video cards, so it's not a hardware problem.

It's most likely something in one of the new bus_space_write_region calls.

http://cvsweb.de.netbsd.org/cgi-bin/cvsweb.cgi/src/sys/arch/amd64/amd64/busfunc.S

I'll take a look.

Andrew