Deleted Added
sdiff udiff text old ( 247870 ) new ( 250963 )
full compact
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 247870 2013-03-06 07:17:53Z bryanv $
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

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

709hint.stg.0.port="11"
710
711#
712# Adaptec FSA RAID controllers, including integrated DELL controllers,
713# the Dell PERC 2/QC and the HP NetRAID-4M
714device aac
715device aacp # SCSI Passthrough interface (optional, CAM required)
716
717# The 'asr' driver provides support for current DPT/Adaptec SCSI RAID
718# controllers (SmartRAID V and VI and later).
719# These controllers require the CAM infrastructure.
720#
721device asr
722
723#
724# Highpoint RocketRAID 27xx.

--- 319 unchanged lines hidden ---