Add another UPDATING entry about recompiling modules implementing network

interfaces due to a change in the size of struct ifnet.
This commit is contained in:
Max Laier 2004-08-07 09:41:30 +00:00
parent de0332d4fa
commit 3a004637a9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133263

View File

@ -21,6 +21,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
20040807:
The size of 'struct ifnet' has changed due to the addition of the
if_carp placeholder. All kernel modules implementing network
interfaces must be recompiled as a result.
20040802:
making /dev/(null|zero) into a module proved to be too unpopular,
so this bit has been revoked from the previous (20040801) entry.