diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2009-03-23 19:27:23 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2009-03-23 19:27:23 +0000 |
| commit | f7c701d528f76021ddae78abb6492d20bbe88f5f (patch) | |
| tree | b64f02976be232967b0adf254d52948ee9618975 /sys/dev/twa/tw_cl_init.c | |
| parent | 91f72cedda0e823d1576fc3783438224e26d0b0a (diff) | |
Notes
Diffstat (limited to 'sys/dev/twa/tw_cl_init.c')
| -rw-r--r-- | sys/dev/twa/tw_cl_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/twa/tw_cl_init.c b/sys/dev/twa/tw_cl_init.c index 52864b2c6de50..ca282faa237cb 100644 --- a/sys/dev/twa/tw_cl_init.c +++ b/sys/dev/twa/tw_cl_init.c @@ -692,7 +692,7 @@ tw_cli_init_connection(struct tw_cli_ctlr_context *ctlr, init_connect->message_credits = TW_CL_SWAP16(message_credits); init_connect->features = TW_CL_SWAP32(set_features); if (ctlr->flags & TW_CL_64BIT_ADDRESSES) - init_connect->features |= TWA_64BIT_SG_ADDRESSES; + init_connect->features |= TW_CL_SWAP32(TWA_64BIT_SG_ADDRESSES); if (set_features & TWA_EXTENDED_INIT_CONNECT) { /* * Fill in the extra fields needed for an extended |
