Age | Commit message (Expand) | Author |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2008-09-22 | Do not return an uninitialized value on success in stclose(). | Miod Vallat |
2008-09-06 | Return EIO when the residual is > xs->datalen, even if SCSI_SILENT is | Kenneth R Westerback |
2008-06-22 | Replace MUSTEK_RETRIES, SCANJET_RETRIES and ST_RETRIES with SCSI_RETRIES, | Kenneth R Westerback |
2008-05-12 | Fix device reference counting. Now that we try to support detachable | Kenneth R Westerback |
2008-05-09 | Oops. When detaching tape drives look for devices using 'stopen' not | Kenneth R Westerback |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-22 | Ansi-fy. | Kenneth R Westerback |
2007-11-22 | Ooops. Don't de-reference st until after it has been pointed at the | Kenneth R Westerback |
2007-11-16 | convert code over from sd.c, to let tapes discollect. Lucas Stefanutti | Theo de Raadt |
2007-09-16 | A couple of obvious bzero() -> M_ZERO changes I missed. | Kenneth R Westerback |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-01 | No need for tape fields to be daddr_t. int will do. | Kenneth R Westerback |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-01-20 | Add media_fileno, media_blkno into st_softc and report their values | Kenneth R Westerback |
2007-01-05 | As first brought to my attention by Russel Sutherland, our deletion of | Kenneth R Westerback |
2006-12-21 | Fix some comment typos. 'immediatly' -> 'immediately', 'tranfer' -> | Kenneth R Westerback |
2006-12-12 | Give the SCSI layer the ability to requeue i/o's rejected by a driver | Kenneth R Westerback |
2006-11-28 | rename scsibus_attach_args to scsi_attach_args. this can help avoid | David Gwynne |
2006-11-27 | more magic removal | Bob Beck |
2006-11-27 | rework asc/ascq handling to get rid of "magic" 0x values in the code, changes | Bob Beck |
2006-10-07 | make cd-roms retry forever while the device indicates that it is | Bob Beck |
2006-10-02 | get rid of a boolean typedef. this is c, we have ints, deal with it. | David Gwynne |
2006-06-11 | Don't spew sense informaton from the test unit ready command issued by | Kenneth R Westerback |
2006-06-01 | We do not create st devices with different density modes. i.e. with device | Kenneth R Westerback |
2006-05-28 | Miscellaneous fixes. | Kenneth R Westerback |
2006-05-28 | This commit changes the interpret_sense routine for st to catch the | Bob Beck |
2006-05-28 | In the absence of a coherent concept of 'RAW' tape devices, pass all | Kenneth R Westerback |
2006-05-28 | Whack a 'control device' leftover. Actually save the new density, etc. | Kenneth R Westerback |
2006-05-28 | We don't have 'control devices' for st. Nor are we likely to get any | Kenneth R Westerback |
2006-05-28 | ST_NEW_MOUNT was set/reset in a number of places but only examined inside | Kenneth R Westerback |
2006-05-28 | Use TEST_READY_RETRIES_TAPE instead of TEST_READY_RETRIES_DEFAULT, | Kenneth R Westerback |
2006-05-28 | Use bit 23 of the device minor to indicate a control mode device. A | Kenneth R Westerback |
2006-05-28 | Always allow ioctl's to work, even if there is no media loaded. | Kenneth R Westerback |
2006-05-28 | Don't print tape media information during probe. This is transitory | Kenneth R Westerback |
2006-05-11 | Zap trailing whitespace. | Kenneth R Westerback |
2005-09-11 | Simplify code by changing struct scsi_mode_sense_buf{ union {} | Kenneth R Westerback |
2005-08-23 | Move uses of struct scsi_mode_sense_buf (255 bytes each) from the | Kenneth R Westerback |
2005-06-24 | Move st.c to new mode sense mechanism. Don't save page0 data (if any), just | Kenneth R Westerback |
2005-06-05 | Fix scsi_mode_select() and scsi_mode_select_big() to send just the | Kenneth R Westerback |
2005-05-14 | Add scsi_mode_[sense|select]_big() and use it instead of | Kenneth R Westerback |
2005-04-06 | De-register scsi. | Kenneth R Westerback |
2005-04-05 | Factor out scsi_mode_sense() and scsi_mode_select() like NetBSD does. | Kenneth R Westerback |
2004-11-30 | No longer require write permission for read-only SCSI commands | Kenneth R Westerback |
2004-10-16 | Fix 'Tape block size (32754) not a multiple of dump block size | Kenneth R Westerback |
2004-08-01 | Remove openings = 1 and inherit the value from the HBA instead. This keeps t... | 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-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 |