⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

probe_known_drivers

Function probe_known_drivers 

Source
pub fn probe_known_drivers()
Expand description

Probe enumerated PCI devices and initialize known VirtIO drivers.

Called after enumerate_devices() during bootstrap. Each driver’s init() handles the case where no matching device is present, so spurious calls are harmless.