diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-12-19 21:52:48 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-12-19 21:52:48 +0000 |
commit | 060004eb1d901c43549a8de5a7c1bedff49318be (patch) | |
tree | b577f3fecb3a83d7bbe02e2a5e89b250590cdf8c /sys/arch/aviion/include | |
parent | aa8faebc6ff9cd54054ba36125aeddf8fdf61692 (diff) |
The serial console address apparently does not change accross 88100 designs,
so stash it in a board-independent header.
Diffstat (limited to 'sys/arch/aviion/include')
-rw-r--r-- | sys/arch/aviion/include/av400.h | 4 | ||||
-rw-r--r-- | sys/arch/aviion/include/avcommon.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/aviion/include/av400.h b/sys/arch/aviion/include/av400.h index 2926ae8eda1..e156daf1fbc 100644 --- a/sys/arch/aviion/include/av400.h +++ b/sys/arch/aviion/include/av400.h @@ -1,4 +1,4 @@ -/* $OpenBSD: av400.h,v 1.3 2006/05/21 12:22:03 miod Exp $ */ +/* $OpenBSD: av400.h,v 1.4 2007/12/19 21:52:47 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * All rights reserved. @@ -174,8 +174,6 @@ #define MASK_LVL_6 (LVL7) #define MASK_LVL_7 (IRQ_ABORT) -#define DART_BASE 0xfff82000 - /* * CMMU addresses */ diff --git a/sys/arch/aviion/include/avcommon.h b/sys/arch/aviion/include/avcommon.h index 68400fc5e81..32b391e958e 100644 --- a/sys/arch/aviion/include/avcommon.h +++ b/sys/arch/aviion/include/avcommon.h @@ -1,4 +1,4 @@ -/* $OpenBSD: avcommon.h,v 1.2 2006/05/21 22:43:54 miod Exp $ */ +/* $OpenBSD: avcommon.h,v 1.3 2007/12/19 21:52:47 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * All rights reserved. @@ -182,4 +182,6 @@ #define CIO_CIP 0x20 /* CTC Clear interrupt pending */ #define CIO_IP 0x20 /* CTC Interrupt pending */ +#define CONSOLE_DART_BASE 0xfff82000 + #endif /* __MACHINE_AVCOMMON_H__ */ |