Age | Commit message (Expand) | Author |
2010-01-01 | If you want to use atomic ops, you need to #include the proper files instead | Miod Vallat |
2010-01-01 | split the flags used in a scsi_link structure to represent its state at | David Gwynne |
2009-12-01 | put the midlayer changes back in. | David Gwynne |
2009-11-12 | revert midlayer back to it was before i put my big rewrite in. this is | David Gwynne |
2009-11-10 | dont compare devids when we dont have a devid to compare with. | 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-14 | rework how devids are handled in the midlayer and mpath. | David Gwynne |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-09-14 | rework the scsi midlayer to start addressing some problems i have | David Gwynne |
2009-08-10 | if mpath steals a link, print out where the link was stolen so dmesg still | David Gwynne |
2009-08-10 | pull the printing out of scsibusprint so it can be used against scsi_link | David Gwynne |
2009-08-09 | add mpath(4), a driver that steals paths to scsi devices if it | David Gwynne |
2009-08-08 | if the adapters wwn fields are set, print them out when attaching scsibus. | David Gwynne |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-02-16 | Don't try to SCSIDEBUG targets or luns >31 since we only have 32 bits to | Kenneth R Westerback |
2009-02-16 | on some buses (eg sas and fc fabrics) the initiator id doesnt mean | David Gwynne |
2008-07-22 | implement the fetching of a scsi devices "devid". recent hardware provides | David Gwynne |
2008-07-22 | tweak comment to reflect the new reality after my last change. | David Gwynne |
2008-07-21 | when probing a device the midlayer queries its inquiry data and | David Gwynne |
2008-06-14 | Nuke ADEV_NOTUR, always issue TEST UNIT READY to clear out power-up | Kenneth R Westerback |
2008-05-26 | Print SCSI initiator ID such that it is easier to spot configuration | Mark Kettenis |
2008-04-24 | Say 'ATAPI' rather than 'SCSIn' for ATAPI devices found on (pseudo) | Kenneth R Westerback |
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-11-06 | Fix SDF_DIRTY handling, eliminate useless SDF_FLUSHING. The sd_flush() | Kenneth R Westerback |
2007-09-16 | A couple of obvious bzero() -> M_ZERO changes I missed. | Kenneth R Westerback |
2007-05-08 | all scsidebug_*-using code is under #ifdef, so the variables themselves shoul... | Theo de Raadt |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
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-27 | add bio code to do hotplug of devices on the scsibus. | David Gwynne |
2006-11-27 | hook scsibus up to bio. | David Gwynne |
2006-11-27 | if there are no luns on a target, then say there were no devices, | 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-10-01 | whitespace tweaks | David Gwynne |
2006-09-22 | implement a kernel thread that can be used by the midlayer or scsi drivers | David Gwynne |
2006-09-21 | when we probe and find devices on the scsibus, we allocate a scsi_link | 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 | Allocate enough, and only enough, scsi_link pointers for the number of | Kenneth R Westerback |
2006-07-22 | Nuke SCSIFORCELUN* and friends. These were introduced as a safety | Kenneth R Westerback |
2006-07-14 | Don't keep a special copy of the INQUIRY data for LUN 0 anymore. There | 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 |