diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-14 23:06:19 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-14 23:06:19 +0000 |
commit | aefbfbb71a98f6b004b674c56c023bcd8866bc97 (patch) | |
tree | 8895c24399f6760a5c7342aee5c73771eb51f102 /sys/arch/mvme88k/include | |
parent | a093b2ac249b6312f794aa29c1dd7fff8f563463 (diff) |
After enough checks on real hardware, it turns out the documentation is wrong,
for once - SCON in GLOBAL1 on MVME188 is an SCON*, thus low if the board is
the system controller.
Diffstat (limited to 'sys/arch/mvme88k/include')
-rw-r--r-- | sys/arch/mvme88k/include/mvme188.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/include/mvme188.h b/sys/arch/mvme88k/include/mvme188.h index 6c82fa61556..ab8709820f2 100644 --- a/sys/arch/mvme88k/include/mvme188.h +++ b/sys/arch/mvme88k/include/mvme188.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mvme188.h,v 1.15 2003/10/11 22:08:57 miod Exp $ */ +/* $OpenBSD: mvme188.h,v 1.16 2004/04/14 23:06:18 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * All rights reserved. @@ -105,7 +105,8 @@ #define GLB1 0xfff86003 #define GLB2 0xfff86005 #define GLB3 0xfff86007 -#define M188_SYSCON 0x00000040 +#define M188_LRST 0x00000080 +#define M188_SYSCONNEG 0x00000040 #define UCSR_REG 0xfff87000 #define GLBRES_REG 0xfff8700C |