Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci virtio: G/c accidentally committed comment in pr...
details: https://anonhg.NetBSD.org/src/rev/05522ae6f9a8
branches: trunk
changeset: 365203:05522ae6f9a8
user: uwe <uwe%NetBSD.org@localhost>
date: Wed Apr 13 10:50:28 2022 +0000
description:
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:
sys/dev/pci/virtioreg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 20f8d023a0e0 -r 05522ae6f9a8 sys/dev/pci/virtioreg.h
--- a/sys/dev/pci/virtioreg.h Wed Apr 13 10:42:12 2022 +0000
+++ b/sys/dev/pci/virtioreg.h Wed Apr 13 10:50:28 2022 +0000
@@ -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" \
Home |
Main Index |
Thread Index |
Old Index