nisqually: add additional boards
There are two other identical boards with the same CC number.
Verified syntax and successful probe match of one of the new numbers.
Change-Id: Id8dd7476f3136e8283b7ab76a7e590bafdc5481e
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/configurations/Nisqually.json b/configurations/Nisqually.json
index 0a96c1e..35e574a 100644
--- a/configurations/Nisqually.json
+++ b/configurations/Nisqually.json
@@ -49,7 +49,11 @@
],
"Name": "Nisqually Backplane",
"Probe": [
- "com.ibm.ipzvpd.VINI({'CC': [50, 69, 50, 68]})"
+ "com.ibm.ipzvpd.VINI({'CC': [50, 69, 50, 68]})",
+ "OR",
+ "com.ibm.ipzvpd.VINI({'CC': [50, 69, 50, 70]})",
+ "OR",
+ "com.ibm.ipzvpd.VINI({'CC': [50, 69, 52, 48]})"
],
"Type": "Board"
}