summaryrefslogtreecommitdiff
path: root/sys/scsi/scsi_base.c
AgeCommit message (Expand)Author
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-06-22KNFTheo de Raadt
2001-02-18In scsi_print_sense, add 0x when printing the opcode to clarify it'sFederico G. Schwindt
2001-01-22Reduce # of retries on scsi_test_unit_ready to 5. This means that devicesConstantine Sapuntzakis
2000-03-01Initialize xs->req_sense_length to 0. This is not used by manyTodd C. Miller
1999-07-25Merge sd stuff from NetBSD-current. Helps with LS-120, ZIPConstantine Sapuntzakis
1999-04-20Spelling error in comment.Tobias Weingartner
1999-02-07print INFO FIELD as unsignedTheo de Raadt
1998-12-19for sense code "Logical Unit Is in Process Of Becoming Ready", makeTheo de Raadt
1998-02-14clear scsi_xfer's status byte before executing or re-executing the command.Theo de Raadt
1997-12-31return EROFS for write protect; isTheo de Raadt
1997-09-11Fix setting up of the LUN field of the CDBNiklas Hallqvist
1997-09-05Add SCSITERSE option which omits the (large) ASC/ASCQ table.Todd C. Miller
1997-09-05fix compilation problem when SCSIVERBOSE=0Todd C. Miller
1997-09-05clean up sense info printing furtherTheo de Raadt
1997-09-03simplify verbose error reportingTheo de Raadt
1997-09-02delete extra \nTheo de Raadt
1997-08-22Add more detailed SCSI error printing by Matthew Jacob. Enabled byTodd C. Miller
1997-07-03print correct sense bytesTheo de Raadt
1997-04-14Merge in various pieces of current NetBSD scsi code, including but not limitedJason Downs
1996-06-16NetBSD PR#2535: add mode sense 5 and floppy support in our framework.Jason Downs
1996-05-06from netbsd; SCSIDEBUG printf() fixesTheo de Raadt
1996-05-02no sys/cpu.h, fix bugs in chTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-02-29Fix typo in commentNiklas Hallqvist
1996-02-20Sync. w/ NetBSD: scsi prototypes.briggs
1996-01-31COMMAND ABORTED sense key is 0xb, not 0xa. Also clean up diagnostic message.briggs
1996-01-14From NetBSD: (required for last change to scsi_base.c in case we getbriggs
1996-01-14Retry a command when we get a command aborted message for it.briggs
1995-10-18initial import of NetBSD treeTheo de Raadt