[parisc-linux-cvs] linux grundler

Grant Grundler grundler@puffin.external.hp.com
Wed, 17 Oct 2001 14:02:32 -0600


CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	grundler	01/10/17 14:02:32

Modified files:
	.              : Makefile 
	arch/parisc/kernel: iosapic.c parisc_ksyms.c processor.c 
	                    superio.c 
	drivers/char   : serial.c 
	drivers/gsc    : Makefile serial.c 
	drivers/parport: parport_gsc.c 
	include/asm-parisc: superio.h 

Log message:
cleanup CONFIG_SUPERIO and CONFIG_GSC_LASI.
can now build w/o either for A500 and C3000 platforms.
changes how superio devices are detected.
CONFIG_SERIAL_CONSOLE requires superio_serial_init() move from gsc serial
to generic serial.

tested on a500 (64-bit) and c3k (32 and 64-bit).
Both have serial console.

TODO: CONFIG_SERIAL_GSC should go away. need to move gsc_readX
functions to arch/parisc/kernel someplace and rename them __raw_read().
then CONFIG_GSC in combination with CONFIG_SERIAL can DTRT.