~kris/9p

9hist

ef2be64ee52ccfaa40f4de9f9e707b81f1bc765d — David du Colombier 31 years ago 2aeafcb
Plan 9 from Bell Labs 1995-01-18
1 files changed, 1 insertions(+), 1 deletions(-)

M pc/devi82365.c
M pc/devi82365.c => pc/devi82365.c +1 -1
@@ 815,7 815,7 @@ pcmio(int dev, ISAConf *isa)

	/* enable io port map 0 */
	if(isa->port == 0)
		isa->port = 300;
		isa->port = 0x300;
	we = rdreg(pp, Rwe);
	wrreg(pp, Riobtm0lo, isa->port);
	wrreg(pp, Riobtm0hi, isa->port>>8);