Print out some more fields.

Tested:

* AR9331 SoC (Carambola 2) - specifically looking for the tuning caps fields.
This commit is contained in:
Adrian Chadd 2016-08-12 01:13:34 +00:00
parent bca0155f64
commit 162fe2aa40
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=303981

View File

@ -72,8 +72,10 @@ eeprom_9300_base_print(const uint16_t *buf)
ee_base->device_cap,
ee_base->device_type);
printf("| pwrTableOffset: %d dB, feature_enable: 0x%02x MiscConfig: 0x%02x |\n",
printf("| pwrTableOffset: %d dB, TuningCaps=0x%02x 0x%02x feature_enable: 0x%02x MiscConfig: 0x%02x |\n",
ee_base->pwrTableOffset,
ee_base->params_for_tuning_caps[0],
ee_base->params_for_tuning_caps[1],
ee_base->feature_enable,
ee_base->misc_configuration);