Asynchronous I/O for IEEE 1394 Devices

Devices on the IEEE 1394 bus communicate, in asynchronous mode, by sending and receiving packets. Devices send read, write, and lock requests to specific addresses in another device's address space. To provide quality of service, when the receiving device completes the request, it sends a response packet back to the sending device, which then sends a response acknowledgment.

A driver can communicate to its device by sending asynchronous I/O requests to the device. The driver can also allocate ranges of addresses in the IEEE 1394 address space of the host computer, and receive requests to these addresses. Both are documented in the following sections:

Sending Asynchronous I/O Request Packets on the IEEE 1394 Bus

Receiving Asynchronous I/O Request Packets on the IEEE 1394 Bus