diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-22 21:07:41 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-22 21:07:41 +0000 |
commit | fe1202e78f2343b7fadaaa040a044c6ae0eb4fba (patch) | |
tree | 6fa674419d75010dca0dcc1bf84002b57fa70956 /sys/arch | |
parent | 9d21ba943168465edecbca807242fa81ea55ae12 (diff) |
Remove old pcons leftover defines.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/arm/include/isa_machdep.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/arm/include/isa_machdep.h b/sys/arch/arm/include/isa_machdep.h index 0cae3a8ec4d..92249a0df36 100644 --- a/sys/arch/arm/include/isa_machdep.h +++ b/sys/arch/arm/include/isa_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.h,v 1.5 2010/11/19 21:12:12 miod Exp $ */ +/* $OpenBSD: isa_machdep.h,v 1.6 2010/11/22 21:07:40 miod Exp $ */ /* $NetBSD: isa_machdep.h,v 1.3 2002/01/07 22:58:07 chris Exp $ */ /*- @@ -160,14 +160,6 @@ extern struct bus_space isa_mem_bs_tag; /* ISA chipset */ extern struct arm32_isa_chipset isa_chipset_tag; -/* for pccons.c */ -#define MONO_BASE 0x3B4 -#define MONO_BUF 0x000B0000 -#define CGA_BASE 0x3D4 -#define CGA_BUF 0x000B8000 -#define VGA_BUF 0xA0000 -#define VGA_BUF_LEN (0xBFFFF - 0xA0000) - void isa_init(vaddr_t, vaddr_t); void isa_io_init(vaddr_t, vaddr_t); void isa_dma_init(void); |