summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use the correct length for appending an extended irq resource. This maynjl2004-03-221-1/+1
* Shorten some printfs to fit better. No other functional changes.njl2004-03-221-6/+6
* Whitespace and comment changes. No MD5 change to the object file.njl2004-03-221-53/+62
* Fix loop termination condition for parsing resources in _PRS buffers.njl2004-03-201-19/+18
* Move the poweroff handler to a separate function. Make sure it is runnjl2004-03-191-15/+35
* Add tunables for disabling serialized method execution and disabling thenjl2004-03-181-0/+19
* Support the DPF (start dependent function) resource type in parsing _PRS.njl2004-03-181-10/+21
* Fix border error to allow systems that specify 100 for latency also usenjl2004-03-171-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-175-12/+11
* Simplify some logic in converting a buffer to an integer.njl2004-03-091-1/+3
* Use an unsigned int instead of an int for the Get/Set Integer interface.njl2004-03-092-6/+6
* Document a sysctl.njl2004-03-051-1/+2
* A user can set tz_requested via the hw.acpi.thermal.tzX.active sysctl.njl2004-03-051-1/+1
* Fix an off-by-one error and rework our EC space handler. Writing to addressnjl2004-03-041-14/+15
* Don't disable Cx support and throttling on machines with a P_BLK_LEN != 6njl2004-03-041-3/+16
* Add a "quirks" value to disable quirks handling for a given boot.njl2004-03-041-5/+15
* Change to acpi_{Get,Set}Integer to provide both methods. Convert allnjl2004-03-0311-69/+52
OpenPOWER on IntegriCloud