Subject: FB bugs on 5k/240 [was Re: More newbie questions]
To: Scott J. Kolodzieski <scott@dmi.stevens-tech.edu>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: port-pmax
Date: 08/01/1995 19:15:08
>The only message from the boot that looks abnormal is:
>
>crt sfb not supported as console device

I don't think it fixes that, but full support forthe 5k/240 was
missing from all the TC framebuffers. I added it with the following,
(which I'd already commited for the cfb, and just committed for the
sfb and mfb today):


This fix isn't in the miniroot on sun-lamp.

*** sfb.c.DIST	Tue May 30 05:42:37 1995
--- sfb.c	Tue Aug  1 16:11:21 1995
***************
*** 1056,1061 ****
--- 1056,1062 ----
  #endif
  #if NSCC > 1
  	case DS_3MIN:
+ 	case DS_3MAXPLUS:
  		sccDivertXInput = sfbKbdEvent;
  		sccMouseEvent = sfbMouseEvent;
  		sccMouseButtons = sfbMouseButtons;
***************
*** 1093,1098 ****
--- 1094,1100 ----
  #endif
  #if NSCC > 1
  	case DS_3MIN:
+ 	case DS_3MAXPLUS:
  		sccDivertXInput = (void (*)())0;
  		sccMouseEvent = (void (*)())0;
  		sccMouseButtons = (void (*)())0;