Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/acpi/acpi_ec.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/acpi/acpi_ec.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.73 retrieving revision 1.74 diff -u -p -r1.73 -r1.74 --- src/sys/dev/acpi/acpi_ec.c 2014/07/06 15:35:42 1.73 +++ src/sys/dev/acpi/acpi_ec.c 2014/12/08 16:16:45 1.74 @@ -1,4 +1,4 @@ -/* $NetBSD: acpi_ec.c,v 1.73 2014/07/06 15:35:42 riastradh Exp $ */ +/* $NetBSD: acpi_ec.c,v 1.74 2014/12/08 16:16:45 msaitoh Exp $ */ /*- * Copyright (c) 2007 Joerg Sonnenberger . @@ -59,7 +59,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: acpi_ec.c,v 1.73 2014/07/06 15:35:42 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: acpi_ec.c,v 1.74 2014/12/08 16:16:45 msaitoh Exp $"); #include #include @@ -267,6 +267,8 @@ acpiec_attach(device_t parent, device_t aprint_normal(": using %s\n", device_xname(ec_singleton)); goto fail0; } + aprint_naive("\n"); + aprint_normal("\n"); if (!acpiec_parse_gpe_package(self, aa->aa_node->ad_handle, &gpe_handle, &gpebit))