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