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.h | |
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.h')
-rw-r--r-- | io-module/mts_io.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h index 86ab32e..b7b53e0 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -99,11 +99,12 @@ struct mts_id_eeprom_layout { /* daughter card EEPROM */ struct mts_dc_eeprom_layout { - char serial[32]; - char hw_rev[32]; + char vendor_id[32]; char product_id[32]; + char device_id[32]; + char hw_version[32]; uint8_t mac_addr[6]; - uint8_t reserved[410]; + uint8_t reserved[378]; }; // GPIO pin types:input, output, open drain (1 = high Z, 0 = output low) |