Deleted Added
full compact
GENERIC (45718) GENERIC (45720)
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.160 1999/04/16 16:17:05 n_hibma Exp $
14# $Id: GENERIC,v 1.161 1999/04/16 18:27:18 jkh 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
57controller pnp0 # PnP support for ISA
58controller eisa0
59controller pci0
56controller isa0 at nexus?
57#controller pnp0 # PnP support for ISA
58#controller eisa0
59controller pci0 at nexus?
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

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

103device wt0 at isa? port 0x300 bio irq 5 drq 1
104device mcd0 at isa? port 0x300 bio irq 10
105
106controller matcd0 at isa? port 0x230 bio
107
108device scd0 at isa? port 0x230 bio
109
110# atkbdc0 controlls both the keyboard and the PS/2 mouse
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

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

103device wt0 at isa? port 0x300 bio irq 5 drq 1
104device mcd0 at isa? port 0x300 bio irq 10
105
106controller matcd0 at isa? port 0x230 bio
107
108device scd0 at isa? port 0x230 bio
109
110# atkbdc0 controlls both the keyboard and the PS/2 mouse
111controller atkbdc0 at isa? port IO_KBD tty
112device atkbd0 at isa? tty irq 1
113device psm0 at isa? tty irq 12
111controller atkbdc0 at isa? port IO_KBD
112device atkbd0 at atkbdc? tty irq 1
113device psm0 at atkbdc? tty irq 12
114
115device vga0 at isa? port ? conflicts
116
117# splash screen/screen saver
118pseudo-device splash
119
120# syscons is the default console driver, resembling an SCO console
121device sc0 at isa? tty
122# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
123#device vt0 at isa? tty
124#options XSERVER # support for X server
125#options FAT_CURSOR # start with block cursor
126# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
127#options PCVT_SCANSET=2 # IBM keyboards are non-std
128
114
115device vga0 at isa? port ? conflicts
116
117# splash screen/screen saver
118pseudo-device splash
119
120# syscons is the default console driver, resembling an SCO console
121device sc0 at isa? tty
122# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
123#device vt0 at isa? tty
124#options XSERVER # support for X server
125#options FAT_CURSOR # start with block cursor
126# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
127#options PCVT_SCANSET=2 # IBM keyboards are non-std
128
129device npx0 at isa? port IO_NPX irq 13
129device npx0 at nexus? port IO_NPX irq 13
130
131#
132# Laptop support (see LINT for more options)
133#
130
131#
132# Laptop support (see LINT for more options)
133#
134device apm0 at isa? disable flags 0x31 # Advanced Power Management
134device apm0 at nexus? disable flags 0x31 # Advanced Power Management
135
136# PCCARD (PCMCIA) support
137#controller card0
138#device pcic0 at card?
139#device pcic1 at card?
140
141device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4
142device sio1 at isa? port "IO_COM2" tty irq 3

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

173# revision 1.20 of this file.
174device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000
175device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000
176device ep0 at isa? port 0x300 net irq 10
177device ex0 at isa? port? net irq?
178device fe0 at isa? port 0x300 net irq ?
179device le0 at isa? port 0x300 net irq 5 iomem 0xd0000
180device lnc0 at isa? port 0x280 net irq 10 drq 0
135
136# PCCARD (PCMCIA) support
137#controller card0
138#device pcic0 at card?
139#device pcic1 at card?
140
141device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4
142device sio1 at isa? port "IO_COM2" tty irq 3

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

173# revision 1.20 of this file.
174device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000
175device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000
176device ep0 at isa? port 0x300 net irq 10
177device ex0 at isa? port? net irq?
178device fe0 at isa? port 0x300 net irq ?
179device le0 at isa? port 0x300 net irq 5 iomem 0xd0000
180device lnc0 at isa? port 0x280 net irq 10 drq 0
181device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000
182device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000
181#device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000
182#device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000
183device cs0 at isa? port 0x300 net irq ?
184
185pseudo-device loop
186pseudo-device ether
187pseudo-device sl 1
188pseudo-device ppp 1
189pseudo-device tun 1
190pseudo-device pty 16

--- 35 unchanged lines hidden ---
183device cs0 at isa? port 0x300 net irq ?
184
185pseudo-device loop
186pseudo-device ether
187pseudo-device sl 1
188pseudo-device ppp 1
189pseudo-device tun 1
190pseudo-device pty 16

--- 35 unchanged lines hidden ---