Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 02/03/1999 12:15:52
Module Name:	src
Committed By:	mycroft
Date:		Wed Feb  3 20:15:52 UTC 1999

Modified Files:
	src/sys/dev/ic: z8530tty.c
Log Message:
Redo the N previous changes, plus a couple of other things:
* Move the printf() delay to just after the printf(), where it actually makes
sense.
* Use zstty_stint() and zstty_softint() from zsparam(), to force an immediate
update of the carrier and flow control status.  Abuse this in the attach and
open functions to defer all of that work.  This insures that we don't lose
any status updates.
* Don't screw with register 1 when closing the console.
* Fix bugs in TIOCM??? (stay semicolon, clearing DTR while transmitting).
* Add comments in a couple of places.