| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Unbreak the tree; include <machine/atomic.h> instead of relying on something |  kettenis | 2014-02-19 | 1 | -1/+2 |
* | the RESP_IN register is 32bits, so consistently use a u_int32_t to |  dlg | 2014-02-19 | 1 | -4/+4 |
* | massage the response queue handling a bit: |  dlg | 2014-02-19 | 1 | -17/+13 |
* | qle seems fine with msi interrupts |  dlg | 2014-02-19 | 1 | -2/+2 |
* | use the DEVNAME macro to get the name of the interrupt rather than the |  dlg | 2014-02-17 | 1 | -2/+2 |
* | use a bus_space subregion to talk to the mbox registers so you can |  dlg | 2014-02-17 | 1 | -13/+20 |
* | make ISP_NOFIRMWARE work here too |  jmatthew | 2014-02-15 | 1 | -2/+9 |
* | fix endianness of luns in iocbs |  jmatthew | 2014-02-15 | 1 | -3/+3 |
* | isp25xx nvram is at a different base address |  jmatthew | 2014-02-14 | 1 | -3/+11 |
* | add isp25xx support. no real differences from 24xx, at least with the way |  jmatthew | 2014-02-14 | 1 | -19/+30 |
* | Introduce qle(4), a new driver for QLogic ISP24xx fibre channel HBAs. |  jmatthew | 2014-02-12 | 1 | -0/+2614 |