MAX_SIZE
if ((unsigned long)bp->b_bcount > MAX_SIZE) bp->b_bcount = MAX_SIZE;
u_long chunk = MAX_SIZE;