Subject: Re: CVS commit: src
To: None <ad@netbsd.org>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: tech-kern
Date: 05/19/1999 13:20:41
On Wed, 19 May 1999 13:07:35 -0700 (PDT)
Andy Doran <ad@netbsd.org> wrote:
> Module Name: src
> Committed By: ad
> Date: Wed May 19 20:07:35 UTC 1999
>
> Modified Files:
> src/sys/dev/rcons: rcons_kern.c rcons_subr.c
> Log Message:
> Don't clear screen upon startup unless we're running on a pmax (remedies
> quirky behaviour of px boards). Shuffle come code in rcons_init_ops() in
> order to be more clear.
#ifdef pmax is all-bad here... you really want to just pass an argument
into the function to specify if this should happen.
-- Jason R. Thorpe <thorpej@nas.nasa.gov>