site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On Aug 13, 2007, at 2:29 PM, Eric Long wrote: Hmm... What's the matching dict in your Info.plist look like? Depending on your match, you may be filtering them out accidently/ incidentally. It looks like this: <key>MyCompany_Filter</key> <dict> <key>CFBundleIdentifier</key> <string>com.myCompany.driver.myFilter</string> <key>IOClass</key> <string>com_myCompany_driver_myFilter</string> <key>IOMatchCategory</key> <string>IOStorage</string> <key>IOProviderClass</key> <string>IOMedia</string> </dict> = 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... I believe this is where the problem lies, but I'm not clear on the solution. I figured this would be wide open. It looks OK at first blush. You don't have a probe score; is your ::probe method being called? This email sent to site_archiver@lists.apple.com