diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-18 17:48:38 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-18 17:48:38 +0000 |
commit | 2486fc6168bd5163df06fb048ad4fd9e70f751dc (patch) | |
tree | 003d169a0c6a209f0ecba8937cad1e6dadde1145 /sys/arch/i386/isa/pcvt/pcvt_conf.h | |
parent | b05028a7911f058859342ea6515510c74d6c1d90 (diff) |
Merge of NetBSD 960317
Diffstat (limited to 'sys/arch/i386/isa/pcvt/pcvt_conf.h')
-rw-r--r-- | sys/arch/i386/isa/pcvt/pcvt_conf.h | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_conf.h b/sys/arch/i386/isa/pcvt/pcvt_conf.h index 7a21fb3c8e3..54500d8155b 100644 --- a/sys/arch/i386/isa/pcvt/pcvt_conf.h +++ b/sys/arch/i386/isa/pcvt/pcvt_conf.h @@ -1,3 +1,5 @@ +/* $OpenBSD: pcvt_conf.h,v 1.3 1996/04/18 17:48:27 niklas Exp $ */ + /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. * @@ -85,7 +87,7 @@ #endif #ifdef NetBSD1_1 -#define PCVT_NETBSD 110 +#define PCVT_NETBSD (110 + (NetBSD1_1 - 1)) #endif /*--------------------------------------------------------------------------- @@ -105,8 +107,6 @@ * * options "PCVT_NSCREENS=x" * options "PCVT_SCANSET=x" - * options "PCVT_UPDATEFAST=x" - * options "PCVT_UPDATESLOW=x" * options "PCVT_SYSBEEPF=x" * * which are always numeric! @@ -334,16 +334,6 @@ # define PCVT_BACKUP_FONTS 1 #endif -#ifndef PCVT_UPDATEFAST /* this is the rate at which the cursor */ -# define PCVT_UPDATEFAST (hz/10) /* gets updated with it's new position */ -#endif /* see: async_update() in pcvt_sup.c */ - -#ifndef PCVT_UPDATESLOW /* this is the rate at which the cursor */ -# define PCVT_UPDATESLOW 3 /* position display and the system load */ -#endif /* (or the keyboard scancode display) */ - /* is updated. the relation is: */ - /* PCVT_UPDATEFAST/PCVT_UPDATESLOW */ - #ifndef PCVT_SYSBEEPF /* timer chip value to be used for the */ # define PCVT_SYSBEEPF 1193182 /* sysbeep frequency value. */ #endif /* this should really go somewhere else,*/ |