site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com There are two common techniques to solve this problem. <http://developer.apple.com/documentation/DeviceDrivers/Conceptual/IOKitFundamentals/Matching/chapter_5_section_2.html> <http://developer.apple.com/technotes/tn2005/tn2083.html> S+E -- Quinn "The Eskimo!" <http://www.apple.com/developer/> Apple Developer Relations, Developer Technical Support, Core OS/Hardware _______________________________________________ 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... At 9:35 +0530 6/12/06, sanjay yaragatti wrote: There is no hardware.Its a driver for virtual com port. Hence cant load it automatically when the hardware is detected.. 1. Package your driver entirely within I/O Kit and have I/O Kit load your driver by specifying a match on IOResources. If you search for "virtual" on the following web page, there's a detailed discussion of this. 2. Explicitly load your driver at boot time using a launchd daemon (or a startup item if you need to support pre-10.4). The following technote introduces these concepts and has links to more documentation. This email sent to site_archiver@lists.apple.com
participants (1)
-
Quinn