Hi All,
I am in the process of writing a scsi target driver on FreeBSD 4.7,
as a module.  I have faced some problems like, registering the
module with CAM, probing the scsi devices connected to the host etc.,
I'm from the world of linux, wherein if I register the scsi device
driver module ( not the HBA ), using scsi_register_module(...)
I will get the Scsi_Device *SDp to my template implementations
like init, detect, attach, detach, finish.
 
On FreeBSD, there must be the way to do the same kinda thing,
by registering my module with CAM layer.  If anyone could
throw some light, that would be of great help.
Thanks in advance,
Chhavi Kansal.



---------------------------------
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to