Rafał Miłecki | 8369ae3 | 2011-05-09 18:56:46 +0200 | [diff] [blame] | 1 | What: /sys/bus/bcma/devices/.../manuf |
| 2 | Date: May 2011 |
Jesper Juhl | e117d10 | 2011-08-02 00:53:09 +0200 | [diff] [blame] | 3 | KernelVersion: 3.0 |
Rafał Miłecki | 8369ae3 | 2011-05-09 18:56:46 +0200 | [diff] [blame] | 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 | |
| 9 | What: /sys/bus/bcma/devices/.../id |
| 10 | Date: May 2011 |
Jesper Juhl | e117d10 | 2011-08-02 00:53:09 +0200 | [diff] [blame] | 11 | KernelVersion: 3.0 |
Rafał Miłecki | 8369ae3 | 2011-05-09 18:56:46 +0200 | [diff] [blame] | 12 | Contact: Rafał Miłecki <zajec5@gmail.com> |
| 13 | Description: |
| 14 | There are a few types of BCMA cores, they can be identified by |
| 15 | id field. |
| 16 | |
| 17 | What: /sys/bus/bcma/devices/.../rev |
| 18 | Date: May 2011 |
Jesper Juhl | e117d10 | 2011-08-02 00:53:09 +0200 | [diff] [blame] | 19 | KernelVersion: 3.0 |
Rafał Miłecki | 8369ae3 | 2011-05-09 18:56:46 +0200 | [diff] [blame] | 20 | Contact: Rafał Miłecki <zajec5@gmail.com> |
| 21 | Description: |
| 22 | BCMA cores of the same type can still slightly differ depending |
| 23 | on their revision. Use it for detailed programming. |
| 24 | |
| 25 | What: /sys/bus/bcma/devices/.../class |
| 26 | Date: May 2011 |
Jesper Juhl | e117d10 | 2011-08-02 00:53:09 +0200 | [diff] [blame] | 27 | KernelVersion: 3.0 |
Rafał Miłecki | 8369ae3 | 2011-05-09 18:56:46 +0200 | [diff] [blame] | 28 | Contact: Rafał Miłecki <zajec5@gmail.com> |
| 29 | Description: |
| 30 | Each BCMA core is identified by few fields, including class it |
| 31 | belongs to. See include/linux/bcma/bcma.h for possible values. |