On Thu, 14 Sep 2000 [EMAIL PROTECTED] wrote:

> > 1.    In RTLinux, rtl_request_irq() does not define DeviceName and DeviceId
> > which are used in Linux. How do I define it in RTLinux.
> 
> The "device name" and "device id" only makes sense if you share
> interrupts, which I don't recommend, but ...

No. When you share interrupt _handler_. This means use the same function to
service several interrupts. Quite common case when using some kind of
wrappers, etc. Having "device id" is a requirement. It was not present in
Linux initially, but soon people understood its usefulness.

Best regards,
--
Tomek

-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to