/* Check to see if this host has any error handling facilities */
if(shost_tp->eh_strategy_handler==NULL&&
shost_tp->eh_abort_handler==NULL&&
shost_tp->eh_device_reset_handler==NULL&&
shost_tp->eh_bus_reset_handler==NULL&&
shost_tp->eh_host_reset_handler==NULL){
printk(KERN_ERR"ERROR: SCSI host `%s' has no error handling\nERROR: This is not a safe way to run your SCSI host\nERROR: The error handling must be added to this driver\n",hname);