Hi I have a pseudo HBA driver and my driver finishes a successful INQUIRY after a devfsadm but I see no device special files in the /dev/dsk path. The devfsadm itself throws no errors in verbose mode or otherwise. Each of my transport layer callbacks (tran_pkt_destroy etc.) is being invoked on pkt->pkt_comp that I invoke at the INQUIRY response so I'm a bit surprised why no disks are being shown.
My pseudo target device has one LUN with size 104MB and my configuration file looks like this at the moment: - Name="smu" parent="pseudo" class="scsi" instanc=0; Name="sd" parent="smu" class="scsi" target=0 lun=0; Name="sd" parent="smu" class="scsi" target=1 lun=0; I also tried with a configuration file that contains up to 8 targets and also two luns per target but none of that yields me a device special file on /dev/dsk although I see successful completion of INQUIRY for each of the targets mentioned in the .conf file. Any suggestions will be helpful. Regards, Bhaskar.
_______________________________________________ opensolaris-code mailing list opensolaris-code@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/opensolaris-code