RL_SPT
#define MAXRLXFER (RL_BPS * RL_SPT)
dl->d_nsectors = RL_SPT/2;
if (sn + blks > RL_SPT/2)
blks = RL_SPT/2 - sn;