diff options
Diffstat (limited to 'sys/dev/firewire/firewire.c')
| -rw-r--r-- | sys/dev/firewire/firewire.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c index 23de45a0a4157..dc10d3b3c1c9c 100644 --- a/sys/dev/firewire/firewire.c +++ b/sys/dev/firewire/firewire.c @@ -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; |
