summaryrefslogtreecommitdiffstats
path: root/sys/dev/pv/vioscsi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'krw2020-09-221-2/+2
* Nuke unused struct scsi_link members of adapter softc's where thekrw2020-07-221-2/+1
* Move remaining scsi bus initialization info from "prototype scsi link"krw2020-07-201-5/+5
* 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-2/+2
* Garbage collect unused vioscsi_softc member "sc_scsibus".krw2020-07-111-3/+2
* Shuffle a bit of code to stop using sc->sc_link to hold values forkrw2020-07-101-5/+5
* Nuke trailing whitespace.krw2020-06-271-2/+2
* No need to bzero()/memset() 'struct scsibus_attach_args' variableskrw2020-06-271-2/+1
* Use SDEV_NO_ADAPTER_TARGET instead of the value that is beingkrw2020-06-241-2/+2
* IPS_MAXFER, NAX_XFER, and MAXBSIZE are all definedkrw2020-02-141-6/+5
* Nuke unnecessary abstraction 'scsi_minphys()' which just callskrw2020-02-051-2/+2
* Use a consistant idiom/format when declaring scsi_adapter structureskrw2020-01-231-3/+2
* Rework virtio_negotiate_features()sf2019-05-261-2/+2
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* More minor virtio tweakssf2017-05-301-1/+2
* Statically allocate resource to requests, and only create requestskrw2017-05-301-65/+89
* Move error path to end of function where god intended itkrw2017-05-271-7/+9
* Move vioblk and vioscsi more fully into the world of iopool andkrw2017-05-261-11/+26
* vioscsi: Fix allocation of segmentssf2017-05-151-8/+20
* Align vioscsi's bus_dma* dancing with vioblk. Eliminateskrw2017-05-141-37/+35
* vioscsi: Negotiate features during attachsf2017-03-161-1/+2
* vioscsi: return XS_NO_CCB if out of spacesf2017-03-161-3/+7
* vioscsi: Don't call virtio_dequeue_commit on not-queued slotssf2017-03-161-4/+25
* Switch include of virtio header from dev/pci/ to dev/pv/reyk2017-01-211-2/+2
* Move vioscsi.c to sys/dev/pv/vioscsi.creyk2017-01-211-0/+437