ast_space
error = ast_space(dev, ATAPI_SP_FM, mt->mt_count);
error = ast_space(dev, ATAPI_SP_FM, -(mt->mt_count));
error = ast_space(dev, ATAPI_SP_EOD, 0);
static int ast_space(device_t, u_int8_t, int32_t);