Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/sys/dev/fdt Pull up following revision(s) (requested by r...



details:   https://anonhg.NetBSD.org/src/rev/d6b259e6628d
branches:  netbsd-9
changeset: 940152:d6b259e6628d
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Oct 04 18:22:00 2020 +0000

description:
Pull up following revision(s) (requested by rin in ticket #1096):

        sys/dev/fdt/dw_apb_uart.c: revision 1.8

Revert rev 1.5:
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/fdt/dw_apb_uart.c#rev1.5

The device is capable to recognize break signal actually.
Reset cnmagic from +++++ to default.

Pointed out by jakllsch. Thanks!

diffstat:

 sys/dev/fdt/dw_apb_uart.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r d6bc107a974a -r d6b259e6628d sys/dev/fdt/dw_apb_uart.c
--- a/sys/dev/fdt/dw_apb_uart.c Sun Oct 04 18:14:13 2020 +0000
+++ b/sys/dev/fdt/dw_apb_uart.c Sun Oct 04 18:22:00 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dw_apb_uart.c,v 1.5 2019/07/21 15:57:23 rin Exp $ */
+/* $NetBSD: dw_apb_uart.c,v 1.5.2.1 2020/10/04 18:22:00 martin Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: dw_apb_uart.c,v 1.5 2019/07/21 15:57:23 rin Exp $");
+__KERNEL_RCSID(1, "$NetBSD: dw_apb_uart.c,v 1.5.2.1 2020/10/04 18:22:00 martin Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -182,8 +182,6 @@
 
        if (comcnattach(bst, addr, speed, uart_freq, COM_TYPE_DW_APB, flags))
                panic("Cannot initialize dw-apb-uart console");
-
-       cn_set_magic("+++++");
 }
 
 static const struct fdt_console dw_apb_uart_console = {



Home | Main Index | Thread Index | Old Index