Module Name:src
Committed By: riastradh
Date: Mon Mar 3 19:38:26 UTC 2025
Modified Files:
src/sys/dev/acpi: acpi_mcfg.c
Log Message:
acpimcfg(4): Use bus ranges set in _CRS if available.
Use the MCFG bus range only as a fallback. The _CRS should tell us
what ranges are
Module Name:src
Committed By: riastradh
Date: Mon Mar 3 19:38:26 UTC 2025
Modified Files:
src/sys/dev/acpi: acpi_mcfg.c
Log Message:
acpimcfg(4): Use bus ranges set in _CRS if available.
Use the MCFG bus range only as a fallback. The _CRS should tell us
what ranges are
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 13:47:36 UTC 2025
Modified Files:
src/sys/dev/acpi: amdgpio.c
Log Message:
amdgpio(4): Fix whitespace nits.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ac
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 13:47:36 UTC 2025
Modified Files:
src/sys/dev/acpi: amdgpio.c
Log Message:
amdgpio(4): Fix whitespace nits.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ac
Module Name:src
Committed By: jmcneill
Date: Wed Feb 26 21:49:11 UTC 2025
Modified Files:
src/sys/dev/acpi: amdgpio.c
Log Message:
amdgpio: Support GPIO_INTR_POS_EDGE
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/amdgpio.c
Please note that
Module Name:src
Committed By: jmcneill
Date: Wed Feb 26 21:49:11 UTC 2025
Modified Files:
src/sys/dev/acpi: amdgpio.c
Log Message:
amdgpio: Support GPIO_INTR_POS_EDGE
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/amdgpio.c
Please note that
Module Name:src
Committed By: christos
Date: Tue Feb 25 00:41:42 UTC 2025
Modified Files:
src/sys/dev/acpi: acpi.c
Log Message:
fix aarch64 kernel build (Tobias Nygren)
To generate a diff of this commit:
cvs rdiff -u -r1.302 -r1.303 src/sys/dev/acpi/acpi.c
Please note t
Module Name:src
Committed By: christos
Date: Tue Feb 25 00:41:42 UTC 2025
Modified Files:
src/sys/dev/acpi: acpi.c
Log Message:
fix aarch64 kernel build (Tobias Nygren)
To generate a diff of this commit:
cvs rdiff -u -r1.302 -r1.303 src/sys/dev/acpi/acpi.c
Please note t
Module Name:src
Committed By: christos
Date: Mon Feb 24 14:41:29 UTC 2025
Modified Files:
src/sys/dev/acpi/acpica: README
Log Message:
mention script
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/acpi/acpica/README
Please note that diffs are no
Module Name:src
Committed By: christos
Date: Mon Feb 24 14:41:29 UTC 2025
Modified Files:
src/sys/dev/acpi/acpica: README
Log Message:
mention script
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/acpi/acpica/README
Please note that diffs are no
Module Name:src
Committed By: jmcneill
Date: Fri Jan 31 12:29:19 UTC 2025
Modified Files:
src/sys/dev/acpi: acpi_cppc.c
Log Message:
acpi: cppc: Use frequency instead of performance units in sysctl interface.
When possible, use frequency instead of abstract performance un
Module Name:src
Committed By: jmcneill
Date: Fri Jan 31 12:29:19 UTC 2025
Modified Files:
src/sys/dev/acpi: acpi_cppc.c
Log Message:
acpi: cppc: Use frequency instead of performance units in sysctl interface.
When possible, use frequency instead of abstract performance un
Module Name:src
Committed By: jmcneill
Date: Thu Jan 9 02:18:47 UTC 2025
Modified Files:
src/sys/dev/acpi: files.acpi
Log Message:
qcompep: add scmi dependency
To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/sys/dev/acpi/files.acpi
Please note that
Module Name:src
Committed By: jmcneill
Date: Thu Jan 9 02:18:47 UTC 2025
Modified Files:
src/sys/dev/acpi: files.acpi
Log Message:
qcompep: add scmi dependency
To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/sys/dev/acpi/files.acpi
Please note that
Module Name:src
Committed By: jmcneill
Date: Wed Jan 8 22:58:05 UTC 2025
Modified Files:
src/sys/dev/acpi: qcompep.c qcompep.h
Log Message:
qcompep: Add CPU frequency DVFS support.
arm64$ sysctl machdep.cpufreq
machdep.cpufreq.cpu0.target = 2976
machdep.cpufreq.cpu0.curr
Module Name:src
Committed By: jmcneill
Date: Wed Jan 8 22:58:05 UTC 2025
Modified Files:
src/sys/dev/acpi: qcompep.c qcompep.h
Log Message:
qcompep: Add CPU frequency DVFS support.
arm64$ sysctl machdep.cpufreq
machdep.cpufreq.cpu0.target = 2976
machdep.cpufreq.cpu0.curr
Module Name:src
Committed By: imil
Date: Fri Jan 3 05:57:06 UTC 2025
Modified Files:
src/sys/dev/acpi: files.acpi
Log Message:
Fix MMIO support for VirtIO ACPI: virtio_acpi.c already depends on
virtio_mmio.c, it worked only by accident on Arm kernels which already had
vir
Module Name:src
Committed By: imil
Date: Fri Jan 3 05:57:06 UTC 2025
Modified Files:
src/sys/dev/acpi: files.acpi
Log Message:
Fix MMIO support for VirtIO ACPI: virtio_acpi.c already depends on
virtio_mmio.c, it worked only by accident on Arm kernels which already had
vir
Module Name:src
Committed By: andvar
Date: Thu Jan 2 16:32:34 UTC 2025
Modified Files:
src/sys/dev/acpi: acpi_resource.c
Log Message:
acpi(4): validate IO/FixedIO resource base address and length.
Ensure that the base address and length of an IO/FixedIO resource reported
Module Name:src
Committed By: andvar
Date: Thu Jan 2 16:32:34 UTC 2025
Modified Files:
src/sys/dev/acpi: acpi_resource.c
Log Message:
acpi(4): validate IO/FixedIO resource base address and length.
Ensure that the base address and length of an IO/FixedIO resource reported
Module Name:src
Committed By: jmcneill
Date: Mon Dec 30 19:07:31 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_util.c
Log Message:
acpi_match_cpu_info: Skip test for 'acpi_active'.
This allows us to call this function from acpi_md_callback, which is
when CPUs are attach
Module Name:src
Committed By: jmcneill
Date: Mon Dec 30 19:07:31 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_util.c
Log Message:
acpi_match_cpu_info: Skip test for 'acpi_active'.
This allows us to call this function from acpi_md_callback, which is
when CPUs are attach
Module Name:src
Committed By: jmcneill
Date: Mon Dec 30 11:44:16 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi.c acpi_i2c.c
Log Message:
acpi: Ensure that non-child I2C HID devices are properly claimed.
To generate a diff of this commit:
cvs rdiff -u -r1.301 -r1.302 sr
Module Name:src
Committed By: jmcneill
Date: Mon Dec 30 11:44:16 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi.c acpi_i2c.c
Log Message:
acpi: Ensure that non-child I2C HID devices are properly claimed.
To generate a diff of this commit:
cvs rdiff -u -r1.301 -r1.302 sr
Module Name:src
Committed By: riastradh
Date: Thu Dec 19 14:19:53 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi.c
Log Message:
acpi(4): Nix trailing whitespace.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.300 -r1.301 src/sys/dev/
Module Name:src
Committed By: riastradh
Date: Thu Dec 19 14:19:53 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi.c
Log Message:
acpi(4): Nix trailing whitespace.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.300 -r1.301 src/sys/dev/
Module Name:src
Committed By: jmcneill
Date: Wed Dec 18 21:23:27 UTC 2024
Modified Files:
src/sys/dev/acpi: qcomiic.c
Log Message:
qcomiic: Don't defer attachment of child devices.
Now that _DEP is supported in the acpi later, remove config_defer hack.
To generate a dif
Module Name:src
Committed By: jmcneill
Date: Wed Dec 18 21:23:27 UTC 2024
Modified Files:
src/sys/dev/acpi: qcomiic.c
Log Message:
qcomiic: Don't defer attachment of child devices.
Now that _DEP is supported in the acpi later, remove config_defer hack.
To generate a dif
Module Name:src
Committed By: jmcneill
Date: Wed Dec 18 21:19:52 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi.c acpivar.h
Log Message:
acpi: Honour device dependencies ("_DEP" method).
When creating acpi_devnode devices, build a list of devnodes that are
direct depende
Module Name:src
Committed By: jmcneill
Date: Wed Dec 18 21:19:52 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi.c acpivar.h
Log Message:
acpi: Honour device dependencies ("_DEP" method).
When creating acpi_devnode devices, build a list of devnodes that are
direct depende
Module Name:src
Committed By: riastradh
Date: Tue Dec 17 22:05:11 UTC 2024
Modified Files:
src/sys/dev/acpi: qcomgpioreg.h
Log Message:
qcomgpioreg.h: Add missing sys/cdefs.h for __BIT/__BITS.
No functional change intended, other than to make potential users
build when th
Module Name:src
Committed By: riastradh
Date: Tue Dec 17 22:05:22 UTC 2024
Modified Files:
src/sys/dev/acpi: qcomgpio.c
Log Message:
qcomgpio(4): KNF whitespace
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/acpi/q
Module Name:src
Committed By: riastradh
Date: Tue Dec 17 22:05:22 UTC 2024
Modified Files:
src/sys/dev/acpi: qcomgpio.c
Log Message:
qcomgpio(4): KNF whitespace
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/acpi/q
Module Name:src
Committed By: riastradh
Date: Tue Dec 17 22:05:11 UTC 2024
Modified Files:
src/sys/dev/acpi: qcomgpioreg.h
Log Message:
qcomgpioreg.h: Add missing sys/cdefs.h for __BIT/__BITS.
No functional change intended, other than to make potential users
build when th
Module Name:src
Committed By: riastradh
Date: Tue Dec 17 22:04:47 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_gpio.h
Log Message:
acpi_gpio.h: Add missing includes and forward declarations.
No functional change intended, other than to make potential users
build when t
Module Name:src
Committed By: riastradh
Date: Tue Dec 17 22:04:57 UTC 2024
Modified Files:
src/sys/dev/acpi: qcomgpio.c
Log Message:
qcomgpio(4): Sort includes.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/acpi/q
Module Name:src
Committed By: riastradh
Date: Tue Dec 17 22:04:57 UTC 2024
Modified Files:
src/sys/dev/acpi: qcomgpio.c
Log Message:
qcomgpio(4): Sort includes.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/acpi/q
Module Name:src
Committed By: riastradh
Date: Tue Dec 17 22:04:47 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_gpio.h
Log Message:
acpi_gpio.h: Add missing includes and forward declarations.
No functional change intended, other than to make potential users
build when t
Module Name:src
Committed By: riastradh
Date: Tue Dec 17 21:55:50 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_event.h
Log Message:
acpi_event.h: Add missing includes and forward declarations.
No functional change intended, other than to make potential users
build when
Module Name:src
Committed By: riastradh
Date: Tue Dec 17 21:55:50 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_event.h
Log Message:
acpi_event.h: Add missing includes and forward declarations.
No functional change intended, other than to make potential users
build when
Module Name:src
Committed By: riastradh
Date: Tue Dec 17 21:55:29 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_intr.h
Log Message:
acpi_intr.h: Add missing includes and forward declarations.
Nix spurious parameter name in prototype.
No functional change intended, othe
Module Name:src
Committed By: riastradh
Date: Tue Dec 17 21:55:29 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_intr.h
Log Message:
acpi_intr.h: Add missing includes and forward declarations.
Nix spurious parameter name in prototype.
No functional change intended, othe
Module Name:src
Committed By: hannken
Date: Sun Dec 15 10:15:55 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_gpio.c
Log Message:
Add _COMPONENT and ACPI_MODULE_NAME for debug.
Kernels ALL/i386 and ALL/amd64 compile again.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: hannken
Date: Sun Dec 15 10:15:55 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_gpio.c
Log Message:
Add _COMPONENT and ACPI_MODULE_NAME for debug.
Kernels ALL/i386 and ALL/amd64 compile again.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: jmcneill
Date: Sat Dec 14 12:52:39 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_i2c.c
Log Message:
acpi: i2c: Honour accessor type attribute in GSB handler.
The accessor type attribute in a GSB field defines how the I2C
transaction should
Module Name:src
Committed By: jmcneill
Date: Sat Dec 14 12:52:39 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_i2c.c
Log Message:
acpi: i2c: Honour accessor type attribute in GSB handler.
The accessor type attribute in a GSB field defines how the I2C
transaction should
Module Name:src
Committed By: martin
Date: Fri Dec 13 13:30:10 UTC 2024
Modified Files:
src/sys/dev/acpi: files.acpi
Log Message:
Only compile acpi_i2c.c if the kernel has I2C support
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/sys/dev/acpi/files.
Module Name:src
Committed By: martin
Date: Fri Dec 13 13:30:10 UTC 2024
Modified Files:
src/sys/dev/acpi: files.acpi
Log Message:
Only compile acpi_i2c.c if the kernel has I2C support
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/sys/dev/acpi/files.
Module Name:src
Committed By: jmcneill
Date: Thu Dec 12 22:30:47 UTC 2024
Modified Files:
src/sys/dev/acpi: qcomgpio.c
Log Message:
qcomgpio: Add event counters for individual interrupt pins.
arm64$ vmstat -i | grep qcomgpio
qcomgpio0 pin 126 10
qcomgpio0 pi
Module Name:src
Committed By: jmcneill
Date: Thu Dec 12 22:30:47 UTC 2024
Modified Files:
src/sys/dev/acpi: qcomgpio.c
Log Message:
qcomgpio: Add event counters for individual interrupt pins.
arm64$ vmstat -i | grep qcomgpio
qcomgpio0 pin 126 10
qcomgpio0 pi
Module Name:src
Committed By: jmcneill
Date: Thu Dec 12 21:51:19 UTC 2024
Modified Files:
src/sys/dev/acpi: qcomgpio.c
Log Message:
qcomgpio: Filter some interrupts.
Virtual pin 0x140 activates a previously unused block of AML code that
triggers when the lid switch event
Module Name:src
Committed By: jmcneill
Date: Thu Dec 12 21:51:19 UTC 2024
Modified Files:
src/sys/dev/acpi: qcomgpio.c
Log Message:
qcomgpio: Filter some interrupts.
Virtual pin 0x140 activates a previously unused block of AML code that
triggers when the lid switch event
Module Name:src
Committed By: jmcneill
Date: Thu Dec 12 12:47:57 UTC 2024
Modified Files:
src/sys/dev/acpi: qcomgpio.c
Log Message:
qcomgpio: Translate virtual GPIO numbers using ACPI table data.
The scheme used by this device node appears to follow the following
conventi
Module Name:src
Committed By: jmcneill
Date: Thu Dec 12 12:47:57 UTC 2024
Modified Files:
src/sys/dev/acpi: qcomgpio.c
Log Message:
qcomgpio: Translate virtual GPIO numbers using ACPI table data.
The scheme used by this device node appears to follow the following
conventi
Module Name:src
Committed By: jmcneill
Date: Wed Dec 11 01:00:02 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_gpio.c acpi_gpio.h
Log Message:
acpi: gpio: Add GeneralPurposeIo address space handler for GPIO controllers
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: jmcneill
Date: Wed Dec 11 00:59:17 UTC 2024
Modified Files:
src/sys/dev/acpi: qcomgpio.c
Log Message:
qcomgpio: Add reserved pin list and add one more ACPI pin mapping
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/a
Module Name:src
Committed By: jmcneill
Date: Wed Dec 11 01:00:02 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_gpio.c acpi_gpio.h
Log Message:
acpi: gpio: Add GeneralPurposeIo address space handler for GPIO controllers
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: jmcneill
Date: Wed Dec 11 00:59:17 UTC 2024
Modified Files:
src/sys/dev/acpi: qcomgpio.c
Log Message:
qcomgpio: Add reserved pin list and add one more ACPI pin mapping
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/a
Module Name:src
Committed By: jmcneill
Date: Mon Dec 9 23:41:36 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_wakedev.c
Log Message:
Don't setup GPEs on HW reduced platforms
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/acpi/acpi_wakedev.c
Module Name:src
Committed By: jmcneill
Date: Mon Dec 9 23:41:36 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_wakedev.c
Log Message:
Don't setup GPEs on HW reduced platforms
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/acpi/acpi_wakedev.c
Module Name:src
Committed By: jmcneill
Date: Mon Dec 9 22:29:49 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_i2c.c
Log Message:
Remove some debug printfs
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/acpi/acpi_i2c.c
Please note that diffs
Module Name:src
Committed By: jmcneill
Date: Mon Dec 9 22:29:49 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_i2c.c
Log Message:
Remove some debug printfs
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/acpi/acpi_i2c.c
Please note that diffs
Module Name:src
Committed By: jmcneill
Date: Mon Dec 9 22:15:34 UTC 2024
Modified Files:
src/sys/dev/acpi: xhci_acpi.c
Log Message:
acpi: xhci: Add support for generic USB role switching device nodes.
URS nodes have a child node that contains the interrupt resource for t
Module Name:src
Committed By: jmcneill
Date: Mon Dec 9 22:15:34 UTC 2024
Modified Files:
src/sys/dev/acpi: xhci_acpi.c
Log Message:
acpi: xhci: Add support for generic USB role switching device nodes.
URS nodes have a child node that contains the interrupt resource for t
Module Name:src
Committed By: jmcneill
Date: Mon Dec 9 22:13:14 UTC 2024
Modified Files:
src/sys/dev/acpi: qcomiic.c
Log Message:
qcomiic: Register GSB address space handler.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/qcomiic.c
Please
Module Name:src
Committed By: jmcneill
Date: Mon Dec 9 22:13:14 UTC 2024
Modified Files:
src/sys/dev/acpi: qcomiic.c
Log Message:
qcomiic: Register GSB address space handler.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/qcomiic.c
Please
Module Name:src
Committed By: jmcneill
Date: Mon Dec 9 22:12:54 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_i2c.c acpi_i2c.h
Log Message:
acpi: i2c: Support GenericSerialBus address space handlers.
Add support for I2C controllers to install GSB address space handlers
Module Name:src
Committed By: jmcneill
Date: Mon Dec 9 22:12:54 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_i2c.c acpi_i2c.h
Log Message:
acpi: i2c: Support GenericSerialBus address space handlers.
Add support for I2C controllers to install GSB address space handlers
Module Name:src
Committed By: jmcneill
Date: Mon Dec 9 22:10:25 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_gpio.c acpi_gpio.h acpivar.h qcomgpio.c
qcomgpioreg.h
Log Message:
acpi: gpio: Pass the full ACPI_RESOURCE_GPIO to the translate callback.
To gene
Module Name:src
Committed By: jmcneill
Date: Mon Dec 9 22:10:25 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_gpio.c acpi_gpio.h acpivar.h qcomgpio.c
qcomgpioreg.h
Log Message:
acpi: gpio: Pass the full ACPI_RESOURCE_GPIO to the translate callback.
To gene
Module Name:src
Committed By: jmcneill
Date: Sun Dec 8 20:49:15 UTC 2024
Modified Files:
src/sys/dev/acpi: acpivar.h files.acpi
Added Files:
src/sys/dev/acpi: acpi_gpio.c acpi_gpio.h qcomgpio.c qcomgpioreg.h
qcomiic.c
Log Message:
Add support for Snapd
Module Name:src
Committed By: jmcneill
Date: Sun Dec 8 20:49:15 UTC 2024
Modified Files:
src/sys/dev/acpi: acpivar.h files.acpi
Added Files:
src/sys/dev/acpi: acpi_gpio.c acpi_gpio.h qcomgpio.c qcomgpioreg.h
qcomiic.c
Log Message:
Add support for Snapd
Module Name:src
Committed By: jmcneill
Date: Sun Dec 8 20:44:40 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_i2c.c
Log Message:
acpi: find I2C devices that are not children of the controller node
An I2C device does not necessarily have to be a child of an I2C controll
Module Name:src
Committed By: jmcneill
Date: Sun Dec 8 20:44:40 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_i2c.c
Log Message:
acpi: find I2C devices that are not children of the controller node
An I2C device does not necessarily have to be a child of an I2C controll
Module Name:src
Committed By: riastradh
Date: Tue Nov 12 21:49:11 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_dev.c
Log Message:
acpi(4): KNF
- Nix trailing whitespace.
- Fix operator spacing.
- No need to cast AcpiOsMapMemory result.
No functional change intended.
Module Name:src
Committed By: riastradh
Date: Tue Nov 12 21:49:11 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_dev.c
Log Message:
acpi(4): KNF
- Nix trailing whitespace.
- Fix operator spacing.
- No need to cast AcpiOsMapMemory result.
No functional change intended.
Module Name:src
Committed By: martin
Date: Tue Nov 12 13:24:01 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_dev.c
Log Message:
PR 58817: allow userland access to the TCPA. Patch from Jared.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/acpi/a
Module Name:src
Committed By: martin
Date: Tue Nov 12 13:24:01 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_dev.c
Log Message:
PR 58817: allow userland access to the TCPA. Patch from Jared.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/acpi/a
Module Name:src
Committed By: martin
Date: Sun Nov 10 13:29:38 UTC 2024
Modified Files:
src/sys/dev/acpi: pckbc_acpi.c
Log Message:
Add ELAN0501 trackpads in ps2-compat mode to the quirks table of devices
not requiring an interrupt for the aux slot.
To generate a diff of
Module Name:src
Committed By: martin
Date: Sun Nov 10 13:29:38 UTC 2024
Modified Files:
src/sys/dev/acpi: pckbc_acpi.c
Log Message:
Add ELAN0501 trackpads in ps2-compat mode to the quirks table of devices
not requiring an interrupt for the aux slot.
To generate a diff of
Module Name:src
Committed By: mlelstv
Date: Sun Nov 10 10:45:37 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_mcfg.c
Log Message:
Debug output.
Ignore an address range of size zero.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/acpi/acpi_mcf
Module Name:src
Committed By: mlelstv
Date: Sun Nov 10 10:45:37 UTC 2024
Modified Files:
src/sys/dev/acpi: acpi_mcfg.c
Log Message:
Debug output.
Ignore an address range of size zero.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/acpi/acpi_mcf
Module Name:src
Committed By: riastradh
Date: Sun Oct 27 21:28:54 UTC 2024
Modified Files:
src/sys/dev/acpi: apei.c
Log Message:
apei(4): Print non-fatal uncorrectable PCIe AER errors as intended.
Noted by rillig@.
PR kern/58775: apei(4) spamming console
To generate a
Module Name:src
Committed By: riastradh
Date: Sun Oct 27 21:28:54 UTC 2024
Modified Files:
src/sys/dev/acpi: apei.c
Log Message:
apei(4): Print non-fatal uncorrectable PCIe AER errors as intended.
Noted by rillig@.
PR kern/58775: apei(4) spamming console
To generate a
Module Name:src
Committed By: riastradh
Date: Sun Oct 27 17:27:11 UTC 2024
Modified Files:
src/sys/dev/acpi: apei.c
Log Message:
apei(4): Print PCIe cap and AER extcap registers in 32-bit chunks.
PR kern/58775: apei(4) spamming console
To generate a diff of this commit:
Module Name:src
Committed By: riastradh
Date: Sun Oct 27 17:27:11 UTC 2024
Modified Files:
src/sys/dev/acpi: apei.c
Log Message:
apei(4): Print PCIe cap and AER extcap registers in 32-bit chunks.
PR kern/58775: apei(4) spamming console
To generate a diff of this commit:
Module Name:src
Committed By: riastradh
Date: Sun Oct 27 12:59:09 UTC 2024
Modified Files:
src/sys/dev/acpi: apei.c apei_cper.h
Log Message:
apei(4): Print PCIe errors.
PR kern/58775: apei(4) spamming console
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 s
Module Name:src
Committed By: riastradh
Date: Sun Oct 27 12:59:09 UTC 2024
Modified Files:
src/sys/dev/acpi: apei.c apei_cper.h
Log Message:
apei(4): Print PCIe errors.
PR kern/58775: apei(4) spamming console
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 s
Module Name:src
Committed By: riastradh
Date: Sun Oct 27 12:14:07 UTC 2024
Modified Files:
src/sys/dev/acpi: apei.c apei_cper.h
Log Message:
apei(4): Add section numbering in comments on error types.
This will make it easier to keep the sections sorted by the spec's
secti
Module Name:src
Committed By: riastradh
Date: Sun Oct 27 12:14:07 UTC 2024
Modified Files:
src/sys/dev/acpi: apei.c apei_cper.h
Log Message:
apei(4): Add section numbering in comments on error types.
This will make it easier to keep the sections sorted by the spec's
secti
Module Name:src
Committed By: riastradh
Date: Sun Oct 27 12:13:54 UTC 2024
Modified Files:
src/sys/dev/acpi: apei_cper.h
Log Message:
apei(4): Fix comments citing structure member names.
No functional change intended.
In preparation for further changes for:
PR kern/5877
Module Name:src
Committed By: riastradh
Date: Sun Oct 27 12:13:54 UTC 2024
Modified Files:
src/sys/dev/acpi: apei_cper.h
Log Message:
apei(4): Fix comments citing structure member names.
No functional change intended.
In preparation for further changes for:
PR kern/5877
Module Name:src
Committed By: riastradh
Date: Sun Oct 27 12:13:42 UTC 2024
Modified Files:
src/sys/dev/acpi: apei.c
Log Message:
apei(4): Rate-limit error reports to console.
For each severity level (corrected, uncorrectable/recoverable,
uncorrectable/fatal, other), print
Module Name:src
Committed By: riastradh
Date: Sun Oct 27 12:13:28 UTC 2024
Modified Files:
src/sys/dev/acpi: apei.c
Log Message:
apei(4): Fix format of CPER UUID strings to match UEFI spec.
PR kern/58775: apei(4) spamming console
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: riastradh
Date: Sun Oct 27 12:13:42 UTC 2024
Modified Files:
src/sys/dev/acpi: apei.c
Log Message:
apei(4): Rate-limit error reports to console.
For each severity level (corrected, uncorrectable/recoverable,
uncorrectable/fatal, other), print
Module Name:src
Committed By: riastradh
Date: Sun Oct 27 12:13:28 UTC 2024
Modified Files:
src/sys/dev/acpi: apei.c
Log Message:
apei(4): Fix format of CPER UUID strings to match UEFI spec.
PR kern/58775: apei(4) spamming console
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: riastradh
Date: Sun Oct 27 12:13:07 UTC 2024
Modified Files:
src/sys/dev/acpi: apei_hest.c
Log Message:
apei(4): Paranoia: Don't schedule callout if poll interval is zero.
Prompted by making sure there isn't a runaway callout in:
PR kern/587
Module Name:src
Committed By: riastradh
Date: Sun Oct 27 12:13:07 UTC 2024
Modified Files:
src/sys/dev/acpi: apei_hest.c
Log Message:
apei(4): Paranoia: Don't schedule callout if poll interval is zero.
Prompted by making sure there isn't a runaway callout in:
PR kern/587
Module Name:src
Committed By: riastradh
Date: Sun Oct 27 12:12:53 UTC 2024
Modified Files:
src/sys/dev/acpi: apei_hest.c
Log Message:
apei(4): Use __SIMPLELOCK_UNLOCKED to initialize __cpu_simple_lock_t.
Zero-initialization is wrong on some architectures. While it happen
Module Name:src
Committed By: riastradh
Date: Sun Oct 27 12:12:53 UTC 2024
Modified Files:
src/sys/dev/acpi: apei_hest.c
Log Message:
apei(4): Use __SIMPLELOCK_UNLOCKED to initialize __cpu_simple_lock_t.
Zero-initialization is wrong on some architectures. While it happen
1 - 100 of 499 matches
Mail list logo