danos/system/devices
Daniel Samson 36145e623b
Delete the retired kernel AML device-building path (M20.3 cleanup)
The M20.3 flip moved ACPI namespace enumeration to the ring-3 acpi
service; the kernel now builds the namespace only for the \_S5 sleep
type. That left the kernel's AML-to-device helpers unreferenced.

Remove the dead cluster (wireAcpiDevices, mirrorDevices, applyHid,
setEisaHid, applyCrs, parseResourceTemplate, parseAddressSpace,
devicePresent, matchHostBridge, findPciNode, readAdr, isPciRootNode,
isPciRootHid, PciContext) and every AML-decoding helper it alone used
(eisaIdToStr, seg4, cstr, hexDigit, rd16, rd32, readN, readLE,
readIntObj, packageLength/PkgLen) plus their tests and the now-orphaned
acpi-ids import. The static-table path keeps checksumOk, fadt, readGas,
readCntRegister, and rd. Also tidies two stale comments.
2026-07-13 03:53:04 +01:00
..
aml The AML interpreter runs in ring 3: the acpi service parses (M20.1) 2026-07-13 03:07:11 +01:00
acpi-ids.zig Name ACPI hardware IDs instead of magic _HID strings 2026-07-11 23:23:16 +01:00
acpi.zig Delete the retired kernel AML device-building path (M20.3 cleanup) 2026-07-13 03:53:04 +01:00
device-abi.zig The AML interpreter runs in ring 3: the acpi service parses (M20.1) 2026-07-13 03:07:11 +01:00
device-model.zig zig fmt 2026-07-12 16:04:58 +01:00
device-tree.zig Re-organize the source tree as a monorepo mirroring the FHS 2026-07-10 12:55:56 +01:00
pci-class.zig Decode PCI class codes in device discovery 2026-07-10 21:35:20 +01:00
platform.zig The AML interpreter runs in ring 3: the acpi service parses (M20.1) 2026-07-13 03:07:11 +01:00
power.zig Re-organize the source tree as a monorepo mirroring the FHS 2026-07-10 12:55:56 +01:00
usb-abi.zig WIP: USB 2026-07-12 22:24:47 +01:00
usb-ids.zig WIP: USB 2026-07-12 22:24:47 +01:00