Matthew Jacob wrote:
> 
> >
> > The tutorial in DaemonNews has this information, as well as information
> > on minimal implementations of the reqired actions. Obviously the actions
> > for SCSI negotiations don't need to be supported because these
> > negotiations make no sense for an emulator or over IP.
> >
> 
> Or over Fibre Channel (which the DaemonNews article completely missed)

Well, I concentrated on the CAM side of interface. The underlying
hardware is one of device-dependent parts. 

BTW, I looked up the list of of absolutely neccessary calls
for simulated SCSI:
XPT_SCSI_IO
XPT_RESET_BUS (at least silently return success)
XPT_ABORT (at least return CAM_UA_ABORT)
XPT_CALC_GEOMETRY
XPT_PATH_INQ

-SB


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to