Deleted Added
full compact
GENERIC (42730) GENERIC (42795)
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: GENERIC98,v 1.61 1998/12/30 07:46:23 kato Exp $
14# $Id: GENERIC98,v 1.62 1999/01/16 13:20:42 kato Exp $
15
16# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
17
18machine "pc98"
19cpu "I386_CPU"
20cpu "I486_CPU"
21cpu "I586_CPU"
22cpu "I686_CPU"

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

36options "CD9660" #ISO 9660 Filesystem
37options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed
38options PROCFS #Process filesystem
39options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
40options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
41options EPSON_BOUNCEDMA #use bounce buufer for 15-16M
42#options EPSON_MEMWIN #EPSON memory window support
43options UCONSOLE #Allow users to grab the console
15
16# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
17
18machine "pc98"
19cpu "I386_CPU"
20cpu "I486_CPU"
21cpu "I586_CPU"
22cpu "I686_CPU"

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

36options "CD9660" #ISO 9660 Filesystem
37options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed
38options PROCFS #Process filesystem
39options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
40options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
41options EPSON_BOUNCEDMA #use bounce buufer for 15-16M
42#options EPSON_MEMWIN #EPSON memory window support
43options UCONSOLE #Allow users to grab the console
44options "LINE30"
44#options "LINE30"
45options FAILSAFE #Be conservative
46options USERCONFIG #boot -c editor
47options VISUAL_USERCONFIG #visual boot -c editor
48
49options SYSVSHM
50options SYSVSEM
51options SYSVMSG
52

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

121device sa0
122
123device pass0
124
125device cd0 #Only need one of these, the code dynamically grows
126
127controller matcd0 at isa? port? bio
128
45options FAILSAFE #Be conservative
46options USERCONFIG #boot -c editor
47options VISUAL_USERCONFIG #visual boot -c editor
48
49options SYSVSHM
50options SYSVSEM
51options SYSVMSG
52

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

121device sa0
122
123device pass0
124
125device cd0 #Only need one of these, the code dynamically grows
126
127controller matcd0 at isa? port? bio
128
129device sc0 at isa? port IO_KBD tty irq 1
129# keyboard driver
130device pckbd0 at isa? port IO_KBD tty irq 1
131#options KBD_INSTALL_CDEV
130
132
133device gdc0 at isa?
134
135#pseudo-device splash
136
137device sc0 at isa? tty
138
131device npx0 at isa? port IO_NPX irq 8
132
133#
134# Laptop support (see LINT for more options)
135#
136device apm0 at isa? disable flags 0x31 # Advanced Power Management
137
138# PCCARD (PCMCIA) support

--- 109 unchanged lines hidden ---
139device npx0 at isa? port IO_NPX irq 8
140
141#
142# Laptop support (see LINT for more options)
143#
144device apm0 at isa? disable flags 0x31 # Advanced Power Management
145
146# PCCARD (PCMCIA) support

--- 109 unchanged lines hidden ---