Deleted Added
full compact
GENERIC (174195) GENERIC (174604)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/amd64
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/amd64
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD: head/sys/amd64/conf/GENERIC 174195 2007-12-02 20:40:35Z rwatson $
19# $FreeBSD: head/sys/amd64/conf/GENERIC 174604 2007-12-15 00:56:17Z scottl $
20
21cpu HAMMER
22ident GENERIC
23
24# To statically compile in device wiring instead of /boot/device.hints
25#hints "GENERIC.hints" # Default places to look for devices.
26
27makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols

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

126device ses # SCSI Environmental Services (and SAF-TE)
127
128# RAID controllers interfaced to the SCSI subsystem
129device amr # AMI MegaRAID
130device arcmsr # Areca SATA II RAID
131device ciss # Compaq Smart RAID 5*
132device dpt # DPT Smartcache III, IV - See NOTES for options
133device hptmv # Highpoint RocketRAID 182x
20
21cpu HAMMER
22ident GENERIC
23
24# To statically compile in device wiring instead of /boot/device.hints
25#hints "GENERIC.hints" # Default places to look for devices.
26
27makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols

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

126device ses # SCSI Environmental Services (and SAF-TE)
127
128# RAID controllers interfaced to the SCSI subsystem
129device amr # AMI MegaRAID
130device arcmsr # Areca SATA II RAID
131device ciss # Compaq Smart RAID 5*
132device dpt # DPT Smartcache III, IV - See NOTES for options
133device hptmv # Highpoint RocketRAID 182x
134device hptrr # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx
134device rr232x # Highpoint RocketRAID 232x
135device iir # Intel Integrated RAID
136device ips # IBM (Adaptec) ServeRAID
137device mly # Mylex AcceleRAID/eXtremeRAID
138device twa # 3ware 9000 series PATA/SATA RAID
139
140# RAID controllers
141device aac # Adaptec FSA RAID

--- 169 unchanged lines hidden ---
135device rr232x # Highpoint RocketRAID 232x
136device iir # Intel Integrated RAID
137device ips # IBM (Adaptec) ServeRAID
138device mly # Mylex AcceleRAID/eXtremeRAID
139device twa # 3ware 9000 series PATA/SATA RAID
140
141# RAID controllers
142device aac # Adaptec FSA RAID

--- 169 unchanged lines hidden ---