Some style cleanups.

Submitted by:	bde
This commit is contained in:
jhb 2002-07-16 15:40:19 +00:00
parent fa22ce7fc2
commit 9a383cd0cc

View File

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