Skip to content

Couple more pcid cleanups

bjorn3 requested to merge bjorn3/drivers:pci_cleanup into master
  • Remove some dead code.
  • Remove PciBus and PciDev types as they weren't used in a load bearing way.
  • Move the legacy port based PCI access code out of a module included in pcid_interface. It should never be used by device drivers as using them without synchronization will cause the wrong locations to be accessed.

Merge request reports