| Commit message (Expand) | Author | Age | Files | Lines |
* | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' |  krw | 2020-09-22 | 1 | -2/+2 |
* | Nuke unused struct scsi_link members of adapter softc's where the |  krw | 2020-07-22 | 1 | -3/+1 |
* | Move remaining scsi bus initialization info from "prototype scsi link" |  krw | 2020-07-20 | 1 | -17/+16 |
* | Move the adapter related items (luns, adapter, adapter_target, |  krw | 2020-07-19 | 1 | -5/+6 |
* | Access adapter softc via link->bus->sb_adapter_softc. |  krw | 2020-07-16 | 1 | -3/+3 |
* | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug |  krw | 2020-07-11 | 1 | -3/+1 |
* | No need to bzero()/memset() 'struct scsibus_attach_args' variables |  krw | 2020-06-27 | 1 | -2/+1 |
* | Replace TAILQ concatenation loop with TAILQ_CONCAT |  bket | 2020-06-27 | 1 | -15/+11 |
* | Use SDEV_NO_ADAPTER_TARGET instead of the value that is being |  krw | 2020-06-24 | 1 | -2/+2 |
* | Indicate that the case handling data underruns falls through to the case |  jmatthew | 2020-03-25 | 1 | -1/+2 |
* | Nuke unnecessary abstraction 'scsi_minphys()' which just calls |  krw | 2020-02-05 | 1 | -2/+2 |
* | Use a consistant idiom/format when declaring scsi_adapter structures |  krw | 2020-01-23 | 1 | -6/+2 |
* | qle(4): tsleep(9) -> tsleep_nsec(9) |  cheloha | 2020-01-15 | 1 | -3/+5 |
* | convert infinite msleep(9) to msleep_nsec(9) |  jsg | 2019-12-31 | 1 | -3/+3 |
* | Fix reversed gotos; CID 1453190. |  daniel | 2019-10-16 | 1 | -3/+3 |
* | Use the defines DETACH_FORCE and DETACH_QUIET when constructing a value |  krw | 2019-08-20 | 1 | -3/+5 |
* | apply the loop settle delay to handling of loop up and loop reset events, |  jmatthew | 2018-07-30 | 1 | -4/+36 |
* | extend the loop settle time to 200ms, and adjust the check so that we'll |  jmatthew | 2018-07-30 | 1 | -11/+11 |
* | don't dump status iocbs twice |  jmatthew | 2018-07-26 | 1 | -2/+1 |
* | remove "bad startup mboxes" printf - it never indicates a real problem, |  jmatthew | 2018-07-26 | 1 | -3/+1 |
* | During attach, give the loop a while to settle before we start looking |  jmatthew | 2018-07-03 | 1 | -4/+9 |
* | If we're not on a fabric, we may still need to attach and detach targets |  jmatthew | 2018-07-03 | 1 | -1/+5 |
* | Use header <sys/atomic.h> rather than <machine/atomic.h> in MI code. |  visa | 2017-01-24 | 1 | -2/+2 |
* | Don't copy more sense data than we have space for, so we don't crash when |  jmatthew | 2015-09-11 | 1 | -3/+4 |
* | sizes for free(); ok jmatthew |  deraadt | 2015-09-06 | 1 | -22/+22 |
* | Overallocate the data segment lists to ensure there's always space for the |  jmatthew | 2015-07-08 | 1 | -20/+14 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | we want to defer work traditionally (in openbsd) handled in an |  dlg | 2015-02-09 | 1 | -2/+2 |
* | remove the second void * argument on tasks. |  dlg | 2015-01-27 | 1 | -5/+5 |
* | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. |  doug | 2014-09-13 | 1 | -2/+2 |
* | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian |  deraadt | 2014-07-13 | 1 | -2/+2 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -17/+17 |
* | When the firmware tells us a loop id is already in use, add the device |  jmatthew | 2014-05-21 | 1 | -31/+54 |
* | When the firmware has already allocated the handle we want to use to log in |  jmatthew | 2014-04-27 | 1 | -4/+52 |
* | Simplify the update process a bit. Don't try to skip parts based on what |  jmatthew | 2014-04-21 | 1 | -9/+5 |
* | Update hotplug. Add qle_get_port_name_list, use it to discover local |  jmatthew | 2014-04-20 | 1 | -132/+267 |
* | Implement qle_fabric_plogo and let qle_fabric_plogi look at the response that |  jmatthew | 2014-04-18 | 1 | -23/+69 |
* | Rework the command polling loop so it can handle multiple responses in a single |  jmatthew | 2014-04-18 | 1 | -28/+17 |
* | When iterating through fabric ports, start at our own port ID, so we can |  jmatthew | 2014-04-17 | 1 | -2/+2 |
* | Copy out all mbox registers after a mailbox operation completes. |  jmatthew | 2014-04-17 | 1 | -56/+42 |
* | In debug output, print loop ids as decimals and port ids as 24bit hex. |  jmatthew | 2014-04-17 | 1 | -8/+8 |
* | qle dvas straddle 4 byte boundaries, so best to treat them as two |  dlg | 2014-03-31 | 1 | -6/+15 |
* | move to htolemXX and lemtohXX. interestingly, this caught a few type |  dlg | 2014-03-27 | 1 | -33/+31 |
* | when working with the cdb its better to use cmdlen than datalen. |  dlg | 2014-03-25 | 1 | -2/+2 |
* | rework qle_put_cmd to use hto[lb]emXX as best it can. |  dlg | 2014-03-25 | 1 | -18/+23 |
* | use htolem32 to write out qle sg elements, and annotate the structure as |  dlg | 2014-03-25 | 1 | -24/+25 |
* | Print interrupt string *after* establishing it. |  kettenis | 2014-03-09 | 1 | -4/+9 |
* | convert most printfs into DPRINTFs to cut down on dmesg spam, and add |  jmatthew | 2014-02-25 | 1 | -76/+120 |
* | rework firmware handling a bit. when built without firmware, check that |  jmatthew | 2014-02-23 | 1 | -30/+71 |
* | More turd shining; cleanup the message that prints the firmware revision and |  kettenis | 2014-02-20 | 1 | -3/+3 |