Deleted Added
full compact
NOTES (181467) NOTES (182081)
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 181467 2008-08-09 14:52:31Z philip $
7# $FreeBSD: head/sys/i386/conf/NOTES 182081 2008-08-23 21:00:40Z jhb $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

352# HARDWARE DEVICE CONFIGURATION
353
354# To include support for VGA VESA video modes
355options VESA
356
357# Turn on extra debugging checks and output for VESA support.
358options VESA_DEBUG
359
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

352# HARDWARE DEVICE CONFIGURATION
353
354# To include support for VGA VESA video modes
355options VESA
356
357# Turn on extra debugging checks and output for VESA support.
358options VESA_DEBUG
359
360device dpms # DPMS suspend & resume via VESA BIOS
361
360#
361# The Numeric Processing eXtension driver. This is non-optional.
362device npx
363hint.npx.0.flags="0x0"
364hint.npx.0.irq="13"
365
366#
367# `flags' for npx0:

--- 553 unchanged lines hidden ---
362#
363# The Numeric Processing eXtension driver. This is non-optional.
364device npx
365hint.npx.0.flags="0x0"
366hint.npx.0.irq="13"
367
368#
369# `flags' for npx0:

--- 553 unchanged lines hidden ---