Deleted Added
full compact
NOTES (163531) NOTES (163535)
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
7# $FreeBSD: head/sys/i386/conf/NOTES 163531 2006-10-20 08:56:26Z des $
7# $FreeBSD: head/sys/i386/conf/NOTES 163535 2006-10-20 09:52:27Z des $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

--- 408 unchanged lines hidden (view full) ---

424# are not used until later in the bootstrap when npx0 is attached).
425# Flag 0x08 automatically disables the i586 optimized routines.
426#
427
428#
429# Optional devices:
430#
431
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

--- 408 unchanged lines hidden (view full) ---

424# are not used until later in the bootstrap when npx0 is attached).
425# Flag 0x08 automatically disables the i586 optimized routines.
426#
427
428#
429# Optional devices:
430#
431
432# PS/2 mouse
433device psm
434hint.psm.0.at="atkbdc"
435hint.psm.0.irq="12"
436
437# Options for psm:
438options PSM_HOOKRESUME #hook the system resume event, useful
439 #for some laptops
440options PSM_RESETAFTERSUSPEND #reset the device at the resume event
441
442# The keyboard controller; it controls the keyboard and the PS/2 mouse.
443device atkbdc
444hint.atkbdc.0.at="isa"
445hint.atkbdc.0.port="0x060"
446
447# The AT keyboard
448device atkbd
449hint.atkbd.0.at="atkbdc"
450hint.atkbd.0.irq="1"
451
452# Options for atkbd:
453options ATKBD_DFLT_KEYMAP # specify the built-in keymap
454makeoptions ATKBD_DFLT_KEYMAP=jp.106
455
456# `flags' for atkbd:
457# 0x01 Force detection of keyboard, else we always assume a keyboard
458# 0x02 Don't reset keyboard, useful for some newer ThinkPads
459# 0x03 Force detection and avoid reset, might help with certain
460# dockingstations
461# 0x04 Old-style (XT) keyboard support, useful for older ThinkPads
462
463# Video card driver for VGA adapters.
464device vga
465hint.vga.0.at="isa"
466
467# Options for vga:
468# Try the following option if the mouse pointer is not drawn correctly
469# or font does not seem to be loaded properly. May cause flicker on
470# some systems.
471options VGA_ALT_SEQACCESS
472
473# If you can dispense with some vga driver features, you may want to
474# use the following options to save some memory.
475#options VGA_NO_FONT_LOADING # don't save/load font
476#options VGA_NO_MODE_CHANGE # don't change video modes
477
478# Older video cards may require this option for proper operation.
479options VGA_SLOW_IOACCESS # do byte-wide i/o's to TS and GDC regs
480
481# The following option probably won't work with the LCD displays.
482options VGA_WIDTH90 # support 90 column modes
483
484# Debugging.
485options VGA_DEBUG
486
487device splash # Splash screen and screen saver support
488
432# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
433# the /dev/3dfx0 device to work with glide implementations. This should get
434# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
435# the tdfx DRI module from XFree86 and is completely unrelated.
436#
437# To enable Linuxulator support, one must also include COMPAT_LINUX in the
438# config as well. The other option is to load both as modules.
439

--- 710 unchanged lines hidden (view full) ---

1150
1151options TIMER_FREQ=((14318182+6)/12)
1152
1153options VM_KMEM_SIZE
1154options VM_KMEM_SIZE_MAX
1155options VM_KMEM_SIZE_SCALE
1156
1157
489# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
490# the /dev/3dfx0 device to work with glide implementations. This should get
491# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
492# the tdfx DRI module from XFree86 and is completely unrelated.
493#
494# To enable Linuxulator support, one must also include COMPAT_LINUX in the
495# config as well. The other option is to load both as modules.
496

--- 710 unchanged lines hidden (view full) ---

1207
1208options TIMER_FREQ=((14318182+6)/12)
1209
1210options VM_KMEM_SIZE
1211options VM_KMEM_SIZE_MAX
1212options VM_KMEM_SIZE_SCALE
1213
1214
1158# The I/O device
1159device io
1160
1161# asr old ioctls support, needed by raidutils
1162
1163options ASR_COMPAT
1215# asr old ioctls support, needed by raidutils
1216
1217options ASR_COMPAT
1164
1165# Yet more undocumented options for linting.
1166options VGA_DEBUG