diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2013-10-21 06:04:39 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2013-10-21 06:04:39 +0000 |
| commit | 5e63cdb457f93c321ed976853f8ecdd041df15be (patch) | |
| tree | fe21415bed2de8d2a030f25deffce76ee8a69d6a /sys/dev/firewire | |
| parent | 2e25a531a3740f7f63db44ea580c18da3301989e (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire')
| -rw-r--r-- | sys/dev/firewire/sbp_targ.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/sbp_targ.c b/sys/dev/firewire/sbp_targ.c index 34a75cbbc1d0..f3434dd66e91 100644 --- a/sys/dev/firewire/sbp_targ.c +++ b/sys/dev/firewire/sbp_targ.c @@ -1483,7 +1483,7 @@ sbp_targ_cmd_handler(struct fw_xfer *xfer) atio->tag_id = orbi->orb_lo; atio->init_id = orbi->login->id; - atio->ccb_h.flags = CAM_TAG_ACTION_VALID; + atio->ccb_h.flags |= CAM_TAG_ACTION_VALID; bytes = (u_char *)&orb[5]; if (debug) printf("%s: %p %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x\n", |
