summaryrefslogtreecommitdiff
path: root/io-module/mts_io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io-module/mts_io.c')
-rw-r--r--io-module/mts_io.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/io-module/mts_io.c b/io-module/mts_io.c
index 8c38119..a8e85e3 100644
--- a/io-module/mts_io.c
+++ b/io-module/mts_io.c
@@ -2885,9 +2885,10 @@ static int mts_dc_eeprom_load(void)
has_daughter_card = true;
- log_info("daughter card serial: %.32s", dc_eeprom.serial);
- log_info("daughter card hardware version: %.32s", dc_eeprom.hw_rev);
- log_info("daughter card product id: %.32s", dc_eeprom.product_id);
+ log_info("daughter card vendor-id: %.32s", dc_eeprom.vendor_id);
+ log_info("daughter card product-id: %.32s", dc_eeprom.product_id);
+ log_info("daughter card device-id: %.32s", dc_eeprom.device_id);
+ log_info("daughter card hw-version: %.32s", dc_eeprom.hw_version);
/* TODO: only show the mac address if this is the ethernet card */
log_info("daughter card mac-addr: %02X:%02X:%02X:%02X:%02X:%02X",
dc_eeprom.mac_addr[0],