X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.182.209.37 with SMTP id mj5mr25555783obc.7.1405031659821; Thu, 10 Jul 2014 15:34:19 -0700 (PDT) X-Received: by 10.182.226.233 with SMTP id rv9mr296381obc.6.1405031659654; Thu, 10 Jul 2014 15:34:19 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Thu, 10 Jul 2014 15:34:19 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=78.45.223.149; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp NNTP-Posting-Host: 78.45.223.149 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Using outportb() with djgpp From: RayeR Injection-Date: Thu, 10 Jul 2014 22:34:19 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 1555 Lines: 5 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s6AMj1K1002675 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi, I use outporb() quite often in my programs, e.g. for writting to LPT port and I never had this problems neither in pure DOS nor under Win98. You don't need to do anything more in pmode, io access should work out of the box. But I never tried to write to MPU401 ports. Is it possible that writting to the port will trigger some interrupt that is not handled properly?