Module bus

Module bus 

Source
Expand description

PCI bus logic

Structs§

PciBus
A PCI bus definition
PciConfigIo
Wrapper that allows handling PCI configuration over the legacy Bus
PciConfigMmio
Emulates PCI memory-mapped configuration access mechanism.
PciRoot
Emulates the PCI Root bridge device.

Enums§

PciRootError
Errors for device manager.

Constants§

PCI_CONFIG_IO_PORT
IO port used for configuring PCI over the legacy bus
PCI_CONFIG_IO_PORT_SIZE
Size of IO ports we are using to configure PCI over the legacy bus. We have two ports, 0xcf8 and 0xcfc 32bits long.