diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-05-29 17:08:52 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-05-29 17:08:52 +0000 |
commit | f53227a1e62ba02f3aeb584db60639063ba647af (patch) | |
tree | 2f4b01a0f39d58ddc2eb5bbd6dfbdbff7b22368e /sys/dev/ic/dp8390reg.h | |
parent | 288e815d9076bdde9976f3119a35b9ac205ec0b1 (diff) |
preparing for AX88190 support; from NetBSD.
Diffstat (limited to 'sys/dev/ic/dp8390reg.h')
-rw-r--r-- | sys/dev/ic/dp8390reg.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/ic/dp8390reg.h b/sys/dev/ic/dp8390reg.h index 3917d88297a..daaeccb7aeb 100644 --- a/sys/dev/ic/dp8390reg.h +++ b/sys/dev/ic/dp8390reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dp8390reg.h,v 1.7 1998/11/06 06:32:14 fgsch Exp $ */ +/* $OpenBSD: dp8390reg.h,v 1.8 2000/05/29 17:08:51 fgsch Exp $ */ /* $NetBSD: dp8390reg.h,v 1.3 1997/04/29 04:32:08 scottr Exp $ */ /* @@ -461,7 +461,12 @@ #define ED_RCR_MON 0x20 /* - * Bits 6 and 7 are unused/reserved. + * INTT: Interrupt Trigger Mode. Must be set if AX88190. + */ +#define ED_RCR_INTT 0x40 + +/* + * Bit 7 is unused/reserved. */ /* |