forked from torvalds/linux
-
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.
isci: fix oem parameter initialization and mode detection
1/ Since commit 858d4aa "isci: Move firmware loading to per PCI device" we have been silently falling back to built-in defaults for the parameter settings by skipping the call to scic_oem_parameters_set(). 2/ The afe parameters from the firmware were not being honored 3/ The latest oem parameter definition flips the mode_type values which are now 0: for APC 1: for MPC. For APC we need to make sure all the phys default to the same address otherwise strict_wide_ports will cause duplicate domains. 4/ Fix up the driver announcement to indicate the source of the parameters. 5/ Fix up the sas addresses to be unique per controller (in the fallback case) Signed-off-by: Dave Jiang <[email protected]> Signed-off-by: Dan Williams <[email protected]>
- Loading branch information
Showing
9 changed files
with
87 additions
and
72 deletions.
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
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
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
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
:10000000495343554F454D42E70017100002000089 | ||
:10001000000000000000000101000000000000FFDF | ||
:10002000FFCF5F000000F0000000000000000000B3 | ||
:1000300000000000000000FFFFCF5F000000F100A3 | ||
:10004000000000000000000000000000000000FFB1 | ||
:10005000FFCF5F000000F200000000000000000081 | ||
:1000600000000000000000FFFFCF5F000000F30071 | ||
:10007000000000000000000000000000000000017F | ||
:1000800001000000000000FFFFCF5F000000F4004F | ||
:10009000000000000000000000000000000000FF61 | ||
:1000A000FFCF5F000000F50000000000000000002E | ||
:1000B00000000000000000FFFFCF5F000000F6001E | ||
:1000C000000000000000000000000000000000FF31 | ||
:1000D000FFCF5F000000F7000000000000000000FC | ||
:0700E0000000000000000019 | ||
:10001000000000000000000001000000000000FFE0 | ||
:10002000FFCF5F01000000037C0E00037C0E000385 | ||
:100030007C0E00037C0E00FFFFCF5F010000000379 | ||
:100040007C0E00037C0E00037C0E00037C0E00FF80 | ||
:10005000FFCF5F01000000037C0E00037C0E000355 | ||
:100060007C0E00037C0E00FFFFCF5F010000000349 | ||
:100070007C0E00037C0E00037C0E00037C0E00004F | ||
:1000800001000000000000FFFFCF5F02000000033E | ||
:100090007C0E00037C0E00037C0E00037C0E00FF30 | ||
:1000A000FFCF5F02000000037C0E00037C0E000304 | ||
:1000B0007C0E00037C0E00FFFFCF5F0200000003F8 | ||
:1000C0007C0E00037C0E00037C0E00037C0E00FF00 | ||
:1000D000FFCF5F02000000037C0E00037C0E0003D4 | ||
:0700E0007C0E00037C0E0002 | ||
:00000001FF |