diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-09-04 21:18:26 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-09-04 21:18:26 +0000 |
commit | 36fe465c85d14950c37b7002fa52b0af179b0bc0 (patch) | |
tree | 4826948ec80f3cfe8a40bc2d5420b2fd72fbb2d4 /sys/arch/arc/pica/pica.h | |
parent | c3c8d76890b592bf5acc1a9b7faeabd9b829dd71 (diff) |
Some changes for new arc boxes
Diffstat (limited to 'sys/arch/arc/pica/pica.h')
-rw-r--r-- | sys/arch/arc/pica/pica.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/arc/pica/pica.h b/sys/arch/arc/pica/pica.h index 4b5089b6085..d1d9b7ecd6b 100644 --- a/sys/arch/arc/pica/pica.h +++ b/sys/arch/arc/pica/pica.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)pica.h 8.1 (Berkeley) 6/10/93 - * $Id: pica.h,v 1.2 1996/07/30 20:24:31 pefo Exp $ + * $Id: pica.h,v 1.3 1996/09/04 21:18:25 pefo Exp $ */ /* @@ -155,10 +155,10 @@ /* * Addresses used by various display drivers. */ -#define MONO_BASE (PICA_V_LOCAL_VIDEO_CTRL + 0x3B4) -#define MONO_BUF (PICA_V_LOCAL_VIDEO + 0xB0000) -#define CGA_BASE (PICA_V_LOCAL_VIDEO_CTRL + 0x3D4) -#define CGA_BUF (PICA_V_LOCAL_VIDEO + 0xB8000) +#define PICA_MONO_BASE (PICA_V_LOCAL_VIDEO_CTRL + 0x3B4) +#define PICA_MONO_BUF (PICA_V_LOCAL_VIDEO + 0xB0000) +#define PICA_CGA_BASE (PICA_V_LOCAL_VIDEO_CTRL + 0x3D4) +#define PICA_CGA_BUF (PICA_V_LOCAL_VIDEO + 0xB8000) /* * Interrupt vector descriptor for device on pica bus. |