summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/aac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Partially revert previous mallocarray conversions that containdhill2017-04-111-2/+2
* Convert some malloc(9) to mallocarray(9)dhill2017-04-091-2/+2
* A pile of sizes to free(9). In test for a few days in snapshots.deraadt2017-04-081-3/+3
* Kill async code commented out for more than 10 years.mpi2016-03-271-306/+1
* Die, damned distracting red space.krw2015-05-021-46/+46
* unbreak aac(4) by re-adding uvm_extern.h for ptoa()jasper2014-07-311-1/+3
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-6/+6
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-3/+1
* a polled command timing out isnt a software resource shortage, itsdlg2014-01-171-2/+2
* remove a XS_NO_CCB case by moving aac to iopools.dlg2014-01-171-41/+33
* replace aacminphys with scsi_minphys. both are just wrappers arounddlg2014-01-171-15/+6
* aacvar advertises a public api which is only used inside aac.c. make itdlg2014-01-171-1/+8
* simplify kthread_create(). no more stdargderaadt2013-11-181-2/+2
* ENOMEM is probably more appropriate than 0 in this error case.mlarkin2013-11-131-2/+2
* Use of uninitialized variable. There are obvious locking problems alsomlarkin2013-11-131-2/+2
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-6/+1
* Backout a bunch of my SCSI commits from c2k11. At least one of thesematthew2011-07-171-2/+2
* First batch of converting SCSI HBAs from setting saa_targets andmatthew2011-07-081-2/+2
* Kill some #if 0'ed code (the 'raw' scsi path). Move splx()krw2011-04-041-30/+5
* Force openings to 1 for devices that can't do tagged i/o, i.e. morekrw2010-10-121-1/+2
* Stefan Rinkes pointed that the disabled aac(4) driver does not compilekrw2010-09-211-4/+5
* Use SSD_ERRCODE_CURRENT instead of magic 0x70.krw2010-09-201-2/+2
* No "\n" needed at the end of panic() strings.krw2010-08-071-5/+5
* Remove all adapter-specific 'struct scsi_device's. They are never used. Firstkrw2010-06-281-6/+1
* New scsi code seems to be stable. Pluck previously identifiedkrw2010-05-201-4/+2
* more BUS_DMA_ZERO love.oga2010-05-181-5/+3
* Remove a bunch of if 0ed out code that used vtophys. it hasn't been usedoga2010-04-101-15/+1
* Change the scsi_cmd function member of scsi_adapter from int tokrw2010-03-231-15/+10
* Zap all setting of ITSDONE in drivers that don't look at it. Nobodykrw2010-01-091-11/+1
* Bring last drivers fully into the NO_CCB world by replacingkrw2009-11-221-2/+2
* Missing scsi_done() in some error path returning COMPLETE; ok dlg@miod2009-09-041-1/+13
* Extend the scsi_adapter minphys() callback to take a struct scsi_link *miod2009-02-161-2/+2
* Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out.krw2008-11-241-2/+2
* More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'.krw2007-10-011-5/+3
* ctob is gone, use ptoamartin2007-09-021-2/+2
* missing include and also use time_uptime as art suggested; compiles nowmickey2007-03-201-8/+9
* - struct scsibus_attach_args;mpf2006-12-181-2/+2
* give scsi controllers a real attach args to fill in when attaching scsibus.dlg2006-11-281-2/+6
* properly report errors thru scsi layer and not bio that will be overwritten later by scsi no no error; tested by mesel and nate@mickey2006-07-211-20/+5
* remove function prototypes for a few functions removed in rev 1.25.brad2006-04-281-5/+1
* Add support for the Adaptec RAID-On-Chip architecture. This in turnbrad2006-04-221-1/+80
* Fix various printf() issues: too many arguments, not enough arguments, argumentmiod2006-04-201-2/+2
* typos from alexey dobriyan;jmc2006-02-061-12/+12
* Don't retry unsupported SCSI commands, causing large delays duringkrw2005-12-131-9/+5
* The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER iskrw2005-12-031-3/+1
* Major improvements to the aac(4) device driver.nate2005-11-181-1247/+2399
* Don't fake MODE SENSE page 4 info inside raid drivers, just let sdkrw2005-09-151-44/+3
* Test xs->bp before de-referencing it. Initialize it to NULL, not 0.krw2005-08-241-1/+6
* Parameter being passed __func__ must be const char *. Allows aac tokrw2005-08-211-3/+3
* Fix data_length values in simulationed MODE SENSE page 4 responses sokrw2005-07-031-3/+4