From: deraadt Date: Thu, 5 Aug 2010 15:46:20 +0000 (+0000) Subject: Add Windows2009 to the valid osi table; from marco, suggested as a trial X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=61d1cdab0c5f9b7c24747ec5482917eb43f6429f;p=openbsd Add Windows2009 to the valid osi table; from marco, suggested as a trial by kettenis a while back, lots of you have been running this. If you have new problems try without this and report. --- diff --git a/sys/dev/acpi/dsdt.c b/sys/dev/acpi/dsdt.c index dac3c74934f..b6b9446c867 100644 --- a/sys/dev/acpi/dsdt.c +++ b/sys/dev/acpi/dsdt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsdt.c,v 1.177 2010/08/04 18:11:55 jordan Exp $ */ +/* $OpenBSD: dsdt.c,v 1.178 2010/08/05 15:46:20 deraadt Exp $ */ /* * Copyright (c) 2005 Jordan Hargrave * @@ -1471,6 +1471,7 @@ char *aml_valid_osi[] = { "Windows 2001 SP3", "Windows 2001 SP4", "Windows 2006", + "Windows 2009", NULL };