Age | Commit message (Expand) | Author |
2010-12-23 | Better malloc the right size, overruns are so 200x... Pass the brown paper | Miod Vallat |
2010-11-18 | Do not #include <sys/dkstat.h> if you don't need anything from it. | Miod Vallat |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-05-20 | New scsi code seems to be stable. Pluck previously identified | Kenneth R Westerback |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-01-09 | Zap all setting of ITSDONE in drivers that don't look at it. Nobody | Kenneth R Westerback |
2009-11-22 | Bring last drivers fully into the NO_CCB world by replacing | Kenneth R Westerback |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-02-08 | Use the correct flags when bus_dmamap_sync()ing the s/g lists. | Miod Vallat |
2009-02-01 | Nuke whitespace at EOL. | Miod Vallat |
2009-02-01 | Finally switch this driver to bus_dma. | Miod Vallat |
2009-01-29 | Add a few cache operations after I/O completes. | Miod Vallat |
2008-07-30 | Do not print adapter target id on the attachment line, now that scsibus(4) | Miod Vallat |
2008-01-05 | For each channel, tell if it is single-ended or differential if we can know | Miod Vallat |
2008-01-03 | Enable wide transfers in the IOPB on wide busses, and get the IOPB passthrough | Miod Vallat |
2008-01-01 | Match on Cougar boards, and try to drive them like Jaguars on steroids. On | Miod Vallat |
2008-01-01 | A potpourri of bugfixes: | Miod Vallat |
2007-10-06 | Oops. Forgot to do FREE -> free when I did MALLOC -> malloc. | Kenneth R Westerback |
2007-10-03 | MALLOC+bzero -> malloc+M_ZERO. | Kenneth R Westerback |
2006-12-01 | Unbreak. | Miod Vallat |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-05-08 | Replace gazillions of badvaddr() or badwordaddr() calls with badaddr() calls. | Miod Vallat |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2005-12-27 | Remove the 1:1 association between SCSI targets and work queues, but use a | Miod Vallat |
2005-12-27 | Fail existing command upon bus reset. | Miod Vallat |
2005-12-27 | Better initialize local variables before they are used, even if the compiler | Miod Vallat |
2005-12-27 | Keep an array of command blocks (formerly M328_CMD), one per queue - since | Miod Vallat |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback |
2005-04-27 | Allow userland to cause the data cache to be flushed for any arbitrary address | Miod Vallat |
2005-04-27 | Always include <uvm/uvm_extern.h> before <machine/cmmu.h>. | Miod Vallat |
2004-09-06 | Jumbo pack of fixes: | Miod Vallat |
2004-07-30 | Move evcount structures inside struct intrhand, this makes more sense and | Miod Vallat |
2004-07-20 | Forgot to put this chunk in. | Miod Vallat |
2004-07-20 | Let the boot device detection code handle secondary SCSI buses. | Miod Vallat |
2004-07-20 | Work in progress to support daughterboards. The driver now will attach a | Miod Vallat |
2004-07-20 | Use sc_print_addr for error messages. | Miod Vallat |
2004-07-19 | Recognize the daughter board type, if any - but it is not supported yet. | Miod Vallat |
2004-07-19 | After a work queue has been aborted and the abort has been acknowledged, | Miod Vallat |
2004-07-19 | When we want to thaw all work queues we care about, do it correctly. | Miod Vallat |
2004-07-19 | Direct REQUEST_SENSE commands to the correct target, instead of always | Miod Vallat |
2004-07-18 | Typos | Miod Vallat |
2004-07-02 | Switch mvme88k to evcount, but keep maintaining intrcnt[] too for now. | Miod Vallat |
2004-06-10 | Fix a logic error in sglist creation. | Miod Vallat |
2004-05-23 | Nuke kvtop(), preserving a private copy in mvme88k vs(4) for now. | Miod Vallat |
2004-05-22 | Reset the board during probe. As a result, we can now honor the SCSI | Miod Vallat |
2004-05-22 | Convert to bus_space; but it still uses kvtop()... | Miod Vallat |
2004-05-21 | More cleaning, better registers programming, better error messages. | Miod Vallat |
2004-05-20 | More "can't help but clean things while reading". | Miod Vallat |
2004-05-20 | General cleanup before attempting to move towards bus_space and bus_dma. | Miod Vallat |
2004-05-09 | Eliminate verbosity parameter to scsi_print_sense and the associated | Kenneth R Westerback |