From bb6af93821af2776feaaf29a9b579c504d5686df Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 10 Jun 1996 07:37:22 +0000 Subject: sync --- sys/arch/i386/isa/pcvt/pcvt_conf.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/i386/isa/pcvt/pcvt_conf.h b/sys/arch/i386/isa/pcvt/pcvt_conf.h index 661783d2007..a0ed32b9074 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.4 1996/05/25 22:17:53 deraadt Exp $ */ +/* $OpenBSD: pcvt_conf.h,v 1.5 1996/06/10 07:37:21 deraadt Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -84,12 +84,18 @@ #define PCVT_NETBSD 100 #endif #endif -#endif #ifdef NetBSD1_1 #define PCVT_NETBSD (110 + (NetBSD1_1 - 1)) #endif +#ifdef NetBSD1_2 +#define PCVT_NETBSD (120 + (NetBSD1_2 - 1)) +#endif + +#endif + + /*--------------------------------------------------------------------------- * Note that each of the options below should rather be overriden by the * kernel config file instead of this .h file - this allows for different -- cgit v1.2.3