summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Add new loader tunable hw.acpi.ec.event_driven so that we controliwasaki2002-10-241-1/+4
* Catch up to changes in acpivar.h to add support for using ACPI onjhb2002-10-168-12/+23
* struct timecounter is defined in sys/time.h on 4-stable.jhb2002-10-161-0/+4
* - Include lock headers on current in this header instead of puttingjhb2002-10-161-3/+18
* - In AcpiOsGetThreadId(), allow for curproc to be NULL on 4-stable systems.jhb2002-10-161-4/+14
* Implement the internal locks of an ACPI semaphore with splhigh() onjhb2002-10-161-8/+31
* Fix a possible bug about freeing non-malloc'ed pointer.iwasaki2002-10-161-2/+3
* Use d_thread_t for cdevsw functions instead of struct thread * so that itjhb2002-10-091-3/+3
* Include <dev/acpica/acpivar.h> instead of <acpica/acpivar.h> like all thejhb2002-10-091-1/+1
* Don't panic for a bad ivar request, just return ENOENT.jhb2002-10-081-1/+0
* Make sure that ACPI PCI driver probe routine call pci_cfgregopen()iwasaki2002-10-052-0/+6
* Oops, forgot to add main file for my previous commit :-)iwasaki2002-10-051-0/+1077
* Add code for ACPI PCI link object manipulation.iwasaki2002-10-054-2/+32
* Oops, missed this one. Fix a printf format error on 64 bit systemspeter2002-10-041-2/+2
* Fix printf format errors on 64 bit systems where sizes are longpeter2002-10-041-2/+4
* Display the name of the acpi node that we do not find the pci interruptpeter2002-10-041-2/+3
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-022-2/+2
* Now that we only probe host-PCI bridges once, we no longer have to check tojhb2002-09-231-12/+0
* Attach ACPI children a bit later in attach(), specifically after performingjhb2002-09-061-2/+3
* Add a helper routine acpi_SetIntrModel() to call the _PIC method to setjhb2002-09-062-0/+24
* Make the printf messages when routing interrupts more consistent in thejhb2002-09-051-5/+6
* - Make pci_load_vendor_data() static and do it during MOD_LOAD instead ofjhb2002-09-041-2/+0
* Use resource_list_print_types() instead of duplicating the code.jhb2002-09-041-40/+4
* s/hint.acpi.0.disable/hint.acpi.0.disabled/iwasaki2002-08-301-0/+5
* Resolve conflicts arising from the ACPI CA 20020815 import.iwasaki2002-08-293-18/+31
* Change default value of hw.acpi.sleep_delay to 0.iwasaki2002-08-281-1/+1
* Fix a bug about the cooling system controlling in acpi_thermal driver.iwasaki2002-08-272-11/+37
* Overhaul the ACPI PCI bridge driver a bit:jhb2002-08-264-588/+280
* Add an ACPI PCI bus driver that is a subclass of the generic PCI busjhb2002-08-261-0/+235
* In acpi_pcib_route_interrupt(), the code claims to check to see if a PCIjhb2002-08-262-4/+4
* Add new sysctl MIB (hw.acpi.sleep_delay) to specify the delay (iniwasaki2002-08-252-0/+9
* Use the _STA method of a battery control method to see if a battery isjhb2002-08-211-10/+16
* don't include redunant \n in panic messageimp2002-08-121-2/+2
* Fix wrong member variable ordering of struct acpi_bif.iwasaki2002-08-091-1/+1
* Resolve conflicts arising from the ACPI CA 20020725 import.iwasaki2002-07-302-1/+11
* Add NULL check for the output buffer from AcpiEvaluateObject().iwasaki2002-07-231-2/+2
* Add device(power/sleep button and lid) wake function from sleeping state.iwasaki2002-07-224-5/+174
* Resolve conflicts arising from the ACPI CA 20020611 import.iwasaki2002-07-093-60/+82
* Fix wrong use of ACPI_NO_UNIT_LIMIT which is for as_maxunits, not as_units.iwasaki2002-07-061-2/+2
* Make interrupt driven EC transaction optional.takawata2002-07-021-0/+2
* Resolve conflicts arising from the ACPI CA 20020404 import.iwasaki2002-06-301-5/+3
* Fixed printf format errors which apparently crept in while -Wformat wasbde2002-05-252-9/+5
* Terminate ACPI subsystem on reboot.iwasaki2002-05-191-0/+3
* Brutally deal with __func__ being 'const char *' on gcc-3.1.peter2002-05-1914-64/+64
* Fix acpi_avoid() to call freeenv() on the original char * returned fromjhb2002-05-091-4/+5
* Don't export timecounter structures under debug. with sysctl, theyphk2002-04-301-2/+0
* Remove the tc_update() function. Any frequency change to thephk2002-04-261-1/+0
* Don't call freeenv() on a modified pointer.mux2002-04-241-6/+7
* Fix compiling of acpica when debugging is enabled. In the previousmike2002-04-191-2/+7
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-172-22/+53
OpenPOWER on IntegriCloud