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
/
ic
/
mpivar.h
Age
Commit message (
Expand
)
Author
2014-09-03
tasks dont need a mutex and a semaphore to protect against multiple uses
David Gwynne
2014-09-01
move mpi(4) from workq to taskq
Bret Lambert
2014-04-16
print the board name and firmware revision like we do on mpii and
David Gwynne
2013-01-17
forgot this file when committing the 64bit dva diff.
David Gwynne
2010-09-13
if a busy sas device is unplugged, the pending io on that device will
David Gwynne
2010-09-13
im not convinced we only have one outstanding event to ack at a time. this
David Gwynne
2010-09-10
implement handling of rescan events on fc controllers. allows "hotplug" of
David Gwynne
2010-07-06
if we get an event notification that requires acknowledgement while
David Gwynne
2010-04-06
use SLISTs for managing the ccb free list rather than TAILQs.
David Gwynne
2010-04-06
modify mpi to provide an iopool as a way for the midlayer to manage access
David Gwynne
2010-01-11
rework the polling code to use the semantic krw@ proposed.
David Gwynne
2010-01-03
rename ccb_xs to ccb_cookie, and switch it from a struct scsi_xfer * to a
David Gwynne
2010-01-03
when getting a reply from the hw, only sync the dmamem for that one reply
David Gwynne
2010-01-03
switch mpi from using splbio to protect itself over to mutexes.
David Gwynne
2009-11-02
Don't write bogus values to reply_fifo_host_signalling_addr. This register
Marco Peereboom
2008-11-01
Oops forgot .h part.
Marco Peereboom
2008-10-28
Add beginings of bio. Disabled for now.
Marco Peereboom
2007-03-17
replace the VMWARE quirk that restricts the bus width to 16 targets with
David Gwynne
2006-09-21
add a debug flag type thing for event handling
David Gwynne
2006-09-21
wrap the hardware replies up in a structure called mpi_rcb which is
David Gwynne
2006-07-09
implement firmware upload. this frees up memory on some controllers so they
David Gwynne
2006-07-06
fix debugging stuff
David Gwynne
2006-07-06
do not stash pages 2 and 3 (the volume and physdisk pages respectively)
David Gwynne
2006-07-06
stash a pointer to the scsibus attached to us so we dont have to walk the
David Gwynne
2006-06-16
vmware emulates mpi, but it does a half arsed job of it. half the fields
David Gwynne
2006-06-15
Add detection of RAID volume during PPR. Doesn't fan out the ppr to individual
Marco Peereboom
2006-06-15
Add IOC page 3 support. Needed for RAID and bio.
Marco Peereboom
2006-06-15
And now without a buffer overflow. Pointed out by dlg. No cookie for me.
Marco Peereboom
2006-06-15
Add structures and initial code to retrieve IOC page 2. We need this for
Marco Peereboom
2006-06-12
fix sgl loading. there were a few issues, the main ones being:
David Gwynne
2006-06-12
Initial version of dv for scsi. Work based on dlg's code.
Marco Peereboom
2006-06-10
Redo debug prints to make it less loud and more granular.
Marco Peereboom
2006-06-01
leave the reply_dva address alone so we can post it back to the ioc rather
David Gwynne
2006-06-01
fix the reply handling on crazy machines that give me bits in the high part
David Gwynne
2006-05-31
implement chained scatter gather lists.
David Gwynne
2006-05-29
limit the number of scatter gather entries sent with the scsi_io commands
David Gwynne
2006-05-29
bump mpi up to using 64bit for all dva
David Gwynne
2006-05-28
pass the reply from the hardware via the ccb rather than on the stack to
David Gwynne
2006-05-27
add mpi(4), an alternative (replacement) driver for lsi logic fusion mpt
David Gwynne