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/amd64/conf/NOTES 163531 2006-10-20 08:56:26Z des $
7# $FreeBSD: head/sys/amd64/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#####################################################################

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

197
198#####################################################################
199# HARDWARE DEVICE CONFIGURATION
200
201#
202# Optional devices:
203#
204
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

197
198#####################################################################
199# HARDWARE DEVICE CONFIGURATION
200
201#
202# Optional devices:
203#
204
205# PS/2 mouse
206device psm
207hint.psm.0.at="atkbdc"
208hint.psm.0.irq="12"
209
210# Options for psm:
211options PSM_HOOKRESUME #hook the system resume event, useful
212 #for some laptops
213options PSM_RESETAFTERSUSPEND #reset the device at the resume event
214
215# The keyboard controller; it controls the keyboard and the PS/2 mouse.
216device atkbdc
217hint.atkbdc.0.at="isa"
218hint.atkbdc.0.port="0x060"
219
220# The AT keyboard
221device atkbd
222hint.atkbd.0.at="atkbdc"
223hint.atkbd.0.irq="1"
224
225# Options for atkbd:
226options ATKBD_DFLT_KEYMAP # specify the built-in keymap
227makeoptions ATKBD_DFLT_KEYMAP=jp.106
228
229# `flags' for atkbd:
230# 0x01 Force detection of keyboard, else we always assume a keyboard
231# 0x02 Don't reset keyboard, useful for some newer ThinkPads
232# 0x03 Force detection and avoid reset, might help with certain
233# dockingstations
234# 0x04 Old-style (XT) keyboard support, useful for older ThinkPads
235
236# Video card driver for VGA adapters.
237device vga
238hint.vga.0.at="isa"
239
240# Options for vga:
241# Try the following option if the mouse pointer is not drawn correctly
242# or font does not seem to be loaded properly. May cause flicker on
243# some systems.
244options VGA_ALT_SEQACCESS
245
246# If you can dispense with some vga driver features, you may want to
247# use the following options to save some memory.
248#options VGA_NO_FONT_LOADING # don't save/load font
249#options VGA_NO_MODE_CHANGE # don't change video modes
250
251# Older video cards may require this option for proper operation.
252options VGA_SLOW_IOACCESS # do byte-wide i/o's to TS and GDC regs
253
254# The following option probably won't work with the LCD displays.
255options VGA_WIDTH90 # support 90 column modes
256
257# Debugging.
258options VGA_DEBUG
259
260device splash # Splash screen and screen saver support
261
205# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
206# the /dev/3dfx0 device to work with glide implementations. This should get
207# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
208# the tdfx DRI module from XFree86 and is completely unrelated.
209#
210# To enable Linuxulator support, one must also include COMPAT_LINUX in the
211# config as well. The other option is to load both as modules.
212

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

604
605options VM_KMEM_SIZE
606options VM_KMEM_SIZE_MAX
607options VM_KMEM_SIZE_SCALE
608
609# Enable NDIS binary driver support
610options NDISAPI
611device ndis
262# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
263# the /dev/3dfx0 device to work with glide implementations. This should get
264# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
265# the tdfx DRI module from XFree86 and is completely unrelated.
266#
267# To enable Linuxulator support, one must also include COMPAT_LINUX in the
268# config as well. The other option is to load both as modules.
269

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

661
662options VM_KMEM_SIZE
663options VM_KMEM_SIZE_MAX
664options VM_KMEM_SIZE_SCALE
665
666# Enable NDIS binary driver support
667options NDISAPI
668device ndis
612
613# Yet more undocumented options for linting.
614options VGA_DEBUG