aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2011-04-30 11:30:42 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2011-04-30 11:30:42 +0000
commitf9dfbfa1431124aa4af65ea11b75ed4d7d329b74 (patch)
treed874b46c2a75db0605eca9e2748253a9cd20eed5 /UPDATING
parentaf0167995c04cb054ae1158a3f685ee8e8508abd (diff)
downloadsrc-f9dfbfa1431124aa4af65ea11b75ed4d7d329b74.tar.gz
src-f9dfbfa1431124aa4af65ea11b75ed4d7d329b74.zip
Add UPDATING entry for the AR71xx config changes
Notes
Notes: svn path=/head/; revision=221253
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b541a572315f..10db764786df 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,10 @@ 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.)
+20110430:
+ Users of the Atheros AR71xx SoC code now need to add 'device ar71xx_pci'
+ into their kernel configurations along with 'device pci'.
+
20110427:
The default NFS client is now the new NFS client, so fstype "newnfs"
is now "nfs" and the regular/old NFS client is now fstype "oldnfs".