Deleted Added
full compact
GENERIC (205116) GENERIC (206451)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on 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/sparc64
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on 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/sparc64/conf/GENERIC 205116 2010-03-13 09:21:00Z ed $
19# $FreeBSD: head/sys/sparc64/conf/GENERIC 206451 2010-04-10 11:52:12Z marius $
20
21cpu SUN4U
22ident GENERIC
23
24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
25
26# Platforms supported
27# At this time all platforms are supported, as-is.

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

138
139# Builtin hardware
140device auxio # auxiliary I/O device
141device eeprom # eeprom (really a front-end for the MK48Txx)
142device mk48txx # Mostek MK48Txx clocks
143device rtc # rtc (really a front-end for the MC146818)
144device mc146818 # Motorola MC146818 and compatible clocks
145device epic # Sun Fire V215/V245 LEDs
20
21cpu SUN4U
22ident GENERIC
23
24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
25
26# Platforms supported
27# At this time all platforms are supported, as-is.

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

138
139# Builtin hardware
140device auxio # auxiliary I/O device
141device eeprom # eeprom (really a front-end for the MK48Txx)
142device mk48txx # Mostek MK48Txx clocks
143device rtc # rtc (really a front-end for the MC146818)
144device mc146818 # Motorola MC146818 and compatible clocks
145device epic # Sun Fire V215/V245 LEDs
146device sbbc # Sun BootBus controller (time-of-day clock for
147 # Serengeti and StarCat, console for Serengeti,
148 # requires device uart)
146
147# Serial (COM) ports
148device puc # Multi-channel uarts
149device scc # Serial communications controllers.
150device uart # Multi-uart driver
151
152# Parallel port
153#device ppc

--- 113 unchanged lines hidden ---
149
150# Serial (COM) ports
151device puc # Multi-channel uarts
152device scc # Serial communications controllers.
153device uart # Multi-uart driver
154
155# Parallel port
156#device ppc

--- 113 unchanged lines hidden ---