Changeset a86174ec in mainline


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:
9e9ced0
Parents:
6ccc424
git-author:
Jakub Jermar <jakub@…> (2018-04-22 09:26:00)
git-committer:
Jakub Jermar <jakub@…> (2018-05-22 19:06:50)
Message:

Make the queue notify base address 16-bit

File:
1 edited

Legend:

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

    r6ccc424 ra86174ec  
    7979
    8080        /** Notification base address */
    81         ioport8_t *notify_base;
     81        ioport16_t *notify_base;
    8282        /** Notification offset multiplier */
    8383        uint32_t notify_off_multiplier;
Note: See TracChangeset for help on using the changeset viewer.