Deleted Added
full compact
GENERIC (66293) GENERIC (66550)
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 66293 2000-09-23 06:38:04Z kato $
18# $FreeBSD: head/sys/pc98/conf/GENERIC 66550 2000-10-02 14:27:20Z nyan $
19
20machine pc98
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

176
177# MB86960A NIC
178options FE_8BIT_SUPPORT # LAC-98 support
179device fe
180
181device ep
182device lnc
183device sn
19
20machine pc98
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

176
177# MB86960A NIC
178options FE_8BIT_SUPPORT # LAC-98 support
179device fe
180
181device ep
182device lnc
183device sn
184device snc
184
185# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
186# exists only as a PCMCIA device, so there is no ISA attatement needed
187# and resources will always be dynamically assigned by the pccard code.
188device wi
189# Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will
190# work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP
191# mode (the factory default). If you set the switches on your ISA

--- 64 unchanged lines hidden ---
185
186# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
187# exists only as a PCMCIA device, so there is no ISA attatement needed
188# and resources will always be dynamically assigned by the pccard code.
189device wi
190# Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will
191# work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP
192# mode (the factory default). If you set the switches on your ISA

--- 64 unchanged lines hidden ---