Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-25 | Merge sd stuff from NetBSD-current. Helps with LS-120, ZIP | Constantine Sapuntzakis | |
More SCSI logic from NetBSD-current Some tape fixes. ATAPI tapes do not work yet for most operations. | |||
1998-07-23 | do delays based on command type -- this works a lot better, make "mt status" | Theo de Raadt | |
show much more information; ross | |||
1998-02-22 | Detect and report a weird error case (residual > request) | Niklas Hallqvist | |
1998-02-16 | Add the "VIPER 150/21531" to quirk list (ST_Q_SENSE_HELP; pk | Theo de Raadt | |
1998-01-10 | be silent for ILI errors ; giannici@neomedia.it | Theo de Raadt | |
1997-09-05 | Add SCSITERSE option which omits the (large) ASC/ASCQ table. | Todd C. Miller | |
Old scsi error printing code is now gone. | |||
1997-09-03 | be silent for SCSI_SILENT transactions | Theo de Raadt | |
1997-08-22 | Add more detailed SCSI error printing by Matthew Jacob. Enabled by | Todd C. Miller | |
default. Use "option SCSIVERBOSE=0" to turn off (only added 8Kb to my kernel). From the NetBSD commit message: Add in more detailed SCSI error printing, based off of final SCSI-2 spec. This will also print out things like progress indicator errors, and will also dump out additional sense bytes that haven't been decoded. | |||
1997-08-19 | Back out part of revision 1.16 where the tape was unmounted in stclose on | dgregor | |
a non-rewinding device. When the tape was re-opened again, st_mount_tape called st_load, which causes the tape to be rewound. The best way to fix this problem would be to not call st_load in st_mount_tape if the tape is already in the drive and has already been loaded. But, I haven't figured out a good, safe way to do that yet.... | |||
1997-07-11 | Rename REWIND to DOREWIND to avoid colliding with the SCSI opcode of the | Thorsten Lockert | |
same name | |||
1997-07-11 | Allow media to be removed on last close even if the device used was the | Thorsten Lockert | |
no-rewind device. Ensure we re-detect media on first open even if media was present at boot. | |||
1997-04-14 | Merge in various pieces of current NetBSD scsi code, including but not limited | Jason Downs | |
to: * New changer driver. * Better optical support. * Different `done' semantics. * New quirks for SCSI QIC tape driver, SCSI floppy drives. * Better support for SCSI-I devices. Everybody needs to test this. | |||
1997-02-24 | This changes the timeout on the st device so that the new tape drives that | jkatz | |
are recognized are usable :-) If this break things for other people, please feel free to change it back. from port-vax@netbsd.org | |||
1996-12-11 | b_resid cleanups, pointed out by minoura@kw.netlaputa.or.jp in netbsd pr#3007 | Theo de Raadt | |
1996-08-11 | limit ioctl priviledges | Theo de Raadt | |
1996-05-10 | SC_DEBUG cleanup | Theo de Raadt | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-02-20 | Several changes from NetBSD: | briggs | |
- scsi prototypes - remove #ifdef notdef made unnecessary by previous changes (PR#1597) put in missing "if (error)" that caused tape IO to always fail. (closes PR#2086) - Minor change. | |||
1996-02-09 | NetBSD PR 2048. Prototype st_erase. | briggs | |
1996-01-16 | from netbsd: | Theo de Raadt | |
Honor cache request and add the SCSI tape device configuration page. Fixes PRs 807, 1201, and 1705. From John Kohl <jtk@kolvir.blrc.ma.us>. | |||
1995-12-14 | from netbsd; Add quirk for Exabyte 8200/rev. 263H (from Paul Goyette; PR#1797) | Theo de Raadt | |
1995-11-21 | make this work | Theo de Raadt | |
1995-11-20 | add erase support and another wangtek tape drive; from ↵ | Theo de Raadt | |
rhialto@polder.ubc.kun.nl; netbsd pr#1705 | |||
1995-11-19 | if you read with a smaller buffer than the block on the tape, b_resid and ↵ | Theo de Raadt | |
b_count would be incorrect; from jtk@kolvir.arlington.ma.us; netbsd pr#1597 | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |