Expand description
PCI bus logic
Structs§
- PciBus
- A PCI bus definition
- PciConfig
Io - Wrapper that allows handling PCI configuration over the legacy Bus
- PciConfig
Mmio - Emulates PCI memory-mapped configuration access mechanism.
- PciRoot
- Emulates the PCI Root bridge device.
Enums§
- PciRoot
Error - 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.