sysfs-bus-bcma 945 B

12345678910111213141516171819202122232425262728293031
  1. What: /sys/bus/bcma/devices/.../manuf
  2. Date: May 2011
  3. KernelVersion: 3.0
  4. Contact: Rafał Miłecki <zajec5@gmail.com>
  5. Description:
  6. Each BCMA core has it's manufacturer id. See
  7. include/linux/bcma/bcma.h for possible values.
  8. What: /sys/bus/bcma/devices/.../id
  9. Date: May 2011
  10. KernelVersion: 3.0
  11. Contact: Rafał Miłecki <zajec5@gmail.com>
  12. Description:
  13. There are a few types of BCMA cores, they can be identified by
  14. id field.
  15. What: /sys/bus/bcma/devices/.../rev
  16. Date: May 2011
  17. KernelVersion: 3.0
  18. Contact: Rafał Miłecki <zajec5@gmail.com>
  19. Description:
  20. BCMA cores of the same type can still slightly differ depending
  21. on their revision. Use it for detailed programming.
  22. What: /sys/bus/bcma/devices/.../class
  23. Date: May 2011
  24. KernelVersion: 3.0
  25. Contact: Rafał Miłecki <zajec5@gmail.com>
  26. Description:
  27. Each BCMA core is identified by few fields, including class it
  28. belongs to. See include/linux/bcma/bcma.h for possible values.