Deleted Added
full compact
NOTES (95151) NOTES (95536)
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
5# 'makeoptions', 'hints' etc go into the kernel configuration that you
6# run config(8) with.
7#
8# Lines that begin with 'hints.' are NOT for config(8), they go into your
9# hints file. See /boot/device.hints and/or the 'hints' config(8) directive.
10#
11# Please use ``make LINT'' to create an old-style LINT file if you want to
12# do kernel test-builds.
13#
14# This file contains machine independent kernel configuration notes. For
15# machine dependent notes, look in /sys/<arch>/conf/NOTES.
16#
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
5# 'makeoptions', 'hints' etc go into the kernel configuration that you
6# run config(8) with.
7#
8# Lines that begin with 'hints.' are NOT for config(8), they go into your
9# hints file. See /boot/device.hints and/or the 'hints' config(8) directive.
10#
11# Please use ``make LINT'' to create an old-style LINT file if you want to
12# do kernel test-builds.
13#
14# This file contains machine independent kernel configuration notes. For
15# machine dependent notes, look in /sys/<arch>/conf/NOTES.
16#
17# $FreeBSD: head/sys/conf/NOTES 95151 2002-04-20 19:44:38Z mike $
17# $FreeBSD: head/sys/conf/NOTES 95536 2002-04-27 01:31:17Z scottl $
18#
19
20#
21# This is the ``identification'' of the kernel. Usually this should
22# be the same as the name of your kernel.
23#
24ident LINT
25

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

1283# Adaptec FSA RAID controllers, including integrated DELL controllers,
1284# the Dell PERC 2/QC and the HP NetRAID-4M
1285#
1286# AAC_COMPAT_LINUX Include code to support Linux-binary management
1287# utilities (requires Linux compatibility
1288# support).
1289#
1290device aac
18#
19
20#
21# This is the ``identification'' of the kernel. Usually this should
22# be the same as the name of your kernel.
23#
24ident LINT
25

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

1283# Adaptec FSA RAID controllers, including integrated DELL controllers,
1284# the Dell PERC 2/QC and the HP NetRAID-4M
1285#
1286# AAC_COMPAT_LINUX Include code to support Linux-binary management
1287# utilities (requires Linux compatibility
1288# support).
1289#
1290device aac
1291device aacp # SCSI Passthrough interface (optional)
1291
1292#
1293# Compaq Smart RAID, Mylex DAC960 and AMI MegaRAID controllers. Only
1294# one entry is needed; the code will find and configure all supported
1295# controllers.
1296#
1297device ida # Compaq Smart RAID
1298device mlx # Mylex DAC960

--- 953 unchanged lines hidden ---
1292
1293#
1294# Compaq Smart RAID, Mylex DAC960 and AMI MegaRAID controllers. Only
1295# one entry is needed; the code will find and configure all supported
1296# controllers.
1297#
1298device ida # Compaq Smart RAID
1299device mlx # Mylex DAC960

--- 953 unchanged lines hidden ---