Age | Commit message (Expand) | Author |
2007-10-20 | Call scsi_done() at SPLBIO. 'looks olright' says mickey. | Kenneth R Westerback |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
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 |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-06-02 | kill the caluses three and four on some of my code | Michael Shalayeff |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2003-04-09 | missing nl in the error msg and a return afterwards | Michael Shalayeff |
2002-09-17 | deal w/ the dma in a special thread to follow the busdma semantics. this fixe... | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-31 | scsi_done() is unsafe, rearrange locking to compensate | Michael Shalayeff |
2001-12-06 | clear all inrterrupts separately and before enabling any. | Michael Shalayeff |
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski |
2001-09-24 | get rid of kvtop, not that it matters that much | Michael Shalayeff |
2001-07-04 | case labels without statements are not permitted by ANSI C... and gcc 3.0 | Marc Espie |
2001-05-18 | stupidous debug was left enabled | Michael Shalayeff |
2001-05-10 | dmamem_unmap the memory before dmamem_freeig it. | Michael Shalayeff |
2001-03-14 | it seems sometimes it takes up to 35 seconds to init; from Chris Kuethe ckuet... | Michael Shalayeff |
2001-03-09 | missing twe_unlock for failed get_ccb() for i/o scsi cmd, which was impossibl... | Michael Shalayeff |
2001-02-19 | propoer dmaable memory allocations | Michael Shalayeff |
2001-01-07 | fix a few scsi_done() usages. | Michael Shalayeff |
2000-11-08 | oops, oops w/ no configured units | Michael Shalayeff |
2000-11-07 | estimate sc_link.openings on the number of configured units | Michael Shalayeff |
2000-09-25 | do not do queue locking in get/put_ccb, since calling blocks | Michael Shalayeff |
2000-09-15 | forgot to turn off debugging | Michael Shalayeff |
2000-09-15 | 3ware escalade ide raid controllers | Michael Shalayeff |