summaryrefslogtreecommitdiff
path: root/sys/dev/ic/elink3reg.h
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>1999-08-04 03:29:28 +0000
committerJason Wright <jason@cvs.openbsd.org>1999-08-04 03:29:28 +0000
commit46777e33b02c6317b10bf81997a1ef209979a693 (patch)
treee9c3faf67753f9ad287d0240046689e8f8268163 /sys/dev/ic/elink3reg.h
parent58119595d25c78ed49cd4a4178a72f3245d5a5cc (diff)
Driver for the 3c515 FastEtherlink ISA
Diffstat (limited to 'sys/dev/ic/elink3reg.h')
-rw-r--r--sys/dev/ic/elink3reg.h4
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)