home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sun / admin / 5828 < prev    next >
Encoding:
Text File  |  1992-08-25  |  1.6 KB  |  52 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!tessi!joey
  3. From: joey@tessi.com (Joey Pruett)
  4. Subject: 76800 baud on sparc
  5. Message-ID: <1992Aug25.174024.6247@tessi.com>
  6. Summary: patches for stty, getty, uucico, and tip
  7. Keywords: patch
  8. Organization: Test Systems Strategies, Inc., Beaverton, Oregon
  9. Date: Tue, 25 Aug 1992 17:40:24 GMT
  10. Lines: 40
  11.  
  12. i recently posted some kernel patches to allow the zs8530 chips to run
  13. at 76800 baud.  here are some more patches that will allow stty, getty,
  14. uucico, and tip to understand what 76800 means.  these patches assume
  15. that you have replaced 4800 baud (which is what i posted, and have
  16. reposted below).  they also assume that you are running 4.1.2.
  17.  
  18. one thing that these patches to not fix is termcap padding.  if you are
  19. running a terminal at 76800 and it needs padding, all the
  20. curses/termcap programs are going to think you're running at 4800 baud,
  21. and therefore not provide enough padding for 76800.
  22.  
  23. *** DISCLAIMER ***
  24. i take no responsibility for any side effects these patches may
  25. have.  if you blow up half of north america, it is not my fault.
  26. look over these patches carefully, and make sure you understand
  27. what they are doing.  keep backups copies of the programs you
  28. are modifying.  pay attention to w/W differences.  be careful!
  29. *** DISCLAIMER ***
  30.  
  31. here we go:
  32. adb -w -k /vmunix /dev/mem
  33. zs_speeds+0t24?w 0
  34. zs_speeds+0t24/w 0
  35.  
  36. adb -w /usr/bin/stty
  37. 6c2c?W 0t76800
  38. 6c50?W '7680'
  39. 6c54?w '0'
  40. 615c?W 12
  41.  
  42. adb -w /usr/etc/getty
  43. 8aec?W 0t76800
  44. 8af0?W 0t12
  45.  
  46. adb -w /usr/lib/uucp/uucico
  47. 1d0d0?W 0t76800
  48. 1d0d4?W 0t12
  49.  
  50. adb -w /usr/bin/tip
  51. 0f00c?W 0t76800
  52.