GENERIC (23f7bd1706b29932e4a1b055871d3f3009c91666) GENERIC (f71c851c25d3f621af7ff6760b51edcd6e6f4bc8)
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.162 1999/04/16 21:22:07 peter Exp $
14# $Id: GENERIC,v 1.163 1999/04/19 10:18:34 brian Exp $
15
16machine "i386"
17cpu "I386_CPU"
18cpu "I486_CPU"
19cpu "I586_CPU"
20cpu "I686_CPU"
21ident GENERIC
22maxusers 32

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

48#options SMP # Symmetric MultiProcessor Kernel
49#options APIC_IO # Symmetric (APIC) I/O
50# Optionally these may need tweaked, (defaults shown):
51#options NCPU=2 # number of CPUs
52#options NBUS=4 # number of busses
53#options NAPIC=1 # number of IO APICs
54#options NINTR=24 # number of INTs
55
15
16machine "i386"
17cpu "I386_CPU"
18cpu "I486_CPU"
19cpu "I586_CPU"
20cpu "I686_CPU"
21ident GENERIC
22maxusers 32

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

48#options SMP # Symmetric MultiProcessor Kernel
49#options APIC_IO # Symmetric (APIC) I/O
50# Optionally these may need tweaked, (defaults shown):
51#options NCPU=2 # number of CPUs
52#options NBUS=4 # number of busses
53#options NAPIC=1 # number of IO APICs
54#options NINTR=24 # number of INTs
55
56controller isa0 at nexus?
57#controller pnp0 # PnP support for ISA
58#controller eisa0
59controller pci0 at nexus?
56controller isa0
57controller pnp0 # PnP support for ISA
58controller eisa0
59controller pci0
60
61controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2
62disk fd0 at fdc0 drive 0
63disk fd1 at fdc0 drive 1
64
65controller wdc0 at isa? port "IO_WD1" bio irq 14
66disk wd0 at wdc0 drive 0
67disk wd1 at wdc0 drive 1

--- 158 unchanged lines hidden ---
60
61controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2
62disk fd0 at fdc0 drive 0
63disk fd1 at fdc0 drive 1
64
65controller wdc0 at isa? port "IO_WD1" bio irq 14
66disk wd0 at wdc0 drive 0
67disk wd1 at wdc0 drive 1

--- 158 unchanged lines hidden ---