Deleted Added
full compact
GENERIC (40425) GENERIC (40516)
1#
2# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
3#
4# For more information read the handbook part System Administration ->
5# Configuring the FreeBSD Kernel -> The Configuration File.
6# The handbook is available in /usr/share/doc/handbook or online as
7# latest version from the FreeBSD World Wide Web server
8# <URL:http://www.FreeBSD.ORG/>
9#
10# An exhaustive list of options and more detailed explanations of the
11# device lines is present in the ./LINT configuration file. If you are
12# in doubt as to the purpose or necessity of a line, check first in LINT.
13#
1#
2# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
3#
4# For more information read the handbook part System Administration ->
5# Configuring the FreeBSD Kernel -> The Configuration File.
6# The handbook is available in /usr/share/doc/handbook or online as
7# latest version from the FreeBSD World Wide Web server
8# <URL:http://www.FreeBSD.ORG/>
9#
10# An exhaustive list of options and more detailed explanations of the
11# device lines is present in the ./LINT configuration file. If you are
12# in doubt as to the purpose or necessity of a line, check first in LINT.
13#
14# $Id: GENERIC,v 1.124 1998/10/10 08:13:58 jkh Exp $
14# $Id: GENERIC,v 1.125 1998/10/16 01:30:11 obrien Exp $
15
16machine "i386"
17cpu "I386_CPU"
18cpu "I486_CPU"
19cpu "I586_CPU"
20cpu "I686_CPU"
21ident GENERIC
22maxusers 32

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

139device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr
140
141# Order is important here due to intrusive probes, do *not* alphabetize
142# this list of network interfaces until the probes have been fixed.
143# Right now it appears that the ie0 must be probed before ep0. See
144# revision 1.20 of this file.
145device de0
146device fxp0
15
16machine "i386"
17cpu "I386_CPU"
18cpu "I486_CPU"
19cpu "I586_CPU"
20cpu "I686_CPU"
21ident GENERIC
22maxusers 32

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

139device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr
140
141# Order is important here due to intrusive probes, do *not* alphabetize
142# this list of network interfaces until the probes have been fixed.
143# Right now it appears that the ie0 must be probed before ep0. See
144# revision 1.20 of this file.
145device de0
146device fxp0
147device rl0
147device tl0
148device tx0
149device vx0
150device xl0
151
152device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 vector edintr
153device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector ieintr
154device ep0 at isa? port 0x300 net irq 10 vector epintr

--- 30 unchanged lines hidden ---
148device tl0
149device tx0
150device vx0
151device xl0
152
153device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 vector edintr
154device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector ieintr
155device ep0 at isa? port 0x300 net irq 10 vector epintr

--- 30 unchanged lines hidden ---