On Thu, 21 Jun 2001, Oliver Neukum wrote: > > > In addition, how do you handle shared interrupts ? > > > > It is impossible, see my another message. > > Which IMHO makes the concept pretty much useless. > Interrupt sharing is pretty much the norm today. And there is no evidence for > this to change in the near future. Rather the opposite seems to happen in > fact. > > Which devices were you thinking of, that need a hardware IRQ and no kernel > driver ? An ISA cards, mostly for data acquisition - edge triggered interrupts, no ack required immediately from interrupt handler. Rest of hardware handling can be deferred to user space. IRQ sharing is possible there in spite of some hardware hacking. Yes, it is very limited range of hardware today but it exists and /dev/irq kernel module provide one of generic mechanisms for user space driver implementation. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Is it useful to support user level drivers Balbir Singh
- Re: Is it useful to support user level drivers Tim Waugh
- Re: Is it useful to support user level drivers Alan Cox
- Re: Is it useful to support user level drivers Balbir Singh
- Re: Is it useful to support user level dri... Alan Cox
- Re: Is it useful to support user level dri... Pavel Machek
- Re: Is it useful to support user level drivers Dmitry A. Fedorov
- Re: Is it useful to support user level dri... Oliver Neukum
- Re: Is it useful to support user level... Dmitry A. Fedorov
- Re: Is it useful to support user ... Oliver Neukum
- Re: Is it useful to support u... Dmitry A. Fedorov
- Re: Is it useful to suppo... Balbir Singh
- Re: Is it useful to support user ... Abramo Bagnara
- Re: Is it useful to support u... Alan Cox
- Re: Is it useful to suppo... Abramo Bagnara
- Re: Is it useful to suppo... Richard B. Johnson
- Re: Is it useful to suppo... Abramo Bagnara
- Re: Is it useful to suppo... Oliver Neukum
- Re: Is it useful to suppo... Pavel Machek
- Re: Is it useful to support user level dri... Alan Cox
- Re: Is it useful to support user level... Matthias Urlichs