diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-10 07:37:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-10 07:37:22 +0000 |
commit | bb6af93821af2776feaaf29a9b579c504d5686df (patch) | |
tree | 106f9bd408450f845cb637d2e15727d5fd896a93 /sys/arch/i386/isa/pcvt | |
parent | 61d5ab3abf896151690f4270804aad7f8ead1911 (diff) |
sync
Diffstat (limited to 'sys/arch/i386/isa/pcvt')
-rw-r--r-- | sys/arch/i386/isa/pcvt/pcvt_conf.h | 10 |
1 files changed, 8 insertions, 2 deletions
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 |