diff options
author | Mike Fiore <mfiore@multitech.com> | 2014-01-30 15:32:02 -0600 |
---|---|---|
committer | Mike Fiore <mfiore@multitech.com> | 2014-01-30 15:32:02 -0600 |
commit | 8e600fd2726f303694fdb87f2eb08ddc78f5c3ee (patch) | |
tree | 21de2b7083eaf2285caf9143c604d62b3b115d19 /io-module/mts_io.c | |
parent | 37fa7696793110153cb75182554d0fd2313ada00 (diff) | |
download | mts-io-8e600fd2726f303694fdb87f2eb08ddc78f5c3ee.tar.gz mts-io-8e600fd2726f303694fdb87f2eb08ddc78f5c3ee.tar.bz2 mts-io-8e600fd2726f303694fdb87f2eb08ddc78f5c3ee.zip |
update daughter card eeprom layout
Diffstat (limited to 'io-module/mts_io.c')
-rw-r--r-- | io-module/mts_io.c | 7 |
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], |