diff --git a/hardware/card/raid/dell/boss-n1.pan b/hardware/card/raid/dell/boss-n1.pan new file mode 100644 index 0000000..90fb434 --- /dev/null +++ b/hardware/card/raid/dell/boss-n1.pan @@ -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 diff --git a/hardware/card/raid/dell/perc_h755.pan b/hardware/card/raid/dell/perc_h755.pan new file mode 100644 index 0000000..4a6542b --- /dev/null +++ b/hardware/card/raid/dell/perc_h755.pan @@ -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