v16.1.0
This commit is contained in:
dayterr
2026-08-28 16:47:26 +03:00
parent 3c5157281e
commit fe3c7bf63a
142 changed files with 3160 additions and 479 deletions

View File

@@ -18,6 +18,11 @@ type PCIDeviceDriverToKernelRequest struct {
// Hardware path of the PCI device, e.g. 0000:81:00.0
// Required: true
HWPath string `url:"hw_path" json:"hw_path" validate:"required,pciDeviceHWPath"`
// Mode of binding the PCI device driver to kernel
// Default: safe
// Required: false
Mode string `url:"mode,omitempty" json:"mode,omitempty" validate:"omitempty,oneof=safe unsafe"`
}
// PCIDeviceDriverToKernel binds PCI device driver to kernel