Age | Commit message (Expand) | Author |
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 |
2014-02-06 | Almost-working QLA2100 support. This appears to be the best I can do for | Jonathan Matthew |
2014-02-05 | Avoid calling delay(9) between checking and clearing the interrupt status bits. | Mark Kettenis |
2014-02-05 | Punt on handling responses if we haven't allocated the response queue yet. | Mark Kettenis |
2014-02-03 | use the same option as isp(4) to build without firmware. | Jonathan Matthew |
2014-02-02 | carve up qla_attach() into bits we can use to process loop and fabric changes | Jonathan Matthew |
2014-02-02 | Rearrange interrupt register processing for 2200s. The mailbox semaphore | Jonathan Matthew |
2014-02-01 | On sparc64, use the WWNs from Open Firmware, as the onboard ISP2200 that can | Mark Kettenis |
2014-01-30 | the option bit for controlling fast posting is in icb_fw_options, not | Jonathan Matthew |
2014-01-30 | don't do a register test mailbox command before resetting the chip. | Jonathan Matthew |
2014-01-30 | Set port and node WWN in scsi_link structure when we successfully probe a | Mark Kettenis |
2014-01-22 | fix endianness for FC4 type registration | Jonathan Matthew |
2014-01-21 | add a missing printf argument | Jonathan Gray |
2014-01-21 | Add support for ISP2200 based adapters. | Jonathan Matthew |
2014-01-21 | The semaphore register does need to be cleared when clearing interrupts, | Jonathan Matthew |
2014-01-21 | Stop using 23xx-specific interrupt status codes everywhere. Instead, classify | Jonathan Matthew |
2014-01-20 | With 2K login firmware, the login option bits are in mbox register 10. | Jonathan Matthew |
2014-01-19 | Better interrupt handler return values. 1 if the chip said it wanted an | Jonathan Matthew |
2014-01-19 | Introduce qla(4), a new driver for Qlogic fibre channel HBAs (only ISP23xx | Jonathan Matthew |