summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-10-29 22:32:57 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-10-29 22:32:57 +0000
commit29e3bdcfa38bc857aceac2f5520ed7ef90c3cd32 (patch)
tree98dbb1c15ba53c88997e6a33823c05a5712debd5 /sys/dev
parent739e55ec3e1b85346b02ed8499cc8e6fb50d4498 (diff)
defn for "versions read" command (not that the results match the docs mind you).
Diffstat (limited to 'sys/dev')
-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