[parisc-linux-cvs] linux deller
    Helge Deller 
    deller@puffin.external.hp.com
    Sun, 4 Feb 2001 14:23:00 -0700
    
    
  
CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	deller	01/02/04 14:23:00
Modified files:
	drivers/gsc    : busdevice.c 
	drivers/video  : Makefile 
	drivers/video/sti: sticon-wmode.c sticon.c sticore.c stifb.c 
Removed files:
	drivers/video  : Makefile.sti_new sti-bmode.h sti.h 
	                 sticon-bmode.c sticon.c sticore.c stifb.c 
Log message:
- switched the Makefile to compile the newer files in video/sti only,
- removed the old drivers and Makefile.sti_new from the video-directory,
- word-mode STI console works now again (715 & 712 machines should be OK),
- byte-mode STI still needs heavy cleanup (btw, it's currently disabled too),
- fixed a really stupid bug in the cache flush routines of sti_rom_copy(),
- stifb still shows random pixels on the screen
- changed the order in which serial/keyboard/lan is detected in busdevice.c,
- added call to sticonsole_init() to busdevice.c