summary refs log tree commit diff
path: root/devices/src/pci/ac97.rs
Commit message (Expand)AuthorAge
* devices: pci: refactor PCI devices to use PciAddress.Tomasz Jeznach2020-05-01
* ac97: Create CrasClient with unified socketpaulhsia2020-04-29
* ac97: Set CRAS_CLIENT_TYPE_CROSVM for crosvmpaulhsia2020-04-10
* audio: Create AC97 device with --ac97 optionJudy Hsiao2020-03-20
* ac97: switch to ShmStreamSourceFletcher Woodruff2020-02-28
* devices: pci: make get_bar_addr work for all BAR typesDaniel Verkamp2019-11-17
* resource: Rename device memory to mmioXiong Zhang2019-11-10
* Resource: Unify mmio allocatorXiong Zhang2019-11-10
* pci: Let device could trap pci config read/writeXiong Zhang2019-07-03
* devices: pci: allocate BARs with correct alignmentDaniel Verkamp2019-06-25
* resources+pci: allocator rework (allocation tags)Daniel Prilik2019-04-20
* resources: add build method to SystemAllocatorDaniel Prilik2019-04-17
* edition: Fill in macro importsDavid Tolnay2019-04-15
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* PCI: Return results from pci setup functionsDylan Reid2019-03-06
* ac97: Add top level unit testDylan Reid2019-03-04
* ac97: Fix setting the pci configDylan Reid2019-03-02
* devices: use PCI bar configuration when adding regionsGurchetan Singh2019-03-01
* devices: Add an Ac97 PCI deviceDylan Reid2019-01-26