Print this page
11639 some man pages show incorrect driver locations

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7d/dcam1394.7d
          +++ new/usr/src/man/man7d/dcam1394.7d
   1    1  '\" te
   2    2  .\" Copyright (c) 2004, Sun Microsystems, Inc.  All Rights Reserved
   3    3  .\" 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.
   4    4  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   5    5  .\" 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 fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6      -.TH DCAM1394 7D "May 19, 2004"
        6 +.TH DCAM1394 7D "Jan 10, 2020"
   7    7  .SH NAME
   8    8  dcam1394 \- 1394-based digital camera (IIDC) driver
   9    9  .SH SYNOPSIS
  10      -.LP
  11   10  .nf
  12   11  \fB#include <sys/dcam/dcam1394_io.h>\fR
  13   12  .fi
  14   13  
  15   14  .SH DESCRIPTION
  16      -.sp
  17      -.LP
  18   15  The \fBdcam1394\fR driver supports devices implementing the \fI1394 Trade
  19   16  Association Digital Camera Specification\fR (also referred to as the IIDC
  20   17  specification).  Only a subset of the specification is supported.
  21   18  .SH READING DATA
  22      -.sp
  23      -.LP
  24   19  Isochronous data is read from the driver frame-by-frame and is maintained
  25   20  within the driver in a ring buffer.
  26   21  .sp
  27   22  .LP
  28   23  Video frames are read from the isochronous input device using \fBread\fR(2).
  29   24  .sp
  30   25  .LP
  31   26  The \fBdcam1394_frame_t\fR structure describes the frame layout and is defined
  32   27  as follows:
  33   28  .sp
↓ open down ↓ 7 lines elided ↑ open up ↑
  41   36       };
  42   37  .fi
  43   38  .in -2
  44   39  
  45   40  .sp
  46   41  .LP
  47   42  The size to allocate for the structure is determined by the video mode for
  48   43  which the camera is configured. Possible values for the vid_mode field are
  49   44  listed under DCAM1394_PARAM_VID_MODE below.
  50   45  .SH IOCTL REQUESTS
  51      -.sp
  52      -.LP
  53   46  The following ioctl requests are supported:
  54   47  .sp
  55   48  .ne 2
  56   49  .na
  57   50  \fBDCAM1394_CMD_CAM_RESET\fR
  58   51  .ad
  59   52  .sp .6
  60   53  .RS 4n
  61   54  Reset the device.
  62   55  .RE
↓ open down ↓ 46 lines elided ↑ open up ↑
 109  102  .ne 2
 110  103  .na
 111  104  \fBDCAM1394_CMD_PARAM_GET\fR
 112  105  .ad
 113  106  .sp .6
 114  107  .RS 4n
 115  108  Gets a list of parameters associated with a camera. The argument is a pointer
 116  109  to a \fBdcam1394_param_list_t\fR structure (described below). The parameter
 117  110  list is accessed through macros defined below.
 118  111  .sp
 119      -The paramter list only supports Format 1 video formats.
      112 +The parameter list only supports Format 1 video formats.
 120  113  .RE
 121  114  
 122  115  .sp
 123  116  .ne 2
 124  117  .na
 125  118  \fBDCAM1394_CMD_PARAM_SET\fR
 126  119  .ad
 127  120  .sp .6
 128  121  .RS 4n
 129  122  Sets a list of parameters associated with a camera. The argument is a pointer
 130  123  to a \fBdcam1394_param_list_t structure\fR (described below). The parameter
 131  124  list is accessed through macros defined below.
 132  125  .sp
 133      -The paramter list only supports Format 1 video formats.
      126 +The parameter list only supports Format 1 video formats.
 134  127  .RE
 135  128  
 136  129  .sp
 137  130  .ne 2
 138  131  .na
 139  132  \fBDCAM1394_CMD_FRAME_RCV_START\fR
 140  133  .ad
 141  134  .sp .6
 142  135  .RS 4n
 143  136  Start receiving video frames from the camera.
↓ open down ↓ 26 lines elided ↑ open up ↑
 170  163  .ne 2
 171  164  .na
 172  165  \fBDCAM1394_CMD_FRAME_SEQ_NUM_COUNT_RESET\fR
 173  166  .ad
 174  167  .sp .6
 175  168  .RS 4n
 176  169  Reset frame sequence number.
 177  170  .RE
 178  171  
 179  172  .SH PARAMETER LIST ACCESS
 180      -.sp
 181      -.LP
 182  173  The parameter list is initialized and access through macros. The data type for
 183  174  the parameter list is \fBdcam1394_param_list_t\fR.
 184  175  .sp
 185  176  .LP
 186  177  The following macros are used to access the parameter list:
 187  178  .sp
 188  179  .ne 2
 189  180  .na
 190  181  \fBPARAM_LIST_INIT(param_list)\fR
 191  182  .ad
↓ open down ↓ 50 lines elided ↑ open up ↑
 242  233  .sp .6
 243  234  .RS 4n
 244  235  Indicates if a specific parameter is successfully set.
 245  236  .RE
 246  237  
 247  238  .sp
 248  239  .LP
 249  240  When no subparam value is required, the value DCAM1394_SUBPARAM_NONE may be
 250  241  used.
 251  242  .SH PARAMETERS
 252      -.sp
 253      -.LP
 254  243  The following parameters may appear in the list:
 255  244  .sp
 256  245  .ne 2
 257  246  .na
 258  247  \fBDCAM1394_PARAM_CAP_POWER_CTRL\fR
 259  248  .ad
 260  249  .sp .6
 261  250  .RS 4n
 262  251  Queries if the camera can be turned off and on through software. The subparam
 263  252  value is ignored.
↓ open down ↓ 625 lines elided ↑ open up ↑
 889  878  \fBDCAM1394_PARAM_TILT\fR
 890  879  .ad
 891  880  .sp .6
 892  881  .RS 4n
 893  882  Query or control a camera feature. This feature queries or controls the tilt of
 894  883  the camera.The subparams supported by this feature are described under
 895  884  DCAM1394_PARAM_BRIGHTNESS.
 896  885  .RE
 897  886  
 898  887  .SH DEVICE SPECIAL FILES
 899      -.sp
 900  888  .ne 2
 901  889  .na
 902      -\fB\fB/dev/dcam\fIN\fR\fR\fR
      890 +\fB/dev/dcam\fIN\fR\fR
 903  891  .ad
 904  892  .RS 17n
 905  893  Device node for isochronous input from camera.
 906  894  .RE
 907  895  
 908  896  .sp
 909  897  .ne 2
 910  898  .na
 911      -\fB\fB/dev/dcamctl\fIN\fR\fR\fR
      899 +\fB/dev/dcamctl\fIN\fR\fR
 912  900  .ad
 913  901  .RS 17n
 914  902  Device node for camera control.
 915  903  .RE
 916  904  
 917  905  .SH FILES
 918      -.sp
 919  906  .ne 2
 920  907  .na
 921      -\fB\fBkernel/drv/sparcv9/dcam1394\fR\fR
      908 +\fB/kernel/drv/sparcv9/dcam1394\fR
 922  909  .ad
 923  910  .sp .6
 924  911  .RS 4n
 925      -64-bit ELF kernel module.
      912 +Device driver (SPARC)
 926  913  .RE
 927  914  
 928  915  .sp
 929  916  .ne 2
 930  917  .na
 931      -\fB\fBkernel/drv/dcam1394\fR\fR
      918 +\fB/kernel/drv/amd64/dcam1394\fR
 932  919  .ad
 933  920  .sp .6
 934  921  .RS 4n
 935      -32-bit ELF kernel module.
      922 +Device driver (x86)
 936  923  .RE
 937  924  
 938  925  .SH ATTRIBUTES
 939      -.sp
 940      -.LP
 941  926  See \fBattributes\fR(5) for descriptions of the following attributes:
 942  927  .sp
 943  928  
 944  929  .sp
 945  930  .TS
 946  931  box;
 947  932  c | c
 948  933  l | l .
 949  934  ATTRIBUTE TYPE  ATTRIBUTE VALUE
 950  935  _
 951  936  Interface Stability     Evolving
 952  937  .TE
 953  938  
 954  939  .SH SEE ALSO
 955      -.sp
 956      -.LP
 957  940  \fBattributes\fR(5), \fBhci1394\fR(7D)
 958  941  .sp
 959  942  .LP
 960  943  \fI1394 Trade Association Digital Camera Specification, Version 1.04 - 1996\fR
 961  944  .sp
 962  945  .LP
 963  946  \fIIEEE Std 1394-2000 Standard for a High Performance Serial Bus - 2000\fR
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX