diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 9cd5c3490450..0c7014fb7787 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -235,9 +235,9 @@ options ED_SIC device ath device ath_hal # Atheros HAL (includes binary component) -device ath_rate_onoe # Onoe rate control for ath driver #device ath_rate_amrr # AMRR rate control for ath driver -#device ath_rate_sample # SampleRate rate control for the ath driver +#device ath_rate_onoe # Onoe rate control for ath driver +device ath_rate_sample # SampleRate rate control for the ath driver #device wlan # 802.11 layer # diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index d9cf340310fd..7f4d8cfcf16f 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -564,9 +564,9 @@ options WLDEBUG # enables verbose debugging output device ath device ath_hal # Atheros HAL (includes binary component) -device ath_rate_onoe # Onoe rate control for ath driver #device ath_rate_amrr # AMRR rate control for ath driver -#device ath_rate_sample # SampleRate rate control for the ath driver +#device ath_rate_onoe # Onoe rate control for ath driver +device ath_rate_sample # SampleRate rate control for the ath driver #device wlan # 802.11 layer #