2 Commits

Author SHA1 Message Date
Noel Georgi
7e5d36d469
fix: pci driver rebind config validation
We need a field named `name` to distinguish between named documents, as
decoder expects a `name` yaml key.

Fixes: https://github.com/siderolabs/talos/discussions/10025

Fixes by using standard `name` field instead of `pciID`.

Signed-off-by: Noel Georgi <git@frezbo.dev>
2024-12-25 10:36:31 +05:30
Noel Georgi
a5660ed778
feat: pcirebind controller
Add a controller to support rebinding drivers for PCI devices.

Fixes: https://github.com/siderolabs/extensions/pull/488

Signed-off-by: Noel Georgi <git@frezbo.dev>
2024-12-20 17:35:37 +05:30