[parisc-linux-cvs] linux jsm

John Marvin jsm@puffin.external.hp.com
Thu, 29 Mar 2001 03:32:55 -0700


CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	jsm	01/03/29 03:32:54

Modified files:
	arch/parisc/kernel: superio.c iosapic.c 
	arch/parisc    : defconfig 
	drivers/char   : serial.c 
	drivers/gsc    : serial.c 
	init           : main.c 
Added files:
	include/asm-parisc: superio.h 

Log message:
Get SuperIO serial working. Added interrupt infrastructure such that it
shouldn't be hard to get the other peripherals to work, although there
is more work to be done to support dma. Note that getting floppy or
ide to work will also involve writing a proper version of <asm/floppy.h>
and <asm/ide.h> for parisc.

Changed defconfig to define CONFIG_SUPERIO by default (harmless on machines
that don't have superio).