summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
...
* If an ACPI PCI-PCI bridge doesn't have a _PRT object, fall back to usingjhb2004-05-101-1/+9
* Change hw.acpi.cpu.cx_lowest to accept values in the form of C1,njl2004-05-071-9/+12
* Rename acpi_cpu to cpu. Change the probe routine to early on rejectnjl2004-05-061-42/+90
* Select the highest valid (i.e., S3) sleep state for the default for thenjl2004-05-062-11/+16
* Add back sys/reboot.h which is needed.njl2004-05-061-0/+1
* Make unnecessary globals static and remove unused includes.njl2004-05-065-7/+1
* Fix setting debug strings via sysctl. Also, clean up the way we printnjl2004-05-061-14/+20
* Remove extra parentheses.njl2004-05-051-2/+2
* Add an MI implementation of the ACPI global lock routines and retire thenjl2004-05-051-0/+44
* Fix build breakage.takawata2004-04-261-1/+1
* Move the call to AcpiEnterSleepStatePrep() to before we select the BSPnjl2004-04-261-6/+10
* Fix two typos from PR: 65694imp2004-04-261-1/+1
* Disable interrupts while testing the timer. Not doing this unnecessarilynjl2004-04-241-6/+7
* Add the ACPI Asus extras driver. Provides support for cool ACPI-controledphilip2004-04-221-0/+1
* Fix stepping in ddb by not checking for a maximum interval. The ACPI-safenjl2004-04-221-31/+32
* Add comments, including restoring the PIIX4 errata comment, to indicatenjl2004-04-211-45/+76
* Fix several bugs where 32-bit timers and wraparound were not properlynjl2004-04-211-110/+26
* Remove extran parens.njl2004-04-211-1/+1
* Move the timer difference convenience function from acpi_cpu.c to make itnjl2004-04-213-14/+17
* Style fixes.njl2004-04-201-16/+3
* Allow the AC adapter device to be disabled with debug.acpi.disable="acad".njl2004-04-201-2/+1
* Add a temporary workaround for acpi_AppendBufferResource() returning withnjl2004-04-191-0/+5
* Disable the new wake GPE behavior. With it enabled, my laptop won't staynjl2004-04-161-0/+1
* Return an error immediately if asked to switch a non-existent consumer.njl2004-04-141-0/+4
* Remove a non-variable static and move other static variables to the samenjl2004-04-141-8/+5
* Fix some warnings by commenting out unused code.njl2004-04-141-0/+8
* Only try to set the ACPI power state if the handle is valid. There wasnjl2004-04-141-6/+10
* Unbreak the DDB build by replacing #includes that were deleted.njl2004-04-141-0/+2
* Style cleanups, M_ZERO instead of bzero.njl2004-04-141-22/+20
* Style cleanups, use M_ZERO instead of bzero, unify the !semaphore andnjl2004-04-141-44/+43
* Style cleanup, plus properly backup partial resource allocation innjl2004-04-141-44/+51
* Style cleanups to reduce diffs to locking tree.njl2004-04-145-111/+91
* Style and printf message cleanups.njl2004-04-141-138/+79
* Use TRUE for a boolean and a style nit.njl2004-04-141-2/+1
* Update the name for edge triggered for the 20040402 import.njl2004-04-141-1/+1
* Remove a check for the return value added in rev 1.41. It's not an errornjl2004-04-121-8/+1
* Add MODULE_DEPEND entries so some of these drivers can eventually benjl2004-04-0913-1/+14
* Omnibus PCI commit:imp2004-04-092-3/+24
* Replace more ad-hoc versions of acpi_GetReference(). Since the type ofnjl2004-04-092-90/+31
* Include the prototype for acpi_GetReference.njl2004-04-091-0/+1
* Add support for packages as the first element of _PRW. This may allownjl2004-04-092-26/+64
* Unify on version 1 to be similar to the rest of the tree. After 5-stablenjl2004-04-082-2/+2
* Implement an ACPI-aware pci_set_powerstate() method for PCI busses thatjhb2004-04-071-15/+45
* Move the ivar accessing routines back to inlines (reverting acpivar.hnjl2004-04-012-85/+71
* Staticize pnp methods, style fixes. Remove unused variable to unbreaknjl2004-03-312-23/+17
* Add ACPI path in location string for ACPI namespace aware PCI device.takawata2004-03-311-1/+20
* Add an interface to pass an argument to the resource parsing functions.njl2004-03-313-7/+9
* Style fix.takawata2004-03-311-39/+49
* Disable serialize_methods and enable _OSI support by default. The formernjl2004-03-301-5/+14
* Add ACPI PnP string. This affects devinfo(8) output with -v option.takawata2004-03-271-0/+46
OpenPOWER on IntegriCloud