Files
RedBear-OS/local
vasilito f61775c946 docs: bump driver-manager plan to v4.1; capture v4.1 fixes and audit
Updates the canonical planning authority for the driver-manager migration
to v4.1, which closes the three P3 items v4.0 had declared open.

Adds:
* v4.1 update block with the table mapping each v4.0 P3 item to its
  v4.1 resolution (QuirkPhase::Early gating, AER auto-dispatch,
  per-vendor firmware assessment) and the IOMMU/NUMA honest-absence
  fix in redox-driver-core::modern_technology.
* Driver-by-driver audit summary — every PCI driver invoked from
  /lib/drivers.d/*.toml plus the modern-tech daemons and bridging
  consumers. No stubs, no todo!()/unimplemented!() in production
  paths.
* Adjacent-technology compatibility matrix — cpufreqd/thermald
  verified compatible; iommu now honest; udev-shim/driver-params
  wired correctly; redox-drm/xhcid/iwlwifi/amdgpu use the granted
  channel contract.

Refreshes the v4.0 post-cutover table to reflect the v4.1 AER row
('auto-dispatch from listener; RecoveryAction::ResetDevice/RescanBus
execute via shared dispatch_recovery helper') and the v4.1 quirks
row (phase = early/enable consulted at probe time).

Replaces the now-stale v4.0 'Open items (updated)' line with the v4.1
list — none from v4.0 P3, plus the operator-only gates that remain
(ACPI session, hardware validation matrix, two-week soak).

Updates Last reviewed line to 2026-07-24.
2026-07-24 23:31:15 +09:00
..