docs: update public driver-manager handoff language

This commit is contained in:
2026-05-09 01:33:56 +01:00
parent 8bf1f7022d
commit 46d76a5287
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ pub struct PciDevice {
}
pub fn enumerate() -> Result<Vec<PciDevice>> {
// Read from pcid-spawner or scheme:pci
// Read from scheme:pci after driver-manager handoff
// Parse PCI configuration space for each device
// Filter to GPU devices (class 0x030000-0x0302xx)
}