Module Name: src Committed By: maxv Date: Sat Aug 1 08:22:37 UTC 2020
Modified Files: src/doc: CHANGES Log Message: Note BRIDGE_IPF removal. To generate a diff of this commit: cvs rdiff -u -r1.2721 -r1.2722 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2721 src/doc/CHANGES:1.2722 --- src/doc/CHANGES:1.2721 Tue Jul 28 10:29:30 2020 +++ src/doc/CHANGES Sat Aug 1 08:22:37 2020 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2721 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2722 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -262,3 +262,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0: [tsutsui 20200722] wwanc(4): Add driver for Intel XMM7360 LTE modem [jdolecek 20200726] xen: MSI enabled by default [jdolecek 20200728] + kernel: remove the BRIDGE_IPF option, build its code by default + unconditionally. [maxv 20200801]