Age | Commit message (Expand) | Author |
2004-10-17 | Add some FreeBSD MSG_EXT_PPR_* defines. Will be used in (at least) ahd | Kenneth R Westerback |
2004-10-16 | Fix 'Tape block size (32754) not a multiple of dump block size | Kenneth R Westerback |
2004-09-15 | target/lun attributes are optional | Michael Shalayeff |
2004-08-01 | Remove openings = 1 and inherit the value from the HBA instead. This keeps t... | Marco Peereboom |
2004-07-31 | Remove scsi_change_def() and related command structure. Its only use | Kenneth R Westerback |
2004-06-22 | Add additional retries in TUR to allow for tape devices to settle after a reset. | Marco Peereboom |
2004-06-22 | Add additional retries in TUR to allow for tape devices to settle after a reset. | Marco Peereboom |
2004-05-28 | Clean up sense error logic and printing a bit, partly inspired by | Kenneth R Westerback |
2004-05-20 | Add QAS phase which is required by ahd. ok krw@ | Marco Peereboom |
2004-05-17 | Elminate SCSIRET_* synonyms for EJUSTRETURN and ERESTART by using | Kenneth R Westerback |
2004-05-17 | Add a quirk entry for TEAC compact cassette tape drive, taken from NetBSD. | Kenji Aoyama |
2004-05-13 | More cleanup of SCSI sense printing. Better output, more readable code. | Kenneth R Westerback |
2004-05-09 | Remove some #ifndef __OpenBSD__/#endif sections that were intended to | Kenneth R Westerback |
2004-05-09 | Eliminate verbosity parameter to scsi_print_sense and the associated | Kenneth R Westerback |
2004-05-09 | Add missing <cr>'s to various SC_DEBUG() calls, along with a few other | Kenneth R Westerback |
2004-05-07 | Set value for rslt before trying to display it. 'Bad LUN ...' messsage | Kenneth R Westerback |
2004-05-07 | Remove mvme88k workaround for ssh(4) bugs. | Miod Vallat |
2004-04-18 | Restore siop's (and possibly others) ability to negotiate tags/wide/sync by | Kenneth R Westerback |
2004-03-14 | Last pre-3.5 tweak: restore bus scanning to full speed by not performing | Kenneth R Westerback |
2004-03-10 | Simplify new LUN scanning logic, add diagnostic messages for all | Kenneth R Westerback |
2004-02-21 | Eliminate the quirks SDEV_NOSTARTUNIT, UMASS_QUIRK_NO_START_STOP, and | Kenneth R Westerback |
2004-02-21 | Fix a race. scsi_done() can free a scsi_xfer, so relying on the values | Kenneth R Westerback |
2004-02-17 | bzero scsi_xfer's as they come out of the pool to ensure there is no | Kenneth R Westerback |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst |
2004-02-07 | If scsi_probe_bus() is called with a particular lun, ensure that lun 0 | Kenneth R Westerback |
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 |