sync with OpenBSD -current
This commit is contained in:
parent
9134045afa
commit
ec3f37444a
30 changed files with 3441 additions and 481 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: viocon.c,v 1.16 2024/12/20 22:18:27 sf Exp $ */
|
||||
/* $OpenBSD: viocon.c,v 1.17 2025/01/16 10:33:27 sf Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2013-2015 Stefan Fritsch <sf@sfritsch.de>
|
||||
|
@ -46,7 +46,7 @@
|
|||
#define DPRINTF(x...)
|
||||
#endif
|
||||
|
||||
struct virtio_feature_name viocon_feature_names[] = {
|
||||
static const struct virtio_feature_name viocon_feature_names[] = {
|
||||
#if VIRTIO_DEBUG
|
||||
{ VIRTIO_CONSOLE_F_SIZE, "Size" },
|
||||
{ VIRTIO_CONSOLE_F_MULTIPORT, "MultiPort" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue