RELEASE-NOTES
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:42k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. Hey, Emacs, we're -*-Text-*- mode!
  2. ===== Release notes for ftape-3.04d 25/11/97 =====
  3. - The correct pre-processor statement for "else if" is "#elif" not
  4.   "elsif".
  5. - Need to call zft_reset_position() when overwriting cartridges
  6.   previously written with ftape-2.x, sftape, or ancient
  7.   (pre-ftape-3.x) versions of zftape.
  8. ===== Release notes for ftape-3.04c 16/11/97 =====
  9. - fdc_probe() was calling DUMPREGS with a result length of "1" which
  10.   was just fine. Undo previous change.
  11. ===== Release notes for ftape-3.04b 14/11/97 =====
  12. - patches/2.x.x/floppy.c.diff was somewhat broken, releasing i/o
  13.   regions it never had allocated.
  14. - fdc_probe() was calling DUMPREGS with a result length of "1" instead
  15.   of "10"
  16. - Writing deleted data marks if the first segents on track zero are
  17.   should work now.
  18. - ftformat should now be able to handle those cases where the tape
  19.   drive sets the read only status bit (QIC-40/80 cartridges with
  20.   QIC-3010/3020 tape drives) because the header segment is damaged.
  21. - the MTIOCFTCMD ioctl may now be issued by the superuser ONLY.
  22. ===== Release notes for ftape-3.04a 12/11/97 =====
  23. - Fix an "infinite loop can't be killed by signal" bug in
  24.   ftape_get_drive_status(). Only relevant when trying to access
  25.   buggy/misconfigured hardware
  26. - Try to compensate a bug in the HP Colorado T3000's firmware: it
  27.   doesn't set the write protect bit for QIC80/QIC40 cartridges.
  28. ===== Release notes for ftape-3.04 06/11/97 =====
  29. - If positioning with fast seeking fails fall back to a slow seek
  30.   before giving up.
  31. - (nearly) no retries on "no data errors" when verifying after
  32.   formatting. Improved tuning of the bad sector map after formatting.
  33. - the directory layout has changed again to allow for easier kernel
  34.   integration
  35. - Module parameter "ftape_tracing" now is called "ft_tracing" because
  36.   the "ftape_tracing" variable has the version checksum attached to it.
  37. - `/proc/ftape' interface for 2.0.* kernels. `/proc/ftape' no longer
  38.   is a directory but a file that contains all the information formerly
  39.   provided in separate files under the `/proc/ftape/' directory.
  40. - Most of the configuration options have been prefixed by "CONFIG_FT_"
  41.   in preparation of the kernel inclusion. The Makefiles under
  42.   "./ftape/" should be directly usable by the kernel.
  43. - The MODVERSIONS stuff is now auto-detected.
  44. - Broke backslashed multi line options in MCONFIG into separate lines
  45.   using GNU-make's "+=" feature.
  46. - The html and dvi version of the manual is now installed under
  47.   '/usr/doc/ftape` with 'make install`
  48. - New SMP define in MCONFIG. ftape works with SMP if this is defined.
  49. - attempt to cope with "excessive overrun errors" by gradually
  50.   increasing FDC FIFO threshold. But this doesn't seem to have too
  51.   much an effect.
  52. - New load time configuration parameter "ft_fdc_rate_limit". If you
  53.   encounter too many overrun errors with a 2Mb controller then you
  54.   might want to set this to 1000.
  55. - overrun errors on the last sector in a segment sometimes result in
  56.   a zero DMA residue. Dunno why, but compensate for it.
  57. - there were still fdc_read() timeout errors. I think I have fixed it
  58.   now, please FIXME.
  59. - Sometimes ftape_write() failed to re-start the tape drive when a
  60.   segment without a good sector was reached ("wait for empty segment
  61.   failed"). This is fixed. Especially important for > QIC-3010.
  62. - sftape (aka ftape-2.x) has vanished. I didn't work on it for
  63.   ages. It is probably still possible to use the old code with
  64.   ftape-3.04, if one really needs it (BUT RECOMPILE IT)
  65. - zftape no longer alters the contents of already existing volume
  66.   table entries, which makes it possible to fill in missing fields,
  67.   like time stamps using some user space program.
  68. - ./contrib/vtblc/ contains such a program.
  69. - new perl script ./contrib/scripts/listtape that list the contents of a
  70.   floppy tape cartridge parsing the output of "mt volinfo" + "mt fsf"
  71. - the MTWEOF implementation has changed a little bit (after I had a
  72.   look at amanda). Calling MTWEOF while the tape is still held open
  73.   after writing something to the tape now will terminate the current
  74.   volume, and start a new one at the current position.
  75. - the volume table maintained by zftape now is a doubly linked list
  76.   that grows dynamically as needed.
  77.   formatting floppy tape cartridges
  78.   ---------------------------------
  79.   * there is a new user space formatting program that does most of the
  80.     dirty work in user space (auto-detect, computing the sector
  81.     coordinates, adjusting time stamps and statistics). It has a
  82.     simple command line interface.
  83.   * ftape-format.o has vanished, it has been folded into the low level
  84.     ftape.o module, and the ioctl interface into zftape.o. Most of the
  85.     complicated stuff has been moved to user space, so there was no
  86.     need for a separate module anymore.
  87.   * there is a new ioctl MTIOCFTCMD that sends a bare QIC-117 command
  88.     to the tape drive.
  89.   * there is a new mmap() feature to map the dma buffers into user
  90.     space to be used by the user level formatting program.
  91.   * Formatting of yet unformatted or totally degaussed cartridges
  92.     should be possible now. FIXME.
  93. ===== Release notes for ftape-3.03b, <forgot the exact date> ====
  94. ftape-3.03b was released as a beta release only. Its main new feature
  95. was support of the DITTO-2GB drive. This was made possible by reverse
  96. engineering done by <fill in his name> after Iomega failed to support
  97. ftape. Although they had promised to do so (this makes me feel a bit
  98. sad and uncomfortable about Iomega).
  99. ===== Release notes for ftape-3.03a, 22/05/97 ====
  100. - Finally fixed auto-un-loading of modules for kernels > 2.1.18
  101. - Add an "uninstall" target to the Makefile
  102. - removed the kdtime hack
  103. - texi2www didn't properly set the back-reference from a footnote back
  104.   to the regular text.
  105.   zftape specific
  106.   ---------------
  107.   * hide the old compression map volume. Taper doesn't accept the
  108.     presence of non-Taper volumes and Taper-written volume on the same
  109.     tape.
  110.   * EOD (End Of Data) handling was still broken: the expected behavior
  111.     is to return a zero byte count at the first attempt to read past
  112.     EOD, return a zero byte count at the second attempt to read past
  113.     EOD and THEN return -EIO.
  114.   
  115.   ftape-format specific
  116.   ---------------------
  117.   * Detection of QIC-40 cartridges in select_tape_format() was broken
  118.     and made it impossible to format QIC-3010/3020 cartridges.
  119.   * There are strange "TR-1 Extra" cartridges out there which weren't
  120.     detected properly because the don't strictly conform to the
  121.     QIC-80, Rev. N, spec.
  122. ===== Release notes for ftape-3.03, 30/04/97 =====
  123. - Removed kernel integration code from the package. I plan to provide
  124.   a package that can be integrated into the stock kernel separately
  125.   (hopefully soon).
  126.   As a result, a simple `make' command now will build everything.
  127. - ALL compile time configuration options have been moved to the file
  128.   `MCONFIG'.
  129. - Quite a few `low level' changes to allow formatting of cartridges.
  130. - formatting is implemented as a separate module `ftape-format.o'. The
  131.   modified `mt' program contains sample code that shows how to use it.
  132. - The VFS interface has been moved from the `ftape.o' module to the
  133.   high level modules `zftape.o' resp. `sftape.o'. `ftape.o' contains
  134.   the hardware support only.
  135. - A bit of /proc support for kernels > 2.1.28
  136. - Moved documentation to Doc subdir. INSTALL now contains some real
  137.   installation notes.
  138. - `install' target in Makefile.
  139. zftape specific:
  140. ----------------
  141. - zftape works for large cartridges now ( > 2^31 bytes)
  142. - MTIOCVOLINFO and MTIOCGETSIZE now return the size in KILOBYTES,
  143.   NO LONGER in bytes.
  144. - permissions for write access to a cartridge have changed:
  145.   * zftape now also takes the file access mode into account
  146.   * zftape no longer allows writing in the middle of the recorded
  147.     media. The tape has to be positioned at BOT or EOD for write
  148.     access.
  149. - MTBSF has changed. It used to position at the beginning of the
  150.   previous file when called with count 1. This was different from the
  151.   expected behavior for other Un*x tape drivers (i.e. SCSI). MTBSF
  152.   with count 1 should merely position at the beginning of the current
  153.   volume. Fixed. As a result, `tar --verify' now produces the desired
  154.   result: it verifies the last written volume, not the pre-last
  155.   written volume.
  156. - The compression map has vanished --> no need for `mt erase' any
  157.   more. Fast seeking in a compressed volume is still be possible, but
  158.   takes slightly longer. As a side effect, you may experience an
  159.   additional volume showing up in front of all others for old
  160.   cartridges. This is the tape volume that holds the compression map.
  161. - The compression support for zftape has been moved to a separate
  162.   module `zft-compressor'. DON'T forget to load it before trying to
  163.   read back compressed volumes. The stock `zftape.o' module probes for
  164.   the module `zft-compressor' using the kerneld message channel; you
  165.   have to install `zft-compressor.o' in a place where modprobe can
  166.   find it if you want to use this.
  167. - New experimental feature that tries to get the broken down GMT time
  168.   from user space via a kernel daemon message channel. You need to
  169.   compile and start the `kdtime' daemon contained in the contrib
  170.   directory to use it. Needed (?) for time stamps in the header
  171.   segments and the volume table.
  172. - variable block size mode via MTSETBLK 0
  173. - keep modules locked in memory after the block size has been changed
  174. sftape specific:
  175. ----------------
  176. - end of tape handling should be fixed, i.e. multi volume archives
  177.   written with `afio' can be read back now.
  178. ===== Release notes for ftape-3.02a, 09/01/97 =====
  179. No big news:
  180. - call zft_init() resp. sft_init() when compiling the entire stuff
  181.   into the kernel image.
  182. - fix bug in ftape-setup.c when NO_TRACE_AT_ALL was defined.
  183. - fix bug in sftape-eof.c/zftape-eof.c for old kernels (1.2.*)
  184. - add support for new module interface for recent kernels
  185. ===== Release notes for ftape-3.02, 16/12/96 =====
  186. - Fixed the `FDC unlock command failed' bug in fdc-io.c. When the FIFO
  187.   was already locked when ftape was loaded, ftape failed to unlock it.
  188. - Fixed compilation of `contrib/gnumt'. It now finds `mtio.h' even if
  189.   ftape is NOT included into the kernel source tree.
  190. - fc-10.c: include <asm/io.h> for inb() and outb().
  191. - ftape/sftape/zftape: all global variable now have either a `ftape_',
  192.   a `ft_', `sft_', `zft_' or `qic_' prefix to prevent name clashes
  193.   with other parts of the kernel when including ftape into the kernel
  194.   source tree.
  195. - Kerneld support has changed. `ftape' now searches for a module
  196.   `ftape-frontend' when none of the frontend (`sftape' or `zftape') is
  197.   loaded. Please refer to the `Installation/Loading ftape' section of
  198.   the TeXinfo manual.
  199. - Add load resp. boot-time configuration of ftape. There are now
  200.   variables ft_fdc_base, ft_fdc_dma and ft_fdc_irq corresponding to
  201.   the former FDC_BASE etc. compile time definitions. One can also use
  202.   the kernel command line parameters to configure the driver if it is
  203.   compiled into the kernel. Also, the FC-10/FC-20 support is load-time
  204.   configurable now as well as the MACH-II hack (ft_probe_fc10,
  205.   resp. ft_mach2). Please refer to the section `Installation/Configure
  206.   ftape' of the TeXinfo manual.
  207. - I removed the MODVERSIONS option from `Makefile.module'. Let me alone
  208.   with ftape and MODVERSIONS unless you include the ftape sources into
  209.   the kernel source tree.
  210. - new vendors in `vendors.h':
  211.   * HP Colorado T3000 
  212.   * ComByte DoublePlay (including a bug fix for their broken
  213.     formatting software, thanks to whraven@njackn.com)
  214.   * Iomega DITTO 2GIG. NOTE: this drive cannot work with ftape because
  215.     the logical data layout of the cartridges used by this drive does
  216.     NOT conform to the QIC standards, it is a special Iomega specific
  217.     format. I've sent mail to Iomega but didn't receive an answer
  218.     yet. If you want this drive to be supported by ftape, ask Iomega
  219.     to give me information about it.
  220. - zftape:
  221.   * re-introduced the MTIOC_ZFTAPE_GETBLKSZ ioctl for compatibility
  222.     with zftape 1.06a and earlier. Please don't use it when writing
  223.     new software, use the MTIOCVOLINFO ioctl instead.
  224.   * Major overhaul of the code that updates the header segments. Never
  225.     change the tape label unless erasing the tape. Thus we almost
  226.     never need to write the header segments, unless we would modify
  227.     the bad sector map which isn't done yet. Updating of volume table
  228.     and compression map more secure now although it takes a bit
  229.     longer.
  230.   * Fixed bug when aborting a write operation with a signal: zftape
  231.     now finishes the current volume (i.e. writes an eof marker) at the
  232.     current position. It didn't before which led to somehow *strange*
  233.     behavior in this cases.
  234.   * Keep module locked in memory when using it with  the non-rewinding
  235.     devices and the tape is not logical at BOT. Needed for kerneld
  236.     support.
  237. - sftape:
  238.   * Keep module locked in memory when using it with  the non-rewinding
  239.     devices and the tape is not logical at BOT. Needed for kerneld
  240.     support.
  241. ===== Release notes for ftape-3.01, 14/11/96 =====
  242. - Fixed silly bugs in ftape-3.00:
  243.   * MAKEDEV.ftape: major device number must be 27, not 23 
  244.   * sftape/sftape-read.c: sftape_read_header_segments() called 
  245.     itself recursively instead of calling ftape_read_header_segment()
  246.   * zftape/qic-vtbl.h: conversion of ftape's file marks to zftape's
  247.     internal volume table was broken.
  248.   * patches/2.x.x/linux-2.0.21.dif: my RCS (resp. CVS) system replaced
  249.     the `$Revison:' etc. macros in the `ftape.h' concerning part of the
  250.     patch :-( Fixed.
  251.   * info/ftape.info: Fixed misspellings (`cp' <-> `cp -r' etc.)
  252.   * when ftape/sftape or ftape/zftape was compiled into the kernel the
  253.     variable ftape_status was declared twice. Fixed.
  254.   * removed reference to undeclared variable kernel_version when not
  255.     compiling as module
  256.   * fixed a bug introduced by the use of bit-fields for some flags
  257.     (i.e. write_protected, no_cartridge, formatted)
  258.   * flag `header_read' is now reset correctly to zero when tape is
  259.     removed.
  260. - fixed a bug in sftape/sftape-eof.c that was already in the original
  261.   ftape code. MTFSF/BSF was not handled correctly when positioned
  262.   right before the file mark (think of tar)
  263. - Changed TRACE macros (following a suggestion of Marcin Dalecki) to use
  264.   the predefined __FUNCTION__ macro of GCC. Spares about 4k of code.
  265. - added new vendor id for Iomega DITTO 2GIG
  266. - fixed a bug already present in zftape-1.06 when aborting a write
  267.   with a signal: we now finish the current volume at that
  268.   position. Header segments remain NOT up to date until an explicit call
  269.   to MTREW or MTOFFL is done.  
  270. ===== Release notes for ftape-3.00, 14/10/96 =====
  271. - Merged ftape with zftape. There are three modules now:
  272.   ftape for the hardware support, sftape for the implementation of the
  273.   original ftape eof mark stuff and zftape that implements zftape's way
  274.   of handling things (compression, volume table, tape blocks of
  275.   constant length)
  276. - Documentation in TeXinfo format in the `info' subdirectory.
  277. - New ioctls for zftape. See zftape/zftape.h
  278. - Dummy formatting ioctl for ftape. See ftape.h
  279. - Kernel patch files for the 2.*.* series to include ftape-3.00 in the
  280.   kernel source tree. These includes a kernel compatible Config.in
  281.   script and fairly large online information for the kernel configure
  282.   script.
  283. - Support for compiling with Linux-1.2.13. 
  284. - Modified GNU mt from their cpio package that can handle the new
  285.   ioctls.
  286. - ftape/sftape/zftape is kerneld save now!
  287. Notes on sftape:
  288. - sftape implements the eof handling code of the original ftape. If
  289.   you like to stick with the original ftape stuff, you have to use
  290.   this module, not zftape.
  291. - sftape is kerneld save, unlike the original ftape.
  292. - we keep the entire header segment now in memory, so no need to read
  293.   it before updating the header segments. Additional memory
  294.   consumption: 256 bytes. 
  295. Notes for zftape:
  296. - zftape has support for tapes with format code 6 now, which use a
  297.   slightly different volume table format compared with other floppy
  298.   tapes.
  299. - new ioctls for zftape. Have a look at zftape/zftape.h
  300. - The internal volume table representation has changed for zftape. Old
  301.   cartridges are converted automatically.
  302. - zftape no longer uses compression map segments, which have vanished
  303.   from the QIC specs, but creates volume table entry that reserves
  304.   enough space for the compression map. 
  305. - zftape is kerneld save now.
  306. - we keep the entire header segment now in memory, so no need to read
  307.   it before updating the header segments. Additional memory
  308.   consumption: 256 bytes. 
  309. Notes for contrib/gnumt:
  310. - modified mt from the GNU cpio package that supports all the new
  311.   ioctls of zftape.
  312. Notes for contrib/swapout:
  313. - This contains the swapout.c program that was written by Kai
  314.   Harrekilde-Pederson. I simply added a Makefile.
  315. ===== Release notes for ftape-2.10, 14/10/96 =====
  316. The ftape maintainer has changed. 
  317. Kai Harrekilde-Petersen <khp@dolphinics.no>
  318. has resigned from maintaining ftape, and I,
  319. Claus-Justus Heine <claus@momo.math.rwth-aachen.de>,
  320. have taken over.
  321. - Added support for tapes with `format code 6', i.e. QIC-3020 tapes
  322.   with more than 2^16 segments.
  323. - merged changes made by Bas Laarhoven with ftape-2.09. Refer
  324.   to his release notes below. I've included them into this
  325.   file unchanged for your reference.
  326. - disabled call stack back trace for now. This new feature
  327.   introduced by the interim release 2.0.x still seems to
  328.   be buggy.
  329. - Tried to minimize differences between the ftape version
  330.   to be included into the kernel source tree and the standalone
  331.   module version.
  332. - Reintroduced support for Linux-1.2.13. Please refer to the
  333.   Install-guide. 
  334. ===== Release notes for ftape-2.09, 16/06/96 =====
  335. There aren't any really big news in this release, mostly just that I
  336. (the maintainer) have changed my email address (due to a new job).  My
  337. new address is <khp@dolphinics.no>
  338. - The CLK_48MHZ and FDC_82078SL options has gone (all 2Mbps cards seem
  339.   to use a 48MHz oscillator anyway and I haven't heard of an 'SL
  340.   chip out there).
  341. - The S82078B has been `downgraded' to i82077AA compability.
  342. - TESTING option revived.  Right now, it'll enable the (seriously broken)
  343.   2Mbps code.  If you enable it, you'll experience a tape drive that's
  344.   *really* out to lunch!
  345. - Some (bold) changes in the init code.  Please notify me if they
  346.   break things for you.
  347. ===== Release notes for ftape-2.08, 14/03/96 =====
  348. If you correct a problem with ftape, please send your patch to
  349. khp@dolphinics.no too.
  350. - Updated to reflect that NR_MEM_LISTS is gone in 1.3.74
  351. - Teac 700 added to list of known drives.
  352. - The registered device name is now "ft" rather than "ftape".
  353. ===== Release notes for ftape-2.07a, 14/03/96 =====
  354. Bugfixes by Marcin Dalecki <dalecki@namu03.gwdg.de>:
  355. - In the last release it just compiled against 1.3.70;
  356.   now the params to request_irq() and free_irq are() are fixed, so it also 
  357.   works in 1.3.73 :-)
  358. - Support for modules is now correct for newer kernels.
  359. ===== Release notes for ftape-2.07, 04/03/96 =====
  360. - ftape updated to compile against 1.3.70.
  361. - Iomega 700 and Wangtek 3200 recognised.
  362. ===== Release notes for ftape-2.06b, 13/02/96 =====
  363. Another simple bugfix version.
  364. - Jumbo 700 recognised.
  365. - Typo in vendors.h fixed.
  366. ===== Release notes for ftape-2.06a, 10/02/96 =====
  367. This release is a simple bugfix version.
  368. - Linux/SMP: ftape *should* work.
  369. - FC-10/20: Only accepts IRQs 3-7, or 9.  If IRQ 9, properly tell the card
  370.   to use IRQ 2.  Thanks to Greg Crider (gcrider@iclnet.org) for finding and
  371.   locating this bug and testing the patch.
  372. - Insight drive recognised correctly again.
  373. - Motor-on wakeup version of the Iomega 250 drive added
  374. ===== Release notes for ftape-2.06, 28/01/96 =====
  375. Special thanks go to Neal Friedman and Steven Sorbom for their
  376. help in producing and testing this release.
  377. I have continued to clean up the code, with an eye towards inclusion
  378. of ftape in Linus' official kernel (In fact, as I type this, I am
  379. running on a kernel with ftape support statically linked).  I have
  380. test-compiled ftape against my 1.2.13 tree without problems.
  381. Hopefully, everything should be OK for the v1.2.x people.
  382. WARNING! Alan Cox has mailed me that ftape does *NOT* work with
  383. Linux/SMP.  If you try to run ftape under Linux/SMP, it will cause a
  384. kernel deadlock (which is worse than a panic).
  385. - QIC-3020/TR-3: 1Mbps support works.  Neal is capable of reading and
  386.   writing data to a tape.  ftape will automatically detect the type of
  387.   tape (e.g. TR-3 vs QIC-80) and move the fdc in and out of
  388.   "perpendicular mode" as necessary.
  389. - 2Mbps support is disabled by default, since it is not fully
  390.   debugged.  If you are adventurous, remove -DFDC_82078SL in the
  391.   Makefile and see what happens :-)
  392. - fdc detection: silly bugs removed (Only 2Mbps fdcs were affected)
  393.   and added detection of the National Semiconductors PC8744 fdc chip
  394.   (used in the PC873xx "super-IO" chips).
  395. - Removed warning about incompatible types when compiling with Linux
  396.   1.2.x.
  397. - README.PCI updated with info about the DELL Dimension XPS P90.
  398. - Connor TST3200R added to detected drives.
  399. - `swapout' utility added to distribution.  It will dirty 5Meg of
  400.   memory, trying to swap out other programs.  Just say `make swapout'
  401.   to build it.  ftape will do this automatically Real Soon Now (ie:
  402.   when I have found out which kernel memory alloc function to call).
  403. ===== Release notes for ftape-2.05, 08/01/96 =====
  404. - For v1.2.x Kernels, you must apply the patch linux-1.2/ksyms.patch to
  405.   the kernel and rebuild it (it adds the __get_dma_pages symbol to
  406.   ksyms.c).
  407. - Included new asm-i386/io.h file from v1.3.x kernel series, to enable
  408.   gcc v.2.7.[12] to compile v1.2.x kernels (linux-1.2/io.h).
  409. - Module versions: If you wish to compile ftape as a versioned module,
  410.   you must first compile your kernel with CONFIG_MODVERSIONS=y.
  411.   Otherwise, you will get complaints that <linux/modversions.h> does not
  412.   exist (if that happens, a `touch modversions.h' will help you out).
  413. - CLK_48MHZ: new define in the Makefile (default: non-zero).  If you have
  414.   a tape controller card that uses the i82078(-1) chip, but cannot get
  415.   it to work with ftape, try set it to 0 (and please report this).
  416. - QIC-3010/3020: Complete support is still missing, but will hopefully
  417.   come soon.  Steven Sorbom has kindly provided me with hints about
  418.   this.  Writing of QIC-3020 tapes definitely does NOT work (do not try
  419.   it! - the drive will not be in "perpendicular mode" and this will ruin
  420.   the formatting info on the tape).
  421. - ftape_num_buffers is out of fashion: use NR_BUFFERS instead (and
  422.   recompile if you want to change it :-).
  423. ===== Release notes for ftape-2.04, 01/01/96 =====
  424. This version by Kai Harrekilde-Petersen <khp@dolphinics.no>
  425. - ALERT! Support for Kernels earlier then v1.1.85 is about to go away.
  426.   I intend to clean up some of the code (getting rid of an annoyingly
  427.   large numbers of #ifdef mostly), which means that support for
  428.   pre-1.1.85 kernels must go as well.
  429. - NR_FTAPE_BUFFERS is gone; You can instead select the number of dma
  430.   buffers by saying `insmod ftape.o ftape_num_buffer=<n>' instead.
  431. - Configure script gone.  ftape will now automagically determine your
  432.   kernel version by /usr/include/linux/version.h instead.
  433. - CONFIG_MODVERSIONS now work.  All combinations of versioned /
  434.   unversioned kernel and ftape module works (at least with my 1.3.52
  435.   kernel).
  436. - If you have problems with inserting ftape into an old (1.2.x)
  437.   kernel (e.g. insmod says "1.2.8 does not match 1.2.8), recompile
  438.   your modules utilities with your new compiler.
  439. - Reveal TB1400 drive added to vendors.h
  440. - Support for the i82078-1 (2Mbps) chip is coming along.  The
  441.   biggest problem is that I don't have such a card, which makes
  442.   testing / debugging somewhat problematic.  The second biggest
  443.   problem is that I do not have the QIC-3010/3020 standards either.
  444.   Status right now is that the chip is detected, and it should be
  445.   possible to put it into 2Mbps mode.  However, I do not know what
  446.   "extras" are needed to complete the support.  Although putting the
  447.   i82078 into 1Mbps mode ought to work out of the box, it doesn't
  448.   (right now, ftape complains about id am errors).
  449. ===== Release notes for ftape-2.04beta5, 29/12/95 =====
  450. Bas offline linux-tape
  451. ----------------------
  452. For reasons only known to the majordomo mail list processor, Bas was
  453. kicked off the linux-tape list sometime during the summer.  Being
  454. overworked at his for-pay job, he didn't notice it much.  Instead I
  455. (Kai, khp@dolphinics.no) has worked on ftape to produce the 2.04(beta)
  456. version.
  457. zftape
  458. ------
  459. Note that there exists a much improved version of ftape, written by
  460. Claus-Justus Heine <claus@willi.math.rwth-aachen.de> which is named
  461. zftape, which conforms to the QIC-80 specs on how to mark backups, and
  462. is capable of doing automatic compression.  However, zftape makes
  463. substantial changes to ftape, and I (Kai) have therefore declined to
  464. integrate zftape into ftape.  Hopefully, this will happen soon.
  465. CONFIG_QIC117 removed from the kernel
  466. -------------------------------------
  467. The biggest change of all is that ftape now will allocate its dma
  468. buffers when it is inserted.  The means that the CONFIG_QIC117 option
  469. has disappeared from the Linux kernel as of v1.3.34.  If you have an
  470. earlier kernel, simply answer 'no' to the question will do the trick
  471. (if you get complains about __get_free_pages() missing, contact the
  472. linux-tape mailing list).
  473. Note that ftape-2.04beta will work equally well on kernels with and
  474. without `ftape support'.  The only catch is, that you will waste
  475. around 96-128Kb of precious DMA'able memory on a box that has ftape
  476. support compiled in.
  477. Now for the real changes:
  478. - FC-20 can now use DMA channels 1, 2, and 3. Thanks to Daniel
  479.   Cohen, catman@wpi.edu.
  480. - ftape no longer requires a (gigantic) 96Kb buffer to be statically
  481.   allocated by the kernel.
  482. - Added new Iomega drive (8882) to vendors.h
  483. - -fno-strength-reduce added to Makefile, since GCC is broken.
  484. - i82078-1 (2Mbps) FDC support started.
  485. ===== Release notes for ftape-2.03b, 27/05/95 =====
  486. - Prevented verify_area to return error if called with zero length.
  487. - Fixed a bug in flush_buffers that caused too much padding to be
  488.   written when a final segment had bad sectors.
  489. - Increased maximum fast-seek overshoot value from 5 to 10 segments.
  490. - Breaking loop after 5 retries when positioning fails.
  491. - Fixed wrong calculation of tape length for QIC-3010 and QIC-3020
  492.   tapes (densities were swapped).
  493. - Fixed wrong calculation of overshoot on seek_forward: Wrong sign
  494.   of error.
  495. - Suppress (false) error message due to new tape loaded.
  496. - Added two new CMS drives (11c3 and 11c5) to vendors.h.
  497. ===== Release notes for ftape-2.03a, 09/05/95 =====
  498. - Fixed display of old error (even if already cleared) in ftape_open.
  499. - Improved tape length detection, ioctls would fail for 425 ft tapes.
  500.   Until the tape length is calculated with data from the header
  501.   segment, we'll use worst-case values.
  502. - Clear eof_mark after rewinding ioctls.
  503. - Fixed wrong version message (2.03 had 2.02g id).
  504. - Fixed bug that caused the fdc to be reset very frequently.
  505.   This shouldn't affect normal operation but the timing of the
  506.   report routines has changed again and that may cause problems.
  507.   We'll just have to find out....
  508. - Implemented correct write precompensation setting for QIC-3010/3020.
  509. - Cleaned up fdc_interrupt_wait routine. Hope it still works :-)
  510. - Finally removed (already disabled) special eof mark handling for
  511.   gnu tar.
  512. - Changed order of get_dma_residue and disable_dma in fdc-isr.c
  513.   because the current order would fail on at least one system.
  514.   We're back to the original order again, hope (and expect) this
  515.   doesn't break any other system.
  516. ===== Release notes for ftape-2.03, 07/05/95 =====
  517. (Changes refer to the first ftape-2.02 release)
  518. Support for wide and extended length tapes
  519. ------------------------------------------
  520. The Conner TSM 420 and 850 drives are reported to be working.
  521. I haven't received any reports about other brands; the TSM 420
  522. and 850 seem to be the most widely used wide drives.
  523. Extended length tapes (425 ft) with normal QIC-80 drives
  524. are operating too (At least I've had no reports stating otherwise).
  525. _Not_ yet completely supported (although they may work) are
  526. QIC-3020 drives and 2 Mbps floppy disk controllers won't work at
  527. the highest speed.
  528. If someone is kind enough to send me one of these, I'll include
  529. support for it too ;-)
  530. Easier configuration
  531. --------------------
  532. Problems due to wrong settings in the Makefile are prevented
  533. by using a configuration script that sets the necessary (kernel
  534. version dependent) compile time options.
  535. This kernel version is now determined from the sources found
  536. at /usr/src/linux, or if not found, the old way using
  537. /proc/version.
  538. Versioned modules will be used automatically when supported
  539. by- and configured in- the kernel.
  540. Note that the current modules code (1.1.87) is still broken
  541. and _needs_ the fix included in the insmod directory.
  542. Please don't send me any more Oops reports caused by insmod :-(
  543. Reduced module size
  544. -------------------
  545. The standard module size is much reduced and some compile time
  546. options can even reduce it further. (I don't recommend this
  547. for normal use but it can be handy for rescue diskettes)
  548. Option:           Approx. module size:
  549. <standard>             150 Kb
  550. NO_TRACE               125 Kb
  551. NO_TRACE_AT_ALL         67 Kb
  552. Much improved driver interruption
  553. ---------------------------------
  554. Most possible loops have been broken and signal detection
  555. has been improved.
  556. In most cases the driver can be aborted by ^C (SIGINT) and
  557. SIGKILL (kill -9) will generate be a sure kill.
  558. (Note that aborting a tape operation may damage the last
  559. data written to tape)
  560. Improved error recovery
  561. -----------------------
  562. Ftape now returns an error (ENODATA) to the application if
  563. a segment proves to be unrecoverable and then skips the
  564. bad segment.
  565. This causes most applications to continue to work (tar
  566. and afio) loosing only a small amount (up to 29 Kb) of data.
  567. Retried read operations will now be done slightly off-track
  568. to improve the chance of success. Serious head off-track
  569. errors will be detected.
  570. FC-10 and FC-20 controllers
  571. ---------------------------
  572. Ftape now supports both the old CMS FC-10 and the newer FC-20
  573. controllers.
  574. Because the operation of these cards is still undocumented,
  575. thus far they will only work with the default settings (See
  576. Makefile). Any feed-back on how to use them with other settings
  577. will be welcome !
  578. Compilation will fail if one changes the settings to illegal
  579. values.
  580. Kernels and compilers
  581. ---------------------
  582. Ftape is currently being developed using the 2.5.8 compiler.
  583. The older 2.4.5 probably works too (Set option in Makefile!).
  584. I have no experience with any later compilers nor Elf support.
  585. Any information on this is welcome.
  586. The latest kernel I have tested ftape with is 1.2.6.
  587. Compression
  588. -----------
  589. An impressive collection of changes for ftape including
  590. on-the-fly compression is still lying on my desk.
  591. If 2.03 proves to be reliable I might start integrating these
  592. but as usual, I'm short in time :-(
  593. Formatting
  594. ----------
  595. There is still no way to format tapes under Linux. As far as
  596. I know all attempts to write such a program have died now.
  597. Since formatted tapes are rather common now, I think all we
  598. need is a utility that writes a worst case pattern and verifies
  599. that with the drive put in verify mode, reducing margins.
  600. Any takers ?
  601. Furthermore
  602. -----------
  603. Cleaned up messages.
  604. Prepared to support multiple tape drives on one fdc.
  605. Thanks to all the people who sent bug reports and helped me
  606. improve the driver. Without trying to be complete I'll mention
  607. Gary Anderson (without his accurate reports and unreliable
  608. hardware there wouldn't be a 2.03), Stefan Kneifel (FC-20),
  609. Robert Broughton (FC-20, you were almost there ;-), Bjorn
  610. Ekwall (for the versioned modules and buggy insmod ;-), Peter
  611. Fox, Christopher Oliver, Ralph Whittaker and not the least
  612. Linus Torvalds (for Linux and keeping me busy because of
  613. changes to the kernel ;-)
  614. Thanks to anyone I forgot, for the bug reports, the ftape
  615. bashing and the mental support...
  616. That's it for now. Have Fun,
  617. Bas.
  618. ===== Release notes for ftape-2.02g, 06/05/95 =====
  619. - Added extra test to break read-id loop with signal.
  620. - Changed rewind code to handle negative overshoot for drives
  621.   that take very long to start or stop.
  622. - Let use of get/set i/o-regions depend on kernel version.
  623. - Changed code to use a more general test for conditional
  624.   compilations depending on kernel version.
  625. - Improved micro-step functionality to go off-track only
  626.   while reading (id & data).
  627. - Added failure on tape-not-referenced bit in ftape_command.
  628. - Added FOREVER option to read-wait routine.
  629. - Changed read-id to use shorter timeout causing smaller
  630.   rewinds on timeout.
  631. - Made kernel-interface functions static.
  632. ===== Release notes for ftape-2.02f, 03/05/95 =====
  633. - Added support for dual tape drives on my system, extended Configure
  634.   script to detect host 'dodo'.
  635. - Log media defect in history if ecc failed and no data was returned.
  636. - Fixed Configure script that was failing for kernel versions with
  637.   double digit version or revision numbers.
  638. ===== Release notes for ftape-2.02e, 01/05/95 =====
  639. - Fixed reposition loop at logical eot (failing read_id).
  640. - Fixed 34 segment offset when rewinding.
  641. - Added fast seek capability for more than 255 segments.
  642. - Fixed wrong busy result from ftape_command causing reverse
  643.   seek to fail.
  644. - Added breakout from infinite rewind loop (if something fails).
  645. ===== Release notes for ftape-2.02d, 30/04/95 =====
  646. - Improved abortion on signals: Interrupt will make a graceful
  647.   exit, Kill will be less nice and should be used if everything
  648.   else fails.
  649. - Included check for tape-head off track.
  650. - Implemented exit from tape-start loop.
  651. - Added kernel io-port registration.
  652. - Implemented skip of failing segment (ENODATA) on ecc failure.
  653.   This allows afio and tar to continue when the tape is damaged.
  654. - Made distinction between drive names with different codes.
  655. ===== Release notes for ftape-2.02c, 22/04/95 =====
  656. - Fixed too tight command queueing after tape stop/pause command
  657.   issued from within interrupt service routine (Showed as timeout
  658.   on Acknowledge errors during retries on some systems)
  659. - Tried to fix timeouts when using 425 ft tape because the extended
  660.   length doesn't seem to be detected by the hardware.
  661.   We now use the format code from the header segment so adjust the
  662.   timing after reading the header segment.
  663. - Fixed some messages stating 'unexpected something...' being not
  664.   unexpected anymore.
  665. - Started preparations for merge of dynamic buffer allocation and
  666.   compression code.
  667. - Changed some debug messages to include relevant segment information
  668.   at level 4.
  669. - Included early bail-out when drive offline, preventing a lot of
  670.   false messages.
  671. - Moved ftape_parameter_xxx() offsets into function instead of in calls.
  672. - Removed 'weird, drive busy but no data' error when caused by
  673.   an error during a read-id.
  674. - Improved 'timeout on acknowledge' diagnostics.
  675. - Moved MODULE option into Configure.
  676. - Reduced code size when no tracing at all was set (Claus Heine).
  677. - No longer log error code 0 (no error) as an error.
  678. ===== Release notes for ftape-2.02b, 09/04/95 =====
  679. - Relaxed timing for status operation and displaying
  680.   abnormal results. Hopefully this shows what's going
  681.   wrong with the Conner TSM850R drives.
  682. - Created script for configuration, using version number
  683.   of kernel source if available, otherwise /proc/version.
  684. - Fixed conditionals in kernel-interface.c.
  685. - Removed unavoidable TRACE output.
  686. ===== Release notes for ftape-2.02a, 01/04/95 =====
  687. - Implemented `new-style' (versioned) modules support for new
  688.   kernels.
  689. - Reduced size of module by moving static data to bss.
  690. - Now using version number of kernel source instead of running
  691.   kernel for kernel versions >= 1.1.82
  692. - Added feedback on drive speeds to vendor information.
  693. - Included fixed insmod sources to distribution (Let's hope
  694.   the modules distribution get fixed soon :-/).
  695. Note that I haven't yet implemented any of the code extension I
  696. received. I hope to find some time to do this soon.
  697. ===== Release notes for ftape-2.02, 15/01/95 =====
  698. - Fixed failing repositioning when overshoot was incremented.
  699. - Fixed rate selection: Because of a deficiency in the QIC-117
  700.   specification one cannot distinguish between a not implemented
  701.   and a failing command. Therefor we now try to find out if the
  702.   drive does support this command before usage.
  703. - Fixed error retry using wrong offset in fdc-isr.
  704. - Improved retry code to retry only once on a single no-data
  705.   error in a segment.
  706. - Validate sector number extracted from eof mark because an
  707.   invalid file mark (due to ???) could cause kernel panic.
  708. - Split ftape-io.c into ftape-io.c and ftape-ctl.c files.
  709. - Corrected too high media error count after writing to
  710.   a bad tape.
  711. - Added #include <asm/segment.h> again because old kernel versions
  712.   need it.
  713. - Fixed fdc not being disabled when open failed because no tape
  714.   drive was found.
  715. - Fixed problem with soft error in sector 32 (shift operator with
  716.   shiftcount 32 is not defined).
  717. ===== Release notes for ftape-2.01, 08/01/95 =====
  718. - Removed TESTING setting from distributed Makefile.
  719. - Fixed `mt asf' failure: Rewind was deferred to close which
  720.   overruled the fsf ioctl.
  721. - Prevented non-interruptible commands being interrupted.
  722. - Added missing timeout.pause setting.
  723. - Maximum tape speed read from drive type information table.
  724.   If the information is not in the table (0) the drive will
  725.   determine the speed itself and put a message in the logfile.
  726.   This information should then be added to the table in the
  727.   vendors.h file (and reported to me).
  728. - Added call to ftape_init_drive after soft reset for those
  729.   (antique) drives that don't do an implicit seek_load_point
  730.   after a reset or power up.
  731. - Don't try to set data rate if reset failed.
  732. - Prevent update of seek variables when starting from the
  733.   beginning or the end of the tape.
  734. - Fixed wrong adjustment of overshoot in seek_forward().
  735. - Added sync to Makefile (again).
  736. - Added code to diagnose timer problems (calibr.c).
  737. - Replaced time differences by timediff calls.
  738. - Removed reference to do_floppy from object for recent kernels.
  739. - Fixed wrong display of 'failing dma controller' message.
  740. - Removed various no longer used #include statements.
  741. - Added max. tape speed value to vendor-struct.
  742. - Changed ftape-command to check pre-conditions and wait
  743.   if needed.
  744. - Further updated qic117.h to rev G.
  745. - Combined command name table and restrictions table to one.
  746.   Extended this table with some new fields.
  747. - Increased timeout on Ack timer value and included code to
  748.   report out of spec behaviour.
  749. - Increased rewind timeout margin to calculated + 20%.
  750. - Improved data rate selection so it won't fail on some
  751.   older (pre standard) drives.
  752. - Changed initialisation code so drive will be rewound if the
  753.   driver is reloaded and the tape is not at bot.
  754. - Moved some of the flush operations from close to the ioctls.
  755. - Added exit code value to failing verify area message.
  756. - Loop until tape halted in smart-stop.
  757. - Fast seek handled specially if located at bot or eot.
  758. - Being more conservative on overshoot value.
  759. ===== Release notes for ftape-2.00, 31/12/94 =====
  760.   The Install-guide is completely rewritten and now also includes
  761. some information on how to use the driver. If you're either new
  762. to ftape or new to Unix tape devices make sure to read it !
  763.   If you own a pci system and experience problems with the
  764. ftape driver make sure to read the README.PCI file. It contains
  765. some hints on how to fix your hardware.
  766.   For anybody who hasn't noticed: The version number of the
  767. driver has been incremented (The latest released version has
  768. been version 1.14d).
  769.   This has been done for two major reasons:
  770.   o  A new (better) error recovery scheme is implemented.
  771.   o  Support for new drive types has been added.
  772.   All these improvements/changes will probably include a couple
  773. of new (and old?) bugs. If you encounter any problems that you think
  774. I'm not yet aware of, feel free to send a report to <bas@vimec.nl>.
  775.   I recommend keeping a version of ftape-1.14d available, just
  776. in case ;-)
  777.   This version should work with all kernel versions from 1.0.9 up
  778. to 1.1.72 (and probably earlier and later versions too).
  779. Major new features:
  780. - Better handling of tapes with defects: When a sector repeatedly
  781.   (SOFT_RETRIES in ftape.h) cannot be written to or read from it is
  782.   marked as an hard error and gets skipped.
  783.   The error correction code can handle up to three of these hard
  784.   errors provided there are no other errors in that segment (32 Kb).
  785.   
  786. - Allows writing to tapes with defects (although the risk of loosing
  787.   data increases !)
  788.   Look for the media-defects entry printed with the statistics when
  789.   the tape is closed. A non-zero value here shows a bad tape.
  790.   [the actual count is wrong (too high), this is a known bug].
  791. - Use of backup header segment if first one is failing.
  792. - Support for extended length tapes with QIC-80: both 425 and 1100 ft.
  793.   0.25 inch tapes are now recognized and handled.
  794. - Support for new QIC-80 drives with 8 mm `wide' tapes (e.g. Conner
  795.   TSM 420).
  796. - Support for new QIC-3010 and QIC-3020 drives (experimental) with
  797.   both 0.25 inch and 8 mm tapes.
  798. Some minor features were added, a couple of small bugs were fixed and
  799. probably some new ones introduced ;-).
  800. [lseek() didn't make it into this version]
  801. Have fun,
  802. Bas.
  803. ----
  804.  LocalWords:  ftape MCONFIG mt VFS zftape resp sftape proc subdir MTIOCVOLINFO
  805.  LocalWords:  MTIOCGETSIZE BOT EOD MTBSF zft kerneld modprobe kdtime contrib TR
  806.  LocalWords:  MTSETBLK afio uninstall texi www EIO QIC init sft eof aka dma GB
  807.  LocalWords:  SIGKILL MTIOCFTCMD mmap Iomega FDC fdc io gnumt mtio fc asm inb
  808.  LocalWords:  outb ft qic frontend TeXinfo irq mach MODVERSIONS CONFIG html dvi
  809.  LocalWords:  usr doc SMP Mb Dunno FIXME vtblc perl listtape volinfo fsf MTWEOF
  810.  LocalWords:  amanda degaussed ComByte DoublePlay whraven njackn com MTIOC vtbl
  811.  LocalWords:  GETBLKSZ MAKEDEV zftape's linux dif CVS Revison cp MTREW MTOFFL
  812.  LocalWords:  MTFSF BSF Marcin Dalecki GCC Config cpio swapout Kai Harrekilde
  813.  LocalWords:  Pederson khp dolphinics Justus claus momo rwth aachen Laarhoven