From 2d82186e9eaec6fb4e34f8a9246b562bd5e96892 Mon Sep 17 00:00:00 2001 From: uwe Date: Wed, 13 Apr 2022 10:50:28 +0000 Subject: 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... --- sys/dev/pci/virtioreg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') 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" \ -- cgit