Age | Commit message (Expand) | Author |
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-27 | more magic removal | Bob Beck |
2006-11-27 | get rid of the rest of the asc/ascq magic codes in scsi | Bob Beck |
2006-11-27 | add bio code to do hotplug of devices on the scsibus. | David Gwynne |
2006-11-27 | rework asc/ascq handling to get rid of "magic" 0x values in the code, changes | Bob Beck |
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 | 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-11-04 | kthread_create returns an int, not a pointer. compare the return value to | David Gwynne |
2006-10-21 | rework the bus scanning code by splitting it out into separate functions | David Gwynne |
2006-10-08 | Something more closely resembling english in this comment. | 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-10-01 | whitespace tweaks | David Gwynne |
2006-10-01 | Free sensors on detach. | Alexander Yurchenko |
2006-09-26 | Zap D_REMOVABLE flag from disklabel. If you didn't already know that | Kenneth R Westerback |
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-08-04 | Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programs | Bob Beck |
2006-07-29 | Zap a couple of unused defines - SID_ANSI_SCSI2 and SID_ANSI_SCSI3. | Kenneth R Westerback |
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-23 | remove some scsi ioctls, most importantly the ones that can reprobe the | David Gwynne |
2006-07-22 | If the LUN is > 7, don't try to stuff it into the three bits available | 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-19 | Add cd_powerhook(). Use it to lock CD drives having open partitions | Kenneth R Westerback |
2006-07-16 | take a 1k array off the stack by using malloc to get it. found by miod. | David Gwynne |
2006-07-15 | catch "Media Removal Prevented" for devices that are capable of telling us | Bob Beck |
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 |
2006-07-11 | get rid of useless printfs that just clutter dmesg. | David Gwynne |
2006-07-11 | scsi_get_xs raises splbio, but didnt lower it on error. tsk tsk. | David Gwynne |
2006-07-11 | knf and ansi. no binary change. | David Gwynne |
2006-07-11 | remove an if 0 chunk thats been with us forever, but never used and never | David Gwynne |
2006-07-11 | a few formatting tweaks. this was mostly knf/ansi already. no binary change | David Gwynne |
2006-07-11 | knf and ansi. no binary change | David Gwynne |
2006-07-11 | ansi and knf. no binary change. | 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-06-15 | Quell dmesg spewage from ch(4) - this diff moves much of the | Bob Beck |
2006-06-11 | Don't spew sense informaton from the test unit ready command issued by | Kenneth R Westerback |
2006-06-02 | add structs and macros for a few MMC commands | Michael Coulter |
2006-06-01 | We do not create st devices with different density modes. i.e. with device | Kenneth R Westerback |
2006-05-31 | add a place to store the PortWWN and NodeWWN for fibre channel stuffs. | Jason Wright |
2006-05-31 | fix tree | Theo de Raadt |