Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.
Current directory: [NetBSD] / src / sys / dev / acpi
| File | Rev. | Age | Author | Last log entry | |
|---|---|---|---|---|---|
| 1.5 | 3 years | apb | Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. Pass AWK=${TO... | ||
| 1.13 | 10 months | jruoho | Note some long-term difficult goals. | ||
| 1.253 | 5 weeks | jruoho | Now that 6.0 is branched, remove the ACPI-related sysctl nodes in machdep. | ||
| 1.50 | 11 months | jruoho | Remove unnecessary (due SME_DISABLE_REFRESH) locking. | ||
| 1.20 | 18 months | jruoho | Simplify acpi_enter_sleep_state() and guard it against NULL pointer dereferences... | ||
| 1.111 | 10 months | jruoho | In revision 1.103 the serial number was used to determine whether the battery wa... | ||
| 1.41 | 14 months | jruoho | Always explicitly enable the wake GPE for acpibut(4). This follows FreeBSD and L... | ||
| 1.49 | 7 weeks | jruoho | Fix a regression introduced during the change of the DMI naming conventions (rev... | ||
| 1.44 | 2 weeks | jruoho | Remove the upper limit for the number of T-states. | ||
| 1.59 | 2 months | jruoho | Set the flag for checking for PCI bus master activity only for C3. | ||
| 1.53 | 6 months | jruoho | Add comment. | ||
| 1.31 | 2 weeks | jruoho | Remove the upper limit for the number of T-states. | ||
| 1.4 | 18 months | gsutre | Make acpi(4) debug aware of ACPI_DISPLAY_COMPONENT. | ||
| 1.9 | 14 months | jruoho | branches: 1.9.2; Change the preprocessor defines around the module(9)'s modcmd(... | ||
| 1.71 | 9 months | jakllsch | Fix off-by-one in validation of EmbeddedControl OperationRegion handler. | ||
| 1.2 | 2 years | jruoho | Protect all header files against multiple inclusions. | ||
| 1.7 | 9 months | jruoho | Do not unnecessarily maintain a state between suspend and resume. | ||
| 1.43 | 14 months | jruoho | Use ioconf for the module declarations. | ||
| 1.3 | 2 years | jruoho | Protect all header files against multiple inclusions. | ||
| 1.18 | 16 months | jruoho | acpi_pcidev_find_dev(): take struct acpi_devnode as a parameter. | ||
| 1.8 | 16 months | jruoho | acpi_pcidev_find_dev(): take struct acpi_devnode as a parameter. | ||
| 1.18 | 2 years | jruoho | One malloc(9) type is enough for ACPI; use M_ACPI. | ||
| 1.7 | 10 months | jruoho | Revert the previous commit as it was wrong/redundant. | ||
| 1.32 | 10 months | jruoho | Rename acpi_get_node() to acpi_match_node() for consistency. | ||
| 1.6 | 23 months | jruoho | branches: 1.6.2; Now that we have 1:1 mapping between handles and nodes, use th... | ||
| 1.20 | 6 months | jmcneill | add a machdep.dmi sysctl tree with the following read-only keys: system-vendor,... | ||
| 1.35 | 10 months | wiz | dependant -> dependent | ||
| 1.3 | 2 years | jruoho | branches: 1.3.2; Remove <dev/acpi/acpica.h> from all files. It is included from... | ||
| 1.3 | 2 years | jruoho | branches: 1.3.2; Protect all header files against multiple inclusions. | ||
| 1.3 | 2 years | jruoho | branches: 1.3.2; Remove <dev/acpi/acpica.h> from all files. It is included from... | ||
| 1.3 | 2 years | jruoho | branches: 1.3.2; Protect all header files against multiple inclusions. | ||
| 1.21 | 9 months | jmcneill | The absence of USE_PLATFORM_CLOCK does not imply that the PM Timer is unreliable... | ||
| 1.6 | 22 months | jruoho | Export also the delta function. | ||
| 1.85 | 3 months | tls | Entropy-pool implementation move and cleanup. 1) Move core entropy-pool code an... | ||
| 1.8 | 10 months | jruoho | Rename acpi_get_node() to acpi_match_node() for consistency. | ||
| 1.5 | 10 months | jruoho | Rename acpi_get_node() to acpi_match_node() for consistency. | ||
| 1.16 | 16 months | jruoho | Scan for devices that are "hot-pluggable". | ||
| 1.24 | 14 months | jruoho | Revisit the wake-device code once more. 1. Remove the AcpiEnableGpe() call. T... | ||
| 1.6 | 14 months | jruoho | Revisit the wake-device code once more. 1. Remove the AcpiEnableGpe() call. T... | ||
| 1.2 | 15 months | jmcneill | branches: 1.2.4; 1.2.8; use PRIx64 instead of llx, fixes build on amd64 | ||
| 1.5 | 14 months | jruoho | Switch acpi(4) to use the new location of ACPICA. | ||
| 1.35 | 10 months | jruoho | Add SMO8800. | ||
| 1.26 | 10 months | jruoho | Regen. | ||
| 1.12 | 9 months | jmcneill | add support for reset registers in PCI config space | ||
| 1.73 | 9 months | jmcneill | add support for reset registers in PCI config space | ||
| 1.3 | 9 months | jruoho | If both the new and the old methods are available, prefer the old ones, as the n... | ||
| 1.23 | 3 months | jmcneill | initialize fan sensor state to ENVSYS_SINVALID, should fix: asus0 at acpi0 (ATK... | ||
| 1.17 | 2 years | jruoho | Remove <dev/acpi/acpica.h> from all files. It is included from <dev/acpi/acpivar... | ||
| 1.14 | 2 years | jruoho | Remove <dev/acpi/acpica.h> from all files. It is included from <dev/acpi/acpivar... | ||
| 1.32 | 21 months | pgoyette | Even if there's an error in attaching the device (failure to find IRQ resource, ... | ||
| 1.17 | 14 months | jruoho | Change the preprocessor defines around the module(9)'s modcmd() calls such that ... | ||
| 1.7 | 4 years | martin | Convert TNF licenses to new 2 clause variant | ||
| 1.42 | 3 months | tls | Entropy-pool implementation move and cleanup. 1) Move core entropy-pool code an... | ||
| 1.2 | 2 years | jruoho | Protect all header files against multiple inclusions. | ||
| 1.93 | 3 months | christos | add a tpm driver from bsssd.sourceforge.net | ||
| 1.2 | 2 months | bouyer | Do not use uninitialized level if fujitsu_bp_get_brightness() returned an error;... | ||
| 1.1 | 14 months | jruoho | branches: 1.1.2; 1.1.4; 1.1.8; Split fujbp(4) and fujhk(4) to separate instan... | ||
| 1.3 | 8 months | cegger | hpacel_reg_info() wants a device_t and not an ACPI_HANDLE. Fixes NULL pointer de... | ||
| 1.11 | 11 months | jruoho | Do not entirely bypass the printfs during resource parsing, as many drivers rely... | ||
| 1.9 | 14 months | jruoho | Change the preprocessor defines around the module(9)'s modcmd() calls such that ... | ||
| 1.11 | 5 months | jmcneill | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From the orig... | ||
| 1.19 | 2 years | jruoho | Remove <dev/acpi/acpica.h> from all files. It is included from <dev/acpi/acpivar... | ||
| 1.13 | 5 months | mrg | provide a lock for mpu_attach. | ||
| 1.33 | 2 years | jruoho | Remove <dev/acpi/acpica.h> from all files. It is included from <dev/acpi/acpivar... | ||
| 1.12 | 2 years | jruoho | Remove <dev/acpi/acpica.h> from all files. It is included from <dev/acpi/acpivar... | ||
| 1.13 | 21 months | jruoho | Refactor to make this more readable. No functional change. | ||
| 1.20 | 19 months | gsutre | Drop _HID requirement for attachment under acpi(4). From now on, drivers attach... | ||
| 1.6 | 2 years | jruoho | Remove <dev/acpi/acpica.h> from all files. It is included from <dev/acpi/acpivar... | ||
| 1.39 | 10 months | pgoyette | Initialize sensor state before trying to register. | ||
| 1.3 | 3 months | christos | branches: 1.3.4; 1.3.6; make it never match for now. | ||
| 1.6 | 2 years | jruoho | Remove <dev/acpi/acpica.h> from all files. It is included from <dev/acpi/acpivar... | ||
| 1.4 | 2 years | jruoho | branches: 1.4.2; 1.4.4; 1.4.6; As discussed with jmcneill@, install a global ... | ||
| 1.5 | 20 months | jmcneill | pull in acpireg.h for ACPI_COMPONENT_RESOURCE | ||
| 1.29 | 11 months | tsutsui | Split device_t/softc of all ad1848 variants properly. Compile test only. Pleas... | ||
| 1.14 | 11 months | tsutsui | Split device_t/softc of all ad1848 variants properly. Compile test only. Pleas... | ||