Deleted Added
full compact
GENERIC (213098) GENERIC (216829)
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 213098 2010-09-24 09:04:16Z davidxu $
19# $FreeBSD: head/sys/i386/conf/GENERIC 216829 2010-12-31 00:21:41Z yongari $
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27

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

239device sis # Silicon Integrated Systems SiS 900/SiS 7016
240device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
241device ste # Sundance ST201 (D-Link DFE-550TX)
242device stge # Sundance/Tamarack TC9021 gigabit Ethernet
243device tl # Texas Instruments ThunderLAN
244device tx # SMC EtherPower II (83c170 ``EPIC'')
245device vge # VIA VT612x gigabit Ethernet
246device vr # VIA Rhine, Rhine II
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27

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

239device sis # Silicon Integrated Systems SiS 900/SiS 7016
240device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
241device ste # Sundance ST201 (D-Link DFE-550TX)
242device stge # Sundance/Tamarack TC9021 gigabit Ethernet
243device tl # Texas Instruments ThunderLAN
244device tx # SMC EtherPower II (83c170 ``EPIC'')
245device vge # VIA VT612x gigabit Ethernet
246device vr # VIA Rhine, Rhine II
247device vte # DM&P Vortex86 RDC R6040 Fast Ethernet
247device wb # Winbond W89C840F
248device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
249
250# ISA Ethernet NICs. pccard NICs included.
251device cs # Crystal Semiconductor CS89x0 NIC
252# 'device ed' requires 'device miibus'
253device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
254device ex # Intel EtherExpress Pro/10 and Pro/10+

--- 85 unchanged lines hidden ---
248device wb # Winbond W89C840F
249device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
250
251# ISA Ethernet NICs. pccard NICs included.
252device cs # Crystal Semiconductor CS89x0 NIC
253# 'device ed' requires 'device miibus'
254device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
255device ex # Intel EtherExpress Pro/10 and Pro/10+

--- 85 unchanged lines hidden ---