add a note about nctgpio and wbwd move to superio

This commit is contained in:
Andriy Gapon 2019-11-07 07:21:23 +00:00
parent 90fdd56876
commit 6b33973b76
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354433

View File

@ -26,6 +26,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
20191107:
The nctgpio and wbwd drivers have been moved to the superio bus.
If you have one of these drivers in a kernel configuration, then
you should add device superio to it. If you use one of these drivers
as a module and you compile a custom set of modules, then you should
add superio to the set.
20191021:
KPIs for network drivers to access interface addresses have changed.
Users need to recompile NIC driver modules together with kernel.