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