K 10 svn:author V 3 bde K 8 svn:date V 27 1997-12-28T05:45:07.000000Z K 7 svn:log V 492 Removed unnecessary (and broken) wakeup code in rpstart(). There is no need to do it directly, since ttwwakeup() is always called just before returning from rpstart(). The brokenness was waking up the wrong address after clearing TS_SO_OLOWAT. It's not clear how processes waiting for output to drain below low water ever got woken up. Found by: when I fixed longstanding warts in output watermark handling, this was the only driver that knew too much (anything) about the watermarks END