Deleted Added
full compact
GENERIC (64398) GENERIC (64777)
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/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/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/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/pc98/conf/GENERIC 64398 2000-08-08 11:57:09Z nyan $
18# $FreeBSD: head/sys/pc98/conf/GENERIC 64777 2000-08-17 12:15:45Z nyan $
19
20machine pc98
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

170device tl # Texas Instruments ThunderLAN
171device vr # VIA Rhine, Rhine II
172device wb # Winbond W89C840F
173device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
174
175# ISA Ethernet NICs.
176
177# DP8390 NIC
19
20machine pc98
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

170device tl # Texas Instruments ThunderLAN
171device vr # VIA Rhine, Rhine II
172device wb # Winbond W89C840F
173device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
174
175# ISA Ethernet NICs.
176
177# DP8390 NIC
178#device ed 1
178device ed
179
180# MB86960A NIC
181options FE_8BIT_SUPPORT # LAC-98 support
182device fe
183
184device ep
185device lnc
186device sn

--- 71 unchanged lines hidden ---
179
180# MB86960A NIC
181options FE_8BIT_SUPPORT # LAC-98 support
182device fe
183
184device ep
185device lnc
186device sn

--- 71 unchanged lines hidden ---