Help needed with DMF32 driver
Liudvikas Bukys
bukys at rochester.UUCP
Tue Feb 21 01:11:29 AEST 1984
4.1c was sloppy about the dmf32 in /sys/vax/conf.c.
It failed to fill in the d_ttys member of cdevsw[].
The tty driver only uses this in the select code.
It was fixed in 4.2.
-------
diff virgin/conf.c conf.c
215c215
< #define dmf11 0
---
> #define dmf_tty 0
467c467
< dmfioctl, dmfstop, dmfreset, 0,
---
> dmfioctl, dmfstop, dmfreset, dmf_tty,
-------
Liudvikas Bukys
rochester!bukys (uucp) via allegra, decvax, seismo
bukys at rochester (arpa)
More information about the Comp.unix.wizards
mailing list