Age | Commit message (Expand) | Author |
2007-04-12 | The beginnings of support for 16-byte cdb's in the scsi code. This is | Tobias Weingartner |
2007-04-12 | Add cd_kill_buffers() as a separate function, like sd_kill_buffers() | Kenneth R Westerback |
2007-04-11 | Use a separate function to remove the buffers in sddetach. | Alexander Bluhm |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-04-10 | Name and cast all struct sd_softc *sd the same way. No binary change. | Alexander Bluhm |
2007-04-10 | Always use idiom 'struct cd_softc *cd = (struct cd_softc *)self'. Spotted | Kenneth R Westerback |
2007-04-04 | sprinkle some ansification around. | David Gwynne |
2007-04-03 | implement the DK INFO ioctl so userland can query the disks product, | David Gwynne |
2007-04-03 | define the vpd inquiry page code. | David Gwynne |
2007-04-03 | add a wrapper for querying vpd inquiry pages | David Gwynne |
2007-04-03 | modernise scsi_inquiry. the length field has grown and now theres pages to | David Gwynne |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
2007-02-21 | Add missing sensor description for temperature. | Deanna Phillips |
2007-02-21 | Don't unconditionally spin up SDEV_UMASS devices. They almost | Kenneth R Westerback |
2007-02-12 | Don't need a 'return' just before exiting a function. | Kenneth R Westerback |
2007-02-03 | Make comment match code. ok pedro | Alexander Bluhm |
2007-01-20 | Add media_fileno, media_blkno into st_softc and report their values | Kenneth R Westerback |
2007-01-16 | Report SDEV_UMASS devices as non-'SCSI', i.e. 'ATAPI', devices when | Kenneth R Westerback |
2007-01-05 | As first brought to my attention by Russel Sutherland, our deletion of | Kenneth R Westerback |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2006-12-23 | adapt to new two-level sensor api; Constantine A. Murenin | Theo de Raadt |
2006-12-23 | Add the ability to issue GPCMD_REPORT_KEY and GPCMD_SEND_KEY scsi | 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 | 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 |