| Age | Commit message (Expand) | Author |
| 2001-12-07 | add detach support for st. | yamt |
| 2001-12-01 | Hum, no need to print a message each time we're waiting for the drive. | bouyer |
| 2001-12-01 | Various quirks for the ATAPI OnStream DI-30, mostly from the FreeBSD driver. | bouyer |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-07-18 | bzero -> memset | thorpej |
| 2001-07-08 | Correct various misspellings of 'transfer' and inflected forms. | wiz |
| 2001-06-18 | Snapshot of ATAPI tapes support. Known to be able to read/write to tape with: | bouyer |
| 2001-05-30 | uninitialised variable (from Krister Walfridsson): | bouyer |
| 2001-05-15 | delint; use MAX(sizeof(..),sizeof(..)) instead of max(...) for array size | lukem |
| 2001-05-14 | Use SCSI/ATAPI common definition for MODE_{SELECT,SENSE}{,_BIG}. Define | bouyer |
| 2001-05-06 | Fix a typo from thorpej_scsipi merge. No-sense information with retval == 0 | hannken |
| 2001-05-04 | Add an ATAPI front-end to the st driver. Completely untested for now, | bouyer |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 2001-01-18 | constify | jdolecek |
| 2000-11-22 | Remove obsolete comment. | soren |
| 2000-11-03 | st_touch_tape(): Pass XS_CTL_SILENT to st_mode_select(). | pk |
| 2000-11-03 | * st_touch_tape(): start probing at the block size from the sense data if | pk |
| 2000-11-03 | * Per st(4), retrieving status and setting modes on the control device | pk |
| 2000-11-02 | Introduce ST_Q_ERASE_NOIMM, a quirk indicating that the device rejects | pk |
| 2000-11-02 | Prevent printing sense information twice. | pk |
| 2000-11-02 | Remove useless check for SDEV_MEDIA_LOADED from st_read_block_limits(). | pk |
| 2000-11-02 | * In st_touch_tape(), don't bail out if the MODE SELECT fails since we are, | pk |
| 2000-08-16 | Add a NOPREVENT quirk which prevents the sending of PREVENT messages (some | matt |
| 2000-06-09 | Prevent a process being swapped out during I/O if the data buffer is | enami |
| 2000-06-06 | Density codes are usually given in decimal, so print them that way. | soren |
| 2000-05-19 | Add a quirk table entry for the OnStream ADR50 Drive; | kleink |
| 2000-03-30 | Get rid of register declarations. | augustss |
| 2000-02-21 | Patches from msouth@scruz.net to handle QIC 3220 (HP T20). | mjacob |
| 2000-02-20 | minor spelling change | mjacob |
| 2000-01-22 | PR/9271 (from srp@zgi.com)- recognize (indirectly) HP4000s via density | mjacob |
| 2000-01-21 | Update for sys/buf.h/disksort_*() changes. | thorpej |
| 2000-01-13 | Add tweaks for TEAC compact cassette tape drive. | nisimura |
| 2000-01-12 | Check in the implementation of the ST_MOUNT_DELAY option. | mjacob |
| 1999-09-30 | Cleanup the scsipi_xfer flags: | thorpej |
| 1999-09-04 | Fix tyop in a comment. | simonb |
| 1999-06-17 | STK 9490 && SD-3 drives incorrectly quirked as not supporting the LOAD command. | mjacob |
| 1999-04-05 | If scsipi_command() fails, always print out the error code. | mycroft |
| 1999-02-28 | Update to slightly altered rnd_attach_source() api | explorer |
| 1999-02-10 | Abort transfer if b_blkno is negative. Closes PR kern/5553 by Johan Danielsson. | bouyer |
| 1999-01-10 | Make MTIOCRDSPOS, MTIOCSLOCATE, etc. work with write protected tapes. | tron |
| 1998-12-08 | When closing, wait for pending xfers to drain before deleting the reference | thorpej |
| 1998-11-20 | Add adapter reference counting for SCSI and ATAPI devices. | thorpej |
| 1998-11-17 | Rename scsi_interpret_sense() to scsipi_interpret_sense() and move it from | bouyer |
| 1998-09-11 | keren/6128: add an entry for the TDC 4200. Full density code set isn't known. | mjacob |
| 1998-09-02 | typo for non-SCSIVERBOSE case | mjacob |
| 1998-08-31 | kill the last remnants of __BROKEN_INDIRECT_CONFIG. (only the pica port | cgd |
| 1998-08-17 | Assign my copyrights to TNF. | mycroft |
| 1998-08-15 | Make copyright notices with my name consistent. | mycroft |
| 1998-08-10 | Responding to an issue brought to my attention- when the device is | mjacob |