Module Name: src Committed By: jmcneill Date: Mon Sep 6 16:03:56 UTC 2010
Modified Files: src/doc: CHANGES Log Message: acpi(4): The ACPI driver will no longer attach if the BIOS release year is 2000 or older. To override this behaviour, set acpi_force_load=1 or add options ACPI_BLACKLIST_YEAR=0 to your kernel config. [jmcneill 20100906] To generate a diff of this commit: cvs rdiff -u -r1.1434 -r1.1435 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.1434 src/doc/CHANGES:1.1435 --- src/doc/CHANGES:1.1434 Tue Aug 31 19:08:50 2010 +++ src/doc/CHANGES Mon Sep 6 16:03:56 2010 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1434 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1435 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -715,3 +715,7 @@ [kardel 20100827] omapfb: a simple driver for OMAP 3xxx on-chip video, especially the Beagleboard [macallan 20100831] + acpi(4): The ACPI driver will no longer attach if the BIOS release + year is 2000 or older. To override this behaviour, set + acpi_force_load=1 or add options ACPI_BLACKLIST_YEAR=0 to your + kernel config. [jmcneill 20100906]