]> git.neil.brown.name Git - history.git/commit
[PATCH] SCSI tape door lock and reset fixes
authorKai Mäkisara <kai.makisara@kolumbus.fi>
Tue, 15 Oct 2002 11:38:24 +0000 (04:38 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Tue, 15 Oct 2002 11:38:24 +0000 (04:38 -0700)
commit83391befa3993d5ea1048e3e3a04adc4b3db223d
tree9e2a21cd7c46a084b1431c6f3ce54e9fd43a0dba
parente50e1b0f00e9f24eb60a19daea18cc2718c58c52
[PATCH] SCSI tape door lock and reset fixes

- switch to using scsi_ioctl() for drive door locking and unlocking
  instead of private code
- use a driver internal flag to save the reset status until tape is
  positioned into known location
- set driver state properly for all partitions after reset
- change put_device() to driver_unregister() in st_detach()
- C99 initializer changes (from Art Haas)
drivers/scsi/st.c
drivers/scsi/st.h