Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site hadron.UUCP Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!petrus!bellcore!decvax!ucbvax!ucdavis!lll-crg!seismo!rlgvax!hadron!jsdy From: jsdy@hadron.UUCP (Joseph S. D. Yao) Newsgroups: net.bugs.usg Subject: Re: sxt bug Message-ID: <138@hadron.UUCP> Date: Wed, 25-Dec-85 01:29:36 EST Article-I.D.: hadron.138 Posted: Wed Dec 25 01:29:36 1985 Date-Received: Thu, 26-Dec-85 04:00:34 EST References: <133@metro.oz> Reply-To: jsdy@hadron.UUCP (Joseph S. D. Yao) Organization: Hadron, Inc., Fairfax, VA Lines: 22 Keywords: sxt, BUSY, s5r2.0v1, s5r2.0v2, shl Summary: Line numbers for different versions. In article <133@metro.oz> rossc@metro.oz (Ross Cartlidge) writes: >747a748 >> vtp->t_state |= BUSY; >798a800 >> vtp->t_state &= ~BUSY; >873a876 >> vtp->t_state &= ~BUSY; >940a944 >> vtp->t_state &= ~BUSY; These line numbers match version 6.5 of the sxt driver under s5r2.0v1 on our VAX-11/780. Under s5r2.0v2, our version 6.7, the line numbers are: 742, 793, 868, 935. Ross was good enough to tell me that each of these immediately precedes a change to lp->wpending, and send a more complete (sort-of-context) diff. On our working version, the line numbers are: 751, 802, 877, 944. This includes fixes to allow the VAX console to use sxt (posted separately). -- Joe Yao hadron!jsdy@seismo.{CSS.GOV,ARPA,UUCP}