Some style cleanups.
Submitted by: bde
This commit is contained in:
parent
fa22ce7fc2
commit
9a383cd0cc
@ -1,13 +1,8 @@
|
||||
#
|
||||
# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
|
||||
# $FreeBSD$
|
||||
#
|
||||
# This file contains machine dependent kernel configuration notes. For
|
||||
# machine independent notes, look in /sys/conf/NOTES.
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
#
|
||||
# This directive is mandatory. It defines the architecture to be
|
||||
# configured for. In this case, this kernel is for a machine using
|
||||
# Alpha processors.
|
||||
@ -42,20 +37,14 @@ options DEC_ST550 # Personal Workstation 433, 500, 600
|
||||
options DEC_ST6600 # XP1000, DP264, DS20, DS10, family
|
||||
options DEC_1000A # AlphaServer 1000, 1000A, 800
|
||||
options DEC_KN8AE # AlphaServer 8200/8400 (Turbolaser)
|
||||
options DEC_KN300 # AlphaServer 4100 (Rawhide), 1200 (Tincup)
|
||||
options DEC_KN300 # AlphaServer 4100 (Rawhide),
|
||||
# AlphaServer 1200 (Tincup)
|
||||
|
||||
|
||||
#####################################################################
|
||||
# HARDWARE BUS CONFIGURATION
|
||||
|
||||
#
|
||||
# ISA bus
|
||||
#
|
||||
device isa
|
||||
|
||||
#
|
||||
# PCI bus
|
||||
#
|
||||
device pci
|
||||
|
||||
|
||||
@ -66,21 +55,18 @@ device pci
|
||||
# Mandatory devices:
|
||||
#
|
||||
|
||||
# MC146818 real time clock device
|
||||
device mcclock
|
||||
device mcclock # MC146818 real time clock device
|
||||
|
||||
#
|
||||
# Optional devices:
|
||||
#
|
||||
|
||||
# Video card driver for TGA adapters.
|
||||
device tga # TGA screen
|
||||
device tga # TGA video card driver
|
||||
|
||||
|
||||
#####################################################################
|
||||
# SIMULATOR OPTIONS
|
||||
|
||||
# Include support for running under the SIMOS simulator.
|
||||
options SIMOS
|
||||
|
||||
device simos
|
||||
options SIMOS
|
||||
|
Loading…
Reference in New Issue
Block a user