~kris/9p

9hist

eea842dd4179cf5244588118b9c201ecc61469e8 — David du Colombier 32 years ago deaa15c
Plan 9 from Bell Labs 1994-02-13
2 files changed, 12 insertions(+), 2 deletions(-)

M carrera/screen.c
M pc/ether509.c
M carrera/screen.c => carrera/screen.c +2 -2
@@ 42,7 42,7 @@ Lock	screenlock;

GBitmap	gscreen =
{
	Screenvirt+0x00017924,
	Screenvirt+0x00017918,
	0,
	512,
	3,


@@ 456,7 456,7 @@ hwcursmove(int x, int y)

	d = DAC;

	x += 379;		/* adjusted by experiment */
	x += 371;		/* adjusted by experiment */
	y += 11;		/* adjusted by experiment */
	d->cr1 = 03;
	d->cr0 = 01;

M pc/ether509.c => pc/ether509.c +10 -0
@@ 445,6 445,16 @@ tcm509(Ether *ether)
{
	USED(ether);
	return 0;

#ifdef notdef
	ulong port;
	Adapter *ap;

	while(port = activate()){
	}

	return 0;
#endif /* notdef */
}

static ulong