site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:subject:to:cc:x-priority:in-reply-to:message-id:mime-version:content-type:content-transfer-encoding:x-mailer; b=d1MIJmhJRqNSovQk9o2VQqoCFEcaj7nv2mtI8CJUdAd2NFD4BS2+UqJfP4/0EJxihv5UnqFTp7M4VxXJUUuqloPk6FGAlmYRBlZc6FNOhNlHasHowc+o5vZd/O0DAm5zLreHyCq86oKUmO0kW1UE6kGI7M6pCabAwe+ZQce10Zo= On 28/09/2006 at 5:24 AM, amanda thatcher <thatcher_amanda@yahoo.com> wrote:
<key>OSBundleLibraries</key> <dict>
<key>com.apple.kernel.iokit</key><string>6.9.9</string>
<key>com.apple.kernel.libkern</key><string>6.9.9</string>
<key>com.apple.kernel.mach</key><string>6.9.9</string> <key>com.apple.kpi.bsd</key><string>8.0.0</string>
<key>com.apple.kpi.libkern</key><string>8.0.0</string> </dict>
I'm not sure why your driver used to load successfully, but mixing KPI and kernel subcomponent dependencies is not allowed. From <http://developer.apple.com/documentation/Darwin/Conceptual/KEXTConcept/KEXTConceptDependencies/kext_dependencies.html>:
Important: You cannot combine dependencies on KPI collections and dependencies on kernel subcomponents in the same KEXT; dependencies must be all of one type or the other. If your KEXT declares dependencies on both KPI collections and kernel subcomponents, it will fail to load
Hope this helps, geoff -- Geoff Schmit Sugar Maple Software, Inc. <http://sugarmaplesoftware.com> _______________________________________________ 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... This email sent to site_archiver@lists.apple.com