From ef2be64ee52ccfaa40f4de9f9e707b81f1bc765d Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Wed, 18 Jan 1995 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1995-01-18 --- pc/devi82365.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc/devi82365.c b/pc/devi82365.c index 4d4a345d0da14a35a47978ad05af0edba4b500c6..4a87226b1296409a01037a03d5122d4f6f2f34f6 100644 --- a/pc/devi82365.c +++ b/pc/devi82365.c @@ -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);