~kris/9p

9hist

5317434bbf524e4ff9e3d2046ac9fd827456fcd5 — David du Colombier 35 years ago 4cfd115
Plan 9 from Bell Labs 1991-02-27
1 files changed, 5 insertions(+), 0 deletions(-)

M power/devhotrod.c
M power/devhotrod.c => power/devhotrod.c +5 -0
@@ 147,6 147,9 @@ hotrodstat(Chan *c, char *dp)
	error(Egreg);
}

#define	NTESTBUF	256
ulong	testbuf[NTESTBUF];

Chan*
hotrodopen(Chan *c, int omode)
{


@@ 184,6 187,8 @@ hotrodopen(Chan *c, int omode)
		 */
		mp = &u->khot;
		mp->cmd = TEST;
		mp->param[0] = MP2VME(testbuf);
		mp->param[1] = NTESTBUF;
		hotsend(hp, &((User*)(u->p->upage->pa|KZERO))->khot);
		delay(100);
		print("tested\n");