sync with OpenBSD -current

This commit is contained in:
purplerain 2024-07-27 19:47:41 +00:00
parent 06dd911763
commit f4c73361e2
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
31 changed files with 641 additions and 476 deletions

View file

@ -1,4 +1,4 @@
/* $OpenBSD: vioblk.c,v 1.39 2024/06/26 01:40:49 jsg Exp $ */
/* $OpenBSD: vioblk.c,v 1.40 2024/07/26 07:55:23 sf Exp $ */
/*
* Copyright (c) 2012 Stefan Fritsch.
@ -79,8 +79,11 @@ struct virtio_feature_name vioblk_feature_names[] = {
{ VIRTIO_BLK_F_FLUSH, "Flush" },
{ VIRTIO_BLK_F_TOPOLOGY, "Topology" },
{ VIRTIO_BLK_F_CONFIG_WCE, "ConfigWCE" },
{ VIRTIO_BLK_F_MQ, "MQ" },
{ VIRTIO_BLK_F_DISCARD, "Discard" },
{ VIRTIO_BLK_F_WRITE_ZEROES, "Write0s" },
{ VIRTIO_BLK_F_LIFETIME, "Lifetime" },
{ VIRTIO_BLK_F_SECURE_ERASE, "SecErase" },
#endif
{ 0, NULL }
};