diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-11-10 14:04:37 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-11-10 14:04:37 +0000 |
| commit | 9b86b36df87b8c1230896336873e3ed418bff6a0 (patch) | |
| tree | 846411cb1a4db0fa1041b94c381beffdc1024777 /sys/dev/firewire | |
| parent | 723d6e6459073ddd086ec290229d0a7e415de4f9 (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire')
| -rw-r--r-- | sys/dev/firewire/sbp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index 6f70ed2c643f..da5bb1cb678e 100644 --- a/sys/dev/firewire/sbp.c +++ b/sys/dev/firewire/sbp.c @@ -1169,7 +1169,9 @@ SBP_DEBUG(1) END_DEBUG if ((sdev->flags & ORB_POINTER_ACTIVE) != 0) { +SBP_DEBUG(0) printf("%s: orb pointer active\n", __FUNCTION__); +END_DEBUG sdev->flags |= ORB_POINTER_NEED; return; } |
