Deleted Added
full compact
NOTES (261975) NOTES (263301)
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 261975 2014-02-16 12:22:43Z brueffer $
7# $FreeBSD: head/sys/i386/conf/NOTES 263301 2014-03-18 14:41:18Z imp $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14#
15# Enable the kernel DTrace hooks which are required to load the DTrace

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

376options VESA
377
378# Turn on extra debugging checks and output for VESA support.
379options VESA_DEBUG
380
381device dpms # DPMS suspend & resume via VESA BIOS
382
383# x86 real mode BIOS emulator, required by atkbdc/dpms/vesa
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14#
15# Enable the kernel DTrace hooks which are required to load the DTrace

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

376options VESA
377
378# Turn on extra debugging checks and output for VESA support.
379options VESA_DEBUG
380
381device dpms # DPMS suspend & resume via VESA BIOS
382
383# x86 real mode BIOS emulator, required by atkbdc/dpms/vesa
384options X86BIOS
384options X86BIOS
385
386#
387# The Numeric Processing eXtension driver. This is non-optional.
388device npx
389hint.npx.0.flags="0x0"
390hint.npx.0.irq="13"
391
392#

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

751
752#
753# IBM (now Adaptec) ServeRAID controllers
754device ips
755
756#
757# Intel C600 (Patsburg) integrated SAS controller
758device isci
385
386#
387# The Numeric Processing eXtension driver. This is non-optional.
388device npx
389hint.npx.0.flags="0x0"
390hint.npx.0.irq="13"
391
392#

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

751
752#
753# IBM (now Adaptec) ServeRAID controllers
754device ips
755
756#
757# Intel C600 (Patsburg) integrated SAS controller
758device isci
759options ISCI_LOGGING # enable debugging in isci HAL
759options ISCI_LOGGING # enable debugging in isci HAL
760
761#
762# NVM Express (NVMe) support
763device nvme # base NVMe driver
764device nvd # expose NVMe namespaces as disks, depends on nvme
765
766#
767# SafeNet crypto driver: can be moved to the MI NOTES as soon as

--- 294 unchanged lines hidden ---
760
761#
762# NVM Express (NVMe) support
763device nvme # base NVMe driver
764device nvd # expose NVMe namespaces as disks, depends on nvme
765
766#
767# SafeNet crypto driver: can be moved to the MI NOTES as soon as

--- 294 unchanged lines hidden ---