aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2016-09-12 04:58:59 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2016-09-12 04:58:59 +0000
commitb60cfea4fdc8ef628e535a8e31fe1000a7062805 (patch)
tree33fe3f88d087e99d10120a607985fb21052aceeb /sys/contrib/dev
parentb9f62e3a74190aa05fea9fdaf1bc5ed75b230939 (diff)
downloadsrc-b60cfea4fdc8ef628e535a8e31fe1000a7062805.tar.gz
src-b60cfea4fdc8ef628e535a8e31fe1000a7062805.zip
[ath_hal] quieten a bit of the boot messages - this stuff has been working for a while.
Notes
Notes: svn path=/head/; revision=305723
Diffstat (limited to 'sys/contrib/dev')
-rw-r--r--sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c
index 216f98306547..ca41cae2c5eb 100644
--- a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c
+++ b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c
@@ -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) {