Add support for printing ACPI paths. This is a bit of a degenerate case
for this interface since it's always just the device handle if the
device has one. But it is illustrtive of how to do this for a few nodes
in the tree.
Sponsored by: Netflix
Paths
| Differential D32748 Authored by imp on Oct 30 2021, 12:53 AM.
Details
Summary Add support for printing ACPI paths. This is a bit of a degenerate case Sponsored by: Netflix
Diff Detail
Event TimelineHerald added a subscriber: dab. · View Herald TranscriptOct 30 2021, 12:53 AM2021-10-30 00:53:02 (UTC+0) Harbormaster completed remote builds in B42449: Diff 97726.Oct 30 2021, 12:53 AM2021-10-30 00:53:02 (UTC+0) imp added a parent revision: D32747: devctl: add getpath command.Oct 30 2021, 12:53 AM2021-10-30 00:53:05 (UTC+0) Harbormaster completed remote builds in B42548: Diff 97935.Nov 3 2021, 1:56 PM2021-11-03 13:56:31 (UTC+0)
Comment Actions
I thought I'd already updated it elsewhere. Or maybe I should ask 'which devctl man page?' Harbormaster completed remote builds in B42784: Diff 98516.Nov 15 2021, 4:10 PM2021-11-15 16:10:47 (UTC+0) This revision is now accepted and ready to land.Nov 29 2021, 5:35 PM2021-11-29 17:35:02 (UTC+0) Closed by commit rGcae7d9ec8328: bus: Add ACPI locator support (authored by imp). · Explain WhyMar 1 2022, 3:43 PM2022-03-01 15:43:59 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 103343 sys/dev/acpica/acpi.c
sys/dev/acpica/acpi_pci.c
sys/dev/acpica/acpivar.h
sys/dev/iicbus/acpi_iicbus.c
|