Source-Changes archive

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

NetBSD master CVS tree commits



thorpej
Mon Sep  9 13:12:59 PDT 1996
Update of /cvsroot/src/sys/arch/pmax/tc
In directory netbsd1:/var/slash-tmp/cvs-serv23359

Modified Files:
      Tag: netbsd-1-2
        tc_subr.c 
Log Message:
Pull up diffs between revs 1.4 and 1.6, by request from Jonathan Stone.
Log messages:

revision 1.5
date: 1996/08/21 14:02:48;  author: jonathan;  state: Exp;  lines: +2 -2
Fix sfbinit() call to pass four arguments, not three, matching the
signature in sfb.c, which was changed to support multiple sfb devices.  

revision 1.6
date: 1996/08/27 02:32:48;  author: jonathan;  state: Exp;  lines: +2 -2
* Add initialization of colourmap array when using mfb as a console.
* Add interrupt handler for 3MIN, where we cannot disable TC slot interrupts.
* Change mfbinit() signature to match other (pmax) TC framebuffer init
  routines.
* TODO after 1.2: add {cfb,mbf,sfb}var.h. Declare init functions there.


thorpej
Mon Sep  9 13:16:34 PDT 1996
Update of /cvsroot/src/sys/arch/pmax/dev
In directory netbsd1:/var/slash-tmp/cvs-serv23627

Modified Files:
      Tag: netbsd-1-2
        ims332.c 
Log Message:
Pull up revision 1.3 by request from Jonathan Stone.  Log message:

revision 1.3
date: 1996/09/02 17:35:52;  author: mhitch;  state: Exp;  lines: +6 -6
Fix several errors when setting a color map entry for the maxine display.
1. Start at the specified entry instead of entry 0.
2. Use the blue value instead of the green when setting the blue color entry.
3. Don't use the starting index again for storing the saved entry - the cmap
   pointer was previously initialized using the starting index.  This fixes
   a hard hang on the maxine when console output is done after calls to
   set the color map (usually by the X server).


thorpej
Mon Sep  9 13:19:13 PDT 1996
Update of /cvsroot/src/sys/arch/pmax/tc
In directory netbsd1:/var/slash-tmp/cvs-serv23827

Modified Files:
      Tag: netbsd-1-2
        asic.c 
Log Message:
Disable IOASIC_DEBUG so that autoconfiguration looks normal, by request
from Jonathan Stone.




Home | Main Index | Thread Index | Old Index