Deleted Added
full compact
56c56
< __FBSDID("$FreeBSD: stable/10/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c 263853 2014-03-28 01:13:08Z delphij $");
---
> __FBSDID("$FreeBSD: stable/10/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c 266794 2014-05-28 09:06:36Z marius $");
347c347
< mb = (struct mbuf *)packet->compl.send.send_completion_tid;
---
> mb = (struct mbuf *)(uintptr_t)packet->compl.send.send_completion_tid;
497c497
< packet->compl.send.send_completion_tid = (uint64_t)m_head;
---
> packet->compl.send.send_completion_tid = (uint64_t)(uintptr_t)m_head;
685c685
< uint8_t *vaddr = (uint8_t *)
---
> uint8_t *vaddr = (uint8_t *)(uintptr_t)