diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-13 21:40:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-13 21:40:36 +0000 |
commit | 59e6d284a54e6c1969960fc43225728b18b3f73e (patch) | |
tree | 1aff8a1c83e09c60e8dbb31e9e503efce9708297 /sys/arch | |
parent | fd45bacb9e4182a2583ae901b4fdd5c5be3ddf7d (diff) |
grr, pcvt ioctl support still required
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 6e89e42bff5..bb34243224d 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.237 2001/02/13 14:50:33 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.238 2001/02/13 21:40:35 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -122,6 +122,7 @@ isapnp0 at isa? option WSDISPLAY_COMPAT_USL # VT handling option WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes option WSDISPLAY_DEFAULTSCREENS=6 +option WSDISPLAY_COMPAT_PCVT # emulate some ioctls pckbc0 at isa? # PC keyboard controller pckbd* at pckbc? # PC keyboard |