Print this page
11639 some man pages show incorrect driver locations
   1 '\" te
   2 .\" Copyright (c) 2009, Sun Microsystems, Inc.  All Rights Reserved

   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. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
   4 .\"  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
   5 .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6 .TH IEEE1394 7D "May 13, 2017"
   7 .SH NAME
   8 ieee1394, firewire, 1394 \- Solaris IEEE-1394 Architecture
   9 .SH DESCRIPTION
  10 .LP
  11 IEEE-1394 provides a means for interconnecting devices in computer and home
  12 entertainment systems. (The IEEE-1394 architecture is also known as Firewire,
  13 an Apple Computer trademark, and i.Link, a Sony trademark). The most common
  14 IEEE-1394 devices are digital camcorders, mass-storage devices and cameras
  15 (including webcam-type devices). For more information on USB, refer to the 1394
  16 Trade Association website at http://\fIwww.1394ta.org\fR.
  17 .sp
  18 .LP
  19 The Solaris IEEE-1394 architecture supports up to 63 hot-pluggable IEEE-1394
  20 devices per IEEE-1394 bus. The maximum data transfer rate is 400 Mbits,
  21 depending on the capabilities of the attached device.
  22 .sp
  23 .LP
  24 The Solaris IEEE-1394 architecture supports devices implementing a number of
  25 different specifications. The basic behavior of the IEEE-1394 bus is described
  26 in the \fIIEEE 1394-1995\fR and \fIIEEE 1394a-2000\fR specifications.
  27 .sp
  28 .LP
  29 IEEE-1394 host controllers implementing the 1394 Open Host Controller Interface
  30 specification are supported. Camcorders implementing the \fIIEC 61883\fR
  31 and 1394 Trade Association AV/C specifications are supported. Mass-storage
  32 devices implementing the \fIANSI SBP-2\fR specification are supported. Digital
  33 cameras implementing the 1394 Trade Association 1394-based Digital Camera
  34 (IIDC) specification are supported.
  35 .SH FILES
  36 .LP
  37 Listed below are drivers and modules which either utilize or are utilized by
  38 the Solaris IEEE-1394 architecture. Drivers in \fB/kernel/drv\fR are 32 bit
  39 drivers (only). Drivers in \fB/kernel/drv/sparcv9\fR or \fB/kernel/drv/amd64\fR
  40 are 64 bit drivers.
  41 .sp
  42 
  43 .sp
  44 .TS
  45 box;
  46 c | c
  47 l | l .
  48 SUPPORT MODULE(S)       FUNCTION
  49 _
  50 /kernel/misc/[sparcv9|amd64/]s1394      IEEE-1394 framework
  51 _
  52 /kernel/misc/[sparcv9|amd64/]sbp2       Serial Bus Protocol-2 (SBP-2)
  53 .TE
  54 
  55 .sp
  56 
  57 .sp
  58 .TS
  59 box;
  60 c | c
  61 l | l .
  62 TARGET DRIVER   DEVICE CLASS
  63 _
  64 /kernel/drv/[sparcv9|amd64/]s1394       IEEE-1394 framework
  65 _
  66 /kernel/drv/[sparcv9|amd64/]scsa1394    mass storage class
  67 _
  68 /kernel/drv/[sparcv9|amd64/]av1394      camcorder (AV/C) class
  69 _
  70 /kernel/drv/[sparcv9|amd64/]dcam1394    digital camera (IIDC) class
  71 .TE
  72 
  73 .sp
  74 
  75 .sp
  76 .TS
  77 box;
  78 c | c
  79 l | l .
  80 HOST CONTROLLER INTERFACE DRIVER(S)     DEVICE
  81 _
  82 /kernel/drv/[sparcv9|amd64/]hci1394     Open HCI
  83 .TE
  84 
  85 .SH ATTRIBUTES
  86 .LP
  87 See \fBattributes\fR(5) for descriptions of the following attributes:
  88 .sp
  89 
  90 .sp
  91 .TS
  92 box;
  93 c | c
  94 l | l .
  95 ATTRIBUTE TYPE  ATTRIBUTE VALUE
  96 _
  97 Architecture    PCI-based systems
  98 .TE
  99 
 100 .SH SEE ALSO
 101 .LP
 102 \fBattributes\fR(5), \fBav1394\fR(7D), \fBdcam1394\fR(7D), \fBhci1394\fR(7D),
 103 \fBscsa1394\fR(7D), \fBiec61883\fR(7I)
 104 .sp
 105 .LP
 106 \fIIEEE 1394a\fR Specification - 1394 Trade Association, 2000
 107 .sp
 108 .LP
 109 \fIIEEE 1394\fR Specification - 1394 Trade Association, 1995
 110 .SH NOTES
 111 .LP
 112 Booting from IEEE-1394 mass-storage devices is not supported, but may be
 113 possible if supported by the BIOS of the computer system.
   1 '\" te
   2 .\" Copyright (c) 2009, Sun Microsystems, Inc.  All Rights Reserved
   3 .\" Copyright 2020 Peter Tribble.
   4 .\" 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.
   5 .\"  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
   6 .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   7 .TH IEEE1394 7D "Jan 10, 2020"
   8 .SH NAME
   9 ieee1394, firewire, 1394 \- illumos IEEE-1394 Architecture
  10 .SH DESCRIPTION

  11 IEEE-1394 provides a means for interconnecting devices in computer and home
  12 entertainment systems. (The IEEE-1394 architecture is also known as Firewire,
  13 an Apple Computer trademark, and i.Link, a Sony trademark). The most common
  14 IEEE-1394 devices are digital camcorders, mass-storage devices and cameras
  15 (including webcam-type devices). For more information on IEEE-1394, refer to the
  16 1394 Trade Association website at http://\fIwww.1394ta.org\fR.
  17 .sp
  18 .LP
  19 The illumos IEEE-1394 architecture supports up to 63 hot-pluggable IEEE-1394
  20 devices per IEEE-1394 bus. The maximum data transfer rate is 400 Mbits,
  21 depending on the capabilities of the attached device.
  22 .sp
  23 .LP
  24 The illumos IEEE-1394 architecture supports devices implementing a number of
  25 different specifications. The basic behavior of the IEEE-1394 bus is described
  26 in the \fIIEEE 1394-1995\fR and \fIIEEE 1394a-2000\fR specifications.
  27 .sp
  28 .LP
  29 IEEE-1394 host controllers implementing the 1394 Open Host Controller Interface
  30 specification are supported. Camcorders implementing the \fIIEC 61883\fR
  31 and 1394 Trade Association AV/C specifications are supported. Mass-storage
  32 devices implementing the \fIANSI SBP-2\fR specification are supported. Digital
  33 cameras implementing the 1394 Trade Association 1394-based Digital Camera
  34 (IIDC) specification are supported.
  35 .SH FILES

  36 Listed below are drivers and modules which either utilize or are utilized by
  37 the illumos IEEE-1394 architecture.


  38 .sp
  39 
  40 .sp
  41 .TS
  42 box;
  43 c | c
  44 l | l .
  45 SUPPORT MODULE(S)       FUNCTION
  46 _
  47 /kernel/misc/[sparcv9|amd64]/s1394      IEEE-1394 framework
  48 _
  49 /kernel/misc/[sparcv9|amd64]/sbp2       Serial Bus Protocol-2 (SBP-2)
  50 .TE
  51 
  52 .sp
  53 
  54 .sp
  55 .TS
  56 box;
  57 c | c
  58 l | l .
  59 TARGET DRIVER   DEVICE CLASS
  60 _
  61 /kernel/drv/[sparcv9|amd64]/scsa1394    mass storage class
  62 _
  63 /kernel/drv/[sparcv9|amd64]/av1394      camcorder (AV/C) class
  64 _
  65 /kernel/drv/[sparcv9|amd64]/dcam1394    digital camera (IIDC) class


  66 .TE
  67 
  68 .sp
  69 
  70 .sp
  71 .TS
  72 box;
  73 c | c
  74 l | l .
  75 HOST CONTROLLER INTERFACE DRIVER(S)     DEVICE
  76 _
  77 /kernel/drv/[sparcv9|amd64]/hci1394     Open HCI
  78 .TE
  79 
  80 .SH ATTRIBUTES

  81 See \fBattributes\fR(5) for descriptions of the following attributes:
  82 .sp
  83 
  84 .sp
  85 .TS
  86 box;
  87 c | c
  88 l | l .
  89 ATTRIBUTE TYPE  ATTRIBUTE VALUE
  90 _
  91 Architecture    PCI-based systems
  92 .TE
  93 
  94 .SH SEE ALSO

  95 \fBattributes\fR(5), \fBav1394\fR(7D), \fBdcam1394\fR(7D), \fBhci1394\fR(7D),
  96 \fBscsa1394\fR(7D), \fBiec61883\fR(7I)
  97 .sp
  98 .LP
  99 \fIIEEE 1394a\fR Specification - 1394 Trade Association, 2000
 100 .sp
 101 .LP
 102 \fIIEEE 1394\fR Specification - 1394 Trade Association, 1995
 103 .SH NOTES

 104 Booting from IEEE-1394 mass-storage devices is not supported, but may be
 105 possible if supported by the BIOS of the computer system.