summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authoruwe <uwe@NetBSD.org>2022-04-13 10:50:28 +0000
committeruwe <uwe@NetBSD.org>2022-04-13 10:50:28 +0000
commit2d82186e9eaec6fb4e34f8a9246b562bd5e96892 (patch)
treec75884bee5f153c218deff7b0aac63182168f7bd /sys/dev
parentfbd367f6e4028b822fee83fbd97186bc378c5180 (diff)
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...
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/virtioreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/virtioreg.h b/sys/dev/pci/virtioreg.h
index f3a144ac0ea..3cd461fb345 100644
--- a/sys/dev/pci/virtioreg.h
+++ b/sys/dev/pci/virtioreg.h
@@ -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" \