Deleted Added
full compact
GENERIC (181905) GENERIC (182160)
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/doc/en_US.ISO8859-1/books/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 ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
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/doc/en_US.ISO8859-1/books/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 ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD: head/sys/pc98/conf/GENERIC 181905 2008-08-20 08:31:58Z ed $
19# $FreeBSD: head/sys/pc98/conf/GENERIC 182160 2008-08-25 14:52:50Z nyan $
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26# To statically compile in device wiring instead of /boot/device.hints
27#hints "GENERIC.hints" # Default places to look for devices.

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

147
148# PCCARD (PCMCIA) support
149# PCMCIA and cardbus bridge support
150device cbb # cardbus (yenta) bridge
151device pccard # PC Card (16-bit) bus
152device cardbus # CardBus (32-bit) bus
153
154# Serial (COM) ports
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26# To statically compile in device wiring instead of /boot/device.hints
27#hints "GENERIC.hints" # Default places to look for devices.

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

147
148# PCCARD (PCMCIA) support
149# PCMCIA and cardbus bridge support
150device cbb # cardbus (yenta) bridge
151device pccard # PC Card (16-bit) bus
152device cardbus # CardBus (32-bit) bus
153
154# Serial (COM) ports
155options COM_MULTIPORT
155#options COM_MULTIPORT
156#options COM_ESP # ESP98
157#device sio # 8250, 16[45]50, 8251 based serial ports
156#options COM_ESP # ESP98
157#device sio # 8250, 16[45]50, 8251 based serial ports
158device uart # Generic UART driver
158
159device mse
160#device joy
161
162# NEW Parallel port
163device ppc
164device ppbus # Parallel port bus (required)
165device lpt # Printer

--- 120 unchanged lines hidden ---
159
160device mse
161#device joy
162
163# NEW Parallel port
164device ppc
165device ppbus # Parallel port bus (required)
166device lpt # Printer

--- 120 unchanged lines hidden ---