Changeset 848e880f in mainline for uspace/lib/virtio/virtio-pci.c
- Timestamp:
- 2018-06-10T19:30:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fe96085
- Parents:
- 121ee4fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/virtio/virtio-pci.c
r121ee4fd r848e880f 151 151 hw_resource_t *res = &hw_res.resources[j]; 152 152 rc = pio_enable_resource(&pio_window, res, 153 &vdev->bar[i].mapped_base, &vdev->bar[i].mapped_size); 153 &vdev->bar[i].mapped_base, &vdev->bar[i].phys_base, 154 &vdev->bar[i].mapped_size); 154 155 if (rc == EOK) 155 156 vdev->bar[i].mapped = true;
Note:
See TracChangeset
for help on using the changeset viewer.