Age | Commit message (Expand) | Author |
2014-07-31 | unbreak aac(4) by re-adding uvm_extern.h for ptoa() | Jasper Lievisse Adriaanse |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-01-17 | a polled command timing out isnt a software resource shortage, its | David Gwynne |
2014-01-17 | remove a XS_NO_CCB case by moving aac to iopools. | David Gwynne |
2014-01-17 | replace aacminphys with scsi_minphys. both are just wrappers around | David Gwynne |
2014-01-17 | aacvar advertises a public api which is only used inside aac.c. make it | David Gwynne |
2013-11-18 | simplify kthread_create(). no more stdarg | Theo de Raadt |
2013-11-13 | ENOMEM is probably more appropriate than 0 in this error case. | Mike Larkin |
2013-11-13 | Use of uninitialized variable. There are obvious locking problems also | Mike Larkin |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
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-04-04 | Kill some #if 0'ed code (the 'raw' scsi path). Move splx() | Kenneth R Westerback |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback |
2010-09-21 | Stefan Rinkes pointed that the disabled aac(4) driver does not compile | Kenneth R Westerback |
2010-09-20 | Use SSD_ERRCODE_CURRENT instead of magic 0x70. | Kenneth R Westerback |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
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-18 | more BUS_DMA_ZERO love. | Owain Ainsworth |
2010-04-10 | Remove a bunch of if 0ed out code that used vtophys. it hasn't been used | Owain Ainsworth |
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-04 | Missing scsi_done() in some error path returning COMPLETE; ok dlg@ | Miod Vallat |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2008-11-24 | Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out. | Kenneth R Westerback |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'. | Kenneth R Westerback |
2007-09-02 | ctob is gone, use ptoa | Martin Reindl |
2007-03-20 | missing include and also use time_uptime as art suggested; compiles now | Michael Shalayeff |
2006-12-18 | - struct scsibus_attach_args; | Marco Pfatschbacher |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-07-21 | properly report errors thru scsi layer and not bio that will be overwritten l... | Michael Shalayeff |
2006-04-28 | remove function prototypes for a few functions removed in rev 1.25. | Brad Smith |
2006-04-22 | Add support for the Adaptec RAID-On-Chip architecture. This in turn | Brad Smith |
2006-04-20 | Fix various printf() issues: too many arguments, not enough arguments, argument | Miod Vallat |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2005-12-13 | Don't retry unsupported SCSI commands, causing large delays during | Kenneth R Westerback |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback |
2005-11-18 | Major improvements to the aac(4) device driver. | Nathan Binkert |
2005-09-15 | Don't fake MODE SENSE page 4 info inside raid drivers, just let sd | Kenneth R Westerback |
2005-08-24 | Test xs->bp before de-referencing it. Initialize it to NULL, not 0. | Kenneth R Westerback |
2005-08-21 | Parameter being passed __func__ must be const char *. Allows aac to | Kenneth R Westerback |
2005-07-03 | Fix data_length values in simulationed MODE SENSE page 4 responses so | Kenneth R Westerback |
2005-05-26 | remove unused vtophys stuff | Martin Reindl |
2004-03-20 | Remove errant ';' at end of if() statement that was causing pre-mature | Aaron Campbell |
2004-01-10 | oops, revert change. | Brad Smith |
2004-01-09 | remove uvm_extern.h | Brad Smith |
2003-09-02 | - drop number of openings by 4 to avoid "not queued" errors. | Federico G. Schwindt |