aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-07-16 18:20:17 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-07-16 18:20:17 +0000
commitdde0429505a6f23d770683a2b5b922531212841c (patch)
treed33e0ed5be6b221e629558fb73199f7574410b27 /sys/ia64
parentf42d90716552a7c479bc775eddc64b6fe3f591b8 (diff)
downloadsrc-dde0429505a6f23d770683a2b5b922531212841c.tar.gz
src-dde0429505a6f23d770683a2b5b922531212841c.zip
Various comment and minor style fixes. No actual content changes.
Inspired by: bde
Notes
Notes: svn path=/head/; revision=100189
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/conf/GENERIC21
1 files changed, 9 insertions, 12 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index a9d884102652..4773c53bc5ef 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -12,10 +12,9 @@
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
-# device lines is also present in the ../../i386/conf/NOTES file.
-# If you are in doubt as to the purpose or necessity of a line, check first
-# in NOTES. Please note that this is the i386 NOTES, but it still contains
-# valuable info for ia64 too.
+# 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.
#
# For hardware specific information check HARDWARE.TXT
#
@@ -68,7 +67,7 @@ options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required
device isa
device pci
-# IA64 uses acpica
+# IA64 uses ACPI
device acpica
# Floppy drives
@@ -83,7 +82,6 @@ device atapist # ATAPI tape drives
# SCSI Controllers
device ahc # AHA2940 and onboard AIC7xxx devices
-#device esp # 53C94 & friends, not CAM-ified
device isp # Qlogic family
#device ncr # NCR/Symbios Logic
device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
@@ -102,14 +100,13 @@ device amr # AMI MegaRAID
device mlx # Mylex DAC960 family
# atkbdc0 controls both the keyboard and the PS/2 mouse
-device atkbdc 1
-device atkbd
-device psm
+device atkbdc 1 # AT keyboard controller
+device atkbd # AT keyboard
+device psm # PS/2 mouse
-#device vga
+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