home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10649 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  1.2 KB

  1. Path: sparky!uunet!crdgw1!rpi!psinntp!psinntp!crynwr!nelson
  2. From: nelson@crynwr.com (Russell Nelson)
  3. Newsgroups: comp.os.linux
  4. Subject: 0.97 patchlevel 5 available
  5. Message-ID: <716352413snx@crynwr.com>
  6. Date: 14 Sep 92 11:59:23 GMT
  7. References: <1992Sep12.224241.5864@klaava.Helsinki.FI>
  8. Organization: Crynwr Software
  9. Lines: 16
  10.  
  11. In article <1992Sep12.224241.5864@klaava.Helsinki.FI> torvalds@klaava.Helsinki.FI writes:
  12.  
  13.     - slightly edited <asm/io.h>: easily editable IO delay instructions. 
  14.       The default delay-instruction is now a 'inb' from port 0x80: this
  15.       should be a bit safer than the outb.
  16.  
  17. My packet drivers do a 'inb' from port 61h.  This is the keyboard
  18. status port and so should be VERY safe.
  19.  
  20.       But you can easily change it to the "standard" two short jumps
  21.       or whatever. 
  22.  
  23. Noooo!  Short jumps result in no delay on fast caching machines.  No,
  24. you really have to have the inb instruction.  In fact, on slow chips
  25. like the 8390 and fast busses like EISA, you need *two* inb instructions.
  26.  
  27. -russ <nelson@crynwr.com>  I'm proud to be a humble Quaker!
  28. Crynwr Software            Crynwr Software sells packet driver support.
  29. 11 Grant St.               315-268-1925 Voice
  30. Potsdam, NY 13676          315-268-9201 FAX
  31.