diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-25 22:18:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-25 22:18:01 +0000 |
commit | af0f403f7f01adb984acc869f39d2ae091ab8f91 (patch) | |
tree | d4fe8b7f3e5bd638bab42a3aefca296425ca4ef6 /sys/arch/i386/isa/pcvt/pcvt_conf.h | |
parent | 54ee5abeea5658b4724f32bd792b862a2bbd0820 (diff) |
sync
Diffstat (limited to 'sys/arch/i386/isa/pcvt/pcvt_conf.h')
-rw-r--r-- | sys/arch/i386/isa/pcvt/pcvt_conf.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_conf.h b/sys/arch/i386/isa/pcvt/pcvt_conf.h index 54500d8155b..661783d2007 100644 --- a/sys/arch/i386/isa/pcvt/pcvt_conf.h +++ b/sys/arch/i386/isa/pcvt/pcvt_conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcvt_conf.h,v 1.3 1996/04/18 17:48:27 niklas Exp $ */ +/* $OpenBSD: pcvt_conf.h,v 1.4 1996/05/25 22:17:53 deraadt Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -435,13 +435,6 @@ # define PCVT_MDAFASTSCROLL 1 /* MDA/Hercules which do support more */ #endif /* than one page of video memory. */ -#if !defined PCVT_SLOW_INTERRUPT/* ---------- DEFAULT: OFF ------------ */ -# define PCVT_SLOW_INTERRUPT 0 /* If off, protecting critical regions */ -#elif PCVT_SLOW_INTERRUPT != 0 /* in the keyboard fifo code is done by */ -# undef PCVT_SLOW_INTERRUPT /* disabling the processor irq's, if on */ -# define PCVT_SLOW_INTERRUPT 1 /* this is done by spl()/splx() calls. */ -#endif - /*---------------------------------------------------------------------------* * Kernel messages attribute definitions * These define the foreground and background attributes used to |