summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2001-03-30 21:50:57 +0000
committermickey <mickey@openbsd.org>2001-03-30 21:50:57 +0000
commit119c7287fa12167f33d9ed5b9e5d49684bca5187 (patch)
treeeed266d97bb35379a831fe51f3e08e81d3534a60
parentBe consistent when adjusting pkthdr.len; it doesn't matter currently, (diff)
downloadwireguard-openbsd-119c7287fa12167f33d9ed5b9e5d49684bca5187.tar.xz
wireguard-openbsd-119c7287fa12167f33d9ed5b9e5d49684bca5187.zip
init started aen; from nbsd
-rw-r--r--sys/dev/ic/twereg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/twereg.h b/sys/dev/ic/twereg.h
index 8fc16a3cbfc..657c7534185 100644
--- a/sys/dev/ic/twereg.h
+++ b/sys/dev/ic/twereg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: twereg.h,v 1.4 2001/01/07 20:27:46 mickey Exp $ */
+/* $OpenBSD: twereg.h,v 1.5 2001/03/30 21:50:57 mickey Exp $ */
/*
* Copyright (c) 2000 Michael Shalayeff
@@ -141,6 +141,7 @@
#define TWE_AEN_RBFAIL 0x0004 /* rebuild failed */
#define TWE_AEN_RBDONE 0x0005
/* TWE_AEN_ 0x0009 * dunno what this is (yet) */
+#define TWE_AEN_ISTART 0x000c /* init started */
#define TWE_AEN_QFULL 0x00ff
#define TWE_AEN_TUN 0x0015 /* table undefined */