summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2012-10-16 13:37:54 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2012-10-16 13:37:54 +0000
commit42a58907c35af91de3028f15c0039f73149bf732 (patch)
tree0f54a9446bfe2083d3c0a3f744318b2be8a0db05 /UPDATING
parent26c3f6d7e258969047f1c0e3fa86261eafdf3651 (diff)
downloadsrc-test2-42a58907c35af91de3028f15c0039f73149bf732.tar.gz
src-test2-42a58907c35af91de3028f15c0039f73149bf732.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b37e30ac22bc..cea037537e8e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -24,6 +24,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20121016:
+ The interface cloning API and ABI has changed. The following
+ modules need to be recompiled together with kernel:
+ ipfw(4), pfsync(4), pflog(4), usb(4), wlan(4), stf(4),
+ vlan(4), disc(4), edsc(4), if_bridge(4), gif(4), tap(4),
+ faith(4), epair(4), enc(4), tun(4), if_lagg(4), gre(4).
+
20121015:
The sdhci driver was split in two parts: sdhci (generic SD Host
Controller logic) and sdhci_pci (actual hardware driver).