Remove jinux-pci and hide PCI ports

This commit is contained in:
Yuke Peng
2023-08-10 16:23:02 +08:00
committed by Tate, Hongliang Tian
parent b3799ff9c7
commit df42397cea
23 changed files with 3 additions and 1078 deletions

View File

@ -10,7 +10,6 @@ component = { path = "../../libs/comp-sys/component" }
jinux-frame = { path = "../../../framework/jinux-frame" }
jinux-virtio = { path = "../virtio" }
jinux-util = { path = "../../libs/jinux-util" }
jinux-pci = { path = "../pci" }
jinux-rights = { path = "../../libs/jinux-rights" }
spin = "0.9.4"
ringbuf = { version = "0.3.2", default-features = false, features = ["alloc"] }