aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/acpica
Commit message (Expand)AuthorAgeFilesLines
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-6/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+6
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. UseKonstantin Belousov2009-06-101-1/+1
* Import ACPICA 20090521.Jung-uk Kim2009-06-054-7/+11
* We don't need d_thread_t for cross-branch portability here anymore.Warner Losh2009-05-201-4/+4
* At least one BIOS bogusly includes duplicate entries for I/O APICs. TheJohn Baldwin2009-03-051-0/+4
* Mark these variables as __used too. Fix a style of previous commit.Roman Divacky2009-02-181-5/+6
* Mark these variables as __used as those are used in the asm block.Roman Divacky2009-02-181-4/+4
* Remove unit2minor() use from kernel code.Ed Schouten2008-09-261-2/+2
* Don't enforce unique device minor number policy anymore.Ed Schouten2008-06-111-1/+1
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-162-3/+3
* Rework how the nexus(4) device works on x86 to better handle the idea ofJohn Baldwin2008-03-131-0/+43
* For no good reason I had assumed that ACPI table headers would be pageJohn Baldwin2008-01-311-5/+7
* This is a follow-up, cleaning-up commit about recent changes involvingAttilio Rao2007-09-111-1/+1
* Now that we have a function that can be called from a cdevsw close()Nate Lawson2007-07-071-9/+1
* Update the suspend/resume user API while maintaining backwards compat.Nate Lawson2007-06-211-26/+216
* Handle CPUs with APIC IDs higher than 32 (at least one IBM server usesJohn Baldwin2007-05-081-10/+7
* Optimize sx locks to use simple atomic operations for the common cases ofJohn Baldwin2007-03-311-0/+1
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-223-144/+139
* Create an identity mapping (V=P) super page for the low memory region onNate Lawson2007-03-141-11/+6
* Use vm_paddr_t rather than uintptr_t when passing the physical address ofJohn Baldwin2007-03-051-4/+3
* Add missing acpi_wakecode.o: assym.s dependency, so that if assym.sRuslan Ermilov2006-10-191-1/+1
* Refine previous revision to allow acpi_wakecode.h to be safely builtRuslan Ermilov2006-09-061-1/+7
* First pass at allowing memory to be mapped using cache modes other thanJohn Baldwin2006-08-112-7/+7
* If a beep was enabled, turn it off 3 seconds after resume.Nate Lawson2006-08-081-0/+11
* Unbreak tinderbox- fix device_printf arg to accomodate different sizesMatt Jacob2006-06-161-2/+2
* * Ask for a page-aligned page instead of an arbitrary address. This shouldNate Lawson2006-06-101-15/+30
* Minor tweaks to the resume code. Previous commit reverted alignment backNate Lawson2006-06-101-41/+50
* Move the reset beep tunable/sysctl to debug.acpi.resume_beep. This makesNate Lawson2006-06-102-7/+7
* Minor tweaks to the resume code that might help people debug.Nate Lawson2006-06-083-5/+26
* If the XSDT address in the RSDP for an ACPI 2.0 machine is NULL, then fallJohn Baldwin2006-03-271-4/+5
* Catch up with ACPI-CA 20051021 importJung-uk Kim2005-11-011-1/+1
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Canonize the include of acpi.h.David E. O'Brien2005-09-114-4/+4
* Rename variables:Craig Rodrigues2005-08-181-12/+13
* Rewrite the acpi_battery interface to allow for other battery typesNate Lawson2005-07-231-8/+13
* Pick up the selectors to use for various kernel segments from assym.sIan Dowse2005-04-221-4/+5
* Remove support for mixed mode altogether now that we no longer use IRQ 0John Baldwin2005-04-141-2/+0
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-021-2/+6
* - Add a new quirk to indicate that pin 0 of the first I/O APIC is reallyJohn Baldwin2005-02-221-2/+8
* Only export defined symbols. Note that I couldn't find any differenceNate Lawson2004-12-121-1/+1
* After discussions with Nate, repo copy the acpi assist drivers fromWarner Losh2004-11-153-1710/+0
* o Change the strcmp() to a strncmp() to allow us to attach to 'E'Philip Paeps2004-11-121-69/+67
* Minor whitespace nitpicking to reduce my diffs of Real Changes[tm]Philip Paeps2004-11-121-9/+6
* Add support for gadgets on Asus L4R and M6R notebooks.Philip Paeps2004-11-081-0/+22
* Add power profile support so that the LCD changes brightness levels basedNate Lawson2004-11-071-20/+86
* Fix support for the Asus-compatible gadgets in Samsung P30/P35 laptops.Philip Paeps2004-11-051-9/+47
* Add support for Asus M6N laptopsPhilip Paeps2004-11-021-0/+11
* Remove a "needs Giant" flag from the /dev/apm compat device.Nate Lawson2004-10-221-1/+0
* Match surrounding style, not style(msmith).Nate Lawson2004-10-111-16/+16