Deleted Added
full compact
GENERIC (229997) GENERIC (230843)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/i386
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/i386
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/i386/conf/GENERIC 229997 2012-01-12 00:34:33Z ken $
19# $FreeBSD: head/sys/i386/conf/GENERIC 230843 2012-01-31 19:38:18Z jimharris $
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27

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

125device adw # Advansys wide SCSI adapters
126device aha # Adaptec 154x SCSI adapters
127device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
128device bt # Buslogic/Mylex MultiMaster SCSI adapters
129
130device ncv # NCR 53C500
131device nsp # Workbit Ninja SCSI-3
132device stg # TMC 18C30/18C50
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27

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

125device adw # Advansys wide SCSI adapters
126device aha # Adaptec 154x SCSI adapters
127device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
128device bt # Buslogic/Mylex MultiMaster SCSI adapters
129
130device ncv # NCR 53C500
131device nsp # Workbit Ninja SCSI-3
132device stg # TMC 18C30/18C50
133device isci # Intel C600 SAS controller
133
134# ATA/SCSI peripherals
135device scbus # SCSI bus (required for ATA/SCSI)
136device ch # SCSI media changers
137device da # Direct Access (disks)
138device sa # Sequential Access (tape etc)
139device cd # CD
140device pass # Passthrough device (direct ATA/SCSI access)

--- 231 unchanged lines hidden ---
134
135# ATA/SCSI peripherals
136device scbus # SCSI bus (required for ATA/SCSI)
137device ch # SCSI media changers
138device da # Direct Access (disks)
139device sa # Sequential Access (tape etc)
140device cd # CD
141device pass # Passthrough device (direct ATA/SCSI access)

--- 231 unchanged lines hidden ---