Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!ames!lll-winken!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.sys.hp Subject: Re: buggy hp9000/800 3.01 code? Message-ID: <1363@auspex.auspex.com> Date: 2 Apr 89 00:33:14 GMT References: <659@kcdev.UUCP> <2980004@otter.hpl.hp.com> Reply-To: guy@auspex.auspex.com (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 16 >I think that many implemetations of VMIN and VTIME are to ignore the timer >completely and effectively VMIN is always 1. I should hope implementations like that are dying off, especially since the SVID says that VMIN and VTIME should work the way they're documented in the "termio" man page.... >HP-UX used to be like this a long time ago. It's very MUX dependant. You mean "vendor dependent". As distributed by AT&T, VMIN and VTIME are handled by the line discipline, not by the serial port driver, so it should, at least in principle, work the same for all terminal muxes. I think the intent is to do so in the S5R4 streams-based tty mechanism as well, so that it'll be handled by a streams module, not the driver (the SunOS 4.0 streams-based driver does it in a streams module and the stream head).