Deleted Added
full compact
GENERIC (229997) GENERIC (230843)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/amd64
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on 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 config(5) manual page,
5# and/or the handbook section on 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 229997 2012-01-12 00:34:33Z ken $
19# $FreeBSD: head/sys/amd64/conf/GENERIC 230843 2012-01-31 19:38:18Z jimharris $
20
21cpu HAMMER
22ident GENERIC
23
24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
25
26options SCHED_ULE # ULE scheduler
27options PREEMPTION # Enable kernel thread preemption

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

118#device ncr # NCR/Symbios Logic
119device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
120device trm # Tekram DC395U/UW/F DC315U adapters
121
122device adv # Advansys SCSI adapters
123device adw # Advansys wide SCSI adapters
124device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
125device bt # Buslogic/Mylex MultiMaster SCSI adapters
20
21cpu HAMMER
22ident GENERIC
23
24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
25
26options SCHED_ULE # ULE scheduler
27options PREEMPTION # Enable kernel thread preemption

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

118#device ncr # NCR/Symbios Logic
119device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
120device trm # Tekram DC395U/UW/F DC315U adapters
121
122device adv # Advansys SCSI adapters
123device adw # Advansys wide SCSI adapters
124device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
125device bt # Buslogic/Mylex MultiMaster SCSI adapters
126device isci # Intel C600 SAS controller
126
127# ATA/SCSI peripherals
128device scbus # SCSI bus (required for ATA/SCSI)
129device ch # SCSI media changers
130device da # Direct Access (disks)
131device sa # Sequential Access (tape etc)
132device cd # CD
133device pass # Passthrough device (direct ATA/SCSI access)

--- 225 unchanged lines hidden ---
127
128# ATA/SCSI peripherals
129device scbus # SCSI bus (required for ATA/SCSI)
130device ch # SCSI media changers
131device da # Direct Access (disks)
132device sa # Sequential Access (tape etc)
133device cd # CD
134device pass # Passthrough device (direct ATA/SCSI access)

--- 225 unchanged lines hidden ---