artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cd90e5
)
Add Windows2009 to the valid osi table; from marco, suggested as a trial
author
deraadt
<deraadt@openbsd.org>
Thu, 5 Aug 2010 15:46:20 +0000
(15:46 +0000)
committer
deraadt
<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
patch
|
blob
|
history
diff --git
a/sys/dev/acpi/dsdt.c
b/sys/dev/acpi/dsdt.c
index
dac3c74
..
b6b9446
100644
(file)
--- a/
sys/dev/acpi/dsdt.c
+++ b/
sys/dev/acpi/dsdt.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: dsdt.c,v 1.17
7 2010/08/04 18:11:55 jordan
Exp $ */
+/* $OpenBSD: dsdt.c,v 1.17
8 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
};