Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Document the CONUNIT and CONSPEED confi...
details: https://anonhg.NetBSD.org/src/rev/b990909bd1bc
branches: trunk
changeset: 520844:b990909bd1bc
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Jan 18 19:47:38 2002 +0000
description:
Document the CONUNIT and CONSPEED config options.
diffstat:
sys/arch/evbarm/conf/IQ80310 | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 78fa8d9391db -r b990909bd1bc sys/arch/evbarm/conf/IQ80310
--- a/sys/arch/evbarm/conf/IQ80310 Fri Jan 18 19:47:05 2002 +0000
+++ b/sys/arch/evbarm/conf/IQ80310 Fri Jan 18 19:47:38 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: IQ80310,v 1.7 2002/01/16 23:49:41 thorpej Exp $
+# $NetBSD: IQ80310,v 1.8 2002/01/18 19:47:38 thorpej Exp $
#
# IQ80310 -- Intel IQ80310 Evaluation Board Kernel
#
@@ -102,6 +102,11 @@
#options MINIROOTSIZE=3400 # Size in blocks
#options MEMORY_DISK_IS_ROOT # use memory disk as root
+# Console options. The default console is on connector J9 ("com0") at
+# 115200 baud.
+#options CONSPEED=9600 # Console speed
+#options CONUNIT=1 # Console unit (0=J9, 1=J10)
+
# Miscellaneous kernel options
options KTRACE # system call tracing, a la ktrace(1)
options IRQSTATS # manage IRQ statistics
Home |
Main Index |
Thread Index |
Old Index