summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2007-11-18 18:11:16 +0000
committermarius <marius@FreeBSD.org>2007-11-18 18:11:16 +0000
commit825e639df6f387feb2afcfd7cb10f39769d67018 (patch)
treef373036169acaba93318c87e84307f708414c977 /sys/sparc64/conf
parent0422421099b45f1120729a9eedda32c67666f9ca (diff)
downloadFreeBSD-src-825e639df6f387feb2afcfd7cb10f39769d67018.zip
FreeBSD-src-825e639df6f387feb2afcfd7cb10f39769d67018.tar.gz
Let sunkbd(4) emulate an AT keyboard by default.
This has the following benefits: - allows to use the AT keyboard maps in share/syscons/keymaps with sunkbd(4), - allows to use kbdmux(4) with sunkbd(4), - allows Sun RS232 keyboards to be configured and used the same way as Sun USB keyboards driven by ukbd(4) (which also does AT keyboard emulation) with X.Org, putting an end to the problem of native support for the former in X.Org being broken over and over again. MFC after: 3 days
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r--sys/sparc64/conf/DEFAULTS2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sparc64/conf/DEFAULTS b/sys/sparc64/conf/DEFAULTS
index 625995a..0bcec69 100644
--- a/sys/sparc64/conf/DEFAULTS
+++ b/sys/sparc64/conf/DEFAULTS
@@ -20,3 +20,5 @@ options KSE
options GEOM_BSD
options GEOM_SUNLABEL
+# Let sunkbd emulate an AT keyboard by default.
+options SUNKBD_EMULATE_ATKBD
OpenPOWER on IntegriCloud