| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add status initialization code for acpi_cmbat and acpi_acad, | Mitsuru IWASAKI | 2002-11-03 | 2 | -7/+120 |
| * | Don't examine ACPI_STA_ENABLE bit of device's_STA object on initial | Mitsuru IWASAKI | 2002-10-31 | 1 | -5/+4 |
| * | Interpret new loader tunable "hw.acpi.verbose" to turn | Mitsuru IWASAKI | 2002-10-31 | 1 | -2/+6 |
| * | Invoke 3 ACPI task threads as default if option ACPI_MAX_THREADS is | Mitsuru IWASAKI | 2002-10-31 | 3 | -6/+9 |
| * | Add a missing newline to the end of a device_printf(). | John Baldwin | 2002-10-29 | 1 | -1/+1 |
| * | Add new loader tunable hw.acpi.ec.event_driven so that we control | Mitsuru IWASAKI | 2002-10-24 | 1 | -1/+4 |
| * | Catch up to changes in acpivar.h to add support for using ACPI on | John Baldwin | 2002-10-16 | 8 | -12/+23 |
| * | struct timecounter is defined in sys/time.h on 4-stable. | John Baldwin | 2002-10-16 | 1 | -0/+4 |
| * | - Include lock headers on current in this header instead of putting | John Baldwin | 2002-10-16 | 1 | -3/+18 |
| * | - In AcpiOsGetThreadId(), allow for curproc to be NULL on 4-stable systems. | John Baldwin | 2002-10-16 | 1 | -4/+14 |
| * | Implement the internal locks of an ACPI semaphore with splhigh() on | John Baldwin | 2002-10-16 | 1 | -8/+31 |
| * | Fix a possible bug about freeing non-malloc'ed pointer. | Mitsuru IWASAKI | 2002-10-16 | 1 | -2/+3 |
| * | Use d_thread_t for cdevsw functions instead of struct thread * so that it | John Baldwin | 2002-10-09 | 1 | -3/+3 |
| * | Include <dev/acpica/acpivar.h> instead of <acpica/acpivar.h> like all the | John Baldwin | 2002-10-09 | 1 | -1/+1 |
| * | Don't panic for a bad ivar request, just return ENOENT. | John Baldwin | 2002-10-08 | 1 | -1/+0 |
| * | Make sure that ACPI PCI driver probe routine call pci_cfgregopen() | Mitsuru IWASAKI | 2002-10-05 | 2 | -0/+6 |
| * | Oops, forgot to add main file for my previous commit :-) | Mitsuru IWASAKI | 2002-10-05 | 1 | -0/+1077 |
| * | Add code for ACPI PCI link object manipulation. | Mitsuru IWASAKI | 2002-10-05 | 4 | -2/+32 |
| * | Oops, missed this one. Fix a printf format error on 64 bit systems | Peter Wemm | 2002-10-04 | 1 | -2/+2 |
| * | Fix printf format errors on 64 bit systems where sizes are long | Peter Wemm | 2002-10-04 | 1 | -2/+4 |
| * | Display the name of the acpi node that we do not find the pci interrupt | Peter Wemm | 2002-10-04 | 1 | -2/+3 |
| * | Some kernel threads try to do significant work, and the default KSTACK_PAGES | Scott Long | 2002-10-02 | 2 | -2/+2 |
| * | Now that we only probe host-PCI bridges once, we no longer have to check to | John Baldwin | 2002-09-23 | 1 | -12/+0 |
| * | Attach ACPI children a bit later in attach(), specifically after performing | John Baldwin | 2002-09-06 | 1 | -2/+3 |
| * | Add a helper routine acpi_SetIntrModel() to call the _PIC method to set | John Baldwin | 2002-09-06 | 2 | -0/+24 |
| * | Make the printf messages when routing interrupts more consistent in the | John Baldwin | 2002-09-05 | 1 | -5/+6 |
| * | - Make pci_load_vendor_data() static and do it during MOD_LOAD instead of | John Baldwin | 2002-09-04 | 1 | -2/+0 |
| * | Use resource_list_print_types() instead of duplicating the code. | John Baldwin | 2002-09-04 | 1 | -40/+4 |
| * | s/hint.acpi.0.disable/hint.acpi.0.disabled/ | Mitsuru IWASAKI | 2002-08-30 | 1 | -0/+5 |
| * | Resolve conflicts arising from the ACPI CA 20020815 import. | Mitsuru IWASAKI | 2002-08-29 | 3 | -18/+31 |
| * | Change default value of hw.acpi.sleep_delay to 0. | Mitsuru IWASAKI | 2002-08-28 | 1 | -1/+1 |
| * | Fix a bug about the cooling system controlling in acpi_thermal driver. | Mitsuru IWASAKI | 2002-08-27 | 2 | -11/+37 |
| * | Overhaul the ACPI PCI bridge driver a bit: | John Baldwin | 2002-08-26 | 4 | -588/+280 |
| * | Add an ACPI PCI bus driver that is a subclass of the generic PCI bus | John Baldwin | 2002-08-26 | 1 | -0/+235 |
| * | In acpi_pcib_route_interrupt(), the code claims to check to see if a PCI | John Baldwin | 2002-08-26 | 2 | -4/+4 |
| * | Add new sysctl MIB (hw.acpi.sleep_delay) to specify the delay (in | Mitsuru IWASAKI | 2002-08-25 | 2 | -0/+9 |
| * | Use the _STA method of a battery control method to see if a battery is | John Baldwin | 2002-08-21 | 1 | -10/+16 |
| * | don't include redunant \n in panic message | Warner Losh | 2002-08-12 | 1 | -2/+2 |
| * | Fix wrong member variable ordering of struct acpi_bif. | Mitsuru IWASAKI | 2002-08-09 | 1 | -1/+1 |
| * | Resolve conflicts arising from the ACPI CA 20020725 import. | Mitsuru IWASAKI | 2002-07-30 | 2 | -1/+11 |
| * | Add NULL check for the output buffer from AcpiEvaluateObject(). | Mitsuru IWASAKI | 2002-07-23 | 1 | -2/+2 |
| * | Add device(power/sleep button and lid) wake function from sleeping state. | Mitsuru IWASAKI | 2002-07-22 | 4 | -5/+174 |
| * | Resolve conflicts arising from the ACPI CA 20020611 import. | Mitsuru IWASAKI | 2002-07-09 | 3 | -60/+82 |
| * | Fix wrong use of ACPI_NO_UNIT_LIMIT which is for as_maxunits, not as_units. | Mitsuru IWASAKI | 2002-07-06 | 1 | -2/+2 |
| * | Make interrupt driven EC transaction optional. | Takanori Watanabe | 2002-07-02 | 1 | -0/+2 |
| * | Resolve conflicts arising from the ACPI CA 20020404 import. | Mitsuru IWASAKI | 2002-06-30 | 1 | -5/+3 |
| * | Fixed printf format errors which apparently crept in while -Wformat was | Bruce Evans | 2002-05-25 | 2 | -9/+5 |
| * | Terminate ACPI subsystem on reboot. | Mitsuru IWASAKI | 2002-05-19 | 1 | -0/+3 |
| * | Brutally deal with __func__ being 'const char *' on gcc-3.1. | Peter Wemm | 2002-05-19 | 14 | -64/+64 |
| * | Fix acpi_avoid() to call freeenv() on the original char * returned from | John Baldwin | 2002-05-09 | 1 | -4/+5 |