Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/virtio-net/virtio-net.h

    ra1f173d re3107e2  
    5555        uint16_t csum_start;
    5656        uint16_t csum_offset;
     57
     58        // XXX: QEMU uses the legacy layout for some reason
     59#if 0
    5760        uint16_t num_buffers;
     61#endif
    5862} virtio_net_hdr_t;
    5963
Note: See TracChangeset for help on using the changeset viewer.