summaryrefslogtreecommitdiff
path: root/sys/dev/pv
AgeCommit message (Expand)Author
2017-01-05Checking whether mbuf list is empty is done by the if_input nowMike Belopuhov
2017-01-05Microsoft has allocated us a SubID that we can use to identify OpenBSDMike Belopuhov
2017-01-05Don't let producer index become equal with the consumer when writingMike Belopuhov
2016-12-23Implement disk detachingMike Belopuhov
2016-12-21Remove the rwlock paranoia since we're under KERNEL_LOCK anywayMike Belopuhov
2016-12-19Implement interface detachingMike Belopuhov
2016-12-19Add experimental support for device hot-pluggingMike Belopuhov
2016-12-16When running on Azure, the initial timesync "sync" message is not correct,Reyk Floeter
2016-12-15fix build when DIAGNOSTIC is not definedJonathan Gray
2016-12-14Various typos and minor cleanupMike Belopuhov
2016-12-13Use new xs_{get,set}num functions instead of hand-rolled weirdnessMike Belopuhov
2016-12-13Bounce unaligned transfer data through a scratch bufferMike Belopuhov
2016-12-13Poll until the ITSDONE flag is set on the transferMike Belopuhov
2016-12-10Bring back the sector count variable as it's used in the debug printfMike Belopuhov
2016-12-10Don't fail if optional feature properties aren't foundMike Belopuhov
2016-12-09Convert to the new xs_{get,set}num XenStore APIMike Belopuhov
2016-12-09Convert to the new xs_{get,set}num XenStore APIMike Belopuhov
2016-12-09New XenStore public API function to read numeric valuesMike Belopuhov
2016-12-08Silence scan-build; with prodding from jsg@Mike Belopuhov
2016-12-07Add required padding to the response descriptorMike Belopuhov
2016-12-07Response status field is signed; adjust the debug messageMike Belopuhov
2016-12-07Fall back to the minimum amount of ring pagesMike Belopuhov
2016-12-07splbio isn't doing us any good here and prevents polling from workingMike Belopuhov
2016-12-07Add xbf(4)Mike Belopuhov
2016-12-07A driver for Xen Blkfront heavily based on vdsk(4) from kettenis@Mike Belopuhov
2016-12-07Add a simple mechanism to poll for a change in the property valueMike Belopuhov
2016-12-07Factor out the polling loop into a separate functionMike Belopuhov
2016-12-07Return proper error values from xs_{get,set}propMike Belopuhov
2016-12-07Remove some leftovers from before the dynamic grant table codeMike Belopuhov
2016-12-06The kvop is not mandatory to query the type, fixes hostctl -t on vmm(4) VMs.Reyk Floeter
2016-12-02Sinc rings are created during attach memory allocations shouldn't sleepMike Belopuhov
2016-11-29Stop exposing xen_softc to PV devices directlyMike Belopuhov
2016-11-29Don't expose the xen_softc pointer in the XenStore transaction structMike Belopuhov
2016-11-29Replace the hand-rolled semaphore with a read-write lockMike Belopuhov
2016-11-23Move as much code out of a startup hook as possibleMike Belopuhov
2016-11-23M_*WAIT* flags cannot be treated as boolean valuesMike Belopuhov
2016-11-23Disable debugging outputMike Belopuhov
2016-11-22Use CPUID flags to determine working componentsMike Belopuhov
2016-11-16Always attempt to restart the transmission when OACTIVE is setMike Belopuhov
2016-11-14Bump the number of TX descriptors to 256Mike Belopuhov
2016-11-14Minor cleanup, remove unused structure membersMike Belopuhov
2016-11-11Reorder atomic operations dealing with sc_tx_availMike Belopuhov
2016-11-10Set the reserved field to zeroMike Belopuhov
2016-11-10Restart the IFQ transmit routine only once per interruptMike Belopuhov
2016-11-10RNDIS data command is always the same and can be reusedMike Belopuhov
2016-11-10Don't forget to set the descriptor ready flag after decapsulationMike Belopuhov
2016-11-08Reserve extra space for the bufring header structureMike Belopuhov
2016-11-07Handle IP address information requestsMike Belopuhov
2016-11-03Support for key removal and value update operationsMike Belopuhov
2016-11-03Add locks to key-value pair poolsMike Belopuhov