~kris/9p

9hist

b631e9256705110db28a17d2e95ccf39afa62ea5 — David du Colombier 35 years ago 5317434
Plan 9 from Bell Labs 1991-03-02
2 files changed, 4 insertions(+), 0 deletions(-)

M port/devpipe.c
M power/devhotrod.c
M port/devpipe.c => port/devpipe.c +2 -0
@@ 307,6 307,8 @@ pipestclose(Queue *q)
	 *  send a hangup
	 */
	q = q->other;
	if(q->next == 0)
		return;
	bp = allocb(0);
	bp->type = M_HANGUP;
	PUTNEXT(q, bp);

M power/devhotrod.c => power/devhotrod.c +2 -0
@@ 182,6 182,7 @@ hotrodopen(Chan *c, int omode)
		delay(100);
		print("reset\n");

#ifdef asdf
		/*
		 * Issue test
		 */


@@ 192,6 193,7 @@ hotrodopen(Chan *c, int omode)
		hotsend(hp, &((User*)(u->p->upage->pa|KZERO))->khot);
		delay(100);
		print("tested\n");
#endif
	}
	c->mode = openmode(omode);
	c->flag |= COPEN;