mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
de0332d4fa
commit
3a004637a9
1 changed files with 5 additions and 0 deletions
5
UPDATING
5
UPDATING
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue