Deleted Added
full compact
GENERIC (134917) GENERIC (135048)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/pc98
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/pc98
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/pc98/conf/GENERIC 134917 2004-09-07 22:37:43Z scottl $
19# $FreeBSD: head/sys/pc98/conf/GENERIC 135048 2004-09-10 20:57:46Z wpaul $
20
21machine pc98
22#cpu I386_CPU # Do not enable with other cpu types
23cpu I486_CPU
24cpu I586_CPU
25cpu I686_CPU
26ident GENERIC
27

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

181
182# PCI Ethernet NICs that use the common MII bus controller code.
183# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
184device miibus # MII bus support
185device bfe # Broadcom BCM440x 10/100 Ethernet
186device bge # Broadcom BCM570xx Gigabit Ethernet
187device dc # DEC/Intel 21143 and various workalikes
188device fxp # Intel EtherExpress PRO/100B (82557, 82558)
20
21machine pc98
22#cpu I386_CPU # Do not enable with other cpu types
23cpu I486_CPU
24cpu I586_CPU
25cpu I686_CPU
26ident GENERIC
27

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

181
182# PCI Ethernet NICs that use the common MII bus controller code.
183# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
184device miibus # MII bus support
185device bfe # Broadcom BCM440x 10/100 Ethernet
186device bge # Broadcom BCM570xx Gigabit Ethernet
187device dc # DEC/Intel 21143 and various workalikes
188device fxp # Intel EtherExpress PRO/100B (82557, 82558)
189device lge # Level 1 LXT1001 gigabit ethernet
190device nge # NatSemi DP83820 gigabit ethernet
189device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc')
190device re # RealTek 8139C+/8169/8169S/8110S
191device rl # RealTek 8129/8139
192device sf # Adaptec AIC-6915 (``Starfire'')
193device sis # Silicon Integrated Systems SiS 900/SiS 7016
194device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
195device ste # Sundance ST201 (D-Link DFE-550TX)
196device ti # Alteon Networks Tigon I/II gigabit Ethernet
197device tl # Texas Instruments ThunderLAN
198device tx # SMC EtherPower II (83c170 ``EPIC'')
191device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc')
192device re # RealTek 8139C+/8169/8169S/8110S
193device rl # RealTek 8129/8139
194device sf # Adaptec AIC-6915 (``Starfire'')
195device sis # Silicon Integrated Systems SiS 900/SiS 7016
196device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
197device ste # Sundance ST201 (D-Link DFE-550TX)
198device ti # Alteon Networks Tigon I/II gigabit Ethernet
199device tl # Texas Instruments ThunderLAN
200device tx # SMC EtherPower II (83c170 ``EPIC'')
201device vge # VIA VT612x gigabit ethernet
199device vr # VIA Rhine, Rhine II
200device wb # Winbond W89C840F
201device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
202
203# ISA Ethernet NICs. pccard NICs included.
204# 'device ed' requires 'device miibus'
205device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
206device ep # Etherlink III based cards

--- 55 unchanged lines hidden ---
202device vr # VIA Rhine, Rhine II
203device wb # Winbond W89C840F
204device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
205
206# ISA Ethernet NICs. pccard NICs included.
207# 'device ed' requires 'device miibus'
208device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
209device ep # Etherlink III based cards

--- 55 unchanged lines hidden ---