Age | Commit message (Expand) | Author |
2022-04-16 | constify SCSI adapter entry points | Christian Weisgerber |
2022-01-09 | spelling | Jonathan Gray |
2022-01-07 | fix aac build after -Wno-uninitialized was removed | Jonathan Gray |
2020-10-15 | Replace local *_copy_internal_data() with scsi_copy_internal_data(). | Kenneth R Westerback |
2020-09-22 | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' | Kenneth R Westerback |
2020-09-05 | Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY | Kenneth R Westerback |
2020-09-03 | Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'. | Kenneth R Westerback |
2020-09-02 | When building emulated INQUIRY results use the SCSI_REV_* #define's to | Kenneth R Westerback |
2020-09-01 | Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to | Kenneth R Westerback |
2020-07-20 | Neither is saa.ssa.pool the same as saa.saa_pool. | Kenneth R Westerback |
2020-07-20 | Move remaining scsi bus initialization info from "prototype scsi link" | Kenneth R Westerback |
2020-07-19 | Move the adapter related items (luns, adapter, adapter_target, | Kenneth R Westerback |
2020-07-16 | Access adapter softc via link->bus->sb_adapter_softc. | Kenneth R Westerback |
2020-07-11 | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug | Kenneth R Westerback |
2020-06-27 | Nuke trailing whitespace. | Kenneth R Westerback |
2020-06-27 | No need to bzero()/memset() 'struct scsibus_attach_args' variables | Kenneth R Westerback |
2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) | cheloha |
2020-06-24 | Use SDEV_NO_ADAPTER_TARGET instead of the value that is being | Kenneth R Westerback |
2020-02-18 | Let aac(4) compile again by #include'ing selinfo.h. | Kenneth R Westerback |
2020-02-14 | IPS_MAXFER, NAX_XFER, and MAXBSIZE are all defined | Kenneth R Westerback |
2020-02-05 | Nuke unnecessary abstraction 'scsi_minphys()' which just calls | Kenneth R Westerback |
2020-01-23 | Use a consistant idiom/format when declaring scsi_adapter structures | Kenneth R Westerback |
2020-01-15 | aac(4): tsleep(9) -> tsleep_nsec(9) | cheloha |
2019-10-05 | fix build errors of aac(4) | jan |
2017-04-11 | Partially revert previous mallocarray conversions that contain | David Hill |
2017-04-09 | Convert some malloc(9) to mallocarray(9) | David Hill |
2017-04-08 | A pile of sizes to free(9). In test for a few days in snapshots. | Theo de Raadt |
2016-03-27 | Kill async code commented out for more than 10 years. | Martin Pieuchot |
2015-05-02 | Die, damned distracting red space. | Kenneth R Westerback |
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 |