home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / kernel-s / v1.1 / cdrom / sony535-.000 / changes next >
Text File  |  1995-10-10  |  2KB  |  51 lines

  1. sony535-0.6: [08/17/94]
  2. ===================================
  3. - updated to compile with Linux 1.1.45.
  4. - split into two parts: a mini patch which I hope to get into the
  5.   main kernel release, and the specific driver files.
  6.  
  7. sony535-0.5: [03/15/94] 5th Release
  8. ===================================
  9. - Fixed patches to linux/config.in and linux/include/linux/majors.h
  10.   to be clean under Linux 1.0.
  11.  
  12. sony535-0.4: [12/13/93] 4th Release
  13. ==================================
  14.  
  15. - maintenance taken over by Ken Pizzini (ken@halcyon.com)
  16.  
  17. - Major device number changed again -- major device 21 was usurped
  18.   in 0.99p14 for SCSI_GENERIC_MAJOR (sigh).  New major device number
  19.   is 24.  I'm taking measures to ensure that this doesn't need to
  20.   change again.
  21.  
  22. - confirmed to work with 0.99p14 kernel; due to reorganizations
  23.   in the directory tree in 0.99p14 these patches can not be
  24.   automatically applied to older kernels, although the adventurous
  25.   can probably do so by hand.
  26.  
  27.  
  28. sony535-0.3: [8/29/93] 3rd Release
  29. ==================================
  30.  
  31. - confirmed to work with 0.99p13 kernel
  32.  
  33. - updated the patches to work on the 0.99p12 kernel
  34.  
  35. - removed the configuration option for the interface board address
  36.   since it was not easily supported.  The constant has to be modified
  37.   in the source code now.
  38.  
  39. sony535-0.2: [6/23/93] 2nd Release
  40. ==================================
  41.  
  42. - changed device major number from 15 to 21 and changed the external
  43.   routine names so that the CDU-31A and CDU-535 drivers can co-exist.
  44.  
  45. - patches relative to 0.99p10 kernel.  Required modification of a few
  46.   system calls in sonycd535.c
  47.  
  48. - Changed the (retry_count != jiffies) to (retry_count > jiffies)
  49.   since former was causing lock-ups on some systems.  This was also
  50.   done in the CDU-31A driver.
  51.