From 61d1cdab0c5f9b7c24747ec5482917eb43f6429f Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 5 Aug 2010 15:46:20 +0000 Subject: [PATCH] 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. --- sys/dev/acpi/dsdt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }; -- 2.20.1