This will allow us to properly do interrupts for XHCI devices in the future. Also move PCI device header parsing to a shared library. Get rid of the old irq register format which supplied an irq number and instead pass the appropriate irq number back out to the caller.
16 lines
280 B
TOML
16 lines
280 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"lib/client/denali_client", "lib/fs/ext2",
|
|
"lib/mammoth", "lib/pci",
|
|
"lib/voyageurs",
|
|
"lib/yellowstone",
|
|
"lib/yunq",
|
|
"lib/yunq-test",
|
|
"sys/denali",
|
|
"sys/teton",
|
|
"sys/victoriafalls",
|
|
"sys/yellowstone",
|
|
"usr/testbed",
|
|
]
|
|
resolver = "2"
|