Deleted Added
full compact
GENERIC (54391) GENERIC (54773)
1#
2# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
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 machine with WD/AHx/NCR/BTx family disks
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/i386/conf/GENERIC 54391 1999-12-10 10:45:11Z phk $
18# $FreeBSD: head/sys/i386/conf/GENERIC 54773 1999-12-18 06:11:22Z imp $
19
20machine i386
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

182device ex0 at isa? port? irq?
183device ep0
184# The probe order of these is presently determined by i386/isa/isa_compat.c.
185device ie0 at isa? port 0x300 irq 10 iomem 0xd0000
186device fe0 at isa? port 0x300 irq ?
187device le0 at isa? port 0x300 irq 5 iomem 0xd0000
188device lnc0 at isa? port 0x280 irq 10 drq 0
189device cs0 at isa? port 0x300 irq ?
19
20machine i386
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

182device ex0 at isa? port? irq?
183device ep0
184# The probe order of these is presently determined by i386/isa/isa_compat.c.
185device ie0 at isa? port 0x300 irq 10 iomem 0xd0000
186device fe0 at isa? port 0x300 irq ?
187device le0 at isa? port 0x300 irq 5 iomem 0xd0000
188device lnc0 at isa? port 0x280 irq 10 drq 0
189device cs0 at isa? port 0x300 irq ?
190device sn0 at ias? port 0x300 irq 10
190# requires PCCARD (PCMCIA) support to be activated
191#device xe0 at isa? port? irq ?
192
193# Pseudo devices - the number indicates how many units to allocated.
194pseudo-device loop # Network loopback
195pseudo-device ether # Ethernet support
196pseudo-device sl 1 # Kernel SLIP
197pseudo-device ppp 1 # Kernel PPP

--- 18 unchanged lines hidden ---
191# requires PCCARD (PCMCIA) support to be activated
192#device xe0 at isa? port? irq ?
193
194# Pseudo devices - the number indicates how many units to allocated.
195pseudo-device loop # Network loopback
196pseudo-device ether # Ethernet support
197pseudo-device sl 1 # Kernel SLIP
198pseudo-device ppp 1 # Kernel PPP

--- 18 unchanged lines hidden ---