Age | Commit message (Expand) | Author |
2009-12-06 | Nuke SCSI_URGENT after removing its only use, in ncr53c9x.c. That use | Kenneth R Westerback |
2009-12-06 | SCSI_USER is deprecated. the ioctl handlers arent special with regard to | David Gwynne |
2009-12-01 | properly handle all xs states that can be returned by an adapter in sd. | David Gwynne |
2009-12-01 | put the midlayer changes back in. | David Gwynne |
2009-11-22 | Remove only use in the tree of ESCAPE_NOT_SUPPORTED. Which, ironically, | Kenneth R Westerback |
2009-11-22 | Nuke TRY_AGAIN_LATER now that no driver returns it. | Kenneth R Westerback |
2009-11-12 | revert midlayer back to it was before i put my big rewrite in. this is | David Gwynne |
2009-11-10 | fix the NO_CCB handling i broke when working on simplifying the midlayer. | David Gwynne |
2009-11-10 | backout the backout marco did of my code because of the NO_CCB breakage. | David Gwynne |
2009-11-05 | The big diff dlg committed to the midlayer breaks NO_CCB and | Marco Peereboom |
2009-10-23 | if you're attempting to detach multiple devices (eg, many targets, | David Gwynne |
2009-10-22 | devices below the scsibus should all be detached via scsi_detach_lun. | David Gwynne |
2009-10-20 | "active" is an unused member of the scsi_link structure. i couldnt find any | David Gwynne |
2009-10-14 | rework how devids are handled in the midlayer and mpath. | David Gwynne |
2009-09-14 | rework the scsi midlayer to start addressing some problems i have | David Gwynne |
2009-08-13 | provide an api for an interrupt (or something like it) to notify the | David Gwynne |
2009-08-09 | add mpath(4), a driver that steals paths to scsi devices if it | David Gwynne |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2008-11-10 | clean namespace a fair bit; wrap kernel-use-only structures and gunk in | Theo de Raadt |
2008-11-09 | workaround lack of struct proc. this whole mess must be cleaned out. | Theo de Raadt |
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 |