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: isaki
Date: Sat Feb 10 02:25:15 UTC 2024
Modified Files:
src/sys/dev/pci: virtio.c
Log Message:
Split KASSERT(A && B) into KASSERT(A); KASSERT(B).
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sys/dev/pci/virtio.c
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