We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12cdfd8 commit cfc19abCopy full SHA for cfc19ab
1 file changed
tools/server_identifier
@@ -14,6 +14,7 @@ import sys
14
import shlex
15
import glob
16
import configparser
17
+from xmlrpc import server
18
19
g_product_lut_idx = {
20
"MOBO_MODEL": 0,
@@ -722,7 +723,7 @@ def hba_lspci(server):
722
723
"9660-16i", "9361-16i", "9361-24i"
724
]
725
- if server["Motherboard"]["Product Name"] == "MS73-HB0-000":
726
+ if server["Motherboard"]["Product Name"] in ["MS73-HB0-000", "MS73-HB2-000"]:
727
rx_pci=re.compile(
728
r"^((?:[0-9A-Fa-f]{4}:)?[0-9A-Fa-f]{2}:[0-9A-Fa-f]{2}\.[0-9A-Fa-f]).*\n"
729
r"\tSubsystem: .*?(9600-16i|9600-24i|SAS9305-16i|SAS9305-24i|"
0 commit comments