summaryrefslogtreecommitdiff
path: root/sys/scsi
AgeCommit message (Expand)Author
2003-03-28OCHIO* dies horrible death by dd; as per renaming done beforeMichael Shalayeff
2003-03-11Fix incorrect restriction on valid scsi tape density code values, allowing allKenneth R Westerback
2003-02-20Eliminate unused parameter to scsi_free_xs().Kenneth R Westerback
2003-01-17The end of the track is one frame before the first frame of the next trackJason Wright
2003-01-05spellingTheo de Raadt
2002-12-30Add new parameter to scsi_test_unit_ready(): retries number.Alexander Yurchenko
2002-12-15Fix/Cleanup some SCSI #defines.Kenneth R Westerback
2002-11-30Actually implement the NODOORLOCK quirkNathan Binkert
2002-10-17renumber the CHIO* since they clash w/ the CDIO, keep the old ones as OCHIO, ...Michael Shalayeff
2002-09-04Write sentences.Thierry Deval
2002-09-04Add support for RBC (simplified direct) devices.Thierry Deval
2002-08-12initialize part earlier in case of debugging.Federico G. Schwindt
2002-08-03spell 'debugging' correctly with double 'g' (in comments)Peter Valchev
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-09More (the last round?) of splasserts and splbio around biodone.Artur Grabowski
2002-06-09some splassert and protection of biodone.Artur Grabowski
2002-06-09splassert a splbio assumption.Artur Grabowski
2002-06-08KISS. the spl variable doesn't have to be called s, but it make the code less...Artur Grabowski
2002-06-08splbio around biodoneArtur Grabowski
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-05-27punctuationThierry Deval
2002-05-23Signed/unsigned int bug caused lp->d_npartitions to be set to zero.Constantine Sapuntzakis
2002-05-22Eh, mark scsi_free_xs with splassert(IPL_BIO) too.Artur Grabowski
2002-05-22splassert(IPL_BIO) in scsi_done (its children have this assumption).Artur Grabowski
2002-04-21Use PR_, not M_ flags to pool_get.Artur Grabowski
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsTodd C. Miller
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-09Be less parochial and remember that others may need to use quirks!Kenneth R Westerback
2002-02-28Start quirks off with NOWIDE, NOSYNC and NOTAGS and remove theKenneth R Westerback
2002-02-16Disable tagged queueing for HP C3725S and IBM DCAS drives whereTodd C. Miller
2002-02-01cdstrategy(): check that media is loaded before doing anything with theHans Insulander
2002-01-23Pool deals fairly well with physical memory shortage, but it doesn't dealArtur Grabowski
2002-01-07pass the proc* down the ioctl chain to controller; mjacob@ csapuntz@ okMichael Shalayeff
2001-11-23Typo in comment.Miod Vallat
2001-11-11Add missing values for SCSI status byte. Add new name for 0x28 toKenneth R Westerback
2001-11-02In scsi_strvis(), collapse adjacent whitespace/NUL chars to a singleTodd C. Miller
2001-10-26Remove unused #define INUSE. It was rendered superfluous by theKenneth R Westerback
2001-10-25Allow an empty cd to be opened (raw device/whole disk) primarily toDale Rahn
2001-10-08Add a new quirk type, SDEV_NOCDB6, some USB devices like ATAPIDale Rahn
2001-08-26Don't restrict MICROP 4421-07 quirk to a specific firmware revisionTodd C. Miller
2001-08-26remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok.Federico G. Schwindt
2001-08-25Change scsi_[free|get]_xs to use pool(9); art@ krw@ miod@ ok.Federico G. Schwindt
2001-08-19More old timeouts removal, mainly affected unused/unmaintained code.Miod Vallat
2001-08-18Make siop pay attention to quirks table. This not only eliminates theKenneth R Westerback
2001-08-06Remove legacy __BDEVSW_DUMP_OLD_TYPE code.Miod Vallat
2001-06-24cold is in systm nowMichael Shalayeff
2001-06-22KNFTheo de Raadt
2001-05-24Check malloc() return value, from tedu@heorot.stanford.eduAngelos D. Keromytis
2001-04-30Pass IOCTL to adapter device if not understood by SCSI layer.Constantine Sapuntzakis