index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
qle.c
Age
Commit message (
Expand
)
Author
2014-03-09
Print interrupt string *after* establishing it.
Mark Kettenis
2014-02-25
convert most printfs into DPRINTFs to cut down on dmesg spam, and add
Jonathan Matthew
2014-02-23
rework firmware handling a bit. when built without firmware, check that
Jonathan Matthew
2014-02-20
More turd shining; cleanup the message that prints the firmware revision and
Mark Kettenis
2014-02-19
Unbreak the tree; include <machine/atomic.h> instead of relying on something
Mark Kettenis
2014-02-19
the RESP_IN register is 32bits, so consistently use a u_int32_t to
David Gwynne
2014-02-19
massage the response queue handling a bit:
David Gwynne
2014-02-19
qle seems fine with msi interrupts
David Gwynne
2014-02-17
use the DEVNAME macro to get the name of the interrupt rather than the
David Gwynne
2014-02-17
use a bus_space subregion to talk to the mbox registers so you can
David Gwynne
2014-02-15
make ISP_NOFIRMWARE work here too
Jonathan Matthew
2014-02-15
fix endianness of luns in iocbs
Jonathan Matthew
2014-02-14
isp25xx nvram is at a different base address
Jonathan Matthew
2014-02-14
add isp25xx support. no real differences from 24xx, at least with the way
Jonathan Matthew
2014-02-12
Introduce qle(4), a new driver for QLogic ISP24xx fibre channel HBAs.
Jonathan Matthew