Re: Ports lost after reboot..
Re: Ports lost after reboot..
- Subject: Re: Ports lost after reboot..
- From: Quinn <email@hidden>
- Date: Wed, 6 Dec 2006 09:41:57 +0000
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..
There are two common techniques to solve this problem.
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.
<http://developer.apple.com/documentation/DeviceDrivers/Conceptual/IOKitFundamentals/Matching/chapter_5_section_2.html>
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.
<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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden