Age | Commit message (Expand) | Author |
2008-09-12 | SCSI_DATA_UIO is never used. Code which checks for it is either dead or | Miod Vallat |
2008-07-22 | implement the fetching of a scsi devices "devid". recent hardware provides | David Gwynne |
2008-06-21 | fgsch@ points out my last commit changed the retry limit for CD capacity | Kenneth R Westerback |
2008-06-14 | Nuke ADEV_NOTUR, always issue TEST UNIT READY to clear out power-up | Kenneth R Westerback |
2008-06-13 | Merge show_scsi_xs() and show_scsi_cmd() and move invocation so the | Kenneth R Westerback |
2007-12-29 | the scsi layer always had function pointers for asking the hba about a | David Gwynne |
2007-11-26 | let scsibus ask the adapter about a device before probing it. also allow | David Gwynne |
2007-11-25 | dont use the adapter_softc member of scsi_link as a softc anymore. the | David Gwynne |
2007-06-23 | Implement disk sizes > 2^32-1. Code modelled on NetBSD. | Kenneth R Westerback |
2007-05-31 | ckuethe found i missed a file in the workq update. my bad | Ted Unangst |
2007-05-31 | remove the scsi task thread, and replace it with the system workq. | David Gwynne |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-04-03 | add a wrapper for querying vpd inquiry pages | David Gwynne |
2006-12-12 | Give the SCSI layer the ability to requeue i/o's rejected by a driver | Kenneth R Westerback |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-11-28 | rename scsibus_attach_args to scsi_attach_args. this can help avoid | David Gwynne |
2006-11-28 | remove a comment that was describing a behaviour that was changed over nine | David Gwynne |
2006-11-26 | no argument names in prototypes pls | David Gwynne |
2006-11-26 | provide scsi_detach_bus, _target, and _lun to wrap up config_detach for | David Gwynne |
2006-10-21 | rework the bus scanning code by splitting it out into separate functions | David Gwynne |
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-09-22 | implement a kernel thread that can be used by the midlayer or scsi drivers | David Gwynne |
2006-07-29 | The version field of scsi_inquiry_data is not a simple numeric value | Kenneth R Westerback |
2006-07-23 | Use REPORT LUNS to get the list of LUNs to probe. If such a list is | Kenneth R Westerback |
2006-07-22 | Nuke SCSIFORCELUN* and friends. These were introduced as a safety | Kenneth R Westerback |
2006-07-13 | Eliminate scsi_link field 'scsi_version' and just use the INQUIRY data | Kenneth R Westerback |
2006-07-11 | the scsi_link structure contained a copy of the inquiry flags and the whole | David Gwynne |
2006-07-06 | add a flag to sc_link to be used by a hba to mark the target as virtual. | David Gwynne |
2006-06-20 | pack wwn fields into struct better; ok marco krw | Theo de Raadt |
2006-05-31 | add a place to store the PortWWN and NodeWWN for fibre channel stuffs. | Jason Wright |
2006-05-11 | Zap trailing whitespace. | Kenneth R Westerback |
2005-12-02 | Remove one tab that cause a line to overflow. No functional change. | Marco Peereboom |
2005-11-13 | Use scsi_delay() instead of delay() when waiting for scsi disk to | Kenneth R Westerback |
2005-09-11 | Simplify code by changing struct scsi_mode_sense_buf{ union {} | Kenneth R Westerback |
2005-06-24 | Fix botch introduced in r1.12. reduced_geometry.sectors is a 5 byte | Kenneth R Westerback |
2005-06-23 | Don't discard the blocksize information provided by the READ CAPACITY | Kenneth R Westerback |
2005-06-05 | Fix scsi_mode_select() and scsi_mode_select_big() to send just the | Kenneth R Westerback |
2005-06-03 | Tweak scsi_do_mode_sense(). NetBSD was right and I was wrong. Sigh. | Kenneth R Westerback |
2005-06-03 | Cache a copy of the INQUIRY data obtained during device attachment in | Kenneth R Westerback |
2005-05-28 | Add _lto8b() and _8btol() to decode nblocks field of | Kenneth R Westerback |
2005-05-25 | With PQUIK_NOMODESENSE gone, SDEV_NOMODESENSE can go too. | Kenneth R Westerback |
2005-05-25 | Introduce safer, more general mode sense capability. Transparently use | Kenneth R Westerback |
2005-05-14 | Add scsi_mode_[sense|select]_big() and use it instead of | Kenneth R Westerback |
2005-04-27 | Add SDEV_UMASS flag, analogous to SDEV_ATAPI, and use it to force a | 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-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 |