summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>1999-03-10 14:47:41 +0000
committeryokota <yokota@FreeBSD.org>1999-03-10 14:47:41 +0000
commite0bd924279639241f4112d31481bd26f58738b93 (patch)
treec4a517d49053c7da992c24a77465e29d594175d5 /sys/i386/conf
parenta6d7ece439329c07c5afe4c93f8be48bb3b4e775 (diff)
downloadFreeBSD-src-e0bd924279639241f4112d31481bd26f58738b93.zip
FreeBSD-src-e0bd924279639241f4112d31481bd26f58738b93.tar.gz
- Added new options (ATKBD_DFLT_KEYMAP, KBD_DISABLE_KEYMAP_LOAD and
KBD_INSTALL_CDEV). - Removed the note that the VESA option cannot be used on the SMP system; this is not true. - Moved the option VESA to more appropriate place.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT17
-rw-r--r--sys/i386/conf/NOTES17
2 files changed, 24 insertions, 10 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 2c87356..e3d6864 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.563 1999/03/09 00:24:27 brian Exp $
+# $Id: LINT,v 1.564 1999/03/09 20:20:01 phk Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -876,6 +876,14 @@ controller atkbdc0 at isa? port IO_KBD tty
# The AT keyboard
device atkbd0 at isa? tty irq 1
+# Options for atkbd:
+options ATKBD_DFLT_KEYMAP # specify the built-in keymap
+makeoptions ATKBD_DFLT_KEYMAP="jp.106"
+
+# These options are valid for other keyboard drivers as well.
+options KBD_DISABLE_KEYMAP_LOAD # refuse to load a keymap
+options KBD_INSTALL_CDEV # install a CDEV entry in /dev
+
# `flags' for atkbd:
# 0x01 Force detection of keyboard, else we always assume a keyboard
# 0x02 Don't reset keyboard, useful for some newer ThinkPads
@@ -906,6 +914,9 @@ options VGA_NO_MODE_CHANGE # don't change video modes
# Older video cards may require this option for proper operation.
options VGA_SLOW_IOACCESS # do byte-wide i/o's to TS and GDC regs
+# To include support for VESA video modes
+options VESA # needs VM86 defined too!!
+
# Splash screen at start up! Screen savers require this too.
pseudo-device splash
@@ -935,10 +946,6 @@ makeoptions "STD8X16FONT"="cp850"
options SC_HISTORY_SIZE=200 # number of history buffer lines
options SC_DISABLE_REBOOT # disable reboot key sequence
-# To include support for VESA video modes
-# Dont use together with SMP!!
-options VESA # needs VM86 defined too!!
-
#
# `flags' for sc0:
# 0x01 Use a 'visual' bell
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 2c87356..e3d6864 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.563 1999/03/09 00:24:27 brian Exp $
+# $Id: LINT,v 1.564 1999/03/09 20:20:01 phk Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -876,6 +876,14 @@ controller atkbdc0 at isa? port IO_KBD tty
# The AT keyboard
device atkbd0 at isa? tty irq 1
+# Options for atkbd:
+options ATKBD_DFLT_KEYMAP # specify the built-in keymap
+makeoptions ATKBD_DFLT_KEYMAP="jp.106"
+
+# These options are valid for other keyboard drivers as well.
+options KBD_DISABLE_KEYMAP_LOAD # refuse to load a keymap
+options KBD_INSTALL_CDEV # install a CDEV entry in /dev
+
# `flags' for atkbd:
# 0x01 Force detection of keyboard, else we always assume a keyboard
# 0x02 Don't reset keyboard, useful for some newer ThinkPads
@@ -906,6 +914,9 @@ options VGA_NO_MODE_CHANGE # don't change video modes
# Older video cards may require this option for proper operation.
options VGA_SLOW_IOACCESS # do byte-wide i/o's to TS and GDC regs
+# To include support for VESA video modes
+options VESA # needs VM86 defined too!!
+
# Splash screen at start up! Screen savers require this too.
pseudo-device splash
@@ -935,10 +946,6 @@ makeoptions "STD8X16FONT"="cp850"
options SC_HISTORY_SIZE=200 # number of history buffer lines
options SC_DISABLE_REBOOT # disable reboot key sequence
-# To include support for VESA video modes
-# Dont use together with SMP!!
-options VESA # needs VM86 defined too!!
-
#
# `flags' for sc0:
# 0x01 Use a 'visual' bell
OpenPOWER on IntegriCloud