summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica
Commit message (Expand)AuthorAgeFilesLines
* - Call acpi_Startup() before parsing interrupt-related APIC resources so wejhb2004-01-261-7/+43
* Only remove the handler if we installed it.njl2004-01-121-2/+4
* Clean up the probe message and sort the function table according tonjl2004-01-121-3/+3
* Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,njl2004-01-111-0/+485
* Use <machine/asmacros.h> since <machine/asm.h> is a userland-only headernjl2004-01-011-3/+3
* Use the ACPI-CA definitions for the various APIC tables instead of ournjl2003-12-091-59/+55
* - Reorder the APIC enumerator SYSINIT's to register enumeators atjhb2003-12-031-3/+2
* Minor source sync with amd64. For %.*s printf formats, pass in anpeter2003-11-141-3/+5
* Some motherboards like to remap the SCI (normally IRQ 9) up to a PCIjhb2003-11-111-1/+6
* Bump APIC ID limits up to 32 since a machine with 16 CPUs will have APICjhb2003-11-101-2/+2
* Only disable the old pin when doing a remap if it's current vector is stilljhb2003-11-061-1/+2
* When remapping an ISA interrupt from one intpin to another, disable thejhb2003-11-051-8/+16
* Make this compile with PAE.peter2003-11-041-5/+6
* - Update includes.jhb2003-11-031-3/+4
* Add the ACPI MADT table APIC enumerator. This code uses the ACPI Multiplejhb2003-11-031-0/+650
* Fix the logic to match the new name of the tunable.njl2003-11-011-1/+1
* Change the reset video option to be positive (hw.acpi.reset_video).njl2003-11-014-26/+27
* Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' asiwasaki2003-10-303-0/+17
* Add kernel option ACPI_NO_RESET_VIDEO as workaround for problemsiwasaki2003-10-292-0/+6
* Call the VESA reset BIOS vector on the resume path. This may help displaysnjl2003-10-271-0/+9
* - Eliminate the pte object.alc2003-09-251-9/+0
* Add final adjustment code of battery status based on the battery capacityiwasaki2003-09-171-0/+9
* Finish an earlier commit:jhb2003-09-101-3/+11
* Don't disable interrupts a second time. Remove an extraneous interruptnjl2003-09-081-4/+1
* Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. Thisnjl2003-08-291-3/+4
* Style cleanups.njl2003-08-284-72/+35
* Use ACPI_FLUSH_CPU_CACHE() instead of wbinvd(). Verified .o with md5.njl2003-07-301-1/+1
* Commit Ian Dowse's workaround for acpi resume resetting after thepeter2003-07-211-0/+8
* Mega busdma API commit.scottl2003-07-011-1/+2
* Use __FBSDID().obrien2003-06-024-8/+12
* Add some extra #ifdef stubs so that this compiles on 4.8.jhb2003-05-132-0/+9
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Use repo-copied files in sys/i386/bios.mdodd2003-03-241-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* Export the physical address of the RSDP to userland by meansmarcel2002-12-181-11/+29
* Hold the page queues lock around calls to pmap_remove().alc2002-12-041-0/+2
* Add `if (!cold)' checkings for functions which is called via SYSINIT.iwasaki2002-11-241-0/+3
* *sigh*. It seems that in the ACPICA code, Intel defines its own APIC_IOjhb2002-11-211-1/+1
* - curproc may be NULL in 4-stable. In that case use the vmspace fromjhb2002-10-161-2/+4
* Include <sys/select.h> on -stable instead of <sys/selinfo.h> to get thejhb2002-10-161-0/+4
* Use d_thread_t for cdevsw functions instead of struct thread * so that itjhb2002-10-091-4/+4
* Trash the PnPBIOStable pointer later on when we know that the acpi probejhb2002-09-302-6/+6
* Wrap GCC-specific asm() code in #ifdef __GNUC__markm2002-09-211-0/+2
* If we are using APIC_IO tell ACPI so it can route interrupts properly.jhb2002-09-061-0/+3
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-222-3/+3
* Improve stack manipulation code of ACPI wakeup routine.iwasaki2002-08-071-2/+2
* Fix a bug about stack manipulation at ACPI wakeup.iwasaki2002-08-011-0/+1
* Resolve conflicts arising from the ACPI CA 20020404 import.iwasaki2002-06-301-1/+1
* Make this compile with gcc-3.1, which objects to the multi-line string.peter2002-05-191-64/+64
* Makefile uses genwakecode.sh now.peter2002-05-021-22/+0
OpenPOWER on IntegriCloud