Changeset fe96085 in mainline for uspace/lib/virtio/virtio-pci.c
- Timestamp:
- 2018-06-10T19:56:27Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3d135e9
- Parents:
- 848e880f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/virtio/virtio-pci.c
r848e880f rfe96085 100 100 101 101 vdev->isr = vdev->bar[bar].mapped_base + offset; 102 103 ddf_msg(LVL_NOTE, "isr=%p", vdev->isr); 102 vdev->isr_phys = vdev->bar[bar].phys_base + offset; 103 104 ddf_msg(LVL_NOTE, "isr=%p (phys=%#" PRIxn ")", vdev->isr, 105 vdev->isr_phys); 104 106 } 105 107
Note:
See TracChangeset
for help on using the changeset viewer.