Deleted Added
full compact
101,105c101,108
< #define CDEV_MAJOR 63
< static struct cdevsw rc_cdevsw =
< { rcopen, rcclose, rcread, rcwrite, /*63*/
< rcioctl, rcstop, noreset, rcdevtotty,/* rc */
< ttpoll, nommap, NULL, "rc", NULL, -1 };
---
> #define CDEV_MAJOR 63
> static struct cdevsw rc_cdevsw = {
> rcopen, rcclose, rcread, rcwrite,
> rcioctl, rcstop, noreset, rcdevtotty,
> ttpoll, nommap, NULL, "rc",
> NULL, -1, nodump, nopsize,
> D_TTY,
> };
780,781d782
< ttsetwater(tp);
<