SCSI device driver configure() function not called
Sending this out again and cross posting to darwin-drivers, as there has been no answer yet. I realize that this is a basic question, but one the eludes me. After some problems, I finally got a stub SCSI HBA driver to load on OSX using the developers kit from December 2002 by setting com.apple.kernel.mach = 6.1 (Thanks to apple folks for the proper advice on setting the version to 6.1). Please forgive my ignorance, but now I do not know how to get the configure() function called. The stub driver is loaded, and it has successfully brought 68 1 0x10f7b000 0x9000 0x8000 com.apple.iokit.IOSCSIParallelFamily (1.2.4) <35> 69 0 0x10f84000 0x2000 0x1000 ods (1.0d1) <68 11> the IOSCSIParallelFamily driver into memory as well. However, I do not know how to get the SCSI layer to call the configure() function of my driver. Any help would be greatly appreciated. Jeff Collins _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
Jeff Collins