macloader: Yet another SEMCO3RD OUI

* OUI types verified by comparing dump of CIS against VID table
  in kernel source

Change-Id: I3bf4d778c88445da6e47854b8bd90d1d7433d337
This commit is contained in:
Kevin F. Haggerty 2016-11-30 05:38:41 -07:00
parent fcb04eaa42
commit 1d09298e09

View file

@ -194,6 +194,7 @@ int main() {
/* semco3rd */
if (strncasecmp(mac_addr_half, "84:38:38", 9) == 0 ||
strncasecmp(mac_addr_half, "ac:36:13", 9) == 0 ||
strncasecmp(mac_addr_half, "c0:bd:d1", 9) == 0 ||
strncasecmp(mac_addr_half, "e8:50:8b", 9) == 0 ||
strncasecmp(mac_addr_half, "ec:1f:72", 9) == 0 ||