Deleted Added
full compact
GENERIC (59877) GENERIC (59911)
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 ./LINT configuration file. If you are
16# in doubt as to the purpose or necessity of a line, check first in LINT.
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 ./LINT configuration file. If you are
16# in doubt as to the purpose or necessity of a line, check first in LINT.
17#
18# $FreeBSD: head/sys/amd64/conf/GENERIC 59877 2000-05-01 22:48:23Z n_hibma $
18# $FreeBSD: head/sys/amd64/conf/GENERIC 59911 2000-05-03 00:49:57Z imp $
19
20machine i386
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

175device vr # VIA Rhine, Rhine II
176device wb # Winbond W89C840F
177device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
178
179# ISA Ethernet NICs.
180device ed0 at isa? port 0x280 irq 10 iomem 0xd8000
181device ex
182device ep
19
20machine i386
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

175device vr # VIA Rhine, Rhine II
176device wb # Winbond W89C840F
177device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
178
179# ISA Ethernet NICs.
180device ed0 at isa? port 0x280 irq 10 iomem 0xd8000
181device ex
182device ep
183device cs0 at isa? port 0x300
184device sn0 at isa? port 0x300 irq 10
183# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
184# exists only as a PCMCIA device, so there is no ISA attatement needed
185# and resources will always be dynamically assigned by the pccard code.
186device wi
187# Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will
188# work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP
189# mode (the factory default). If you set the switches on your ISA
190# card for a manually chosen I/O address and IRQ, you must specify
191# those paremeters here.
192device an
193# BayStack 660 and others
194device awi
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
192# card for a manually chosen I/O address and IRQ, you must specify
193# those paremeters here.
194device an
195# BayStack 660 and others
196device awi
197# Xircom pccard ethernet
198device xe
195# The probe order of these is presently determined by i386/isa/isa_compat.c.
196device ie0 at isa? port 0x300 irq 10 iomem 0xd0000
197device fe0 at isa? port 0x300
198device le0 at isa? port 0x300 irq 5 iomem 0xd0000
199device lnc0 at isa? port 0x280 irq 10 drq 0
199# The probe order of these is presently determined by i386/isa/isa_compat.c.
200device ie0 at isa? port 0x300 irq 10 iomem 0xd0000
201device fe0 at isa? port 0x300
202device le0 at isa? port 0x300 irq 5 iomem 0xd0000
203device lnc0 at isa? port 0x280 irq 10 drq 0
200device cs0 at isa? port 0x300
201device sn0 at isa? port 0x300 irq 10
202# Disabled because it is currently broken.
203#device xe
204
205# Pseudo devices - the number indicates how many units to allocated.
206pseudo-device loop # Network loopback
207pseudo-device ether # Ethernet support
208pseudo-device sl 1 # Kernel SLIP
209pseudo-device ppp 1 # Kernel PPP
210pseudo-device tun # Packet tunnel.
211pseudo-device pty # Pseudo-ttys (telnet etc)

--- 24 unchanged lines hidden ---
204
205# Pseudo devices - the number indicates how many units to allocated.
206pseudo-device loop # Network loopback
207pseudo-device ether # Ethernet support
208pseudo-device sl 1 # Kernel SLIP
209pseudo-device ppp 1 # Kernel PPP
210pseudo-device tun # Packet tunnel.
211pseudo-device pty # Pseudo-ttys (telnet etc)

--- 24 unchanged lines hidden ---