Age | Commit message (Expand) | Author |
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 |
2004-04-30 | Fix logic botch resulting in a too optimistic openings value. | Miod Vallat |
2004-04-24 | Do not ignore vs_poll() return value. | Miod Vallat |
2004-04-24 | Preliminary switch to an mvme88k bus_space world. Not all drivers have been | Miod Vallat |
2004-04-16 | When a VMEBus device needs to use two interrupt vectors, be nice and let it | Miod Vallat |
2004-01-29 | typos; jjy2+@pitt.edu | Theo de Raadt |
2004-01-20 | In some situations, the MVME328S can be so hung that our current reset code | Miod Vallat |
2004-01-14 | Do not fill more than the first three fields of cfdriver structures unless | Miod Vallat |
2004-01-14 | Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. Also | Kenneth R Westerback |
2004-01-02 | Better openings value computation. | Miod Vallat |
2003-12-26 | Merge the attachment part and the real work part of the SCSI drivers in | Miod Vallat |
2003-12-25 | Provide common D16 vmespace block access functions, instead of vs and vx each | Miod Vallat |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-11-03 | spelling fixes (in the comments) | David Krause |