Some style cleanups.

Submitted by:	bde
This commit is contained in:
John Baldwin 2002-07-16 15:40:19 +00:00
parent 14d199ad29
commit 6babe9434a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100176

View file

@ -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