home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / DRIVERS / mm1update0496.lzh / ReadMe
Text File  |  1996-04-18  |  3KB  |  94 lines

  1. MM/1 & MM/1a Driver Update
  2. April 17, 1996
  3.  
  4.  
  5. It's long overdue, but it's finally here!  RBF and SCF driver updates
  6. for the MM/1 and MM/1a computers!  Thanks go to Carl Kreider (who did
  7. a great deal of the work on these drivers) for letting me get a chance
  8. to fix a few bugs and for his permission to release these to other MM/1
  9. users.
  10.  
  11.  
  12. This archive contains the following drivers:
  13.  
  14.     MODS070 (for MM/1 68070 systems):
  15.         rb37c65        - floppy driver ed #7
  16.         sc68070        - 68070 serial driver ed #15
  17.         sc68681        - 68681 serial driver ed #40
  18.         sc68901        - 68901 serial driver ed #31
  19.         scsi_mm1d    - Low-level SCSI driver ed #28
  20.         t0            - t0 descriptor for sc68070
  21.         t1            - t1 descriptor for sc68901
  22.         t2            - t2 descriptor for sc68901
  23.         t3            - t3 descriptor for sc68681
  24.         t4            - t4 descriptor for sc68681
  25.         term        - term descriptor (same as t0)
  26.  
  27.     MODS340 (for MM/1a 68340 systems):
  28.         rb37c65        - floppy driver ed #7
  29.         sc68340        - 68340 serial driver ed #37
  30.         sc68681        - 68681 serial driver ed #40
  31.         sc68901        - 68901 serial driver ed #31
  32.         scsi_mm1d    - Low-level SCSI driver ed #28
  33.         t0            - t0 descriptor for sc68340
  34.         t1            - t1 descriptor for sc68901
  35.         t2            - t2 descriptor for sc68901
  36.         t3            - t3 descriptor for sc68681
  37.         t4            - t4 descriptor for sc68681
  38.         t5            - t5 descriptor for sc68340
  39.         term        - term descriptor (same as t0)
  40.  
  41.  
  42. All serial descriptors are 9600, 8-N-1, xon/xoff, no hardware handshaking.
  43. To turn on hardware handshaking, you need to set the high bit of the
  44. type byte in the descriptor.  Using xmode like this:
  45.  
  46.             xmode /t3 type=80
  47.  
  48. ...will turn on hardware handshaking for /t3.  NOTE: the device and its
  49. driver must support hardware handshaking in order for it to work.
  50.  
  51.  
  52. What's Changed...
  53.  
  54. rb37c65, sc68070 and sc68901 haven't been really touched, other than
  55. reassembled.
  56.  
  57. sc68681
  58. =======
  59. This driver has gone through some major changes.  Most notably, /t3 and
  60. /t4 no longer get eachother's carrier detect confused.  This will fix
  61. problems of having two modems using CD on these ports.  Other minor
  62. bugs have been fixed.
  63.  
  64. Also, sc68681 deals with the problem of mismatched baud rates better.
  65. This is necessary due to some baud rate combinations on /t3 and /t4 being
  66. illegal (such as 19200 and 38400).  An attempt to iniz either /t3 or /t4
  67. at 19200 while the other is at 38400 (or vice versa) will result in an
  68. error #203.
  69.  
  70.  
  71. sc68340
  72. =======
  73. For MM/1a users, sc68340 had some problems where inizing /t0 and /t5
  74. would mess up baud rates.  These are now fixed.  I've been using /t0 and
  75. /t5 interchangably and simultaneously with no problems.
  76.  
  77. Note that I have included a term descriptor which is the same as the
  78. corresponding t0 descriptor for each system.  This is in case you want
  79. to boot your MM/1 or MM/1a to the serial port instead of into
  80. K-Windows.
  81.  
  82. scsi_mm1a/scsi_mm1d
  83. ===================
  84. Both scsi_mm1a and scsi_mm1d have been recompiled with Ultra C 1.3,
  85. resulting in smaller executables.  I've been using scsi_mm1a ed #28
  86. with NO problems.
  87.  
  88.  
  89. Please let me know if you have any problems with these drivers.
  90.  
  91.  
  92. Boisy G. Pitre
  93. boisy@os9er.waukee.ia.us
  94.