Make CONADDR and CONUNIT overrideable
authorniklas <niklas@openbsd.org>
Mon, 25 Nov 1996 23:09:35 +0000 (23:09 +0000)
committerniklas <niklas@openbsd.org>
Mon, 25 Nov 1996 23:09:35 +0000 (23:09 +0000)
sys/dev/ic/comreg.h
sys/dev/isa/comreg.h

index 1769ac9..37e07ef 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: comreg.h,v 1.4 1996/03/08 16:42:52 niklas Exp $       */
+/*     $OpenBSD: comreg.h,v 1.5 1996/11/25 23:09:35 niklas Exp $       */
 /*     $NetBSD: comreg.h,v 1.8 1996/02/05 23:01:50 scottr Exp $        */
 
 /*-
  * WARNING: Serial console is assumed to be at COM1 address
  * and CONUNIT must be 0.
  */
+#ifndef CONADDR
 #define        CONADDR (0x3f8)
+#endif
+#ifndef CONUNIT
 #define        CONUNIT (0)
+#endif
index 1769ac9..37e07ef 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: comreg.h,v 1.4 1996/03/08 16:42:52 niklas Exp $       */
+/*     $OpenBSD: comreg.h,v 1.5 1996/11/25 23:09:35 niklas Exp $       */
 /*     $NetBSD: comreg.h,v 1.8 1996/02/05 23:01:50 scottr Exp $        */
 
 /*-
  * WARNING: Serial console is assumed to be at COM1 address
  * and CONUNIT must be 0.
  */
+#ifndef CONADDR
 #define        CONADDR (0x3f8)
+#endif
+#ifndef CONUNIT
 #define        CONUNIT (0)
+#endif