Deleted Added
full compact
35c35
< * $Id: advansys.c,v 1.3 1998/10/07 03:32:56 gibbs Exp $
---
> * $Id: advansys.c,v 1.4 1998/10/15 23:47:14 gibbs Exp $
1051c1051,1053
< /* QHSTA error occurred */
---
> xpt_print_path(ccb->ccb_h.path);
> printf("adv_done - queue done without error, "
> "unknown host status %x\n", host_stat);
1086a1089,1091
> xpt_print_path(ccb->ccb_h.path);
> printf("adv_done - queue done with error, "
> "unknown host status %x\n", host_stat);
1100c1105,1107
< printf("adv_done: Unknown done status 0x%x\n", done_stat);
---
> xpt_print_path(ccb->ccb_h.path);
> printf("adv_done - queue done with unknown status %x:%x\n",
> done_stat, host_stat);