~kris/9p

9hist

08ccafb42e7db3bd8cabb60665dd673ead6cc7a4 — David du Colombier 35 years ago 418d77e
Plan 9 from Bell Labs 1991-04-29
1 files changed, 3 insertions(+), 0 deletions(-)

M port/devwren.c
M port/devwren.c => port/devwren.c +3 -0
@@ 147,6 147,9 @@ wrenattach(char *param)
	c->dev = dev;
	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;