summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica
Commit message (Expand)AuthorAgeFilesLines
* MFamd64: (based on) r209957jkim2010-11-124-43/+1
* Make APM emulation look more closer to its origin. Use device_get_softc(9)jkim2010-11-101-3/+2
* Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a newjkim2010-11-101-451/+9
* Now OsdEnvironment.c is identical on amd64 and i386. Move it to a new home.jkim2010-11-091-91/+0
* Reduce diff between platforms and fix style(9) bugs.jkim2010-11-091-15/+35
* Move the MADT parser for amd64 and i386 to sys/x86/acpica now that it isjhb2010-11-081-572/+0
* Sync the APIC startup sequence with amd64:jhb2010-11-081-1/+1
* A few small style and whitespace fixes.jhb2010-11-081-1/+0
* Move <machine/apicreg.h> to <x86/apicreg.h>.jhb2010-11-011-1/+1
* Move the <machine/mca.h> header to <x86/mca.h>.jhb2010-11-011-1/+1
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inrpaulo2010-08-171-1/+1
* Restore the machine check register banks on resume. For banks beingjhb2010-06-151-0/+2
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-111-3/+1
* Use the same policy for rejecting / not-reject ACPI tables with incorrectjhb2010-03-191-0/+2
* Extract the code to find and map the MADT ACPI table during early kerneljhb2009-09-232-222/+250
* Use C99 initialization for struct filterops.rwatson2009-09-121-2/+5
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-6/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+6
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Usekib2009-06-101-1/+1
* Import ACPICA 20090521.jkim2009-06-054-7/+11
* We don't need d_thread_t for cross-branch portability here anymore.imp2009-05-201-4/+4
* At least one BIOS bogusly includes duplicate entries for I/O APICs. Thejhb2009-03-051-0/+4
* Mark these variables as __used too. Fix a style of previous commit.rdivacky2009-02-181-5/+6
* Mark these variables as __used as those are used in the asm block.rdivacky2009-02-181-4/+4
* Remove unit2minor() use from kernel code.ed2008-09-261-2/+2
* Don't enforce unique device minor number policy anymore.ed2008-06-111-1/+1
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-162-3/+3
* Rework how the nexus(4) device works on x86 to better handle the idea ofjhb2008-03-131-0/+43
* For no good reason I had assumed that ACPI table headers would be pagejhb2008-01-311-5/+7
* This is a follow-up, cleaning-up commit about recent changes involvingattilio2007-09-111-1/+1
* Now that we have a function that can be called from a cdevsw close()njl2007-07-071-9/+1
* Update the suspend/resume user API while maintaining backwards compat.njl2007-06-211-26/+216
* Handle CPUs with APIC IDs higher than 32 (at least one IBM server usesjhb2007-05-081-10/+7
* Optimize sx locks to use simple atomic operations for the common cases ofjhb2007-03-311-0/+1
* Catch up with ACPI-CA 20070320 import.jkim2007-03-223-144/+139
* Create an identity mapping (V=P) super page for the low memory region onnjl2007-03-141-11/+6
* Use vm_paddr_t rather than uintptr_t when passing the physical address ofjhb2007-03-051-4/+3
* Add missing acpi_wakecode.o: assym.s dependency, so that if assym.sru2006-10-191-1/+1
* Refine previous revision to allow acpi_wakecode.h to be safely builtru2006-09-061-1/+7
* First pass at allowing memory to be mapped using cache modes other thanjhb2006-08-112-7/+7
* If a beep was enabled, turn it off 3 seconds after resume.njl2006-08-081-0/+11
* Unbreak tinderbox- fix device_printf arg to accomodate different sizesmjacob2006-06-161-2/+2
* * Ask for a page-aligned page instead of an arbitrary address. This shouldnjl2006-06-101-15/+30
* Minor tweaks to the resume code. Previous commit reverted alignment backnjl2006-06-101-41/+50
* Move the reset beep tunable/sysctl to debug.acpi.resume_beep. This makesnjl2006-06-102-7/+7
* Minor tweaks to the resume code that might help people debug.njl2006-06-083-5/+26
* If the XSDT address in the RSDP for an ACPI 2.0 machine is NULL, then falljhb2006-03-271-4/+5
* Catch up with ACPI-CA 20051021 importjkim2005-11-011-1/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Canonize the include of acpi.h.obrien2005-09-114-4/+4
OpenPOWER on IntegriCloud