Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/drm2/via Add aprint_*() newlines for viadrm...



details:   https://anonhg.NetBSD.org/src/rev/a02333585aed
branches:  trunk
changeset: 959424:a02333585aed
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Feb 13 15:42:15 2021 +0000

description:
Add aprint_*() newlines for viadrmums(4) attach

>From Andrius V in kern/55884

diffstat:

 sys/external/bsd/drm2/via/via_pci.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r ee9556d1971f -r a02333585aed sys/external/bsd/drm2/via/via_pci.c
--- a/sys/external/bsd/drm2/via/via_pci.c       Sat Feb 13 15:31:35 2021 +0000
+++ b/sys/external/bsd/drm2/via/via_pci.c       Sat Feb 13 15:42:15 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: via_pci.c,v 1.4 2020/07/20 21:29:38 riastradh Exp $    */
+/*     $NetBSD: via_pci.c,v 1.5 2021/02/13 15:42:15 jakllsch Exp $     */
 
 /*-
  * Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: via_pci.c,v 1.4 2020/07/20 21:29:38 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: via_pci.c,v 1.5 2021/02/13 15:42:15 jakllsch Exp $");
 
 #include <sys/types.h>
 #include <sys/device.h>
@@ -116,6 +116,9 @@
 
        KASSERT(cookiep != NULL);
 
+       aprint_naive("\n");
+       aprint_normal("\n");
+
        if (!pmf_device_register(self, NULL, NULL))
                aprint_error_dev(self, "couldn't establish power handler\n");
 



Home | Main Index | Thread Index | Old Index