| 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 |
* | Move remaining scsi bus initialization info from "prototype scsi link" |  krw | 2020-07-20 | 1 | -15/+14 |
* | Move the adapter related items (luns, adapter, adapter_target, |  krw | 2020-07-19 | 1 | -9/+10 |
* | 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 | -8/+4 |
* | Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth to |  krw | 2020-06-24 | 1 | -2/+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 |
* | convert infinite msleep(9) to msleep_nsec(9) |  jsg | 2019-12-31 | 1 | -3/+3 |
* | Use the defines DETACH_FORCE and DETACH_QUIET when constructing a value |  krw | 2019-08-20 | 1 | -3/+5 |
* | use byte swapping loads and stores. |  dlg | 2017-06-05 | 1 | -17/+26 |
* | Use header <sys/atomic.h> rather than <machine/atomic.h> in MI code. |  visa | 2017-01-24 | 1 | -2/+2 |
* | make qla_iocb_seg structs 4 byte aligned and use htolem32 to set it. |  dlg | 2016-05-10 | 1 | -3/+6 |
* | sizes for free(); ok jmatthew |  deraadt | 2015-09-07 | 1 | -12/+13 |
* | fairly simple sizes for free(); ok tedu |  deraadt | 2015-08-28 | 1 | -3/+3 |
* | remove isp(4) now that the ql* family have replaced it |  jmatthew | 2015-06-19 | 1 | -4/+4 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | turn off QLA_DEBUG noise, requested by deraadt@ |  jmatthew | 2015-02-09 | 1 | -3/+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 |
* | another handful of bcopy -> memcpy because there is no overlap |  deraadt | 2014-12-19 | 1 | -2/+2 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+2 |
* | 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 | -16/+16 |
* | We only have one possible location to use for a logged in port, so only set |  jmatthew | 2014-05-21 | 1 | -5/+2 |
* | When the firmware tells us a loop id is already in use, add the device |  jmatthew | 2014-05-17 | 1 | -29/+58 |
* | transplant hotplug code over from qle(4) |  jmatthew | 2014-04-27 | 1 | -104/+516 |
* | In qla_get_port_name_list, handle malloc failure, skip special fabric ports, |  jmatthew | 2014-04-21 | 1 | -3/+27 |
* | Always copy out all mailbox registers and use msleep in a loop to ensure that |  jmatthew | 2014-04-14 | 1 | -59/+59 |
* | In debug output, print loop ids as decimals and port ids as 24bit hex. |  jmatthew | 2014-04-13 | 1 | -10/+9 |
* | When iterating through fabric ports, start at our own port ID. It doesn't |  jmatthew | 2014-04-07 | 1 | -2/+3 |
* | ISP2322 chips need a different firmware image to other 2300s, so until we |  jmatthew | 2014-04-07 | 1 | -15/+38 |
* | set adapter buswidth according to the number of loop ids supported by the |  jmatthew | 2014-04-05 | 1 | -4/+8 |
* | Rework the command polling loop so it can handle multiple responses in a single |  jmatthew | 2014-04-04 | 1 | -29/+17 |
* | Rather than scanning local loop ids sequentially, just ask the chip which |  jmatthew | 2014-03-31 | 1 | -14/+63 |
* | when built without firmware, check that the chip already has firmware |  jmatthew | 2014-02-23 | 1 | -32/+32 |
* | refactor firmware loading with a function pointer |  deraadt | 2014-02-22 | 1 | -57/+25 |
* | More turd shining; cleanup the message that prints the firmware revision and |  kettenis | 2014-02-20 | 1 | -3/+3 |
* | Avoid printing the "nvram corrupt" message for onboard 2200s found on Sun |  kettenis | 2014-02-20 | 1 | -2/+8 |
* | jsg@ pointed out i am bad at loops. |  dlg | 2014-02-20 | 1 | -6/+4 |
* | knf |  dlg | 2014-02-20 | 1 | -2/+2 |
* | pull the isr reads out into per chip variants we get to via pointers |  dlg | 2014-02-20 | 1 | -67/+69 |
* | tweak the response queue handling so it looks like qle. the important |  dlg | 2014-02-19 | 1 | -89/+74 |
* | remove some dead code - all the chips we handle can do type 4 commands, |  jmatthew | 2014-02-19 | 1 | -22/+1 |
* | convert printfs into a few different debug categories, leaving port |  jmatthew | 2014-02-18 | 1 | -64/+100 |
* | fix endianness of fc4 type registration (again), and don't bother printing |  jmatthew | 2014-02-11 | 1 | -4/+4 |
* | Build isp2xxx firmware into separate object files so we only include |  jmatthew | 2014-02-10 | 1 | -4/+4 |