Age | Commit message (Expand) | Author |
2009-12-01 | put the midlayer changes back in. | David Gwynne |
2009-11-12 | revert midlayer back to it was before i put my big rewrite in. this is | David Gwynne |
2009-11-10 | backout the backout marco did of my code because of the NO_CCB breakage. | David Gwynne |
2009-11-05 | bump copyrights | Marco Peereboom |
2009-11-05 | The big diff dlg committed to the midlayer breaks NO_CCB and | Marco Peereboom |
2009-11-02 | Don't write bogus values to reply_fifo_host_signalling_addr. This register | Marco Peereboom |
2009-10-23 | enable event handling on sas hbas and ignore unhandled events. this turns | David Gwynne |
2009-10-23 | if you're attempting to detach multiple devices (eg, many targets, | David Gwynne |
2009-10-15 | disable interrupt coalescing (aka mitigation) if the chip comes up with it | David Gwynne |
2009-10-11 | let page requests sleep instead of polling for completion. not used just | David Gwynne |
2009-08-12 | always mark an xs complete if we're about to return COMPLETE to the | David Gwynne |
2009-08-08 | if the port is fc, populate the adapters scsi_link structure with the wwpn | David Gwynne |
2009-03-06 | Bring NO_CCB to mpi. | Kenneth R Westerback |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-02-13 | missing braces; ok marco | Stuart Henderson |
2008-11-23 | enable bio | Marco Peereboom |
2008-11-23 | sizeofa is now nitems in param.h, so dont declare my own in mpi.c it was | David Gwynne |
2008-11-18 | Remove dup proto from <alexey.suslikov@gmail.com> | Marco Peereboom |
2008-11-03 | Don't attach bio unless we do RAID. | Marco Peereboom |
2008-11-01 | Add sensors | Marco Peereboom |
2008-11-01 | Fix bogus shift. | Marco Peereboom |
2008-11-01 | Add disk. This makes bio mostly done however to make it pretty we need | Marco Peereboom |
2008-10-28 | Pointer sizeof oops | Marco Peereboom |
2008-10-28 | Add beginings of bio. Disabled for now. | Marco Peereboom |
2008-10-07 | if fetching a config page for a sas target doesnt work then let the scsi | David Gwynne |
2008-09-30 | check all luns on sas boards to see if the device is atapi instead of just | David Gwynne |
2008-09-30 | provide a scsi probe hook that checks if an atapi device is plugged into | David Gwynne |
2008-09-30 | add support for handling extended configuration page requests. the sas | David Gwynne |
2008-09-30 | straighten the deck chairs slightly | David Gwynne |
2008-05-25 | tweak the SPI port configuration if we figure out that it is not quite | David Gwynne |
2007-12-27 | 1.90 again. use the right flags when creating a dmamap for use during | David Gwynne |
2007-12-27 | oops, there was other code in the previous commit that shouldnt have gone | David Gwynne |
2007-12-27 | use the right flags when creating dmamaps for use in interrupt handlers. | David Gwynne |
2007-09-12 | always tag fibre channel commands. | David Gwynne |
2007-09-11 | KNF | Gilles Chehade |
2007-09-07 | take advantage of the new M_ZERO malloc flag. | David Gwynne |
2007-06-12 | add M_CANFAIL to malloc() flags, requested by | Thordur I. Bjornsson |
2007-05-31 | remove the scsi task thread, and replace it with the system workq. | David Gwynne |
2007-04-03 | modernise scsi_inquiry. the length field has grown and now theres pages to | David Gwynne |
2007-03-17 | replace the VMWARE quirk that restricts the bus width to 16 targets with | David Gwynne |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-11-28 | unhandled ioctls return ENOTTY, not 0 | David Gwynne |
2006-11-28 | remove dead code | David Gwynne |
2006-11-26 | use scsi_detach_target when a device dissapears, rather than using | David Gwynne |
2006-11-25 | remove a comment which is now untrue after i fixed it | David Gwynne |
2006-10-22 | oops, the eventnotify stuff was accidentally enabled with the scsiconf | David Gwynne |
2006-10-21 | rework the bus scanning code by splitting it out into separate functions | David Gwynne |
2006-09-22 | add support for hotplugging devices on sas controllers. this is disabled | David Gwynne |
2006-09-21 | code for acking event notifications that require acks. | David Gwynne |
2006-09-21 | deref the right rcb by using i as the index, not 1 all the time. | David Gwynne |