[parisc-linux-cvs] linux deller

Helge Deller deller@puffin.external.hp.com
Sun, 8 Jul 2001 06:41:58 -0600


CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	deller	01/07/08 06:41:58

Modified files:
	.              : Makefile 
	arch/parisc/kernel: Makefile iosapic.c superio.c 
	drivers/char   : hp_psaux.c 
	drivers/gsc    : busdevice.c dino.c hil.c lan.c serial.c wax.c 
	                 wax_eisa.c 
	drivers/video  : fbcon.c 
	drivers/video/sti: Makefile sticon.c stifb.c 

Log message:
This patch makes the 2.4.6 kernel bootable on the 715 and 712
series machines and still works on the c3k:

EXTRAVERSION = -pa5
- reordered entries in the Makefiles
- added named initializers to some irq_region_ops structs
- changed lots of direct calls to module_init()'s and __initcall()'s
- #undef FBCONDEBUG again
- some other code cleanups