Deleted Added
full compact
GENERIC (85255) GENERIC (85413)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/pc98
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the NOTES configuration file. If you are
16# in doubt as to the purpose or necessity of a line, check first in NOTES.
17#
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/pc98
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the NOTES configuration file. If you are
16# in doubt as to the purpose or necessity of a line, check first in NOTES.
17#
18# $FreeBSD: head/sys/pc98/conf/GENERIC 85255 2001-10-20 18:50:31Z mjacob $
18# $FreeBSD: head/sys/pc98/conf/GENERIC 85413 2001-10-24 14:46:40Z nyan $
19
20machine pc98
21#cpu I386_CPU #Do not enable with other cpu types
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

121# syscons is the default console driver, resembling an SCO console
122device sc 1
123
124# Floating point support - do not disable.
125device npx
126
127# Power management support (see NOTES for more options)
128#device apm
19
20machine pc98
21#cpu I386_CPU #Do not enable with other cpu types
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

121# syscons is the default console driver, resembling an SCO console
122device sc 1
123
124# Floating point support - do not disable.
125device npx
126
127# Power management support (see NOTES for more options)
128#device apm
129#device pmc
129# Add suspend/resume support for the i8254.
130#device pmtimer
131
132# Audio support
133#device pcm # Windows Sound System
134#device sbc # Sound Blaster 16
135
136# PCCARD (PCMCIA) support

--- 94 unchanged lines hidden ---
130# Add suspend/resume support for the i8254.
131#device pmtimer
132
133# Audio support
134#device pcm # Windows Sound System
135#device sbc # Sound Blaster 16
136
137# PCCARD (PCMCIA) support

--- 94 unchanged lines hidden ---