Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbmips/conf add options GDIUM_KEYBOARD_HACK



details:   https://anonhg.NetBSD.org/src/rev/6ed0acec31e7
branches:  trunk
changeset: 770939:6ed0acec31e7
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Nov 03 02:44:36 2011 +0000

description:
add options GDIUM_KEYBOARD_HACK

diffstat:

 sys/arch/evbmips/conf/LOONGSON |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 85ff52d8b0b4 -r 6ed0acec31e7 sys/arch/evbmips/conf/LOONGSON
--- a/sys/arch/evbmips/conf/LOONGSON    Thu Nov 03 02:41:29 2011 +0000
+++ b/sys/arch/evbmips/conf/LOONGSON    Thu Nov 03 02:44:36 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: LOONGSON,v 1.5 2011/09/02 22:42:27 macallan Exp $
+# $NetBSD: LOONGSON,v 1.6 2011/11/03 02:44:36 macallan Exp $
 #
 # LOONGSON machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GDIUM-$Revision: 1.5 $"
+#ident                 "GDIUM-$Revision: 1.6 $"
 
 maxusers       16
 
@@ -239,6 +239,7 @@
 # USB Keyboards
 ukbd*  at uhidev? reportid ?
 wskbd* at ukbd? console ? mux 1
+options        GDIUM_KEYBOARD_HACK     # support Fn key on Gdium
 
 # USB Generic HID devices
 uhid*  at uhidev? reportid ?



Home | Main Index | Thread Index | Old Index