summaryrefslogtreecommitdiffstats
path: root/sys/x86/acpica
Commit message (Expand)AuthorAgeFilesLines
* Fix a few bugs in the SRAT parsing code:jhb2012-01-031-5/+12
* Get rid of kludgy per-descriptor state handling in acpi_apm.ed2011-12-051-63/+25
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-072-2/+2
* Ignore SRAT memory entries if the memory range does not overlap with anjhb2011-10-051-0/+26
* Fix a deficiency in the selinfo interface:attilio2011-08-251-0/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Make APM emulation look more closer to its origin. Use device_get_softc(9)jkim2010-11-101-7/+6
* Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a newjkim2010-11-101-0/+490
* Now OsdEnvironment.c is identical on amd64 and i386. Move it to a new home.jkim2010-11-091-0/+91
* Move the MADT parser for amd64 and i386 to sys/x86/acpica now that it isjhb2010-11-081-0/+572
* When performing a sanity check on the SRAT table to ensure that eachjhb2010-07-291-1/+2
* Add a parser for the ACPI SRAT table for amd64 and i386. It setsjhb2010-07-271-0/+329
OpenPOWER on IntegriCloud