Deleted Added
full compact
GENERIC (220982) GENERIC (221071)
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 220982 2011-04-24 08:58:58Z mav $
19# $FreeBSD: head/sys/i386/conf/GENERIC 221071 2011-04-26 17:01:49Z mav $
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27

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

90
91# Floppy drives
92device fdc
93
94# ATA controllers
95device ahci # AHCI-compatible SATA controllers
96device ata # Legacy ATA/SATA controllers
97options ATA_CAM # Handle legacy controllers with CAM
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27

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

90
91# Floppy drives
92device fdc
93
94# ATA controllers
95device ahci # AHCI-compatible SATA controllers
96device ata # Legacy ATA/SATA controllers
97options ATA_CAM # Handle legacy controllers with CAM
98options ATA_STATIC_ID # Static device numbering
98device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
99device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA
100
101# SCSI Controllers
102device ahb # EISA AHA1742 family
103device ahc # AHA2940 and onboard AIC7xxx devices
104options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
105 # output. Adds ~128k to driver.

--- 234 unchanged lines hidden ---
99device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
100device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA
101
102# SCSI Controllers
103device ahb # EISA AHA1742 family
104device ahc # AHA2940 and onboard AIC7xxx devices
105options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
106 # output. Adds ~128k to driver.

--- 234 unchanged lines hidden ---