sysfs-bus-bcma 957 B

1234567891011121314151617181920212223242526272829303132
  1. What: /sys/bus/bcma/devices/.../manuf
  2. Date: May 2011
  3. KernelVersion: 2.6.40
  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: 2.6.40
  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: 2.6.40
  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: 2.6.40
  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.