GENERIC (31188d61c109cb73973ebf6a12ceb4cf950e3124) GENERIC (2ad872c5794e4c26fdf6ed219ad3f09ca0d5304a)
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.141 1999/01/01 08:09:57 peter Exp $
14# $Id: GENERIC,v 1.142 1999/01/09 18:12:07 wpaul Exp $
15
16machine "i386"
17cpu "I386_CPU"
18cpu "I486_CPU"
19cpu "I586_CPU"
20cpu "I686_CPU"
21ident GENERIC
22maxusers 32

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

103
104device wt0 at isa? port 0x300 bio irq 5 drq 1
105device mcd0 at isa? port 0x300 bio irq 10
106
107controller matcd0 at isa? port 0x230 bio
108
109device scd0 at isa? port 0x230 bio
110
15
16machine "i386"
17cpu "I386_CPU"
18cpu "I486_CPU"
19cpu "I586_CPU"
20cpu "I686_CPU"
21ident GENERIC
22maxusers 32

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

103
104device wt0 at isa? port 0x300 bio irq 5 drq 1
105device mcd0 at isa? port 0x300 bio irq 10
106
107controller matcd0 at isa? port 0x230 bio
108
109device scd0 at isa? port 0x230 bio
110
111# atkbdc0 controlls both the keyboard and the PS/2 mouse
112controller atkbdc0 at isa? port IO_KBD tty
113device atkbd0 at isa? tty irq 1
114device psm0 at isa? tty irq 12
115
116device vga0 at isa? port ? conflicts
117
118# splash screen/screen saver
119pseudo-device splash
120
111# syscons is the default console driver, resembling an SCO console
121# syscons is the default console driver, resembling an SCO console
112device sc0 at isa? port IO_KBD conflicts tty irq 1
122device sc0 at isa? tty
113# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
123# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
114#device vt0 at isa? port IO_KBD conflicts tty irq 1
124#device vt0 at isa? tty
115#options XSERVER # support for X server
116#options FAT_CURSOR # start with block cursor
117# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
118#options PCVT_SCANSET=2 # IBM keyboards are non-std
119
120device npx0 at isa? port IO_NPX irq 13
121
122#

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

131
132device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4
133device sio1 at isa? port "IO_COM2" tty irq 3
134device sio2 at isa? disable port "IO_COM3" tty irq 5
135device sio3 at isa? disable port "IO_COM4" tty irq 9
136
137device lpt0 at isa? port? tty irq 7
138
125#options XSERVER # support for X server
126#options FAT_CURSOR # start with block cursor
127# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
128#options PCVT_SCANSET=2 # IBM keyboards are non-std
129
130device npx0 at isa? port IO_NPX irq 13
131
132#

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

141
142device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4
143device sio1 at isa? port "IO_COM2" tty irq 3
144device sio2 at isa? disable port "IO_COM3" tty irq 5
145device sio3 at isa? disable port "IO_COM4" tty irq 9
146
147device lpt0 at isa? port? tty irq 7
148
139device psm0 at isa? port IO_KBD conflicts tty irq 12
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 ax0
146device de0
147device fxp0
148device mx0

--- 65 unchanged lines hidden ---
149# Order is important here due to intrusive probes, do *not* alphabetize
150# this list of network interfaces until the probes have been fixed.
151# Right now it appears that the ie0 must be probed before ep0. See
152# revision 1.20 of this file.
153device ax0
154device de0
155device fxp0
156device mx0

--- 65 unchanged lines hidden ---