Deleted Added
full compact
GENERIC (117870) GENERIC (119868)
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 117870 2003-07-22 08:11:17Z peter $
19# $FreeBSD: head/sys/pc98/conf/GENERIC 119868 2003-09-08 02:11:25Z 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

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

172device vx # 3Com 3c590, 3c595 (``Vortex'')
173
174# PCI Ethernet NICs that use the common MII bus controller code.
175# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
176device miibus # MII bus support
177device dc # DEC/Intel 21143 and various workalikes
178device fxp # Intel EtherExpress PRO/100B (82557, 82558)
179device pcn # AMD Am79C97x PCI 10/100 NICs
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

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

172device vx # 3Com 3c590, 3c595 (``Vortex'')
173
174# PCI Ethernet NICs that use the common MII bus controller code.
175# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
176device miibus # MII bus support
177device dc # DEC/Intel 21143 and various workalikes
178device fxp # Intel EtherExpress PRO/100B (82557, 82558)
179device pcn # AMD Am79C97x PCI 10/100 NICs
180device re # RealTek 8139C+/8169/8169S/8110S
180device rl # RealTek 8129/8139
181device sf # Adaptec AIC-6915 (``Starfire'')
182device sis # Silicon Integrated Systems SiS 900/SiS 7016
183device ste # Sundance ST201 (D-Link DFE-550TX)
184device tl # Texas Instruments ThunderLAN
185device tx # SMC EtherPower II (83c170 ``EPIC'')
186device vr # VIA Rhine, Rhine II
187device wb # Winbond W89C840F

--- 61 unchanged lines hidden ---
181device rl # RealTek 8129/8139
182device sf # Adaptec AIC-6915 (``Starfire'')
183device sis # Silicon Integrated Systems SiS 900/SiS 7016
184device ste # Sundance ST201 (D-Link DFE-550TX)
185device tl # Texas Instruments ThunderLAN
186device tx # SMC EtherPower II (83c170 ``EPIC'')
187device vr # VIA Rhine, Rhine II
188device wb # Winbond W89C840F

--- 61 unchanged lines hidden ---