[ath_hal] quieten a bit of the boot messages - this stuff has been working for a while.

This commit is contained in:
adrian 2016-09-12 04:58:59 +00:00
parent ef5f435f8e
commit e6e2629747

View File

@ -2339,7 +2339,9 @@ ar9300_attach(u_int16_t devid, HAL_SOFTC sc, HAL_BUS_TAG st,
} else {
ar9300_disable_pcie_phy(ah);
}
#if 0
ath_hal_printf(ah, "%s: calling ar9300_hw_attach\n", __func__);
#endif
ecode = ar9300_hw_attach(ah);
if (ecode != HAL_OK) {
goto bad;
@ -3234,7 +3236,9 @@ ar9300_hw_attach(struct ath_hal *ah)
return HAL_ESELFTEST;
}
#if 0
ath_hal_printf(ah, "%s: calling ar9300_eeprom_attach\n", __func__);
#endif
ecode = ar9300_eeprom_attach(ah);
ath_hal_printf(ah, "%s: ar9300_eeprom_attach returned %d\n", __func__, ecode);
if (ecode != HAL_OK) {