sysfs-bus-firewire 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. What: /sys/bus/firewire/devices/fw[0-9]+/
  2. Date: May 2007
  3. KernelVersion: 2.6.22
  4. Contact: linux1394-devel@lists.sourceforge.net
  5. Description:
  6. IEEE 1394 node device attributes.
  7. Read-only. Mutable during the node device's lifetime.
  8. See IEEE 1212 for semantic definitions.
  9. config_rom
  10. Contents of the Configuration ROM register.
  11. Binary attribute; an array of host-endian u32.
  12. guid
  13. The node's EUI-64 in the bus information block of
  14. Configuration ROM.
  15. Hexadecimal string representation of an u64.
  16. What: /sys/bus/firewire/devices/fw[0-9]+/units
  17. Date: June 2009
  18. KernelVersion: 2.6.31
  19. Contact: linux1394-devel@lists.sourceforge.net
  20. Description:
  21. IEEE 1394 node device attribute.
  22. Read-only. Mutable during the node device's lifetime.
  23. See IEEE 1212 for semantic definitions.
  24. units
  25. Summary of all units present in an IEEE 1394 node.
  26. Contains space-separated tuples of specifier_id and
  27. version of each unit present in the node. Specifier_id
  28. and version are hexadecimal string representations of
  29. u24 of the respective unit directory entries.
  30. Specifier_id and version within each tuple are separated
  31. by a colon.
  32. Users: udev rules to set ownership and access permissions or ACLs of
  33. /dev/fw[0-9]+ character device files
  34. What: /sys/bus/firewire/devices/fw[0-9]+[.][0-9]+/
  35. Date: May 2007
  36. KernelVersion: 2.6.22
  37. Contact: linux1394-devel@lists.sourceforge.net
  38. Description:
  39. IEEE 1394 unit device attributes.
  40. Read-only. Immutable during the unit device's lifetime.
  41. See IEEE 1212 for semantic definitions.
  42. modalias
  43. Same as MODALIAS in the uevent at device creation.
  44. rom_index
  45. Offset of the unit directory within the parent device's
  46. (node device's) Configuration ROM, in quadlets.
  47. Decimal string representation.
  48. What: /sys/bus/firewire/devices/*/
  49. Date: May 2007
  50. KernelVersion: 2.6.22
  51. Contact: linux1394-devel@lists.sourceforge.net
  52. Description:
  53. Attributes common to IEEE 1394 node devices and unit devices.
  54. Read-only. Mutable during the node device's lifetime.
  55. Immutable during the unit device's lifetime.
  56. See IEEE 1212 for semantic definitions.
  57. These attributes are only created if the root directory of an
  58. IEEE 1394 node or the unit directory of an IEEE 1394 unit
  59. actually contains according entries.
  60. hardware_version
  61. Hexadecimal string representation of an u24.
  62. hardware_version_name
  63. Contents of a respective textual descriptor leaf.
  64. model
  65. Hexadecimal string representation of an u24.
  66. model_name
  67. Contents of a respective textual descriptor leaf.
  68. specifier_id
  69. Hexadecimal string representation of an u24.
  70. Mandatory in unit directories according to IEEE 1212.
  71. vendor
  72. Hexadecimal string representation of an u24.
  73. Mandatory in the root directory according to IEEE 1212.
  74. vendor_name
  75. Contents of a respective textual descriptor leaf.
  76. version
  77. Hexadecimal string representation of an u24.
  78. Mandatory in unit directories according to IEEE 1212.
  79. What: /sys/bus/firewire/drivers/sbp2/fw*/host*/target*/*:*:*:*/ieee1394_id
  80. formerly
  81. /sys/bus/ieee1394/drivers/sbp2/fw*/host*/target*/*:*:*:*/ieee1394_id
  82. Date: Feb 2004
  83. KernelVersion: 2.6.4
  84. Contact: linux1394-devel@lists.sourceforge.net
  85. Description:
  86. SCSI target port identifier and logical unit identifier of a
  87. logical unit of an SBP-2 target. The identifiers are specified
  88. in SAM-2...SAM-4 annex A. They are persistent and world-wide
  89. unique properties the SBP-2 attached target.
  90. Read-only attribute, immutable during the target's lifetime.
  91. Format, as exposed by firewire-sbp2 since 2.6.22, May 2007:
  92. Colon-separated hexadecimal string representations of
  93. u64 EUI-64 : u24 directory_ID : u16 LUN
  94. without 0x prefixes, without whitespace. The former sbp2 driver
  95. (removed in 2.6.37 after being superseded by firewire-sbp2) used
  96. a somewhat shorter format which was not as close to SAM.
  97. Users: udev rules to create /dev/disk/by-id/ symlinks