From: jsg Date: Wed, 23 Oct 2024 01:47:47 +0000 (+0000) Subject: remove duplicate MCX_CAP_DEVICE_DRAIN_SIGERR define X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=838b897d2f70f888b84a657df53c5f29186cc244;p=openbsd remove duplicate MCX_CAP_DEVICE_DRAIN_SIGERR define --- diff --git a/sys/dev/pci/if_mcx.c b/sys/dev/pci/if_mcx.c index 516287c9b62..9a4f17e6d9c 100644 --- a/sys/dev/pci/if_mcx.c +++ b/sys/dev/pci/if_mcx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_mcx.c,v 1.116 2024/10/04 06:37:22 jmatthew Exp $ */ +/* $OpenBSD: if_mcx.c,v 1.117 2024/10/23 01:47:47 jsg Exp $ */ /* * Copyright (c) 2017 David Gwynne @@ -919,7 +919,6 @@ struct mcx_cap_device { #define MCX_CAP_DEVICE_DC_CONNECT_CP 0x00040000 #define MCX_CAP_DEVICE_DC_CNAK_DRACE 0x00020000 #define MCX_CAP_DEVICE_DRAIN_SIGERR 0x00010000 -#define MCX_CAP_DEVICE_DRAIN_SIGERR 0x00010000 #define MCX_CAP_DEVICE_CMDIF_CHECKSUM 0x0000c000 #define MCX_CAP_DEVICE_SIGERR_QCE 0x00002000 #define MCX_CAP_DEVICE_WQ_SIGNATURE 0x00000800