Move more MD devices and options out of MI NOTES.
This commit is contained in:
parent
71ae396a29
commit
a3f4000fda
@ -202,6 +202,63 @@ device agp
|
||||
# Optional devices:
|
||||
#
|
||||
|
||||
# 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
|
||||
|
||||
# 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
|
||||
|
||||
# `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
|
||||
|
||||
# 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
|
||||
|
||||
# Debugging.
|
||||
options VGA_DEBUG
|
||||
|
||||
device splash # Splash screen and screen saver support
|
||||
|
||||
# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
|
||||
# the /dev/3dfx0 device to work with glide implementations. This should get
|
||||
# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
|
||||
@ -609,6 +666,3 @@ options VM_KMEM_SIZE_SCALE
|
||||
# Enable NDIS binary driver support
|
||||
options NDISAPI
|
||||
device ndis
|
||||
|
||||
# Yet more undocumented options for linting.
|
||||
options VGA_DEBUG
|
||||
|
@ -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"
|
||||
|
@ -429,6 +429,63 @@ hint.npx.0.irq="13"
|
||||
# Optional devices:
|
||||
#
|
||||
|
||||
# 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
|
||||
|
||||
# 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
|
||||
|
||||
# `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
|
||||
|
||||
# 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
|
||||
|
||||
# Debugging.
|
||||
options VGA_DEBUG
|
||||
|
||||
device splash # Splash screen and screen saver support
|
||||
|
||||
# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
|
||||
# the /dev/3dfx0 device to work with glide implementations. This should get
|
||||
# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
|
||||
@ -1155,12 +1212,6 @@ options VM_KMEM_SIZE_MAX
|
||||
options VM_KMEM_SIZE_SCALE
|
||||
|
||||
|
||||
# The I/O device
|
||||
device io
|
||||
|
||||
# asr old ioctls support, needed by raidutils
|
||||
|
||||
options ASR_COMPAT
|
||||
|
||||
# Yet more undocumented options for linting.
|
||||
options VGA_DEBUG
|
||||
|
@ -46,9 +46,63 @@ device agp
|
||||
device isa
|
||||
device pci
|
||||
|
||||
# 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
|
||||
|
||||
# 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
|
||||
|
||||
# `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
|
||||
|
||||
# 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
|
||||
|
||||
# Debugging.
|
||||
options VGA_DEBUG
|
||||
|
||||
device splash # Splash screen and screen saver support
|
||||
|
||||
# The following devices are not supported.
|
||||
nodevice fdc
|
||||
nooption FDC_DEBUG
|
||||
|
||||
# Yet more undocumented options for linting.
|
||||
options VGA_DEBUG
|
||||
|
@ -348,6 +348,8 @@ device npx
|
||||
# Optional devices:
|
||||
#
|
||||
|
||||
device splash # Splash screen and screen saver support
|
||||
|
||||
# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
|
||||
# the /dev/3dfx0 device to work with glide implementations. This should get
|
||||
# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
|
||||
@ -778,10 +780,6 @@ device io
|
||||
#####################################################################
|
||||
# Devices we don't want to deal with
|
||||
|
||||
nodevice atkbdc
|
||||
nodevice atkbd
|
||||
nodevice psm
|
||||
nodevice vga
|
||||
nodevice bt
|
||||
nodevice adw
|
||||
nodevice aha
|
||||
@ -815,13 +813,6 @@ nodevice nfsmb
|
||||
#####################################################################
|
||||
# Options we don't want to deal with
|
||||
|
||||
nooption VGA_DEBUG
|
||||
nooption VGA_WIDTH90
|
||||
nooption VGA_SLOW_IOACCESS
|
||||
nooption VGA_ALT_SEQACCESS
|
||||
nooption PSM_RESETAFTERSUSPEND
|
||||
nooption PSM_HOOKRESUME
|
||||
nooption ATKBD_DFLT_KEYMAP
|
||||
nooption AHD_DEBUG
|
||||
nooption AHD_DEBUG_OPTS
|
||||
nooption AHD_REG_PRETTY_PRINT
|
||||
|
@ -51,11 +51,43 @@ device machfb # ATI Mach64 framebuffers
|
||||
device ofw_console # Open Firmware console device
|
||||
option OFWCONS_POLL_HZ=4 # 20 or more works best on Ultra2
|
||||
|
||||
# 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
|
||||
|
||||
# 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
|
||||
|
||||
# `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
|
||||
|
||||
device splash # Splash screen and screen saver support
|
||||
|
||||
|
||||
#####################################################################
|
||||
# Devices we don't want to deal with
|
||||
|
||||
nodevice vga
|
||||
nodevice daemon_saver
|
||||
nodevice snake_saver
|
||||
nodevice star_saver
|
||||
@ -98,7 +130,6 @@ nodevice ex
|
||||
# Options we don't want to deal with
|
||||
|
||||
nooption FDC_DEBUG
|
||||
nooption VGA_DEBUG
|
||||
nooption SC_RENDER_DEBUG
|
||||
nooption SC_DEBUG_LEVEL
|
||||
nooption PPC_DEBUG
|
||||
@ -111,11 +142,6 @@ nooption SC_NORM_REV_ATTR
|
||||
nooption SC_NORM_ATTR
|
||||
nooption SC_DFLT_FONT
|
||||
nooption SC_ALT_MOUSE_IMAGE
|
||||
nooption VGA_WIDTH90
|
||||
nooption VGA_SLOW_IOACCESS
|
||||
nooption VGA_ALT_SEQACCESS
|
||||
nooption PSM_RESETAFTERSUSPEND
|
||||
nooption PSM_HOOKRESUME
|
||||
nooption ATKBD_DFLT_KEYMAP
|
||||
nooption EXT2FS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user