aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/acpica
Commit message (Expand)AuthorAgeFilesLines
* Correct a comment brought over from amd64. i386 doesn't use longJohn Baldwin2014-08-121-8/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There isJung-uk Kim2013-02-151-2/+2
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-221-0/+3
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-3/+0
* - Fix resumectx() prototypes to reflect reality.Jung-uk Kim2012-06-131-3/+3
* Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference ofMitsuru IWASAKI2012-06-092-378/+3
* Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.Jung-uk Kim2012-06-011-2/+1
* Tidy up code clutter in SMP case a bit. No functional change.Jung-uk Kim2012-06-011-10/+6
* Call AcpiSetFirmwareWakingVector() with interrupt disabled for consistency.Jung-uk Kim2012-06-011-2/+2
* Improve style(9) in the previous commit.Jung-uk Kim2012-06-011-3/+3
* Call AcpiLeaveSleepStatePrep() in interrupt disabled contextMitsuru IWASAKI2012-06-011-54/+57
* Revert the previous commit on wakecode address verbose printing.Mitsuru IWASAKI2012-05-191-2/+2
* Add SMP/i386 suspend/resume support.Mitsuru IWASAKI2012-05-182-423/+378
* Centralize declaration of the debug.acpi sysctl node.John Baldwin2012-05-171-2/+0
* Merge ACPICA 20120320.Jung-uk Kim2012-03-201-1/+1
* MFamd64:John Baldwin2012-03-091-12/+19
* MFamd64: (based on) r209957Jung-uk Kim2010-11-124-43/+1
* Make APM emulation look more closer to its origin. Use device_get_softc(9)Jung-uk Kim2010-11-101-3/+2
* Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a newJung-uk Kim2010-11-101-451/+9
* Now OsdEnvironment.c is identical on amd64 and i386. Move it to a new home.Jung-uk Kim2010-11-091-91/+0
* Reduce diff between platforms and fix style(9) bugs.Jung-uk Kim2010-11-091-15/+35
* Move the MADT parser for amd64 and i386 to sys/x86/acpica now that it isJohn Baldwin2010-11-081-572/+0
* Sync the APIC startup sequence with amd64:John Baldwin2010-11-081-1/+1
* A few small style and whitespace fixes.John Baldwin2010-11-081-1/+0
* Move <machine/apicreg.h> to <x86/apicreg.h>.John Baldwin2010-11-011-1/+1
* Move the <machine/mca.h> header to <x86/mca.h>.John Baldwin2010-11-011-1/+1
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inRui Paulo2010-08-171-1/+1
* Restore the machine check register banks on resume. For banks beingJohn Baldwin2010-06-151-0/+2
* Update several places that iterate over CPUs to use CPU_FOREACH().John Baldwin2010-06-111-3/+1
* Use the same policy for rejecting / not-reject ACPI tables with incorrectJohn Baldwin2010-03-191-0/+2
* Extract the code to find and map the MADT ACPI table during early kernelJohn Baldwin2009-09-232-222/+250
* Use C99 initialization for struct filterops.Robert Watson2009-09-121-2/+5
* 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