aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Now that we only probe host-PCI bridges once, we no longer have to check toJohn Baldwin2002-09-231-12/+0
* Attach ACPI children a bit later in attach(), specifically after performingJohn Baldwin2002-09-061-2/+3
* Add a helper routine acpi_SetIntrModel() to call the _PIC method to setJohn Baldwin2002-09-062-0/+24
* Make the printf messages when routing interrupts more consistent in theJohn Baldwin2002-09-051-5/+6
* - Make pci_load_vendor_data() static and do it during MOD_LOAD instead ofJohn Baldwin2002-09-041-2/+0
* Use resource_list_print_types() instead of duplicating the code.John Baldwin2002-09-041-40/+4
* s/hint.acpi.0.disable/hint.acpi.0.disabled/Mitsuru IWASAKI2002-08-301-0/+5
* Resolve conflicts arising from the ACPI CA 20020815 import.Mitsuru IWASAKI2002-08-293-18/+31
* Change default value of hw.acpi.sleep_delay to 0.Mitsuru IWASAKI2002-08-281-1/+1
* Fix a bug about the cooling system controlling in acpi_thermal driver.Mitsuru IWASAKI2002-08-272-11/+37
* Overhaul the ACPI PCI bridge driver a bit:John Baldwin2002-08-264-588/+280
* Add an ACPI PCI bus driver that is a subclass of the generic PCI busJohn Baldwin2002-08-261-0/+235
* In acpi_pcib_route_interrupt(), the code claims to check to see if a PCIJohn Baldwin2002-08-262-4/+4
* Add new sysctl MIB (hw.acpi.sleep_delay) to specify the delay (inMitsuru IWASAKI2002-08-252-0/+9
* Use the _STA method of a battery control method to see if a battery isJohn Baldwin2002-08-211-10/+16
* don't include redunant \n in panic messageWarner Losh2002-08-121-2/+2
* Fix wrong member variable ordering of struct acpi_bif.Mitsuru IWASAKI2002-08-091-1/+1
* Resolve conflicts arising from the ACPI CA 20020725 import.Mitsuru IWASAKI2002-07-302-1/+11
* Add NULL check for the output buffer from AcpiEvaluateObject().Mitsuru IWASAKI2002-07-231-2/+2
* Add device(power/sleep button and lid) wake function from sleeping state.Mitsuru IWASAKI2002-07-224-5/+174
* Resolve conflicts arising from the ACPI CA 20020611 import.Mitsuru IWASAKI2002-07-093-60/+82
* Fix wrong use of ACPI_NO_UNIT_LIMIT which is for as_maxunits, not as_units.Mitsuru IWASAKI2002-07-061-2/+2
* Make interrupt driven EC transaction optional.Takanori Watanabe2002-07-021-0/+2
* Resolve conflicts arising from the ACPI CA 20020404 import.Mitsuru IWASAKI2002-06-301-5/+3
* Fixed printf format errors which apparently crept in while -Wformat wasBruce Evans2002-05-252-9/+5
* Terminate ACPI subsystem on reboot.Mitsuru IWASAKI2002-05-191-0/+3
* Brutally deal with __func__ being 'const char *' on gcc-3.1.Peter Wemm2002-05-1914-64/+64
* Fix acpi_avoid() to call freeenv() on the original char * returned fromJohn Baldwin2002-05-091-4/+5
* Don't export timecounter structures under debug. with sysctl, theyPoul-Henning Kamp2002-04-301-2/+0
* Remove the tc_update() function. Any frequency change to thePoul-Henning Kamp2002-04-261-1/+0
* Don't call freeenv() on a modified pointer.Maxime Henrion2002-04-241-6/+7
* Fix compiling of acpica when debugging is enabled. In the previousMike Barcroft2002-04-191-2/+7
* Rework the kernel environment subsystem. We now convert the staticMaxime Henrion2002-04-172-22/+53
* Print DRQ resource in boot message.Takanori Watanabe2002-04-081-0/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-043-3/+3
* Hide the ACPI counter probing printf behind bootverbose.Poul-Henning Kamp2002-03-241-3/+4
* Fix error introduced in the 20020217 update, where GetPossibleResourcesMike Smith2002-03-212-2/+2
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* Fix a gcc-3.1+ warning.Peter Wemm2002-03-192-0/+5
* Only i386 has wbinvd().Doug Rabson2002-03-121-0/+2
* Do not concatenate __func__ with strings, because it is not a string.Peter Wemm2002-03-121-2/+2
* Do not do string concatenation with __func__ (which is not a string)Peter Wemm2002-03-121-1/+1
* Recent acpica imports have changed the lengths from UINT32 to ACPI_SIZE,Peter Wemm2002-03-121-3/+3
* Add generalized power profile code.Mitsuru IWASAKI2002-03-045-93/+41
* Add a new test_counter() function which tries to determine the width ofPoul-Henning Kamp2002-02-251-17/+46
* The thermal thread needs to take Giant before it does anything with theMike Smith2002-02-251-0/+6
* Tests by numerous people have shown that many chipsets do not properlyMatthew Dillon2002-02-241-1/+1
* AcpiOsPrintf and AcpiOsVprintf now return void.Mike Smith2002-02-231-6/+4
* AcpiOsCallocate is no longer required.Mike Smith2002-02-231-11/+0
* Match namespace cleanup changes in ACPI CA 20020217 update.Mike Smith2002-02-235-24/+25