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
/
mpireg.h
Age
Commit message (
Expand
)
Author
2014-03-25
everything is at least 4 byte aligned.
David Gwynne
2014-03-24
use htolemXX and lemtohXX in the scsi_cmd paths.
David Gwynne
2014-03-24
mpi scatter gather lists are 24 bytes long and next to each other in
David Gwynne
2012-08-26
htole64 works as good as htole32 twice for dma virtual addresses.
David Gwynne
2011-04-27
rework the scanning of fibre channel ports to match how linux does it.
David Gwynne
2010-09-13
sas io unit page 0 and 1
David Gwynne
2010-09-10
#defines for the bits inside the flags field in mpi_cfg_fc_port_pg1
David Gwynne
2010-05-19
the virtual scsi disks that mpi(4) presents dont grok modifications to the
David Gwynne
2009-10-23
describe some more event data.
David Gwynne
2009-10-15
disable interrupt coalescing (aka mitigation) if the chip comes up with it
David Gwynne
2008-10-28
Add beginings of bio. Disabled for now.
Marco Peereboom
2008-10-26
Spello and ad some #defines
Marco Peereboom
2008-09-30
describe the extended configuration header and the sas device config page
David Gwynne
2007-09-13
define the fc port config page 1.
David Gwynne
2006-09-21
event data for the sas phy and sas status change messages
David Gwynne
2006-09-18
macros and types for event notifications from the hardware.
David Gwynne
2006-09-18
tiny whitespace nit
David Gwynne
2006-07-09
missed a bit of the fw upload stuff
David Gwynne
2006-07-06
get rid of the unused sgl types (and the XXX on the one we actually do
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-01
add the raid physical disk config pages. fix the macros in the raid volume
David Gwynne
2006-07-01
add the raid volume configuration pages.
David Gwynne
2006-07-01
man, i suck. when i split one of the dwords up in the io command i got the
David Gwynne
2006-06-29
split some fields up in the spi port and dev config pages. makes the ppr
David Gwynne
2006-06-29
tweak to make this easier for me to read
David Gwynne
2006-06-29
theres a ton of 32bit fields in mpi messages that have subfields that lie
David Gwynne
2006-06-29
oops, fix the order of the configuration fields in mpi_cfg_spi_port_pg1
David Gwynne
2006-06-18
Print World Wide Node Name and World Wide Port Name during dmesg so that
Marco Peereboom
2006-06-15
Add IOC page 3 support. Needed for RAID and bio.
Marco Peereboom
2006-06-15
Remove header from structure since it doesnt need it.
Marco Peereboom
2006-06-15
Add structures and initial code to retrieve IOC page 2. We need this for
Marco Peereboom
2006-06-12
white space fixes
David Gwynne
2006-06-12
Initial version of dv for scsi. Work based on dlg's code.
Marco Peereboom
2006-06-11
My spec says that bit 28 is reserved and that 29 is width parameter. Not the
Marco Peereboom
2006-06-10
the rest of the spi-device configuration pages
David Gwynne
2006-06-10
the rest of the spi-port configuration pages.
David Gwynne
2006-06-01
fix some macros
David Gwynne
2006-06-01
oops, i dont know how to count bits. fix the OFFSET bitmasks in the device
David Gwynne
2006-06-01
add spi device configuration pages 0 and 1
David Gwynne
2006-05-29
add more mpi goo for scsi task management and port config
David Gwynne
2006-05-29
bump mpi up to using 64bit for all dva
David Gwynne
2006-05-28
junk to read and write configuration pages.
David Gwynne
2006-05-27
add the messages for config page requests and replies.
David Gwynne
2006-05-27
add mpi(4), an alternative (replacement) driver for lsi logic fusion mpt
David Gwynne