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
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
--- 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
3 matches
Mail list logo