Back to home page

OSCL-LXR

 
 

    


0001 What:           /sys/bus/firewire/devices/fw[0-9]+/
0002 Date:           May 2007
0003 KernelVersion:  2.6.22
0004 Contact:        linux1394-devel@lists.sourceforge.net
0005 Description:
0006                 IEEE 1394 node device attributes.
0007                 Read-only.  Mutable during the node device's lifetime.
0008                 See IEEE 1212 for semantic definitions.
0009 
0010                 config_rom
0011                         Contents of the Configuration ROM register.
0012                         Binary attribute; an array of host-endian u32.
0013 
0014                 guid
0015                         The node's EUI-64 in the bus information block of
0016                         Configuration ROM.
0017                         Hexadecimal string representation of an u64.
0018 
0019 
0020 What:           /sys/bus/firewire/devices/fw[0-9]+/units
0021 Date:           June 2009
0022 KernelVersion:  2.6.31
0023 Contact:        linux1394-devel@lists.sourceforge.net
0024 Description:
0025                 IEEE 1394 node device attribute.
0026                 Read-only.  Mutable during the node device's lifetime.
0027                 See IEEE 1212 for semantic definitions.
0028 
0029                 units
0030                         Summary of all units present in an IEEE 1394 node.
0031                         Contains space-separated tuples of specifier_id and
0032                         version of each unit present in the node.  Specifier_id
0033                         and version are hexadecimal string representations of
0034                         u24 of the respective unit directory entries.
0035                         Specifier_id and version within each tuple are separated
0036                         by a colon.
0037 
0038 Users:          udev rules to set ownership and access permissions or ACLs of
0039                 /dev/fw[0-9]+ character device files
0040 
0041 
0042 What:           /sys/bus/firewire/devices/fw[0-9]+/is_local
0043 Date:           July 2012
0044 KernelVersion:  3.6
0045 Contact:        linux1394-devel@lists.sourceforge.net
0046 Description:
0047                 IEEE 1394 node device attribute.
0048                 Read-only and immutable.
0049 Values:         1: The sysfs entry represents a local node (a controller card).
0050 
0051                 0: The sysfs entry represents a remote node.
0052 
0053 
0054 What:           /sys/bus/firewire/devices/fw[0-9]+[.][0-9]+/
0055 Date:           May 2007
0056 KernelVersion:  2.6.22
0057 Contact:        linux1394-devel@lists.sourceforge.net
0058 Description:
0059                 IEEE 1394 unit device attributes.
0060                 Read-only.  Immutable during the unit device's lifetime.
0061                 See IEEE 1212 for semantic definitions.
0062 
0063                 modalias
0064                         Same as MODALIAS in the uevent at device creation.
0065 
0066                 rom_index
0067                         Offset of the unit directory within the parent device's
0068                         (node device's) Configuration ROM, in quadlets.
0069                         Decimal string representation.
0070 
0071 
0072 What:           /sys/bus/firewire/devices/*/
0073 Date:           May 2007
0074 KernelVersion:  2.6.22
0075 Contact:        linux1394-devel@lists.sourceforge.net
0076 Description:
0077                 Attributes common to IEEE 1394 node devices and unit devices.
0078                 Read-only.  Mutable during the node device's lifetime.
0079                 Immutable during the unit device's lifetime.
0080                 See IEEE 1212 for semantic definitions.
0081 
0082                 These attributes are only created if the root directory of an
0083                 IEEE 1394 node or the unit directory of an IEEE 1394 unit
0084                 actually contains according entries.
0085 
0086                 hardware_version
0087                         Hexadecimal string representation of an u24.
0088 
0089                 hardware_version_name
0090                         Contents of a respective textual descriptor leaf.
0091 
0092                 model
0093                         Hexadecimal string representation of an u24.
0094 
0095                 model_name
0096                         Contents of a respective textual descriptor leaf.
0097 
0098                 specifier_id
0099                         Hexadecimal string representation of an u24.
0100                         Mandatory in unit directories according to IEEE 1212.
0101 
0102                 vendor
0103                         Hexadecimal string representation of an u24.
0104                         Mandatory in the root directory according to IEEE 1212.
0105 
0106                 vendor_name
0107                         Contents of a respective textual descriptor leaf.
0108 
0109                 version
0110                         Hexadecimal string representation of an u24.
0111                         Mandatory in unit directories according to IEEE 1212.
0112 
0113 
0114 What:           /sys/bus/firewire/drivers/sbp2/fw*/host*/target*/*:*:*:*/ieee1394_id
0115                 formerly
0116                 /sys/bus/ieee1394/drivers/sbp2/fw*/host*/target*/*:*:*:*/ieee1394_id
0117 Date:           Feb 2004
0118 KernelVersion:  2.6.4
0119 Contact:        linux1394-devel@lists.sourceforge.net
0120 Description:
0121                 SCSI target port identifier and logical unit identifier of a
0122                 logical unit of an SBP-2 target.  The identifiers are specified
0123                 in SAM-2...SAM-4 annex A.  They are persistent and world-wide
0124                 unique properties the SBP-2 attached target.
0125 
0126                 Read-only attribute, immutable during the target's lifetime.
0127                 Format, as exposed by firewire-sbp2 since 2.6.22, May 2007:
0128                 Colon-separated hexadecimal string representations of
0129 
0130                         u64 EUI-64 : u24 directory_ID : u16 LUN
0131 
0132                 without 0x prefixes, without whitespace.  The former sbp2 driver
0133                 (removed in 2.6.37 after being superseded by firewire-sbp2) used
0134                 a somewhat shorter format which was not as close to SAM.
0135 
0136 Users:          udev rules to create /dev/disk/by-id/ symlinks