Deleted Added
full compact
NOTES (89099) NOTES (89580)
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#
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# $FreeBSD: head/sys/conf/NOTES 89099 2002-01-08 20:03:13Z fjoe $
14# $FreeBSD: head/sys/conf/NOTES 89580 2002-01-20 08:51:08Z msmith $
15#
16
17#
18# This directive is mandatory; it defines the architecture to be
19# configured for; in this case, the 386 family based IBM-PC and
20# compatibles.
21#
22machine i386

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

1541#
1542# Compaq "CISS" RAID controllers (SmartRAID 5* series)
1543# These controllers have a SCSI-like interface, and require the
1544# CAM infrastructure.
1545#
1546device ciss
1547
1548#
15#
16
17#
18# This directive is mandatory; it defines the architecture to be
19# configured for; in this case, the 386 family based IBM-PC and
20# compatibles.
21#
22machine i386

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

1541#
1542# Compaq "CISS" RAID controllers (SmartRAID 5* series)
1543# These controllers have a SCSI-like interface, and require the
1544# CAM infrastructure.
1545#
1546device ciss
1547
1548#
1549# Intel Integrated RAID controllers.
1550# This driver was developed and is maintained by Intel. Contacts
1551# at Intel for this driver are
1552# "Kannanthanam, Boji T" <boji.t.kannanthanam@intel.com> and
1553# "Leubner, Achim" <achim.leubner@intel.com>.
1554#
1555device iir
1556
1557#
1549# Mylex AcceleRAID and eXtremeRAID controllers with v6 and later
1550# firmware. These controllers have a SCSI-like interface, and require
1551# the CAM infrastructure.
1552#
1553device mly
1554
1555#
1556# Adaptec FSA RAID controllers, including integrated DELL controllers,

--- 1453 unchanged lines hidden ---
1558# Mylex AcceleRAID and eXtremeRAID controllers with v6 and later
1559# firmware. These controllers have a SCSI-like interface, and require
1560# the CAM infrastructure.
1561#
1562device mly
1563
1564#
1565# Adaptec FSA RAID controllers, including integrated DELL controllers,

--- 1453 unchanged lines hidden ---