summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2006-10-20 09:52:27 +0000
committerdes <des@FreeBSD.org>2006-10-20 09:52:27 +0000
commita3f4000fdab822f799ea0739e36aaaa01718471c (patch)
treead340ef06fa70cdede02541482d5bac9452e42f8 /sys/conf
parent71ae396a2994e4716194790e1ecc32d89e147452 (diff)
downloadFreeBSD-src-a3f4000fdab822f799ea0739e36aaaa01718471c.zip
FreeBSD-src-a3f4000fdab822f799ea0739e36aaaa01718471c.tar.gz
Move more MD devices and options out of MI NOTES.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES67
1 files changed, 0 insertions, 67 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 5bf05f0..274e81f 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1226,79 +1226,12 @@ options TTYHOG=8193
# Mandatory devices:
#
-# The keyboard controller; it controls the keyboard and the PS/2 mouse.
-device atkbdc
-hint.atkbdc.0.at="isa"
-hint.atkbdc.0.port="0x060"
-
-# The AT keyboard
-device atkbd
-hint.atkbd.0.at="atkbdc"
-hint.atkbd.0.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
-# 0x03 Force detection and avoid reset, might help with certain
-# dockingstations
-# 0x04 Old-style (XT) keyboard support, useful for older ThinkPads
-
-# PS/2 mouse
-device psm
-hint.psm.0.at="atkbdc"
-hint.psm.0.irq="12"
-
-# Options for psm:
-options PSM_HOOKRESUME #hook the system resume event, useful
- #for some laptops
-options PSM_RESETAFTERSUSPEND #reset the device at the resume event
-
-# Video card driver for VGA adapters.
-device vga
-hint.vga.0.at="isa"
-
-# Options for vga:
-# Try the following option if the mouse pointer is not drawn correctly
-# or font does not seem to be loaded properly. May cause flicker on
-# some systems.
-options VGA_ALT_SEQACCESS
-
-# If you can dispense with some vga driver features, you may want to
-# use the following options to save some memory.
-#options VGA_NO_FONT_LOADING # don't save/load font
-#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
-
-# The following option probably won't work with the LCD displays.
-options VGA_WIDTH90 # support 90 column modes
-
options FB_DEBUG # Frame buffer debugging
-device splash # Splash screen and screen saver support
-
-# Various screen savers.
-device blank_saver
-device daemon_saver
-device dragon_saver
-device fade_saver
-device fire_saver
-device green_saver
-device logo_saver
-device rain_saver
-device snake_saver
-device star_saver
-device warp_saver
-
# The syscons console driver (SCO color console compatible).
device sc
hint.sc.0.at="isa"
OpenPOWER on IntegriCloud