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