Jung-uk Kim
278f0de60d
Merge ACPICA 20190329.
2019-03-29 20:21:28 +00:00
Jung-uk Kim
493deb390b
Merge ACPICA 20160930.
2016-10-04 20:27:15 +00:00
Jung-uk Kim
313a0c13ef
Merge ACPICA 20140926.
2014-10-02 19:11:18 +00:00
Jung-uk Kim
a9d8d09c46
Merge ACPICA 20130517.
2013-05-20 23:52:49 +00:00
Jung-uk Kim
b3f35be0c6
- Prefer ACPI_COMPARE_NAME(a, b) macro over strncmp(a, b, ACPI_NAME_SIZE).
...
- Make sure the predefined name is a string type.
- Return slightly more useful errors.
2013-05-20 22:18:18 +00:00
Jung-uk Kim
ec23b5bfe7
Fix white spaces.
2013-05-20 22:10:01 +00:00
Jung-uk Kim
a159c266a9
Merge ACPICA 20120215.
2012-02-16 22:59:29 +00:00
Marcel Moolenaar
efdb11cd58
Use the preload_fetch_addr() and preload_fetch_size() convenience
...
functions to obtain the address and size of the overriding DSDT.
Sponsored by: Juniper Networks.
2011-02-13 19:24:04 +00:00
Jung-uk Kim
129d3046ef
Import ACPICA 20090521.
2009-06-05 18:44:36 +00:00
Jung-uk Kim
2be4e4713a
Catch up with ACPI-CA 20070320 import.
2007-03-22 18:16:43 +00:00
Jung-uk Kim
e8d472a7af
Catch up with ACPI-CA 20051021 import
2005-11-01 22:44:08 +00:00
David E. O'Brien
2a191126de
Canonize the include of acpi.h.
2005-09-11 18:39:03 +00:00
Nate Lawson
a3ab9d1e3e
Standardize __FBSDID identifiers.
...
MFC after: 2 days
2005-07-22 23:10:02 +00:00
Nate Lawson
67e87637df
When the user overrides the DSDT, replace any SSDTs with a simple no-op
...
table. acpidump(8) concatenates the body of the DSDT and SSDTs so an
edited ASL will contain all the necessary information. We can't use a
completely empty table since ACPI-CA reports this as a problem.
MFC after: 3 days
2004-10-05 20:41:44 +00:00
Nate Lawson
43813837ed
Style fixes.
2004-04-20 17:13:08 +00:00
Nate Lawson
d3e1c2411e
Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffix
...
is reserved by the loader, and thus any tunable name with that suffix will
be silently discarded.
Document this in the header and man page so that other developers do not
develop so many bumps on the head after banging it against the wall.
Detective work by: Mark Santcroos, grehan
2004-02-14 03:17:30 +00:00
Nate Lawson
e0ccb58ad9
Add TUNABLE_STR to make "hw.acpi.os_name" more correct. However, the call
...
to getenv_string() still doesn't work.
2004-01-27 06:07:09 +00:00
Nate Lawson
25611cfe97
Expand the check for overriding the OS name to override _OS* (including
...
_OS_, _OS, and _OSI). This should fix this option for people who reported
it not changing anything.
2004-01-09 20:01:42 +00:00
Nate Lawson
51773ddf47
Support functions for the new ACPI import.
...
* AcpiOsDerivePciId(): finds a bus number, given the slot/func and the
acpi parse tree.
* AcpiOsPredefinedOverride(): use the sysctl hw.acpi.os_name to
override the value for _OS.
Ideas from: takawata, jhb
Reviewed by: takawata, marcel
Tested on: i386, ia64
2003-04-29 18:50:34 +00:00
Mitsuru IWASAKI
b69ed3f4c6
Resolve conflicts arising from the ACPI CA 20020725 import.
2002-07-30 19:35:32 +00:00
Mitsuru IWASAKI
98479b041b
Resolve conflicts arising from the ACPI CA 20020611 import.
2002-07-09 17:54:02 +00:00