Deleted Added
full compact
GENERIC (73007) GENERIC (73374)
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/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 NOTES configuration file. If you are
16# in doubt as to the purpose or necessity of a line, check first in NOTES.
17#
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/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 NOTES configuration file. If you are
16# in doubt as to the purpose or necessity of a line, check first in NOTES.
17#
18# $FreeBSD: head/sys/amd64/conf/GENERIC 73007 2001-02-25 05:52:38Z peter $
18# $FreeBSD: head/sys/amd64/conf/GENERIC 73374 2001-03-03 08:31:37Z imp $
19
20machine i386
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25maxusers 32
26

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

177device tl # Texas Instruments ThunderLAN
178device tx # SMC EtherPower II (83c170 ``EPIC'')
179device vr # VIA Rhine, Rhine II
180device wb # Winbond W89C840F
181device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
182
183# ISA Ethernet NICs. pccard nics included.
184device cs # Crystal Semiconductor CS89x0 NIC
19
20machine i386
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25maxusers 32
26

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

177device tl # Texas Instruments ThunderLAN
178device tx # SMC EtherPower II (83c170 ``EPIC'')
179device vr # VIA Rhine, Rhine II
180device wb # Winbond W89C840F
181device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
182
183# ISA Ethernet NICs. pccard nics included.
184device cs # Crystal Semiconductor CS89x0 NIC
185# 'device ed' requires 'device miibus'
185device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
186device ex # Intel EtherExpress Pro/10 and Pro/10+
187device ep # Etherlink III based cards
188device fe # Fujitsu MB8696x based cards
189device sn # SMC's 9000 series of ethernet chips
190device xe # Xircom pccard ethernet
191
192# The probe order of these is presently determined by i386/isa/isa_compat.c.

--- 43 unchanged lines hidden ---
186device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
187device ex # Intel EtherExpress Pro/10 and Pro/10+
188device ep # Etherlink III based cards
189device fe # Fujitsu MB8696x based cards
190device sn # SMC's 9000 series of ethernet chips
191device xe # Xircom pccard ethernet
192
193# The probe order of these is presently determined by i386/isa/isa_compat.c.

--- 43 unchanged lines hidden ---