tty_unit
int channel, tty_unit;
tty_unit = device_unit(self);
dev = makedev(cdevsw_lookup_major(&zstty_cdevsw), tty_unit);
#define ucom_unit tty_unit
int tty_unit(dev_t);