DIALOUT
#define DIALOUT(dev) (minor(dev) & 0x80)
#define DIALOUT(dev) (minor(dev) & XLCOM_DIALOUT_MASK)