summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio/sioreg.h
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-11-02 02:26:06 +0000
committerpst <pst@FreeBSD.org>1996-11-02 02:26:06 +0000
commit2ccb731676c10d2eff50861371a9cb4cdb505e81 (patch)
tree09781ce406cbb64cb20092f64885053caf518105 /sys/dev/sio/sioreg.h
parentcd1e1d8f0437fd59cead5b33f09c561e439f17cf (diff)
downloadFreeBSD-src-2ccb731676c10d2eff50861371a9cb4cdb505e81.zip
FreeBSD-src-2ccb731676c10d2eff50861371a9cb4cdb505e81.tar.gz
add in CONSPEED option which controls console serial port speed
Diffstat (limited to 'sys/dev/sio/sioreg.h')
-rw-r--r--sys/dev/sio/sioreg.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/sio/sioreg.h b/sys/dev/sio/sioreg.h
index bc77dd6..486ac54 100644
--- a/sys/dev/sio/sioreg.h
+++ b/sys/dev/sio/sioreg.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)comreg.h 7.2 (Berkeley) 5/9/91
- * $Id: sioreg.h,v 1.3 1995/01/20 07:34:18 wpaul Exp $
+ * $Id: sioreg.h,v 1.4 1995/12/10 13:39:15 phk Exp $
*/
@@ -119,3 +119,7 @@
#ifndef CONUNIT
#define CONUNIT (0)
#endif
+
+#ifndef CONSPEED
+#define CONSPEED (9600)
+#endif
OpenPOWER on IntegriCloud