summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi/st.c
AgeCommit message (Expand)Author
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-04-14Add a quirk for the Tandberg SLR/5perry
2003-03-20use PRId64 to printf bp->b_blkno, which is of type daddr_tdbj
2003-02-03Test callout_pending(), not callout_active(), and eliminate now-unnecessarythorpej
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-22Convert to new device buffer queue interface.hannken
2002-05-05If periph->periph_callout is already active, don't freeze the periph again:bouyer
2002-05-03Back out previous. It has issues with multiple dumps to one tape usingbouyer
2002-05-02If we get a Unit Attention Not Ready To Ready Transition (medium may havebouyer
2002-03-22kern/16014- if we do an 'mt offline', make sure we've allowed the tapemjacob
2002-03-22Forced commit so that some more detail on the previous patches can bemjacob
2002-03-20Add the ability to report file number/block number. From Matt Jacob.christos
2002-01-12For fixed block drive, for invalid sense error code, set info tobouyer
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