diff options
author | Bryan Steele <brynet@cvs.openbsd.org> | 2014-03-13 18:52:39 +0000 |
---|---|---|
committer | Bryan Steele <brynet@cvs.openbsd.org> | 2014-03-13 18:52:39 +0000 |
commit | b3710ebbca1e8a5807018a6a1e1750d549345eb2 (patch) | |
tree | e576eeda01d40a988f9a0c088fd75bac1b61d51e /sys | |
parent | 10b672bbaebf61c763a5015ad736285ce05de075 (diff) |
Update the _OSI list to include newer Redmond products which may be requested
by newer firmware. May cause problems with brightness control on some systems.
"lets see what happens" kettenis@, and.. deraadt@ agrees (..hopefully).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/acpi/dsdt.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/acpi/dsdt.c b/sys/dev/acpi/dsdt.c index d9d764c6274..10c2f74ab6f 100644 --- a/sys/dev/acpi/dsdt.c +++ b/sys/dev/acpi/dsdt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsdt.c,v 1.205 2013/12/12 20:56:01 guenther Exp $ */ +/* $OpenBSD: dsdt.c,v 1.206 2014/03/13 18:52:38 brynet Exp $ */ /* * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org> * @@ -1510,6 +1510,8 @@ char *aml_valid_osi[] = { "Windows 2001 SP4", "Windows 2006", "Windows 2009", + "Windows 2012", + "Windows 2013", NULL }; |