summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco <marco@openbsd.org>2008-10-31 21:37:20 +0000
committermarco <marco@openbsd.org>2008-10-31 21:37:20 +0000
commitf68e072e048e8d03e5b1facbcec1cacfc729ffce (patch)
tree989765406dff6d69b1af920d6528893fd612519c
parentBe way more strict in the number of packets allowed to be queued in the (diff)
downloadwireguard-openbsd-f68e072e048e8d03e5b1facbcec1cacfc729ffce.tar.xz
wireguard-openbsd-f68e072e048e8d03e5b1facbcec1cacfc729ffce.zip
Add opcode
-rw-r--r--sys/dev/ic/mfireg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/mfireg.h b/sys/dev/ic/mfireg.h
index 71831238bf5..fa559cce4ed 100644
--- a/sys/dev/ic/mfireg.h
+++ b/sys/dev/ic/mfireg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mfireg.h,v 1.26 2008/10/29 16:35:01 marco Exp $ */
+/* $OpenBSD: mfireg.h,v 1.27 2008/10/31 21:37:20 marco Exp $ */
/*
* Copyright (c) 2006 Marco Peereboom <marco@peereboom.us>
*
@@ -105,6 +105,7 @@
#define MD_DCMD_PD_REBUILD 0x02040100
#define MR_DCMD_PD_BLINK 0x02070100
#define MR_DCMD_PD_UNBLINK 0x02070200
+#define MR_DCMD_PD_GET_ALLOWED_OPS_LIST 0x020a0100
#define MR_DCMD_LD_GET_LIST 0x03010000
#define MR_DCMD_LD_GET_INFO 0x03020000
#define MR_DCMD_LD_GET_PROPERTIES 0x03030000