Crate pci_bus

source ·
Expand description

Generic PCI Bus infrastructure.

GenericPciBus is a [ChipsetDevice] that implements a chipset and architecture agnostic PCI bus.

GenericPciBus can be configured to support various spec-compliant PCI configuration space access mechanisms, such as legacy port-io based configuration space access, ECAM (Enhanced Configuration Access Mechanism), etc…

Incoming config space accesses are then routed to connected GenericPciBusDevice devices.

Modules§

Structs§

Traits§