summaryrefslogtreecommitdiff
path: root/sys/dev/pci/qle.c
AgeCommit message (Expand)Author
2014-03-09Print interrupt string *after* establishing it.Mark Kettenis
2014-02-25convert most printfs into DPRINTFs to cut down on dmesg spam, and addJonathan Matthew
2014-02-23rework firmware handling a bit. when built without firmware, check thatJonathan Matthew
2014-02-20More turd shining; cleanup the message that prints the firmware revision andMark Kettenis
2014-02-19Unbreak the tree; include <machine/atomic.h> instead of relying on somethingMark Kettenis
2014-02-19the RESP_IN register is 32bits, so consistently use a u_int32_t toDavid Gwynne
2014-02-19massage the response queue handling a bit:David Gwynne
2014-02-19qle seems fine with msi interruptsDavid Gwynne
2014-02-17use the DEVNAME macro to get the name of the interrupt rather than theDavid Gwynne
2014-02-17use a bus_space subregion to talk to the mbox registers so you canDavid Gwynne
2014-02-15make ISP_NOFIRMWARE work here tooJonathan Matthew
2014-02-15fix endianness of luns in iocbsJonathan Matthew
2014-02-14isp25xx nvram is at a different base addressJonathan Matthew
2014-02-14add isp25xx support. no real differences from 24xx, at least with the wayJonathan Matthew
2014-02-12Introduce qle(4), a new driver for QLogic ISP24xx fibre channel HBAs.Jonathan Matthew