diff options
| author | thorpej <thorpej@NetBSD.org> | 2000-03-21 02:17:11 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2000-03-21 02:17:11 +0000 |
| commit | 800e276128fe8626a3e806fde5ade64487e1cbbf (patch) | |
| tree | 3e08ed4dd27f17a9a63e9bc5dd3948212157af0d /sys | |
| parent | 0317a206584a2079583c14d3f66af1bea75076b1 (diff) | |
Fix INTRCNT_DEC_550_IRQ_LEN. From Nathan Williams.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/alpha/include/intrcnt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/intrcnt.h b/sys/arch/alpha/include/intrcnt.h index e5d3d026e47..bfd7da95047 100644 --- a/sys/arch/alpha/include/intrcnt.h +++ b/sys/arch/alpha/include/intrcnt.h @@ -1,4 +1,4 @@ -/* $NetBSD: intrcnt.h,v 1.19 1999/12/04 00:22:54 thorpej Exp $ */ +/* $NetBSD: intrcnt.h,v 1.20 2000/03/21 02:17:11 thorpej Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -54,7 +54,7 @@ #define INTRCNT_DEC_1000A_IRQ_LEN 32 #define INTRCNT_DEC_1000_IRQ_LEN 16 #define INTRCNT_DEC_2100_A500_IRQ_LEN 64 -#define INTRCNT_DEC_550_IRQ_LEN 48 +#define INTRCNT_DEC_550_IRQ_LEN 56 #define INTRCNT_EB164_IRQ_LEN 24 #define INTRCNT_EB64PLUS_IRQ_LEN 32 #define INTRCNT_EB66_IRQ_LEN 32 |
