--- eeprom/decode-dimms | 2 ++ 1 file changed, 2 insertions(+) --- i2c-tools.orig/eeprom/decode-dimms 2012-04-17 10:22:06.000000000 +0200 +++ i2c-tools/eeprom/decode-dimms 2012-04-17 10:42:10.205990901 +0200 @@ -1169,6 +1169,8 @@ sub decode_ddr3_sdram($) printl("SDRAM Device Width", (1 << (($bytes->[7] & 7) + 2))." bits"); + printl("Bus Width Extension", ($bytes->[8] & 24)." bits"); + my $taa; my $trcd; my $trp;