Module Name: src
Committed By: uwe
Date: Wed Apr 13 10:50:28 UTC 2022
Modified Files:
src/sys/dev/pci: virtioreg.h
Log Message:
virtio: G/c accidentally committed comment in previous.
The format spec for the V1 bit was to be committed as a separate
followup commit, but I forgot to take it out. Sorry...
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.
Modified files:
Index: src/sys/dev/pci/virtioreg.h
diff -u src/sys/dev/pci/virtioreg.h:1.8 src/sys/dev/pci/virtioreg.h:1.9
--- src/sys/dev/pci/virtioreg.h:1.8 Wed Apr 13 10:42:12 2022
+++ src/sys/dev/pci/virtioreg.h Wed Apr 13 10:50:28 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: virtioreg.h,v 1.8 2022/04/13 10:42:12 uwe Exp $ */
+/* $NetBSD: virtioreg.h,v 1.9 2022/04/13 10:50:28 uwe Exp $ */
/*
* Copyright (c) 2010 Minoura Makoto.
@@ -101,7 +101,7 @@
/* common device/guest features */
#define VIRTIO_COMMON_FLAG_BITS \
"\177\020" \
- "b\x20" "V1\0" /*XXX*/ \
+ "b\x20" "V1\0" \
"b\x1e" "BAD_FEATURE\0" \
"b\x1d" "EVENT_IDX\0" \
"b\x1c" "INDIRECT_DESC\0" \