Module Name: src Committed By: jmcneill Date: Sun Feb 23 02:37:53 UTC 2020
Modified Files: src/doc: CHANGES Log Message: Note genet(4) addition To generate a diff of this commit: cvs rdiff -u -r1.2651 -r1.2652 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.2651 src/doc/CHANGES:1.2652 --- src/doc/CHANGES:1.2651 Thu Feb 20 15:04:53 2020 +++ src/doc/CHANGES Sun Feb 23 02:37:53 2020 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2651 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2652 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -144,3 +144,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0: realpath(1): Ported from FreeBSD. [kamil 20200202] kernel: Remove azalia(4). [jmcneill 20200209] awk(1): Import 20200218 [christos 20200218] + genet(4): Add support for Broadcom GENETv5 ethernet controllers, found + in the Raspberry Pi 4. [jmcneill 20200222]