summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2001-10-29 22:32:56 +0000
committerjason <jason@openbsd.org>2001-10-29 22:32:56 +0000
commit44392e1a741c02dd38b891e31de2a18e8989471c (patch)
treee81747b0722bb6bda76d61893bae70dc7834e220
parentmore devices (diff)
downloadwireguard-openbsd-44392e1a741c02dd38b891e31de2a18e8989471c.tar.xz
wireguard-openbsd-44392e1a741c02dd38b891e31de2a18e8989471c.zip
defn for "versions read" command (not that the results match the docs mind you).
-rw-r--r--sys/dev/pci/if_txpreg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_txpreg.h b/sys/dev/pci/if_txpreg.h
index 446cf5ee494..a4bb9298bfd 100644
--- a/sys/dev/pci/if_txpreg.h
+++ b/sys/dev/pci/if_txpreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_txpreg.h,v 1.31 2001/08/24 21:11:14 jason Exp $ */
+/* $OpenBSD: if_txpreg.h,v 1.32 2001/10/29 22:32:56 jason Exp $ */
/*
* Copyright (c) 2001 Aaron Campbell <aaron@monkey.org>.
@@ -157,6 +157,7 @@
#define TXP_CMD_FILTER_TABLE_MODE_WRITE 0x3d
#define TXP_CMD_FILTER_TCL_WRITE 0x3e
#define TXP_CMD_FILTER_TBL_READ 0x3f
+#define TXP_CMD_VERSIONS_READ 0x43
#define TXP_CMD_FILTER_DEFINE 0x45
#define TXP_CMD_ADD_WAKEUP_PKT 0x46
#define TXP_CMD_ADD_SLEEP_PKT 0x47