mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
- The payload of Write Request Quad must be network byte order.
This commit is contained in:
parent
73aa55ba0a
commit
f34e847dce
1 changed files with 1 additions and 1 deletions
|
|
@ -2142,7 +2142,7 @@ fw_bmr(struct firewire_comm *fc)
|
|||
fwdev.status = FWDEVINIT;
|
||||
/* Set cmstr bit on the cycle master */
|
||||
fwmem_write_quad(&fwdev, NULL, 0/*spd*/,
|
||||
0xffff, 0xf0000000 | STATE_SET, 1 << 16,
|
||||
0xffff, 0xf0000000 | STATE_SET, htonl(1 << 16),
|
||||
fw_asy_callback_free);
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue