Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/pci
Module Name: src
Committed By: uwe
Date: Wed Apr 13 10:42:12 UTC 2022
Modified Files:
src/sys/dev/pci: if_vioif.c ld_virtio.c viomb.c virtioreg.h
Log Message:
virtio: use the new syntax for snprintb(3) format strings.
The old syntax is limited to 32 bits only (and has 1-based bit numbers
which is rather incovenient too).
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/dev/pci/if_vioif.c
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/ld_virtio.c
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/viomb.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/virtioreg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index