[parisc-linux-cvs] linux deller
    Helge Deller 
    deller@puffin.external.hp.com
    Sun, 10 Jun 2001 10:11:35 -0600
    
    
  
CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	deller	01/06/10 10:11:35
Modified files:
	.              : Makefile 
	arch/parisc    : defconfig 
	arch/parisc/kernel: superio.c 
	drivers/parport: parport_gsc.c 
	include/asm-parisc: bitops.h superio.h 
Log message:
EXTRAVERSION = -pa16
defconfig:
- re-enabled CONFIG_CHASSIS_LCD_LED=y (should work now on all machines)
- CONFIG_JOLIET=y
- CONFIG_PARPORT_PC=y (needed by SuperIO aka SuckyIO parport support)
superio.c/superio.h:
- added lots of KERN_WARNINGs and KERN_ERRs to printk()s
- added SuckyIO parport support (tested on C3k)
- added __init's
parport_gsc.c:
- support for SuckyIO's parport
- added __init and __devinit
bitops.h:
- added some missing minix_xxx_bit() functions; makes minix compileable