Module Name: src Committed By: nat Date: Sat Sep 14 21:21:43 UTC 2024
Modified Files: src/doc: CHANGES Log Message: Mention recent changes to mac68k. To generate a diff of this commit: cvs rdiff -u -r1.3092 -r1.3093 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.3092 src/doc/CHANGES:1.3093 --- src/doc/CHANGES:1.3092 Sat Sep 14 11:57:34 2024 +++ src/doc/CHANGES Sat Sep 14 21:21:43 2024 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3092 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3093 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -517,3 +517,6 @@ Changes from NetBSD 10.0 to NetBSD 11.0: tzcode: Updated to 2024a. [christos 20240911] acpi(4): Updated ACPICA to 20240827. [christos 20240913] dkctl(8): Add new getgeometry command. [mlelstv 20240914] + mac68k: Support for LCD brightness control on PB 1xx. [nat 20240914] + mac68k: Support for power off on PB 1xx. [nat 20240914] + mac68k: Support for the power button on PB 160/180. [nat 20240914]