Age | Commit message (Expand) | Author |
2014-03-19 | Stop abusing the rcvif pointer to pass wireless nodes down to the | Martin Pieuchot |
2014-03-18 | Remove timeout logic from the polling loop. It causes more problems than it | Mark Kettenis |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-03-16 | Patch up the firmware revision for the ISP1000 firmware since it doesn't | Mark Kettenis |
2014-03-15 | ISP1000 SBus support for qlw(4). | Mark Kettenis |
2014-03-15 | More ISP1000 (SBus) bits. | Mark Kettenis |
2014-03-15 | The ISP1000 firmware doesn't support the _A64 mailbox command variants. Since | Mark Kettenis |
2014-03-15 | Only issue SET_FIRMWARE_FEATURES command if we actually have any firmware | Mark Kettenis |
2014-03-15 | Fix pasto in error message. | Mark Kettenis |
2014-03-14 | use lemtoh64 and htolem64 for reading and writing entries in the rings. | David Gwynne |
2014-03-13 | When polling for command completion, clear the interrupt before reading the | Mark Kettenis |
2014-03-13 | Missed removing some bits with rev 1.147. | Brad Smith |
2014-03-13 | Decouple the sizes of the request and response queues, and reduce the size of | Mark Kettenis |
2014-03-11 | lint is gone, and the 'lint' conditional was never in the implementation | Philip Guenther |
2014-03-08 | Add the RX earlyoff support for older chips (8168{E-VL,EP, F}) and RXDV GATED | Brad Smith |
2014-03-08 | Only attempt to load firmware if we actually have some. | Mark Kettenis |
2014-03-08 | Attempt to recover if wide and/or synchronous transfers fail. | Mark Kettenis |
2014-03-08 | A bit of spring cleaning. | Mark Kettenis |
2014-03-08 | Enable tagged queueing. | Mark Kettenis |
2014-03-08 | Check the appropriate struct member for the various SDEV_* quirks. | Mark Kettenis |
2014-03-08 | Enable DMA bursting. Not sure it actually makes things faster, but both | Mark Kettenis |
2014-03-07 | Make sure a SCSI initiator ID provided by Open Firmware overrides the value | Mark Kettenis |
2014-03-07 | Reduce the number of ccbs by a factor three since we need up to three request | Mark Kettenis |
2014-03-07 | Provide the appropriate default values for the SCSI initiaror ID on sgi and | Mark Kettenis |
2014-03-07 | Duplicate enum values are a bad idea. | Mark Kettenis |
2014-03-05 | Introduce qlw(4), a new driver for QLogic ISP SCSI HBAs. For now only | Mark Kettenis |
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 | revert previous commit; didn't intend to commit those bits | 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-14 | remove isp24xx-related code. it doesn't work, qle(4) replaces it, and | Jonathan Matthew |
2014-02-13 | fix previous errorneous constants (compiled against the old header) | pelikan |
2014-02-13 | Recognize SATA-III ports in dmesg. | pelikan |
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 | missing define for qla2100 support | 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 |