Expand description
Exports MissingDev
: a “no-op” device that silently swallows all MMIO,
PIO, and PCI accesses that come its way.
Useful for claiming known-unimplemented machine resources, in order to cut down on missing-device logging.
Modules§
- A resolver for [
MissingDevHandle
] resources.
Structs§
- A device that swallows all MMIO, PIO, and PCI accesses that come its way.
- A
MissingDev
builder.