[parisc-linux-cvs] linux-2.5 willy
Matthew Wilcox
parisc-linux@lists.parisc-linux.org
Thu, 17 Oct 2002 09:37:09 -0600 (MDT)
CVSROOT: /var/cvs
Module name: linux-2.5
Changes by: willy 02/10/17 09:37:09
Modified files:
. : Makefile
Documentation/parisc: todo
drivers/parisc : Makefile
drivers/serial : Makefile
include/asm-parisc: gsc.h serial.h
Added files:
drivers/serial : 8250_gsc.c
Removed files:
drivers/parisc : serial.c
Log message:
2.5.41-pa4:
* Move detection code from drivers/parisc/serial.c to
drivers/serial/8250_gsc.c.
* Link 8250_gsc.o before 8250_pci.o so the current hack works for gsc
serial ports too.
* Reserve space for up to 9 serial ports
* Remove now-unused definition of RS_TABLE_SIZE
* Remove declaration of probe_gsc_serial(); it's now called through
module_init()