Deleted Added
full compact
GENERIC (220982) GENERIC (221071)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/pc98
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/pc98
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/pc98/conf/GENERIC 220982 2011-04-24 08:58:58Z mav $
19# $FreeBSD: head/sys/pc98/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

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

86
87# Floppy drives
88device fdc
89
90# ATA controllers
91device ahci # AHCI-compatible SATA controllers
92device ata # Legacy ATA/SATA controllers
93options 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

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

86
87# Floppy drives
88device fdc
89
90# ATA controllers
91device ahci # AHCI-compatible SATA controllers
92device ata # Legacy ATA/SATA controllers
93options ATA_CAM # Handle legacy controllers with CAM
94options ATA_STATIC_ID # Static device numbering
94device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
95device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA
96
97# SCSI Controllers
98device adv # Advansys SCSI adapters
99device ahc # AHA2940 and onboard AIC7xxx devices
100device amd # AMD 53C974 (Tekram DC-390(T))
101device isp # Qlogic family

--- 188 unchanged lines hidden ---
95device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
96device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA
97
98# SCSI Controllers
99device adv # Advansys SCSI adapters
100device ahc # AHA2940 and onboard AIC7xxx devices
101device amd # AMD 53C974 (Tekram DC-390(T))
102device isp # Qlogic family

--- 188 unchanged lines hidden ---