summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pcvt
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-05-22 21:18:36 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-05-22 21:18:36 +0000
commit9530e6465529f223fbcd43bf309ebe5aa86c038e (patch)
treebad560024087211381e6062fede4b7d987462c87 /sys/arch/i386/isa/pcvt
parentb2e9a70cad92424325f5c0acf5b8d4d0ae35e1d1 (diff)
sync with sys/param.h changes
Diffstat (limited to 'sys/arch/i386/isa/pcvt')
-rw-r--r--sys/arch/i386/isa/pcvt/pcvt_conf.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_conf.h b/sys/arch/i386/isa/pcvt/pcvt_conf.h
index 030e004cec9..1d6eae1c23b 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.7 1996/10/04 07:08:02 downsj Exp $ */
+/* $OpenBSD: pcvt_conf.h,v 1.8 1997/05/22 21:18:35 millert Exp $ */
/*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
@@ -94,8 +94,15 @@
#endif
#ifdef OpenBSD2_0
-/* XXX drunk fix later */
-#define PCVT_NETBSD 120
+#define PCVT_OPENBSD (200 + (OpenBSD2_0 - 1))
+#endif
+
+#ifdef OpenBSD2_1
+#define PCVT_OPENBSD (210 + (OpenBSD2_1 - 1))
+#endif
+
+#ifndef PCVT_NETBSD
+#define PCVT_NETBSD PCVT_OPENBSD
#endif
#endif