Changeset 9e9ced0 in mainline for uspace/lib/virtio/virtio-pci.c
- Timestamp:
- 2018-05-22T19:06:50Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d6c0016
- Parents:
- a86174ec
- git-author:
- Jakub Jermar <jakub@…> (2018-04-22 12:14:08)
- git-committer:
- Jakub Jermar <jakub@…> (2018-05-22 19:06:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/virtio/virtio-pci.c
ra86174ec r9e9ced0 143 143 144 144 rc = pio_enable_resource(&pio_window, &hw_res.resources[j], 145 &vdev->bar[i].mapped_base );145 &vdev->bar[i].mapped_base, NULL); 146 146 if (rc == EOK) 147 147 vdev->bar[i].mapped = true;
Note:
See TracChangeset
for help on using the changeset viewer.