diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2012-10-16 13:37:54 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2012-10-16 13:37:54 +0000 |
commit | 42a58907c35af91de3028f15c0039f73149bf732 (patch) | |
tree | 0f54a9446bfe2083d3c0a3f744318b2be8a0db05 /UPDATING | |
parent | 26c3f6d7e258969047f1c0e3fa86261eafdf3651 (diff) | |
download | src-test2-42a58907c35af91de3028f15c0039f73149bf732.tar.gz src-test2-42a58907c35af91de3028f15c0039f73149bf732.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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). |