summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-04-05 13:15:50 +0000
committerBruce Evans <bde@FreeBSD.org>1997-04-05 13:15:50 +0000
commit24bb2ffb15dd933b5684f16027b5d04fe37ec118 (patch)
tree160e0c6864fc5205998fd22a125f14e2ee6c8c35
parentde09b61a0c33202070454dd615abf41c3ea3a9af (diff)
Notes
-rw-r--r--sys/dev/sio/sioreg.h16
-rw-r--r--sys/i386/isa/sioreg.h16
-rw-r--r--sys/isa/sioreg.h16
3 files changed, 3 insertions, 45 deletions
diff --git a/sys/dev/sio/sioreg.h b/sys/dev/sio/sioreg.h
index 4c369074c81b..dbb6999196cd 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$
+ * $Id: sioreg.h,v 1.7 1997/02/22 09:37:10 peter Exp $
*/
@@ -106,20 +106,6 @@
#define MSR_DDSR 0x02
#define MSR_DCTS 0x01
-/*
- * WARNING: Serial console is assumed to be at COM1 address
- * and CONUNIT must be 0.
- *
- * Well, maybe not...
- */
-#ifndef CONADDR
-#define CONADDR (0x3F8)
-#endif
-
-#ifndef CONUNIT
-#define CONUNIT (0)
-#endif
-
#ifndef CONSPEED
#define CONSPEED (9600)
#endif
diff --git a/sys/i386/isa/sioreg.h b/sys/i386/isa/sioreg.h
index 4c369074c81b..dbb6999196cd 100644
--- a/sys/i386/isa/sioreg.h
+++ b/sys/i386/isa/sioreg.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)comreg.h 7.2 (Berkeley) 5/9/91
- * $Id$
+ * $Id: sioreg.h,v 1.7 1997/02/22 09:37:10 peter Exp $
*/
@@ -106,20 +106,6 @@
#define MSR_DDSR 0x02
#define MSR_DCTS 0x01
-/*
- * WARNING: Serial console is assumed to be at COM1 address
- * and CONUNIT must be 0.
- *
- * Well, maybe not...
- */
-#ifndef CONADDR
-#define CONADDR (0x3F8)
-#endif
-
-#ifndef CONUNIT
-#define CONUNIT (0)
-#endif
-
#ifndef CONSPEED
#define CONSPEED (9600)
#endif
diff --git a/sys/isa/sioreg.h b/sys/isa/sioreg.h
index 4c369074c81b..dbb6999196cd 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$
+ * $Id: sioreg.h,v 1.7 1997/02/22 09:37:10 peter Exp $
*/
@@ -106,20 +106,6 @@
#define MSR_DDSR 0x02
#define MSR_DCTS 0x01
-/*
- * WARNING: Serial console is assumed to be at COM1 address
- * and CONUNIT must be 0.
- *
- * Well, maybe not...
- */
-#ifndef CONADDR
-#define CONADDR (0x3F8)
-#endif
-
-#ifndef CONUNIT
-#define CONUNIT (0)
-#endif
-
#ifndef CONSPEED
#define CONSPEED (9600)
#endif