Mail Archives: djgpp/1997/05/18/11:00:35
On Fri, 16 May 1997, Salvador Eduardo Tropea (SET) wrote:
> No that's a VERY OLD trick to access devices that aren't enough faster to
> support 2 consecutive outs at the bus speed. In this case you are accessing to
> the 8254 integrated in your motherboard so isn't necesary at all. Even more, as
> DJGPP programms runs on 386 or posterior, you don't need it to access the timer
> all the 386 motherboards have this chip very well integrated and is faster
> enough.
A message was posted here a few days ago saying that similar code stopped
working when the user upgraded to a Pentium. So it might still be a good
idea to wait a bit for the timer chip between two I/O instructions.
- Raw text -