NetBSD

src/sys/dev/acpi/

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

General options
,

cvsweb.de.netbsd.org <zafer@aydogan.de>