Age | Commit message (Expand) | Author |
2009-12-16 | nothing needs to see cd_softc except the driver, so move it into cd.c | David Gwynne |
2009-12-13 | remove #ifdef CDDA bits cos nothing in cd.c uses it and nothing i can find | David Gwynne |
2009-12-13 | prefix all softc members with sc_, not just most of them. | David Gwynne |
2009-12-13 | use sc consistently as the name of the pointer to the softc variable, not | David Gwynne |
2009-12-12 | move cd(4) from using scsi_scsi_cmd over to scsi_xs_exec for doing io. | David Gwynne |
2009-12-09 | Nuke stray comment referencing deceased TRY_AGAIN_LATER that dlg@ | Kenneth R Westerback |
2009-12-07 | Re-enable SCSIDEBUG display of commands and data. Original diff | Kenneth R Westerback |
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-06 | consistently refer to the softc pointer as sc, not sd. | David Gwynne |
2009-12-06 | biodone must be called at splbio. | David Gwynne |
2009-12-06 | nitems(array) is prettier than sizeof(array)/sizeof(array[0]) | David Gwynne |
2009-12-06 | whitespace tweaks | David Gwynne |
2009-12-06 | ansify dvd functions a bit. | David Gwynne |
2009-12-03 | prevent a completion interrupt pulling io of the buf queue and shoving it | David Gwynne |
2009-12-03 | set the length of the cdb when synchronising cache. | David Gwynne |
2009-12-01 | Mark disk as dirty when starting a write to it. Restores issuing of | Kenneth R Westerback |
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 | remove a stale comment from a previous revision of the diff i | David Gwynne |
2009-11-10 | dont compare devids when we dont have a devid to compare with. | 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-11-01 | Move IS[12]BYTEMSG and ISEXTMSG defines to a common place. | Federico G. Schwindt |
2009-10-27 | if (!ISSET(flags, SCSI_NOSLEEP)) return; else sleep(); is wrong. | David Gwynne |
2009-10-27 | Check return value of scsi_xs_get() in scsi_ioc_cmd() for NULL. It | Kenneth R Westerback |
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-21 | use _lto8b to calculate 64 bit address. Fixes issue ckuethe saw at 2TB | Marco Peereboom |
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-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-10-12 | avoid smashing the stack when we have sense data to return back to userland | David Gwynne |
2009-10-12 | mask bits correctly in devid vpd for the PI | David Gwynne |
2009-09-14 | rework the scsi midlayer to start addressing some problems i have | David Gwynne |
2009-09-02 | take advantage of workq_queue_task. | David Gwynne |
2009-08-27 | More iscsi defines needed. | Claudio Jeker |
2009-08-14 | Another change to make my life easier when parsing pdus. | Claudio Jeker |
2009-08-13 | make scsi_done set ITSDONE on the xs. this means hba drivers dont have to | David Gwynne |
2009-08-13 | More changes to make the parsing of those evil messages a bit easier. | Claudio Jeker |
2009-08-13 | Add more stuff change some fields to make the handling a bit easier. | Claudio Jeker |
2009-08-13 | provide an api for an interrupt (or something like it) to notify the | David Gwynne |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
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 | shove a minphys request against mpath down all to the minphys on each path | David Gwynne |