~kris/9p

9hist

a27dc81adad65f1e3f0ea146aed97961b20ccb0c — David du Colombier 34 years ago 5245a04
Plan 9 from Bell Labs 1992-02-12
3 files changed, 3 insertions(+), 2 deletions(-)

M pc/inconsubs.s
M port/devbit.c
M port/portdat.h
M pc/inconsubs.s => pc/inconsubs.s +1 -0
@@ 42,6 42,7 @@ TEXT	Irdnext(SB),$0
	MOVL	$(Finitbar|Faf|Fsi),AX
	ADDL	$1,DX		/* points to control register */
	OUTB
	OUTB
	ANDL	$0xf8,CX
	SHLL	$2,CX
	SUBL	$1,DX		/* points to status register */

M port/devbit.c => port/devbit.c +1 -1
@@ 1170,7 1170,7 @@ bitwrite(Chan *c, void *va, long n, ulong offset)
			 * load font from subfont
			 *	'y'		1
			 *	id		2
			 *	cache pos	2
			 *	cache index	2
			 *	subfont id	2
			 *	subfont index	2
			 */

M port/portdat.h => port/portdat.h +1 -1
@@ 669,7 669,7 @@ struct Network
#define MINOR(q) ((q) & 0xff)
#define DEVICE(a,i) (((a)<<8) | (i))

#define MAXSYSARG	6		/* for mount(fd, mpt, flag, arg, srv, crypt) */
#define MAXSYSARG	5		/* for mount(fd, mpt, flag, arg, srv) */
#define	PRINTSIZE	256
#define	NUMSIZE		12		/* size of formatted number */