Skip to content

Commit 48cd724

Browse files
committed
fix(pci): use pci_types with fixed BAR sizing
1 parent b7cb4d3 commit 48cd724

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ exclude = [
212212
[patch.crates-io]
213213
# FIXME: remove once merged: https://github.com/rcore-os/trapframe-rs/pull/16
214214
trapframe = { git = "https://github.com/hermit-os/trapframe-rs", branch = "global_asm" }
215+
pci_types = { git = "https://github.com/rust-osdev/pci_types.git" }
215216
safe-mmio = { git = "https://github.com/hermit-os/safe-mmio", branch = "be" }
216217

217218
[profile.profiling]

0 commit comments

Comments
 (0)