diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-05 15:46:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-05 15:46:21 +0000 |
commit | 4fc6c12d89c75041f1bc5124a305e856b27cb7d7 (patch) | |
tree | 8d5c7db53096fb7c66f6d855c155cf8b03b6e6e4 /sys/dev/acpi | |
parent | 6515c10928cfbae6717c63eb18acb6f25211f018 (diff) |
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.
Diffstat (limited to 'sys/dev/acpi')
-rw-r--r-- | sys/dev/acpi/dsdt.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <jordan@openbsd.org> * @@ -1471,6 +1471,7 @@ char *aml_valid_osi[] = { "Windows 2001 SP3", "Windows 2001 SP4", "Windows 2006", + "Windows 2009", NULL }; |