mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-06 05:44:20 +08:00
8a7f0e8ab9
Correct all uses of "it's" that are meant to be possessive "its". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Link: https://lore.kernel.org/r/20220801025207.29971-1-rdunlap@infradead.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
32 lines
944 B
Plaintext
32 lines
944 B
Plaintext
What: /sys/bus/bcma/devices/.../manuf
|
|
Date: May 2011
|
|
KernelVersion: 3.0
|
|
Contact: Rafał Miłecki <zajec5@gmail.com>
|
|
Description:
|
|
Each BCMA core has its manufacturer id. See
|
|
include/linux/bcma/bcma.h for possible values.
|
|
|
|
What: /sys/bus/bcma/devices/.../id
|
|
Date: May 2011
|
|
KernelVersion: 3.0
|
|
Contact: Rafał Miłecki <zajec5@gmail.com>
|
|
Description:
|
|
There are a few types of BCMA cores, they can be identified by
|
|
id field.
|
|
|
|
What: /sys/bus/bcma/devices/.../rev
|
|
Date: May 2011
|
|
KernelVersion: 3.0
|
|
Contact: Rafał Miłecki <zajec5@gmail.com>
|
|
Description:
|
|
BCMA cores of the same type can still slightly differ depending
|
|
on their revision. Use it for detailed programming.
|
|
|
|
What: /sys/bus/bcma/devices/.../class
|
|
Date: May 2011
|
|
KernelVersion: 3.0
|
|
Contact: Rafał Miłecki <zajec5@gmail.com>
|
|
Description:
|
|
Each BCMA core is identified by few fields, including class it
|
|
belongs to. See include/linux/bcma/bcma.h for possible values.
|