Re: state of GEN_RTC vs rtc subsystem

2008-02-21 Thread Richard Zidlicky
On Wed, Feb 20, 2008 at 10:11:23AM -0600, Kumar Gala wrote: > Is the functionality provided by drivers/char/gen_rtc.c completely handled > by the rtc subsystem in drivers/rtc? they were not designed work parallel at the same. Not sure if there is ever a valid reason to have both comiled into on

insl/outsl in parport_pc and !CONFIG_PCI

2001-05-27 Thread Richard Zidlicky
Hi, How is that supposed to work on systems without PCI? For now I have defined #define insl(port,buf,len) isa_insb(port,buf,(len)<<2) #define outsl(port,buf,len) isa_outsb(port,buf,(len)<<2) in asm-m68k/parport.h. Bye Richard - To unsubscribe from this list: send the line "unsubscribe li

[PATCH] 2.4.4 parport_pc.c compilation fix when !CONFIG_PCI

2001-04-28 Thread Richard Zidlicky
--- linux-2.4.4/drivers/parport/parport_pc.c~ Sat Apr 28 21:43:38 2001 +++ linux-2.4.4/drivers/parport/parport_pc.cSat Apr 28 22:37:29 2001 @@ -2576,7 +2576,7 @@ } #else static struct pci_driver parport_pc_pci_driver; -static int __init parport_pc_init_superio(void) {return 0;} +static