summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcvt
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-10-18 10:59:47 +0000
committerjoerg <joerg@FreeBSD.org>1997-10-18 10:59:47 +0000
commitf44f4b4ca1c13e755ef2a1152d9e2705bb9bba89 (patch)
treec0f17122a5c8910faeb240bda27444e4e5dc3fdd /sys/i386/isa/pcvt
parent8be97d8b61a6891382333c9e4f253810fac86831 (diff)
downloadFreeBSD-src-f44f4b4ca1c13e755ef2a1152d9e2705bb9bba89.zip
FreeBSD-src-f44f4b4ca1c13e755ef2a1152d9e2705bb9bba89.tar.gz
Make all the documented (in pcvt(4)) options supported options. While
i was at it, do no longer insist on `PCVT_FREEBSD' being declared in the config file, but default it to a reasonable value. More cleanup to follow, but this part is safe for RELENG_2_2, too.
Diffstat (limited to 'sys/i386/isa/pcvt')
-rw-r--r--sys/i386/isa/pcvt/pcvt_hdr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/i386/isa/pcvt/pcvt_hdr.h b/sys/i386/isa/pcvt/pcvt_hdr.h
index 3578109..70c2891 100644
--- a/sys/i386/isa/pcvt/pcvt_hdr.h
+++ b/sys/i386/isa/pcvt/pcvt_hdr.h
@@ -67,6 +67,9 @@
/* see also: pcvt_ioctl.h */
#include "opt_pcvt.h"
+#if defined(__FreeBSD__) && !defined(PCVT_FREEBSD)
+# define PCVT_FREEBSD 210
+#endif
#if PCVT_FREEBSD >= 200
OpenPOWER on IntegriCloud