- The payload of Write Request Quad must be network byte order.

This commit is contained in:
Hidetoshi Shimokawa 2003-03-24 04:11:21 +00:00
parent 73aa55ba0a
commit f34e847dce

View File

@ -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;