Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/dev/firewire/sbp_targ.c 121186 2003-10-18 05:41:31Z simokawa $
---
> * $FreeBSD: head/sys/dev/firewire/sbp_targ.c 122529 2003-11-12 04:06:21Z simokawa $
474c474
< printf("%s: xfer->resp != 0\n", __FUNCTION__);
---
> printf("%s: xfer->resp = %d\n", __FUNCTION__, xfer->resp);
592c592
< printf("%s: xfer->resp != 0\n", __FUNCTION__);
---
> printf("%s: xfer->resp = %d\n", __FUNCTION__, xfer->resp);
737c737
< printf("%s: xfer->resp != 0\n", __FUNCTION__);
---
> printf("%s: xfer->resp = %d\n", __FUNCTION__, xfer->resp);
1016c1016
< printf("%s: xfer->resp != 0\n", __FUNCTION__);
---
> printf("%s: xfer->resp = %d\n", __FUNCTION__, xfer->resp);
1129c1129
< printf("%s: xfer->resp != 0\n", __FUNCTION__);
---
> printf("%s: xfer->resp = %d\n", __FUNCTION__, xfer->resp);
1206c1206
< printf("%s: xfer->resp != 0\n", __FUNCTION__);
---
> printf("%s: xfer->resp = %d\n", __FUNCTION__, xfer->resp);