Re: [IRQ] how to use it?
Re: [IRQ] how to use it?
- Subject: Re: [IRQ] how to use it?
- From: Michael Smith <email@hidden>
- Date: Mon, 24 Mar 2008 15:23:11 -0700
On Mar 24, 2008, at 2:43 PM, syl wrote:
Interrupts are only usable via I/O Kit on Mac OS X.
Ok thanks.
Do you know if I can just call in my kext the good functions in C
or does I need to redesign all my driver to follow the IOKit way
in a C++ language?
You must use I/O Kit if you want to write a device driver for Darwin.
It is worth looking at your driver's architecture to see whether you
can adapt it to work with I/O Kit - generally though, you will find
that you will want to use lower-level fragments from an existing
driver (at most) within a properly-designed I/O Kit driver written
from scratch.
= Mike
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden