UNMAP_RANGE_MAX
softc->unmap_max_lba = UNMAP_RANGE_MAX;
c = omin(count, UNMAP_RANGE_MAX - lastcount);
c = omin(count, UNMAP_RANGE_MAX);