Module Name: src Committed By: jmcneill Date: Sun Sep 22 14:08:12 UTC 2024
Modified Files: src/doc: CHANGES Log Message: evbppc: Add ohci(4) support to the Nintendo Wii port. To generate a diff of this commit: cvs rdiff -u -r1.3096 -r1.3097 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.3096 src/doc/CHANGES:1.3097 --- src/doc/CHANGES:1.3096 Sun Sep 22 00:17:41 2024 +++ src/doc/CHANGES Sun Sep 22 14:08:12 2024 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3096 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3097 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -523,3 +523,5 @@ Changes from NetBSD 10.0 to NetBSD 11.0: byacc: Update to 20240109. [christos 20240914] wpa: Import wpa_supplicant and hostapd 2.11. [christos 20240918] bind: Import 9.18.30 [christos 20240921] + evbppc: Add ohci(4) support to the Nintendo Wii port. + [jmcneill 20240922]