-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Linus Torvalds
committed
Dec 13, 2012
1 parent
4d38ecf
commit 562f5f3
Showing
6,593 changed files
with
252,582 additions
and
210,169 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: db2cad2f55078e90f84960b84b721291efa83d36 | ||
refs/heads/master: dadfab4873256d2145640c0ce468fcbfb48977fe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
What: /sys/bus/mdio_bus/devices/.../phy_id | ||
Date: November 2012 | ||
KernelVersion: 3.8 | ||
Contact: netdev@vger.kernel.org | ||
Description: | ||
This attribute contains the 32-bit PHY Identifier as reported | ||
by the device during bus enumeration, encoded in hexadecimal. | ||
This ID is used to match the device with the appropriate | ||
driver. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
|
||
What: /sys/class/net/<iface>/grcan/enable0 | ||
Date: October 2012 | ||
KernelVersion: 3.8 | ||
Contact: Andreas Larsson <andreas@gaisler.com> | ||
Description: | ||
Hardware configuration of physical interface 0. This file reads | ||
and writes the "Enable 0" bit of the configuration register. | ||
Possible values: 0 or 1. See the GRCAN chapter of the GRLIB IP | ||
core library documentation for details. The default value is 0 | ||
or set by the module parameter grcan.enable0 and can be read at | ||
/sys/module/grcan/parameters/enable0. | ||
|
||
What: /sys/class/net/<iface>/grcan/enable1 | ||
Date: October 2012 | ||
KernelVersion: 3.8 | ||
Contact: Andreas Larsson <andreas@gaisler.com> | ||
Description: | ||
Hardware configuration of physical interface 1. This file reads | ||
and writes the "Enable 1" bit of the configuration register. | ||
Possible values: 0 or 1. See the GRCAN chapter of the GRLIB IP | ||
core library documentation for details. The default value is 0 | ||
or set by the module parameter grcan.enable1 and can be read at | ||
/sys/module/grcan/parameters/enable1. | ||
|
||
What: /sys/class/net/<iface>/grcan/select | ||
Date: October 2012 | ||
KernelVersion: 3.8 | ||
Contact: Andreas Larsson <andreas@gaisler.com> | ||
Description: | ||
Configuration of which physical interface to be used. Possible | ||
values: 0 or 1. See the GRCAN chapter of the GRLIB IP core | ||
library documentation for details. The default value is 0 or is | ||
set by the module parameter grcan.select and can be read at | ||
/sys/module/grcan/parameters/select. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Whatt: /sys/devices/.../sun | ||
Date: October 2012 | ||
Contact: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com> | ||
Description: | ||
The file contains a Slot-unique ID which provided by the _SUN | ||
method in the ACPI namespace. The value is written in Advanced | ||
Configuration and Power Interface Specification as follows: | ||
|
||
"The _SUN value is required to be unique among the slots of | ||
the same type. It is also recommended that this number match | ||
the slot number printed on the physical slot whenever possible." | ||
|
||
So reading the sysfs file, we can identify a physical position | ||
of the slot in the system. |
Oops, something went wrong.