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
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