[parisc-linux-cvs] linux deller
Helge Deller
deller@puffin.external.hp.com
Wed, 20 Jun 2001 14:24:39 -0600
CVSROOT: /home/cvs/parisc
Module name: linux
Changes by: deller 01/06/20 14:24:39
Modified files:
. : Makefile
arch/parisc : defconfig
arch/parisc/kernel: inventory.c pa7300lc.c setup.c
arch/parisc/mm : fault.c init.c ioremap.c
drivers/gsc : dino.c wax_eisa.c
drivers/scsi : zalon7xx.c
drivers/video/sti: sticon.c sticore.c sticore.h stifb.c
fs : binfmt_som.c
include/asm-parisc: io.h pgtable.h
Log message:
- EXTRAVERSION = -pa35
- CONFIG_BLK_DEV_LOOP=y, CONFIG_FB=y, CONFIG_STI_CONSOLE=y, CONFIG_FBCON=y
CONFIG_SOUND=y, CONFIG_SOUND_HARMONY=y (all for 32bit kernel only)
- cleanups of various printk() warnings and errors
- removed lots of compiler warnings
- reduced kernel boot up messages
- applied Bjorn Helgaas' <bjorn_helgaas@hp.com> patch for wax_eisa and
added some more code myself (will this driver really be finished once??)
- use direct mem access functions for {read|write}{b|w|l} if
USE_HPPA_IOREMAP==0 (DO NOT ENABLE IT!)