Changeset 9e9ced0 in mainline for uspace/lib/virtio/virtio-pci.c


Ignore:
Timestamp:
2018-05-22T19:06:50Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
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)
Message:

Return also the size of the enabled resource

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/virtio/virtio-pci.c

    ra86174ec r9e9ced0  
    143143
    144144                rc = pio_enable_resource(&pio_window, &hw_res.resources[j],
    145                     &vdev->bar[i].mapped_base);
     145                    &vdev->bar[i].mapped_base, NULL);
    146146                if (rc == EOK)
    147147                        vdev->bar[i].mapped = true;
Note: See TracChangeset for help on using the changeset viewer.