unify cnspeed()
authorjasper <jasper@openbsd.org>
Sat, 12 Jul 2014 23:34:54 +0000 (23:34 +0000)
committerjasper <jasper@openbsd.org>
Sat, 12 Jul 2014 23:34:54 +0000 (23:34 +0000)
sys/arch/hppa/stand/libsa/Makefile
sys/arch/hppa/stand/libsa/itecons.c
sys/arch/hppa64/stand/libsa/Makefile
sys/arch/hppa64/stand/libsa/itecons.c
sys/arch/loongson/stand/boot/Makefile.inc
sys/arch/loongson/stand/boot/machdep.c
sys/arch/octeon/stand/boot/machdep.c

index 7747c25..0c9cdcc 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.17 2014/07/12 21:54:58 jasper Exp $
+#      $OpenBSD: Makefile,v 1.18 2014/07/12 23:34:54 jasper Exp $
 
 .include "${.CURDIR}/../Makefile.inc"
 
@@ -41,3 +41,4 @@ install:
 CPPFLAGS+=-DHEAP_LIMIT=${HEAP_LIMIT} ${DEBUGFLAGS} -DNO_NET
 CPPFLAGS+=-I${S}/stand/boot
 CFLAGS+=${SACFLAGS} -D__INTERNAL_LIBSA_CREAD -DCOMPAT_UFS -fno-pie
+CFLAGS+=-DCONSPEED=9600
index 4d11532..408355b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: itecons.c,v 1.10 2008/01/23 16:37:56 jsing Exp $      */
+/*     $OpenBSD: itecons.c,v 1.11 2014/07/12 23:34:54 jasper Exp $     */
 
 /*
  * Copyright (c) 1998-2004 Michael Shalayeff
@@ -69,11 +69,9 @@ char cnbuf[IODC_MINIOSIZ] __attribute__ ((aligned (IODC_MINIOSIZ)));
 int kycode[IODC_MAXSIZE/sizeof(int)];
 
 int
-cnspeed(dev, sp)
-       dev_t   dev;
-       int     sp;
+cnspeed(dev_t dev, int sp)
 {
-       return 9600;
+       return CONSPEED;
 }
 
 void
index a0594b6..ab2be28 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.3 2014/07/12 21:54:58 jasper Exp $
+#      $OpenBSD: Makefile,v 1.4 2014/07/12 23:34:54 jasper Exp $
 
 .include "${.CURDIR}/../Makefile.inc"
 
@@ -41,4 +41,4 @@ install:
 
 CPPFLAGS+=-DHEAP_LIMIT=${HEAP_LIMIT} ${DEBUGFLAGS} -DNO_NET
 CPPFLAGS+=-I${S}/stand/boot
-CFLAGS+=${SACFLAGS} -D__INTERNAL_LIBSA_CREAD -DCOMPAT_UFS
+CFLAGS+=${SACFLAGS} -D__INTERNAL_LIBSA_CREAD -DCOMPAT_UFS -DCONSPEED=9600
index fd478c0..58c6411 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: itecons.c,v 1.2 2008/01/23 16:37:56 jsing Exp $       */
+/*     $OpenBSD: itecons.c,v 1.3 2014/07/12 23:34:54 jasper Exp $      */
 
 /*
  * Copyright (c) 2005 Michael Shalayeff
@@ -60,11 +60,9 @@ char cnbuf[IODC_MINIOSIZ] __attribute__ ((aligned (IODC_MINIOSIZ)));
 int kycode[IODC_MAXSIZE/sizeof(int)];
 
 int
-cnspeed(dev, sp)
-       dev_t   dev;
-       int     sp;
+cnspeed(dev_t dev, int sp)
 {
-       return 9600;
+       return CONSPEED;
 }
 
 void
index 5119b6d..98bf17e 100644 (file)
@@ -1,10 +1,10 @@
-#      $OpenBSD: Makefile.inc,v 1.3 2012/11/04 16:30:44 matthieu Exp $
+#      $OpenBSD: Makefile.inc,v 1.4 2014/07/12 23:34:54 jasper Exp $
 
 NOMAN=
 S=             ${.CURDIR}/../../../..
 BOOTDIR=       ${S}/arch/loongson/stand/boot
 
-CPPFLAGS+=     ${SAABI} -mno-abicalls -D_NO_ABICALLS \
+CPPFLAGS+=     ${SAABI} -mno-abicalls -D_NO_ABICALLS -DCONSPEED=9600 \
                -nostdinc -D__loongson__ \
                -I${S} -I${S}/lib/libsa \
                -I${.OBJDIR} -I${BOOTDIR}
index d1ac2b7..d28c220 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.6 2014/07/12 21:54:58 jasper Exp $      */
+/*     $OpenBSD: machdep.c,v 1.7 2014/07/12 23:34:54 jasper Exp $      */
 
 /*
  * Copyright (c) 2010 Miodrag Vallat.
@@ -61,7 +61,7 @@ extern int bootprompt;
 int
 cnspeed(dev_t dev, int sp)
 {
-       return 9600;
+       return CONSPEED;
 }
 
 int pch_pos;
index 6675c7a..95bc07a 100644 (file)
@@ -1,8 +1,8 @@
-/*     $OpenBSD: machdep.c,v 1.4 2014/07/12 21:54:58 jasper Exp $      */
+/*     $OpenBSD: machdep.c,v 1.5 2014/07/12 23:34:54 jasper Exp $      */
 
 /*
  * Copyright (c) 2009, 2010 Miodrag Vallat.
- * Copyright (c) 2013,2014 Jasper Lievisse Adriaanse <jasper@openbsd.org>
+ * Copyright (c) 2013, 2014 Jasper Lievisse Adriaanse <jasper@openbsd.org>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -76,7 +76,7 @@ mips_init(__register_t a0, __register_t a1, __register_t a2 __unused,
 int
 cnspeed(dev_t dev, int s)
 {
-       return (CONSPEED);
+       return CONSPEED;
 }
 
 int pch_pos;