diff options
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/elink3reg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/elink3reg.h b/sys/dev/ic/elink3reg.h index 690f89dbe1a..1a2b1695a9e 100644 --- a/sys/dev/ic/elink3reg.h +++ b/sys/dev/ic/elink3reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: elink3reg.h,v 1.8 1999/04/23 08:21:04 deraadt Exp $ */ +/* $OpenBSD: elink3reg.h,v 1.9 1999/08/04 03:29:27 jason Exp $ */ /* $NetBSD: elink3reg.h,v 1.13 1997/04/27 09:42:34 veego Exp $ */ /* @@ -277,6 +277,8 @@ #define S_INT_RQD (u_short) (0x0040) #define S_UPD_STATS (u_short) (0x0080) #define S_DMA_DONE (u_short) (0x0100) /* DMA cards only */ +#define S_DOWN_COMPLETE (u_short) (0x0200) /* DMA cards only */ +#define S_UP_COMPLETE (u_short) (0x0400) /* DMA cards only */ #define S_DMA_IN_PROGRESS (u_short) (0x0800) /* DMA cards only */ #define S_COMMAND_IN_PROGRESS (u_short) (0x1000) |