summary refs log tree commit diff
path: root/devices/src/pci/pci_configuration.rs
Commit message (Expand)AuthorAge
* devices: add missing PCI derivesAlyssa Ross2020-03-17
* devices: pci: fix writable_bits for 64-bit BARsDaniel Verkamp2020-02-05
* devices: pci: make get_bar_addr work for all BAR typesDaniel Verkamp2019-11-17
* devices: pci: replace byteorder with from_le_bytes()Daniel Verkamp2019-08-26
* devices: silence unused code warning in PCIDaniel Verkamp2019-07-10
* pci: Let device could trap pci config read/writeXiong Zhang2019-07-03
* devices: pci: preserve read-only bits in write_regDaniel Verkamp2019-06-25
* devices: pci: check BAR address alignmentDaniel Verkamp2019-06-25
* resources+pci: allocator rework (allocation tags)Daniel Prilik2019-04-20
* edition: Fill in macro importsDavid Tolnay2019-04-15
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* pci: match pci cap structs with linux/virtio_pci.hDaniel Prilik2019-03-28
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* devices: PCI: fix underflow for 64 bit BAR configDaniel Prilik2019-03-08
* PCI: Return results from pci setup functionsDylan Reid2019-03-06
* devices: use PCI bar configuration when adding regionsGurchetan Singh2019-03-01
* devices: pci: define a PCI bar configuration structGurchetan Singh2019-03-01
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* cargo fmt all source codeZach Reizner2018-10-09
* devices: pci: make more registers read onlyDaniel Verkamp2018-10-01
* devices: pci: ignore writable_bits when adding capsDaniel Verkamp2018-10-01
* devices: pci: fix add_bar return valueDylan Reid2018-10-01
* devices: pci: add Programming Interface to deviceDaniel Verkamp2018-10-01
* fix warning and bit rotted tests uncovered by kokoroZach Reizner2018-09-22
* devices: pci: add subsystem vendor and device IDDylan Reid2018-09-13
* devices: pci: fix capability mask in status regDylan Reid2018-09-10
* pci: add tests for add_capability()Daniel Verkamp2018-09-05
* Add capabilities to PCI configuration spaceDylan Reid2018-08-09
* pci: Add serial bus subclassJingkui Wang2018-07-27
* devices: pci - Add PciConfigurationDylan Reid2018-07-11