summaryrefslogtreecommitdiffstats
path: root/sys/dev/pv
AgeCommit message (Expand)AuthorFilesLines
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha2-3/+17
2021-02-11Initialize var since it's used in a condition a little bit afterwards.mestre1-2/+2
2021-01-15Report full IP address information to the host. Contrary to what I wrotejmatthew1-9/+300
2021-01-13Make vm_rpc_send_rpci_tx_buf() use the buffer passed in, not the bufferjmatthew1-2/+2
2021-01-13put M_ZERO in the right placejmatthew1-2/+2
2020-12-12Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan3-5/+5
2020-12-04hvn(4): msleep(9) -> msleep_nsec(9)cheloha1-2/+2
2020-12-04hvn(4), hyperv(4): more tsleep(9) -> tsleep_nsec(9) conversionscheloha2-12/+24
2020-10-15Ensure resid is correctly set in the INQUIRY case.krw1-0/+1
2020-10-15Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with callkrw2-4/+5
2020-10-15Nuke commented out variable declaration.krw1-2/+1
2020-09-22Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'krw4-23/+23
2020-09-05Rename SID_INQUIRY_HDR (a.k.a. 5) to more explicit SID_SCSI2_HDRLEN and use itkrw1-2/+3
2020-09-05Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRYkrw2-4/+4
2020-09-04Replace TAILQ concatenation loop with TAILQ_CONCATbket1-5/+2
2020-09-03Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.krw3-5/+5
2020-09-02When building emulated INQUIRY results use the SCSI_REV_* #define's tokrw1-2/+2
2020-09-02When building emulated INQUIRY results use the SCSI_REV_* #define's tokrw1-2/+2
2020-09-01Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big tokrw2-16/+16
2020-08-30avoid a invalid pointer deref in hvn_stop()jsg1-1/+1
2020-08-26Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa1-2/+1
2020-07-22Nuke unused struct scsi_link members of adapter softc's where thekrw4-7/+3
2020-07-20Move remaining scsi bus initialization info from "prototype scsi link"krw4-21/+23
2020-07-19Move the adapter related items (luns, adapter, adapter_target,krw4-22/+23
2020-07-16Access adapter softc via link->bus->sb_adapter_softc.krw4-19/+19
2020-07-11Garbage collect unused vioscsi_softc member "sc_scsibus".krw1-3/+2
2020-07-11Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugkrw3-6/+7
2020-07-10Shuffle a bit of code to stop using sc->sc_link to hold values forkrw2-9/+11
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick3-6/+6
2020-07-06Add support for timeconting in userland.pirofti2-3/+3
2020-06-29avoid a NULL deref in xen_intr_barrier()jsg1-7/+3
2020-06-27Nuke trailing whitespace.krw1-2/+2
2020-06-27No need to bzero()/memset() 'struct scsibus_attach_args' variableskrw4-7/+3
2020-06-27Replace TAILQ concatenation loop with TAILQ_CONCATbket1-7/+2
2020-06-24kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha2-4/+4
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of the value that is beingkrw2-3/+3
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth tokrw2-4/+4
2020-06-24Nuke some pointless *_dev_probe() and *_dev_free() functions andkrw1-14/+5
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.dlg1-2/+4
2020-06-21Nuke pointless vioblk_dev_probe() and vioblk_dev_free() functions andkrw1-21/+5
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt7-16/+5
2020-02-16Force a guest info update when we get a Capabilities_Register command.jmatthew1-3/+11
2020-02-14IPS_MAXFER, NAX_XFER, and MAXBSIZE are all definedkrw2-12/+10
2020-02-13Resolve a few issues with interrupt handlingmikeb1-2/+4
2020-02-12Bring a few stragglers into line with the idiom used by the other 40+krw3-20/+16
2020-02-05Nuke unnecessary abstraction 'scsi_minphys()' which just callskrw4-7/+7
2020-01-26Shuffle some names around to make reading the code less headachekrw3-5/+5
2020-01-24cleanup unused headers generated by configjsg2-5/+3
2020-01-23Use a consistant idiom/format when declaring scsi_adapter structureskrw1-3/+2
2020-01-22xbf(4): tsleep(9) -> tsleep_nsec(9); ok mikeb@cheloha1-2/+2