From 3ec23ced30f80e365c60cacf620a5847231c3ceb Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Wed, 19 Jun 2019 17:27:40 +0200 Subject: [PATCH] decode-dimms: Add MAC abbreviation for DDR4 For consistency as we display "(MAC)" for DDR3. --- eeprom/decode-dimms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeprom/decode-dimms b/eeprom/decode-dimms index 9cbb751..7414992 100755 --- a/eeprom/decode-dimms +++ b/eeprom/decode-dimms @@ -2003,7 +2003,7 @@ sub decode_ddr4_sdram($) "700 K", "600 K", "500 K", "400 K", "300 K", "200 K", undef, "Unlimited"); my $mac = $bytes->[7] & 0x0f; - printl_cond(defined $mac[$mac], "Maximum Activate Count", $mac[$mac]); + printl_cond(defined $mac[$mac], "Maximum Activate Count (MAC)", $mac[$mac]); my $ppr = $bytes->[9] >> 6; printl("Post Package Repair",