Age | Commit message (Expand) | Author |
2022-04-16 | constify SCSI adapter entry points | Christian Weisgerber |
2021-10-24 | Constify struct cfattach. | Martin Pieuchot |
2021-03-11 | spelling | Jonathan Gray |
2020-10-16 | unbreak build | Jonathan Gray |
2020-10-15 | Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with call | 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-22 | Nuke unused struct scsi_link member of vdsk_softc. | Kenneth R Westerback |
2020-07-21 | It's saa_flags, not flags. | Kenneth R Westerback |
2020-07-20 | saa.ssa.wwpn is not the same as saa.saa_wwpn. | 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 | No need to bzero()/memset() 'struct scsibus_attach_args' variables | Kenneth R Westerback |
2020-06-24 | Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth to | Kenneth R Westerback |
2020-06-24 | Nuke some pointless *_dev_probe() and *_dev_free() functions and | Kenneth R Westerback |
2020-02-18 | Flip vdsk to 'normal' scsi_adapter idiom. | Kenneth R Westerback |
2020-02-05 | Nuke unnecessary abstraction 'scsi_minphys()' which just calls | Kenneth R Westerback |
2020-01-26 | vsdk -> vdsk in a panic message | Ted Unangst |
2020-01-26 | Shuffle some names around to make reading the code less headache | Kenneth R Westerback |
2018-01-17 | In cbus(4) drivers, make it easier to identify which driver is doing | Stefan Sperling |
2017-05-25 | tweak sparc64 membars as a step toward making them usable in userland. | David Gwynne |
2016-10-13 | Fix memory leaks on error paths spotted by coypu (at) SDF (dot) ORG - thanks | Tom Cosgrove |
2015-01-25 | Rework cbus(4) interrupt support a bit. Instead of merging devhandle and | Mark Kettenis |
2014-09-21 | Don't request an ACK from the server if we're polling. | Mark Kettenis |
2014-09-21 | Decouple polled commands from the interrupt handler. | Mark Kettenis |
2014-09-16 | Check the right descriptor field when polling for completion. | Mark Kettenis |
2014-09-16 | Split out command submission code into its own function. | Mark Kettenis |
2014-09-15 | Fix logic error; we're out of IOs if we're not connected to the virtual disk | Mark Kettenis |
2014-09-15 | Call ldc_send_unreliable() insteaf of duplicating the code to send an ldc | Mark Kettenis |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-10 | Some straightforward format string fixes. Also, print both the tx and rx | Mark Kettenis |
2014-04-03 | Use <uvm/uvm_extern.h> if it's enough. | Martin Pieuchot |
2014-01-22 | Do not assume the data buffers handed down to us from the SCSI midlayer are | Mark Kettenis |
2014-01-22 | Only kick the iopool if we've just established a new connection to the server. | Mark Kettenis |
2014-01-22 | this gets rid of NO_CCB in vdsk. it considers space on the tx ring | David Gwynne |
2013-05-12 | Handle big (a.k.a. >2TB) disks by adding logic to handle the 12 and 16 | Kenneth R Westerback |
2012-11-21 | Atempting to eject a CD-ROM makes the SCSI midlayer generate a READ_TOC | Mark Kettenis |
2012-11-21 | Try to negotiate version 1.1 of the vDisk protocol such that we can get | Mark Kettenis |
2012-10-26 | Turns out that for devices that attach to cbus(4), it is better to disable | Mark Kettenis |
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-01-01 | Corretctly return 0xffffffff for the returned LBA if the disk is too large | Mark Kettenis |
2011-01-01 | Implement READ CAPACITY (16). | Mark Kettenis |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |