summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/conf/NOTES8
-rw-r--r--sys/i386/conf/NOTES5
2 files changed, 4 insertions, 9 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index ef96a89..131dab4 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -166,12 +166,6 @@ device agp
#####################################################################
# HARDWARE DEVICE CONFIGURATION
-# To include support for VGA VESA video modes
-options VESA
-
-# Turn on extra debugging checks and output for VESA support.
-options VESA_DEBUG
-
#
# Optional devices:
#
@@ -502,7 +496,7 @@ options KSTACK_PAGES=3
options FB_INSTALL_CDEV # install a CDEV entry in /dev
-options ENABLE_ALART
+options ENABLE_ALART # Control alarm on Intel intpm driver
options KBDIO_DEBUG=2
options KBD_MAXRETRY=4
options KBD_MAXWAIT=6
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 7336999..8720217 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -509,6 +509,7 @@ hint.mse.0.irq="5"
# DE101, DE200, DE201, DE202, DE203, DE204, DE205, DE422)
# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and
# Am79C960)
+# nv: nVidia nForce MCP on-board Networking.
# oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133.
# Olicom PCI token-ring adapters OC-3136, OC-3137, OC-3139, OC-3140,
# OC-3141, OC-3540 and OC-3250.
@@ -560,7 +561,7 @@ hint.lnc.0.at="isa"
hint.lnc.0.port="0x280"
hint.lnc.0.irq="10"
hint.lnc.0.drq="0"
-#device nv
+device nv
device rdp 1
hint.rdp.0.at="isa"
hint.rdp.0.port="0x378"
@@ -1100,7 +1101,7 @@ options FB_INSTALL_CDEV # install a CDEV entry in /dev
options PECOFF_SUPPORT
options PECOFF_DEBUG
-options ENABLE_ALART
+options ENABLE_ALART # Control alarm on Intel intpm driver
options I4B_SMP_WORKAROUND
options I586_PMC_GUPROF=0x70000
options KBDIO_DEBUG=2
OpenPOWER on IntegriCloud