diff options
Diffstat (limited to 'sys/dev/ic/cacreg.h')
-rw-r--r-- | sys/dev/ic/cacreg.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/ic/cacreg.h b/sys/dev/ic/cacreg.h index ce3c02d935f..6eb3f32940d 100644 --- a/sys/dev/ic/cacreg.h +++ b/sys/dev/ic/cacreg.h @@ -1,5 +1,5 @@ -/* $OpenBSD: cacreg.h,v 1.1 2000/12/17 21:35:06 mickey Exp $ */ -/* $NetBSD: cacreg.h,v 1.3 2000/06/13 13:36:47 ad Exp $ */ +/* $OpenBSD: cacreg.h,v 1.2 2001/02/07 04:47:26 mickey Exp $ */ +/* $NetBSD: cacreg.h,v 1.5 2001/01/10 16:48:04 ad Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -77,7 +77,8 @@ #define CAC_42REG_DONE_FIFO 0x44 #define CAC_42REG_INTR_MASK 0x34 #define CAC_42REG_STATUS 0x30 -#define CAC_42REG_INTR_PENDING 0x08 + +#define CAC_42_EXTINT 0x08 #define CAC_EISAREG_INTR_MASK 0x01 #define CAC_EISAREG_LOCAL_MASK 0x04 |