diff options
| author | uwe <uwe@NetBSD.org> | 2022-04-13 10:50:28 +0000 |
|---|---|---|
| committer | uwe <uwe@NetBSD.org> | 2022-04-13 10:50:28 +0000 |
| commit | 2d82186e9eaec6fb4e34f8a9246b562bd5e96892 (patch) | |
| tree | c75884bee5f153c218deff7b0aac63182168f7bd /sys/dev | |
| parent | fbd367f6e4028b822fee83fbd97186bc378c5180 (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.h | 4 |
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" \ |
