~kris/9p

9hist

77b57efc3210a37c9bdc3190d05aaa353e496b55 — David du Colombier 35 years ago 5a5232e
Plan 9 from Bell Labs 1991-05-30
1 files changed, 0 insertions(+), 2 deletions(-)

M port/devwren.c
M port/devwren.c => port/devwren.c +0 -2
@@ 148,8 148,6 @@ wrenattach(char *param)
	d = &wren[dev];
	d->blocksize = BGLONG(&buf[4]);

print("Block size %lux capacity %lux\n", d->blocksize, BGLONG(&buf[0]));

	plen = BGLONG(&buf[0]);
	d->p[Npart].firstblock = 0;
	d->p[Npart].maxblock = plen;