fix: expose pcid handoff to spawned drivers

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-05-07 20:51:56 +01:00
parent 26be773a59
commit bb78be5240
2 changed files with 45 additions and 0 deletions
@@ -0,0 +1,8 @@
--- a/drivers/pcid/src/driver_interface/mod.rs
+++ b/drivers/pcid/src/driver_interface/mod.rs
@@ -310,4 +310,4 @@ impl PciFunctionHandle {
- fn connect_default() -> Self {
+ pub fn connect_default() -> Self {
let channel_fd = match env::var("PCID_CLIENT_CHANNEL") {
Ok(channel_fd) => channel_fd,
Err(err) => {