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§
- Standard x86 IO ports associated with PCI
Structs§
- A generic PCI bus.
Traits§
- An abstract interface for a PCI device accessed via the
GenericPciBus
.