Index: malo.c =================================================================== RCS file: /cvs/src/sys/dev/ic/malo.c,v retrieving revision 1.116 diff -u -p -r1.116 malo.c --- malo.c 26 Oct 2017 15:00:28 -0000 1.116 +++ malo.c 3 Jan 2018 05:18:03 -0000 @@ -620,7 +620,7 @@ malo_alloc_rx_ring(struct malo_softc *sc goto fail; } - desc->status = htole16(1); + desc->status = 1; desc->physdata = htole32(data->map->dm_segs->ds_addr); desc->physnext = htole32(ring->physaddr + (i + 1) % count * sizeof(struct malo_rx_desc));