1 '\" te 2 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. 3 .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the 4 .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] 5 .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved 6 .TH AV1394 7D "Jan 10, 2020" 7 .SH NAME 8 av1394 \- 1394 audio/video driver 9 .SH SYNOPSIS 10 .nf 11 \fBunit@GUID\fR 12 .fi 13 14 .SH DESCRIPTION 15 The \fBav1394\fR driver implements \fBiec61883\fR(7I) interfaces for IEEE 1394 16 compliant devices. 17 .SS "Asynchronous Transactions" 18 The driver allows applications to act as FCP controllers, but not FCP targets. 19 Only \fBIEC61883_FCP_CMD\fR requests can be sent with \fBwrite\fR(2). Only 20 \fBIEC61883_FCP_RESP\fR requests can be received with \fBread\fR(2). 21 .SS "Isochronous Transactions" 22 When the read/write method of is used for transmit, the driver is capable of 23 auto-detecting and transmitting SD-DVCR 525/60 and 625/50 streams. See 24 \fBiec61883\fR(7I) for details. 25 .SH FILES 26 .ne 2 27 .na 28 \fB/dev/av/N/async\fR 29 .ad 30 .RS 29n 31 device node for asynchronous data 32 .RE 33 34 .sp 35 .ne 2 36 .na 37 \fB/dev/av/N/isoch\fR 38 .ad 39 .RS 29n 40 device node for isochronous data 41 .RE 42 43 .sp 44 .ne 2 45 .na 46 \fB/kernel/drv/sparcv9/av1394\fR 47 .ad 48 .RS 29n 49 Device driver (SPARC) 50 .RE 51 52 .sp 53 .ne 2 54 .na 55 \fB/kernel/drv/amd64/av1394\fR 56 .ad 57 .RS 29n 58 Device driver (x86) 59 .RE 60 61 .SH ATTRIBUTES 62 See \fBattributes\fR(5) for a description of the following attributes: 63 .sp 64 65 .sp 66 .TS 67 box; 68 l | l 69 l | l . 70 ATTRIBUTE TYPE ATTRIBUTE VALUE 71 _ 72 Architecture All 73 _ 74 Interface Stability Committed 75 .TE 76 77 .SH SEE ALSO 78 \fBread\fR(2), \fBwrite\fR(2), \fBattributes\fR(5), \fBhci1394\fR(7D), 79 \fBiec61883\fR(7I) 80 .sp 81 .LP 82 \fIIEEE Std 1394-1995 Standard for a High Performance Serial Bus\fR 83 .sp 84 .LP 85 \fIIEC 61883 Consumer audio/video equipment - Digital interface\fR