[parisc-linux-cvs] linux deller

Helge Deller deller@puffin.external.hp.com
Sun, 17 Jun 2001 16:27:05 -0600


CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	deller	01/06/17 16:27:05

Modified files:
	.              : Makefile 
	arch/parisc/mm : Makefile ioremap.c 
	drivers/video  : fbmem.c 
	drivers/video/sti: stifb.c 
	include/asm-parisc: io.h pgtable.h 
	include/video  : fbcon.h 

Log message:
- using EXTRAVERSION=-pa27 (assuming tbogend's last commit was -pa26)
- activate compilation of arch/parisc/mm/ioremap.c
- minor cleanups in ioremap.c, addition of #if/#endif for USE_HPPA_IOREMAP
- USE_HPPA_IOREMAP is the flag for usage of ioremap() (in include/asm-parisc/io.h)
"#define USE_HPPA_IOREMAP 0" is the default
- take out hppa specific warning in fbmem.c
- much new code for other graphic cards than artist in stifb.c (unfinished)
- added "#define _PAGE_RW (_PAGE_READ | _PAGE_WRITE)" to pgtable.h
- used gsc_read/write() for fb-access _only_ if USE_HPPA_IOREMAP is zero.