Deleted Added
sdiff udiff text old ( 89099 ) new ( 89580 )
full compact
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 $
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# 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 ---