]> git.neil.brown.name Git - history.git/commit
[PATCH] SCSI tape driver fixes for 2.5.27
authorKai Mäkisara <kai.makisara@kolumbus.fi>
Tue, 23 Jul 2002 02:12:51 +0000 (19:12 -0700)
committerTrond Myklebust <trond.myklebust@fys.uio.no>
Tue, 23 Jul 2002 02:12:51 +0000 (19:12 -0700)
commitde77864d2144b6c0f524f5395ea0a459d3804242
tree448a0980aac5719ed8c968ce1afa4936c3ebcdd4
parentb43e708b4a1692618184cc1ee5edaedf81904df0
[PATCH] SCSI tape driver fixes for 2.5.27

This patch contains the following changes to the SCSI tape driver:

- fixes EOM bug in large transfer in fixed block mode
- enables writing trailers by alternating error with ENOSPC and
  attempting a new write
- the write loop cleaned and simplified
- set the scatter/gather list element lengths to sum up to the
  desired transfer length
- MTERASE to use the short erase SCSI command if argument is zero
- set the can-bsr flag for drives with SCSI level >= 3
- C99 structure initializations
- some janitorial changes
drivers/scsi/README.st
drivers/scsi/st.c
drivers/scsi/st.h