aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2011-03-31 08:32:53 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2011-03-31 08:32:53 +0000
commit1c62cc63b6b821191f9c06b54d7042befb9798be (patch)
tree2dcc9804ae13c875ec1caee4d4ec0610527975f5 /UPDATING
parenta930718af14934c611617826151d465ba96d689b (diff)
downloadsrc-1c62cc63b6b821191f9c06b54d7042befb9798be.tar.gz
src-1c62cc63b6b821191f9c06b54d7042befb9798be.zip
Document the ath glue changes.
Notes
Notes: svn path=/head/; revision=220187
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 5fb6eea3b785..321728e5cead 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9.x IS SLOW:
machines to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20110331:
+ ath(4) has been split into bus- and device- modules. if_ath contains
+ the HAL, the TX rate control and the network device code. if_ath_pci
+ contains the PCI bus glue. For Atheros MIPS embedded systems, if_ath_ahb
+ contains the AHB glue. Users need to load both if_ath_pci and if_ath
+ in order to use ath on everything else.
+
+ TO REPEAT: if_ath_ahb is not needed for normal users. Normal users only
+ need to load if_ath and if_ath_pci for ath(4) operation.
+
20110218:
GNU binutils 2.17.50 (as of 2007-07-03) has been merged to -HEAD. This
is the last available version under GPLv2. It brings a number of new