diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-03-30 21:50:58 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-03-30 21:50:58 +0000 |
commit | 9acd14f48a6a52c815a451455d1657a9b6478859 (patch) | |
tree | d9b18f1babec7669c9e2458bbb43c80809205bb4 /sys | |
parent | 7dcee69d92f04330a55189855ab3f4ab0a47d9bc (diff) |
init started aen; from nbsd
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/twereg.h | 3 |
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 */ |