summary refs log tree commit diff
path: root/devices/src/pci/ac97_bus_master.rs
Commit message (Expand)AuthorAge
* ac97: add sample format to create_*_streamFletcher Woodruff2019-10-22
* device: ac97: Cleanup interrupt logicpaulhsia2019-10-08
* devices: ac97: fix interrupt triggering logicDaniel Verkamp2019-10-08
* ac97: remove duplicated codeFletcher Woodruff2019-08-20
* ac97: Fix device real time priority issuepaulhsia2019-08-01
* tree-wide: update to new inclusive range syntaxDylan Reid2019-07-24
* eliminate mut from non-mut referencesZach Reizner2019-06-04
* devices: Add capture path in AC'97 PCI devicepaulhsia2019-04-20
* edition: Fill in macro importsDavid Tolnay2019-04-15
* edition: Use 2018-style paths in devices crateDavid Tolnay2019-04-09
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* error: Print errors using Display implDavid Tolnay2019-02-20
* devices: Add an Ac97 PCI deviceDylan Reid2019-01-26