[parisc-linux-cvs] linux willy

Matthew Wilcox parisc-linux@lists.parisc-linux.org
Mon, 29 Oct 2001 11:38:21 -0700 (MST)


CVSROOT:	/var/cvs
Module name:	linux
Changes by:	willy	01/10/29 11:38:21

Modified files:
	.              : Makefile 
	arch/parisc/kernel: drivers.c superio.c 
	drivers/char   : hilkbd.c hp_psaux.c 
	drivers/gsc    : busdevice.c busdevice.h eisa.c lasi.c serial.c 
	drivers/net    : lasi_82596.c 
	drivers/parport: parport_gsc.c 
	drivers/scsi   : lasi700.c lasi7xx.c 
	drivers/sound  : harmony.c 
	include/asm-parisc: gsc.h hardware.h 
Removed files:
	drivers/gsc    : lasi.h wax_eisa.c 

Log message:
-pa73:
* remove `version' member from struct parisc_device; it's not used.
* remove `extern' from an implemented suckyio function.
* replace busdevice_alloc_irq() with dev->irq
* remove busdev_list, `next' and `spinlock' from struct busdevice
* hil_base and hil_irq aren't external any more
* lasi.h and wax_eisa.c aren't used any more.