summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/aac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace local *_copy_internal_data() with scsi_copy_internal_data().krw2020-10-151-23/+4
* Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'krw2020-09-221-12/+12
* Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRYkrw2020-09-051-2/+2
* Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.krw2020-09-031-2/+2
* When building emulated INQUIRY results use the SCSI_REV_* #define's tokrw2020-09-021-2/+2
* Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big tokrw2020-09-011-9/+9
* Neither is saa.ssa.pool the same as saa.saa_pool.krw2020-07-201-2/+2
* Move remaining scsi bus initialization info from "prototype scsi link"krw2020-07-201-5/+6
* Move the adapter related items (luns, adapter, adapter_target,krw2020-07-191-5/+6
* Access adapter softc via link->bus->sb_adapter_softc.krw2020-07-161-4/+4
* Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugkrw2020-07-111-2/+1
* Nuke trailing whitespace.krw2020-06-271-12/+12
* No need to bzero()/memset() 'struct scsibus_attach_args' variableskrw2020-06-271-2/+1
* kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha2020-06-241-6/+6
* Use SDEV_NO_ADAPTER_TARGET instead of the value that is beingkrw2020-06-241-2/+2
* Let aac(4) compile again by #include'ing selinfo.h.krw2020-02-181-1/+2
* IPS_MAXFER, NAX_XFER, and MAXBSIZE are all definedkrw2020-02-141-3/+3
* Nuke unnecessary abstraction 'scsi_minphys()' which just callskrw2020-02-051-2/+2
* Use a consistant idiom/format when declaring scsi_adapter structureskrw2020-01-231-6/+2
* aac(4): tsleep(9) -> tsleep_nsec(9)cheloha2020-01-151-5/+5
* fix build errors of aac(4)jan2019-10-051-3/+3
* 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