From 8e600fd2726f303694fdb87f2eb08ddc78f5c3ee Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Thu, 30 Jan 2014 15:32:02 -0600 Subject: update daughter card eeprom layout --- io-module/mts_io.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'io-module/mts_io.h') 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) -- cgit v1.2.3