Age | Commit message (Expand) | Author |
2024-09-04 | Fix some spelling. | Marcus Glocker |
2024-05-24 | remove unneeded includes; ok miod@ | Jonathan Gray |
2024-04-14 | avoid uninitialised var use | Jonathan Gray |
2022-04-16 | constify SCSI adapter entry points | Christian Weisgerber |
2022-03-11 | Constify struct cfattach. | Martin Pieuchot |
2020-09-22 | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' | Kenneth R Westerback |
2020-07-22 | Nuke unused struct scsi_link members of adapter softc's where the | Kenneth R Westerback |
2020-07-20 | Move remaining scsi bus initialization info from "prototype scsi link" | Kenneth R Westerback |
2020-07-19 | Move the adapter related items (luns, adapter, adapter_target, | Kenneth R Westerback |
2020-07-16 | Access adapter softc via link->bus->sb_adapter_softc. | Kenneth R Westerback |
2020-07-11 | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug | Kenneth R Westerback |
2020-06-27 | No need to bzero()/memset() 'struct scsibus_attach_args' variables | Kenneth R Westerback |
2020-06-27 | Replace TAILQ concatenation loop with TAILQ_CONCAT | bket |
2020-06-24 | Use SDEV_NO_ADAPTER_TARGET instead of the value that is being | Kenneth R Westerback |
2020-03-25 | Indicate that the case handling data underruns falls through to the case | Jonathan Matthew |
2020-02-05 | Nuke unnecessary abstraction 'scsi_minphys()' which just calls | Kenneth R Westerback |
2020-01-23 | Use a consistant idiom/format when declaring scsi_adapter structures | Kenneth R Westerback |
2020-01-15 | qle(4): tsleep(9) -> tsleep_nsec(9) | cheloha |
2019-12-31 | convert infinite msleep(9) to msleep_nsec(9) | Jonathan Gray |
2019-10-16 | Fix reversed gotos; CID 1453190. | Daniel Dickman |
2019-08-20 | Use the defines DETACH_FORCE and DETACH_QUIET when constructing a value | Kenneth R Westerback |
2018-07-30 | apply the loop settle delay to handling of loop up and loop reset events, | Jonathan Matthew |
2018-07-30 | extend the loop settle time to 200ms, and adjust the check so that we'll | Jonathan Matthew |
2018-07-26 | don't dump status iocbs twice | Jonathan Matthew |
2018-07-26 | remove "bad startup mboxes" printf - it never indicates a real problem, | Jonathan Matthew |
2018-07-03 | During attach, give the loop a while to settle before we start looking | Jonathan Matthew |
2018-07-03 | If we're not on a fabric, we may still need to attach and detach targets | Jonathan Matthew |
2017-01-24 | Use header <sys/atomic.h> rather than <machine/atomic.h> in MI code. | Visa Hankala |
2015-09-11 | Don't copy more sense data than we have space for, so we don't crash when | Jonathan Matthew |
2015-09-06 | sizes for free(); ok jmatthew | Theo de Raadt |
2015-07-08 | Overallocate the data segment lists to ensure there's always space for the | Jonathan Matthew |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-09 | we want to defer work traditionally (in openbsd) handled in an | David Gwynne |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-07-13 | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-21 | When the firmware tells us a loop id is already in use, add the device | Jonathan Matthew |
2014-04-27 | When the firmware has already allocated the handle we want to use to log in | Jonathan Matthew |
2014-04-21 | Simplify the update process a bit. Don't try to skip parts based on what | Jonathan Matthew |
2014-04-20 | Update hotplug. Add qle_get_port_name_list, use it to discover local | Jonathan Matthew |
2014-04-18 | Implement qle_fabric_plogo and let qle_fabric_plogi look at the response that | Jonathan Matthew |
2014-04-18 | Rework the command polling loop so it can handle multiple responses in a single | Jonathan Matthew |
2014-04-17 | When iterating through fabric ports, start at our own port ID, so we can | Jonathan Matthew |
2014-04-17 | Copy out all mbox registers after a mailbox operation completes. | Jonathan Matthew |
2014-04-17 | In debug output, print loop ids as decimals and port ids as 24bit hex. | Jonathan Matthew |
2014-03-31 | qle dvas straddle 4 byte boundaries, so best to treat them as two | David Gwynne |
2014-03-27 | move to htolemXX and lemtohXX. interestingly, this caught a few type | David Gwynne |
2014-03-25 | when working with the cdb its better to use cmdlen than datalen. | David Gwynne |
2014-03-25 | rework qle_put_cmd to use hto[lb]emXX as best it can. | David Gwynne |