1 AV1394(7D) Devices AV1394(7D) 2 3 4 5 NAME 6 av1394 - 1394 audio/video driver 7 8 SYNOPSIS 9 unit@GUID 10 11 12 DESCRIPTION 13 The av1394 driver implements iec61883(7I) interfaces for IEEE 1394 14 compliant devices. 15 16 Asynchronous Transactions 17 The driver allows applications to act as FCP controllers, but not FCP 18 targets. Only IEC61883_FCP_CMD requests can be sent with write(2). 19 Only IEC61883_FCP_RESP requests can be received with read(2). 20 21 Isochronous Transactions 22 When the read/write method of is used for transmit, the driver is 23 capable of auto-detecting and transmitting SD-DVCR 525/60 and 625/50 24 streams. See iec61883(7I) for details. 25 26 FILES 27 /dev/av/N/async 28 device node for asynchronous data 29 30 31 /dev/av/N/isoch 32 device node for isochronous data 33 34 35 /kernel/drv/sparcv9/av1394 36 Device driver (SPARC) 37 38 39 /kernel/drv/amd64/av1394 40 Device driver (x86) 41 42 43 ATTRIBUTES 44 See attributes(5) for a description of the following attributes: 45 46 47 48 49 +--------------------+-----------------+ 50 |ATTRIBUTE TYPE | ATTRIBUTE VALUE | 51 +--------------------+-----------------+ 52 |Architecture | All | 53 +--------------------+-----------------+ 54 |Interface Stability | Committed | 55 +--------------------+-----------------+ 56 57 SEE ALSO 58 read(2), write(2), attributes(5), hci1394(7D), iec61883(7I) 59 60 61 IEEE Std 1394-1995 Standard for a High Performance Serial Bus 62 63 64 IEC 61883 Consumer audio/video equipment - Digital interface 65 66 67 68 January 10, 2020 AV1394(7D)