Skip to content

Commit

Permalink
Merge pull request #158 from jrha/ral-raid
Browse files Browse the repository at this point in the history
hardware/card/raid: Add two DELL controllers
  • Loading branch information
jrha authored Jul 26, 2024
2 parents 29cd334 + ffab5e5 commit ecacae1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hardware/card/raid/dell/boss-n1.pan
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
14 changes: 14 additions & 0 deletions hardware/card/raid/dell/perc_h755.pan
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

0 comments on commit ecacae1

Please sign in to comment.