Deleted Added
full compact
GENERIC (158647) GENERIC (158687)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/i386
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/i386
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/i386/conf/GENERIC 158647 2006-05-16 12:15:39Z ru $
19# $FreeBSD: head/sys/i386/conf/GENERIC 158687 2006-05-17 09:33:15Z phk $
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26# To statically compile in device wiring instead of /boot/device.hints
27#hints "GENERIC.hints" # Default places to look for devices.

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

155
156device vga # VGA video card driver
157
158device splash # Splash screen and screen saver support
159
160# syscons is the default console driver, resembling an SCO console
161device sc
162
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26# To statically compile in device wiring instead of /boot/device.hints
27#hints "GENERIC.hints" # Default places to look for devices.

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

155
156device vga # VGA video card driver
157
158device splash # Splash screen and screen saver support
159
160# syscons is the default console driver, resembling an SCO console
161device sc
162
163# Enable this for the pcvt (VT220 compatible) console driver
164#device vt
165#options XSERVER # support for X server on a vt console
166#options FAT_CURSOR # start with block cursor
167
168device agp # support several AGP chipsets
169
170# Power management support (see NOTES for more options)
171#device apm
172# Add suspend/resume support for the i8254.
173device pmtimer
174
175# PCCARD (PCMCIA) support

--- 125 unchanged lines hidden ---
163device agp # support several AGP chipsets
164
165# Power management support (see NOTES for more options)
166#device apm
167# Add suspend/resume support for the i8254.
168device pmtimer
169
170# PCCARD (PCMCIA) support

--- 125 unchanged lines hidden ---