diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-23 01:47:48 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-23 01:47:48 +0000 |
commit | f0326065c47c55f3dbe1ddd62b50037039cdbf46 (patch) | |
tree | 88282f08531f41a6c3b13c529a531d44a14b9a8c /sys/dev | |
parent | 9ffcc57c396501b516ba5c52de96389642718afc (diff) |
remove duplicate MCX_CAP_DEVICE_DRAIN_SIGERR define
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_mcx.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <dlg@openbsd.org> @@ -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 |