aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Add status initialization code for acpi_cmbat and acpi_acad,Mitsuru IWASAKI2002-11-032-7/+120
* Don't examine ACPI_STA_ENABLE bit of device's_STA object on initialMitsuru IWASAKI2002-10-311-5/+4
* Interpret new loader tunable "hw.acpi.verbose" to turnMitsuru IWASAKI2002-10-311-2/+6
* Invoke 3 ACPI task threads as default if option ACPI_MAX_THREADS isMitsuru IWASAKI2002-10-313-6/+9
* Add a missing newline to the end of a device_printf().John Baldwin2002-10-291-1/+1
* Add new loader tunable hw.acpi.ec.event_driven so that we controlMitsuru IWASAKI2002-10-241-1/+4
* Catch up to changes in acpivar.h to add support for using ACPI onJohn Baldwin2002-10-168-12/+23
* struct timecounter is defined in sys/time.h on 4-stable.John Baldwin2002-10-161-0/+4
* - Include lock headers on current in this header instead of puttingJohn Baldwin2002-10-161-3/+18
* - In AcpiOsGetThreadId(), allow for curproc to be NULL on 4-stable systems.John Baldwin2002-10-161-4/+14
* Implement the internal locks of an ACPI semaphore with splhigh() onJohn Baldwin2002-10-161-8/+31
* Fix a possible bug about freeing non-malloc'ed pointer.Mitsuru IWASAKI2002-10-161-2/+3
* Use d_thread_t for cdevsw functions instead of struct thread * so that itJohn Baldwin2002-10-091-3/+3
* Include <dev/acpica/acpivar.h> instead of <acpica/acpivar.h> like all theJohn Baldwin2002-10-091-1/+1
* Don't panic for a bad ivar request, just return ENOENT.John Baldwin2002-10-081-1/+0
* Make sure that ACPI PCI driver probe routine call pci_cfgregopen()Mitsuru IWASAKI2002-10-052-0/+6
* Oops, forgot to add main file for my previous commit :-)Mitsuru IWASAKI2002-10-051-0/+1077
* Add code for ACPI PCI link object manipulation.Mitsuru IWASAKI2002-10-054-2/+32
* Oops, missed this one. Fix a printf format error on 64 bit systemsPeter Wemm2002-10-041-2/+2
* Fix printf format errors on 64 bit systems where sizes are longPeter Wemm2002-10-041-2/+4
* Display the name of the acpi node that we do not find the pci interruptPeter Wemm2002-10-041-2/+3
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-022-2/+2
* 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