Age | Commit message (Expand) | Author |
2003-02-20 | Eliminate unused parameter to scsi_free_xs(). | Kenneth R Westerback |
2002-12-30 | Add new parameter to scsi_test_unit_ready(): retries number. | Alexander Yurchenko |
2002-11-30 | Actually implement the NODOORLOCK quirk | Nathan Binkert |
2002-09-04 | Write sentences. | Thierry Deval |
2002-05-22 | Eh, mark scsi_free_xs with splassert(IPL_BIO) too. | Artur Grabowski |
2002-05-22 | splassert(IPL_BIO) in scsi_done (its children have this assumption). | Artur Grabowski |
2002-04-21 | Use PR_, not M_ flags to pool_get. | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2001-08-25 | Change scsi_[free|get]_xs to use pool(9); art@ krw@ miod@ ok. | Federico G. Schwindt |
2001-08-19 | More old timeouts removal, mainly affected unused/unmaintained code. | Miod Vallat |
2001-06-22 | KNF | Theo de Raadt |
2001-02-18 | In scsi_print_sense, add 0x when printing the opcode to clarify it's | Federico G. Schwindt |
2001-01-22 | Reduce # of retries on scsi_test_unit_ready to 5. This means that devices | Constantine Sapuntzakis |
2000-03-01 | Initialize xs->req_sense_length to 0. This is not used by many | Todd C. Miller |
1999-07-25 | Merge sd stuff from NetBSD-current. Helps with LS-120, ZIP | Constantine Sapuntzakis |
1999-04-20 | Spelling error in comment. | Tobias Weingartner |
1999-02-07 | print INFO FIELD as unsigned | Theo de Raadt |
1998-12-19 | for sense code "Logical Unit Is in Process Of Becoming Ready", make | Theo de Raadt |
1998-02-14 | clear scsi_xfer's status byte before executing or re-executing the command. | Theo de Raadt |
1997-12-31 | return EROFS for write protect; is | Theo de Raadt |
1997-09-11 | Fix setting up of the LUN field of the CDB | Niklas Hallqvist |
1997-09-05 | Add SCSITERSE option which omits the (large) ASC/ASCQ table. | Todd C. Miller |
1997-09-05 | fix compilation problem when SCSIVERBOSE=0 | Todd C. Miller |
1997-09-05 | clean up sense info printing further | Theo de Raadt |
1997-09-03 | simplify verbose error reporting | Theo de Raadt |
1997-09-02 | delete extra \n | Theo de Raadt |
1997-08-22 | Add more detailed SCSI error printing by Matthew Jacob. Enabled by | Todd C. Miller |
1997-07-03 | print correct sense bytes | Theo de Raadt |
1997-04-14 | Merge in various pieces of current NetBSD scsi code, including but not limited | Jason Downs |
1996-06-16 | NetBSD PR#2535: add mode sense 5 and floppy support in our framework. | Jason Downs |
1996-05-06 | from netbsd; SCSIDEBUG printf() fixes | Theo de Raadt |
1996-05-02 | no sys/cpu.h, fix bugs in ch | Theo de Raadt |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt |
1996-02-29 | Fix typo in comment | Niklas Hallqvist |
1996-02-20 | Sync. w/ NetBSD: scsi prototypes. | briggs |
1996-01-31 | COMMAND ABORTED sense key is 0xb, not 0xa. Also clean up diagnostic message. | briggs |
1996-01-14 | From NetBSD: (required for last change to scsi_base.c in case we get | briggs |
1996-01-14 | Retry a command when we get a command aborted message for it. | briggs |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |