aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2009-02-06 15:03:14 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2009-02-06 15:03:14 +0000
commit14943437382b6e921e9ad575cfab6cbf18b48e98 (patch)
treebd4fd554b57a3c006aa13f3da2220bf21553fa23 /UPDATING
parent875b66a05b0be7b0a2bb207bddba1bbfd9d613b0 (diff)
downloadsrc-14943437382b6e921e9ad575cfab6cbf18b48e98.tar.gz
src-14943437382b6e921e9ad575cfab6cbf18b48e98.zip
Add a note to document that ichsmb(4) now uses left-justified SMBus slave
addresses.
Notes
Notes: svn path=/head/; revision=188233
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d8d0b0ead735..c67b73e78895 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20090203:
+ The ichsmb(4) driver has been changed to require SMBus slave
+ addresses be left-justified (xxxxxxx0b) rather than right-justified.
+ All of the other SMBus controller drivers require left-justified
+ slave addresses, so this change makes all the drivers provide the
+ same interface.
+
20090201:
INET6 statistics (struct ip6stat) was updated.
netstat(1) needs to be recompiled.