home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / mach / 1692 < prev    next >
Encoding:
Text File  |  1992-12-31  |  1.7 KB  |  46 lines

  1. Newsgroups: comp.os.mach
  2. Path: sparky!uunet!ihz.compuserve.com!news
  3. From: jrb@csi.compuserve.com (Joe Beauchamp)
  4. Subject: re: 16550's
  5. Message-ID: <C05811.9Dn@csi.compuserve.com>
  6. Sender: Joe Beauchamp
  7. Organization: CompuServe Incorporated
  8. References: <1992Dec28.152533.25758@chpc.org>
  9. Date: Thu, 31 Dec 1992 21:36:37 GMT
  10. Lines: 34
  11.  
  12. In article <1992Dec28.152533.25758@chpc.org> ralf@chpc.org (Ralph Valentino) writes:
  13. >I just upgraded my pc's serial card to 16550A's and I've been having
  14. >problems with Mach (mk77 ux37).  Mouse access from them seem fine, but
  15. >if I send any character to a serial port via getty, kermit, or even
  16. >cat, the system locks up tight - so tight it won't even enter the
  17. >debugger.
  18. >
  19. >If I disable the fifo right after I test if it's there, (in
  20. >mk/kernel/i386at/com.c) then everything works fine, but of course this
  21. >defeats the whole purpose of the upgrade.
  22. >
  23. >Has anyone run into a similar problem or have any suggestions as to
  24. >how I can track this down?
  25. >
  26. >-Ralph
  27. >
  28. >ps: I tested the fifo capabilities with OS/2 and 2.6MSD; it seems to
  29. >    work fine.
  30. >
  31. >===============
  32. >Ralph Valentino   (ralf@chpc.org)  (ralf@wpi.wpi.edu)
  33. >Hardware Engineer,  Worcester  Polytechnic  Institute
  34. >Center for High Performance Computing, Marlborough MA
  35.  
  36. The 16550 turns on 2 unused bits in one of the status registers to let the user know
  37. that it is an enhanced 16450/8250.  Windows 3.0 would do horrible things with this
  38. because it used the data in the status register to directly index into a jump table.
  39. Obviously, using whatever address is in location 10xx is not the same as using whatever
  40. is in location 00xx.  Your symptoms sound very similar.
  41.  
  42. This is the 1st time I've "tried" to post something in news, so I apologize if I've
  43. screwed it up...
  44.  
  45.     Joe B.
  46.