Skip to content

Use the pci_types crate for writing the command register and reading the status register

bjorn3 requested to merge bjorn3/drivers:pci_use_pci_types2 into master

Also avoided reading the BARs when a driver may already be running as fetching the BAR size temporarily invalidates the BAR.

Merge request reports