Deleted Added
full compact
GENERIC (59008) GENERIC (59058)
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 59008 2000-04-04 13:14:43Z hm $
18# $FreeBSD: head/sys/amd64/conf/GENERIC 59058 2000-04-06 02:48:48Z imp $
19
20machine i386
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

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
19
20machine i386
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

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
193# The probe order of these is presently determined by i386/isa/isa_compat.c.
194device ie0 at isa? port 0x300 irq 10 iomem 0xd0000
195device fe0 at isa? port 0x300
196device le0 at isa? port 0x300 irq 5 iomem 0xd0000
197device lnc0 at isa? port 0x280 irq 10 drq 0
198device cs0 at isa? port 0x300
199device sn0 at isa? port 0x300 irq 10
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
200device cs0 at isa? port 0x300
201device sn0 at isa? port 0x300 irq 10
200# requires PCCARD (PCMCIA) support to be activated
201#device xe0 at isa?
202# Disabled because it is currently broken.
203#device xe
202
203# Pseudo devices - the number indicates how many units to allocated.
204pseudo-device loop # Network loopback
205pseudo-device ether # Ethernet support
206pseudo-device sl 1 # Kernel SLIP
207pseudo-device ppp 1 # Kernel PPP
208pseudo-device tun # Packet tunnel.
209pseudo-device pty # Pseudo-ttys (telnet etc)

--- 23 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)

--- 23 unchanged lines hidden ---