Add Windows2009 to the valid osi table; from marco, suggested as a trial
authorderaadt <deraadt@openbsd.org>
Thu, 5 Aug 2010 15:46:20 +0000 (15:46 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 5 Aug 2010 15:46:20 +0000 (15:46 +0000)
by kettenis a while back, lots of you have been running this.
If you have new problems try without this and report.

sys/dev/acpi/dsdt.c

index dac3c74..b6b9446 100644 (file)
@@ -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 <jordan@openbsd.org>
  *
@@ -1471,6 +1471,7 @@ char *aml_valid_osi[] = {
        "Windows 2001 SP3",
        "Windows 2001 SP4",
        "Windows 2006",
+       "Windows 2009",
        NULL
 };