diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-15 16:02:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-15 16:02:19 +0000 |
commit | 246a03060b32da5a53e6ae70a7437cbb08aa8bc3 (patch) | |
tree | 00e835bdde3c03f7ae8f66f3296e851573768f4e /sys/dev | |
parent | 242b9ac9016ff46e4d61778e0381956ee0a2047d (diff) |
don't waste our time telling the aml that we are OpenBSD; it will never
make a good decision based on that; ok kettenis canacar
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/acpi/dsdt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/dsdt.c b/sys/dev/acpi/dsdt.c index a2169de8356..a4f32aba32b 100644 --- a/sys/dev/acpi/dsdt.c +++ b/sys/dev/acpi/dsdt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsdt.c,v 1.102 2007/11/14 20:31:31 deraadt Exp $ */ +/* $OpenBSD: dsdt.c,v 1.103 2007/11/15 16:02:18 deraadt Exp $ */ /* * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org> * @@ -3370,7 +3370,6 @@ struct aml_defval { * We return True for Windows to fake out nasty bad AML */ char *aml_valid_osi[] = { - "OpenBSD", "Windows 2000", "Windows 2001", "Windows 2001.1", |