summaryrefslogtreecommitdiffstats
path: root/sys/isa/sioreg.h
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-06-04 16:25:15 +0000
committerpst <pst@FreeBSD.org>1997-06-04 16:25:15 +0000
commitd3c9fa6b5e6347bf54f48619c40d870566ef7691 (patch)
tree4de1a8df2700e2027c234b6b26676072e7aea59e /sys/isa/sioreg.h
parent013b17e93c835c88011f39a63e378f3926f6f465 (diff)
downloadFreeBSD-src-d3c9fa6b5e6347bf54f48619c40d870566ef7691.zip
FreeBSD-src-d3c9fa6b5e6347bf54f48619c40d870566ef7691.tar.gz
Bring back CONSPEED as a last-ditch default if you can't change the speed
any other way. Requested by: dfr
Diffstat (limited to 'sys/isa/sioreg.h')
-rw-r--r--sys/isa/sioreg.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/isa/sioreg.h b/sys/isa/sioreg.h
index 97a737a..4a0c4cf 100644
--- a/sys/isa/sioreg.h
+++ b/sys/isa/sioreg.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)comreg.h 7.2 (Berkeley) 5/9/91
- * $Id: sioreg.h,v 1.8 1997/04/05 13:15:50 bde Exp $
+ * $Id: sioreg.h,v 1.9 1997/06/04 04:52:40 pst Exp $
*/
@@ -107,4 +107,9 @@
#define MSR_DCTS 0x01
/* speed to initialize to during chip tests */
-#define SIO_TEST_SPEED 9600
+#define SIO_TEST_SPEED 9600
+
+/* default serial console speed if not set with sysctl or probed from boot */
+#ifndef CONSPEED
+#define CONSPEED 9600
+#endif
OpenPOWER on IntegriCloud