-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #158 from jrha/ral-raid
hardware/card/raid: Add two DELL controllers
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
structure template hardware/card/raid/dell/boss-n1; | ||
|
||
'manufacturer' = 'dell'; | ||
'model' = 'BOSS-N1'; | ||
'bus' = 'PCI-E'; | ||
'bbu' = true; | ||
'numberports' = 2; | ||
'cache' = 0 * MB; | ||
'ports' = dict(); | ||
|
||
'pci/vendor' = 0x1b4b; # Marvell Technology Group Ltd | ||
'pci/device' = 0x2241; # 88NR2241 Non-Volatile memory controller | ||
'pci/class' = 0x0108; # Non-Volatile memory controller |
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 @@ | ||
structure template hardware/card/raid/dell/perc_h755; | ||
|
||
'bbu' = true; | ||
'bus' = 'PCI-E'; | ||
'cache' = 8192 * MB; | ||
'manufacturer' = 'lsi'; | ||
'model' = 'PERC H755'; | ||
'numberports' = 16; | ||
'ports' = dict(); | ||
'vendor' = 'dell'; | ||
|
||
'pci/vendor' = 0x1000; # Broadcom / LSI | ||
'pci/device' = 0x10e2; # MegaRAID 12GSAS/PCIe Secure SAS39xx | ||
'pci/class' = 0x0104; # RAID bus controller |