summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-07-16 18:20:17 +0000
committerjhb <jhb@FreeBSD.org>2002-07-16 18:20:17 +0000
commit0dbee33a270f3f873ba656d3ddf54d56aa494436 (patch)
treed33e0ed5be6b221e629558fb73199f7574410b27 /sys/amd64/conf
parent339b19ff8769382b851d5afdf459444e98c38aa9 (diff)
downloadFreeBSD-src-0dbee33a270f3f873ba656d3ddf54d56aa494436.zip
FreeBSD-src-0dbee33a270f3f873ba656d3ddf54d56aa494436.tar.gz
Various comment and minor style fixes. No actual content changes.
Inspired by: bde
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 31f23d5f..b7ba780 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -12,8 +12,9 @@
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
-# device lines is also present in the NOTES configuration file. If you are
-# in doubt as to the purpose or necessity of a line, check first in NOTES.
+# device lines is also present in the ../../conf/NOTES and NOTES files.
+# If you are in doubt as to the purpose or necessity of a line, check first
+# in NOTES.
#
# $FreeBSD$
@@ -124,14 +125,13 @@ device mlx # Mylex DAC960 family
device twe # 3ware ATA RAID
# atkbdc0 controls both the keyboard and the PS/2 mouse
-device atkbdc 1 # At keyboard controller
-device atkbd # at keyboard
-device psm # psm mouse
+device atkbdc 1 # AT keyboard controller
+device atkbd # AT keyboard
+device psm # PS/2 mouse
-device vga # VGA screen
+device vga # VGA video card driver
-# splash screen/screen saver
-device splash
+device splash # Splash screen and screen saver support
# syscons is the default console driver, resembling an SCO console
device sc 1
OpenPOWER on IntegriCloud