diff options
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/aacreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/aacreg.h b/sys/dev/ic/aacreg.h index d0c5587d334..d440077d6ff 100644 --- a/sys/dev/ic/aacreg.h +++ b/sys/dev/ic/aacreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aacreg.h,v 1.9 2007/10/04 19:33:11 gilles Exp $ */ +/* $OpenBSD: aacreg.h,v 1.10 2009/03/05 21:16:40 grange Exp $ */ /*- * Copyright (c) 2000 Michael Smith @@ -1310,7 +1310,7 @@ enum { * on the SA110 'StrongArm'. */ -#define AAC_REGSIZE 0x100 +#define AAC_REGSIZE 0x2000 #define AAC_SA_DOORBELL0_CLEAR 0x98 /* doorbell 0 (adapter->host) */ #define AAC_SA_DOORBELL0_SET 0x9c |