Age | Commit message (Expand) | Author |
2011-10-27 | Initialize variables before use. From Pedro Martelletto, tweaked by | Kenneth R Westerback |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and | Matthew Dempsky |
2011-05-23 | Fix after poolification. For reasons not completely understood, the | Otto Moerbeek |
2011-05-20 | Avoid double scsi_done(xs) in error path; ok dlg@ krw@ | Otto Moerbeek |
2011-04-21 | A plausible iopoolification. Utter dearth of interested parties | Kenneth R Westerback |
2011-04-05 | - use nitems() no binary change on amd64 | Jasper Lievisse Adriaanse |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback |
2010-09-20 | Use SSD_ERRCODE_CURRENT instead of magic 0x70. | Kenneth R Westerback |
2010-07-01 | Change scsibus(4)'s scsi_link array to an SLIST to save memory on | Matthew Dempsky |
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-05-19 | BUS_DMA_ZERO instead of alloc, map, bzero. | Owain Ainsworth |
2010-03-29 | Initialize various uninitialized variables. Found by jsg@ via Clang. | 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-09-30 | Need to scsi_done() before returning COMPLETE for untranslated commands, | Miod Vallat |
2009-09-04 | Missing scsi_done() in some error path returning COMPLETE; ok dlg@ | Miod Vallat |
2009-03-07 | No need to spam log with 'unable to alloc CCB' messages now that | Kenneth R Westerback |
2009-02-20 | Bring NO_CCB to cac(4), which helps bio work better without | Kenneth R Westerback |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2008-10-29 | Add initial bio support; only volume status is handled. | Brad Smith |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-11-06 | More scsi_done() at SPLBIO. | Kenneth R Westerback |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'. | Kenneth R Westerback |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-08-31 | Prerrt print volume nr in dmesg. | Marco Peereboom |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback |
2005-09-15 | Don't fake MODE SENSE page 4 info inside raid drivers, just let sd | Kenneth R Westerback |
2005-07-03 | Fix data_length values in simulationed MODE SENSE page 4 responses so | Kenneth R Westerback |
2004-05-04 | Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. | Alexander Yurchenko |
2004-01-09 | remove uvm_extern.h | Brad Smith |
2003-06-02 | kill the caluses three and four on some of my code | Michael Shalayeff |
2003-06-02 | do not play w/ interrupts too much and keep 'em enabled at all times, fixes r... | Michael Shalayeff |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2003-03-15 | specifed -> specified | Theo de Raadt |
2003-03-06 | this is a fix for kernel panics and craches along w/ other stability | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-31 | missing nl, from art@ | Michael Shalayeff |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski |
2001-10-18 | solve numerous problems: | Michael Shalayeff |
2001-08-16 | do not try to undefine CAC_DEBUG | Brad Smith |
2001-04-23 | double splx in error path. | Artur Grabowski |
2001-04-11 | just fail if there are no volumes defined | Michael Shalayeff |
2001-02-07 | ok, commit this since it most likely to work; i guess now it will get tested ... | Michael Shalayeff |
2000-12-17 | initialize dinfo always | Michael Shalayeff |
2000-12-17 | Compaq SMART Array RAID controllers. | Michael Shalayeff |