site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On Mar 24, 2008, at 2:43 PM, syl wrote: 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. = Mike _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... Interrupts are only usable via I/O Kit on Mac OS X. 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. This email sent to site_archiver@lists.apple.com
participants (1)
-
Michael Smith