Age | Commit message (Expand) | Author |
2004-01-30 | Backout until we have a better implementation... | Thierry Deval |
2004-01-29 | "And you definitely don't want to use p_priority. Use PRIBIO" | Thierry Deval |
2004-01-29 | Avoid an annoying freeze during attach of live "scsibus" devices. | Thierry Deval |
2004-01-25 | Be less verbose in sdattach() by suppressing the display of detailed | Kenneth R Westerback |
2004-01-25 | Use %lu to print u_long values, not %d or %ld. Fixes display of | Kenneth R Westerback |
2004-01-25 | Allow restriction of SCSIDEBUG output to particular scsi buses in | Kenneth R Westerback |
2004-01-24 | ugly #ifdef to be deleted later | Theo de Raadt |
2004-01-23 | Don't probe impossible luns. If lun 0 is non-existant, or if the device shows | Kenneth R Westerback |
2004-01-17 | Use SC_DEBUG() to display debug messages. Makes SCSIDEBUG output better. | Kenneth R Westerback |
2004-01-16 | Remove this farce. | Miod Vallat |
2004-01-14 | Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. Also | Kenneth R Westerback |
2004-01-10 | Print sense info only for valid key; from NetBSD. | Alexander Yurchenko |
2004-01-08 | More sense message improvements from Marco Peereboom. | Kenneth R Westerback |
2004-01-07 | Some code cleanup and fixes inspired by NetBSD changes from mycroft@ | Kenneth R Westerback |
2004-01-05 | Don't issue PREVENT_ALLOW commands to disk devices during sdopen() or | Kenneth R Westerback |
2004-01-04 | Rewrite scsi_decode_sense() to clean up code; eliminate many magic | Kenneth R Westerback |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2004-01-03 | Make 'unknown error category' message more informative by including error | Kenneth R Westerback |
2004-01-02 | Treat all commands returning a sense data ASC of 0x29 as having | Kenneth R Westerback |
2004-01-02 | Add in missing ASC/ASCQ descriptions for non-RAMDISK (i.e. | Kenneth R Westerback |
2003-12-24 | Make error message more informative by showing bad value that caused | Kenneth R Westerback |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-10-27 | atlas does indeed support tagging and only the siop was broken | Michael Shalayeff |
2003-09-30 | quantum atlas iv 9 wls lies about tags | Michael Shalayeff |
2003-09-26 | Typos: defintion -> definition, proccess -> process | Miod Vallat |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-07-30 | reverse booleans so it's clear what we're looking for. ok krw@ | Ted Unangst |
2003-06-26 | Simplify code a bit by eliminating a few early returns in the sense | Kenneth R Westerback |
2003-06-25 | Avoid a divide by zero by | Kenneth R Westerback |
2003-06-24 | try to devise drive's rpm and default to 3600 should we fail miserably. | Michael Shalayeff |
2003-05-21 | Make sure that the first scsi command issued to a device during | Kenneth R Westerback |
2003-05-18 | constify the quirck tables and fix the scsi_inqmatch() proto accordingly; krw... | Michael Shalayeff |
2003-05-17 | READ_CD_CAPCITY -> READ_CD_CAPACITY in comment. | Kenneth R Westerback |
2003-05-17 | paramters -> parameters in comment. | Kenneth R Westerback |
2003-05-17 | dale's camera has a usb quirk now | Nathan Binkert |
2003-05-16 | Provide most if not all the support required for the usb changes Nate | Kenneth R Westerback |
2003-05-13 | Don't report devices with incomplete implementations as OFFLINE. | Kenneth R Westerback |
2003-05-06 | String fixes. Scsi now strcpy/strcat/sprintf/strncat free. Some | Kenneth R Westerback |
2003-05-06 | sprintf -> snprintf. strncpy -> bcopy since d_packname is not really a | Kenneth R Westerback |
2003-05-03 | sprintf -> snprintf. | Kenneth R Westerback |
2003-04-06 | The disklabel fields d_packname and d_typename are not null terminated strings | Kenneth R Westerback |
2003-03-28 | OCHIO* dies horrible death by dd; as per renaming done before | Michael Shalayeff |
2003-03-11 | Fix incorrect restriction on valid scsi tape density code values, allowing all | Kenneth R Westerback |
2003-02-20 | Eliminate unused parameter to scsi_free_xs(). | Kenneth R Westerback |
2003-01-17 | The end of the track is one frame before the first frame of the next track | Jason Wright |
2003-01-05 | spelling | Theo de Raadt |
2002-12-30 | Add new parameter to scsi_test_unit_ready(): retries number. | Alexander Yurchenko |
2002-12-15 | Fix/Cleanup some SCSI #defines. | Kenneth R Westerback |
2002-11-30 | Actually implement the NODOORLOCK quirk | Nathan Binkert |
2002-10-17 | renumber the CHIO* since they clash w/ the CDIO, keep the old ones as OCHIO, ... | Michael Shalayeff |