index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
virtio
Age
Commit message (
Expand
)
Author
2022-08-13
viocon(4): Omit unused sc_dmamap.
riastradh
2022-08-13
viocon(4): Fix bus_dmamap_sync after tx: POSTWRITE, not POSTREAD.
riastradh
2022-08-13
viocon(4): Fix $NetBSD$ rcsid.
riastradh
2022-08-13
viocon(4): Fix tty device number.
riastradh
2022-08-12
viocon(4): New virtio tty driver imported from OpenBSD.
riastradh
2021-10-22
rename "setup_interrupts" to "alloc_interrupts"
yamaguchi
2021-02-05
Add virtio mmio probe function
reinoud
2021-01-28
Rewrite and streamline virtio device config read/write and explicitly cater
reinoud
2021-01-20
Add VirtIO PCI v1.0 attachments and fix the drivers affected.
reinoud
2020-10-03
MMIO configuration space is in guest byte order. AArch64 BE is special,
jmcneill
2018-07-16
Do the previous in the way it probably should have been in the first place.
kre
2018-07-16
Be consistent with double include guard name (clang actually detects this)
kre
2018-07-12
revert previous, unintended, commit
jakllsch
2018-07-12
<sys/pmc.h> is gone; dont
jakllsch
2018-06-15
Add cfprint_t virtiobusprint() and use it for virtio_mmio.
jakllsch
2018-06-06
Add Virtio MMIO transport.
jakllsch
2018-06-06
shuffle mechanics of files.virtio config(5) include location,
jakllsch