SCSI device driver configure() function not called
SCSI device driver configure() function not called
- Subject: SCSI device driver configure() function not called
- From: Jeff Collins <email@hidden>
- Date: Fri, 19 Sep 2003 09:46:38 -0700
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 | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.