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/usb/ucom.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/usb/ucom.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.82 retrieving revision 1.82.2.1 diff -u -p -r1.82 -r1.82.2.1 --- src/sys/dev/usb/ucom.c 2010/01/06 20:37:56 1.82 +++ src/sys/dev/usb/ucom.c 2010/04/30 14:43:52 1.82.2.1 @@ -1,4 +1,4 @@ -/* $NetBSD: ucom.c,v 1.82 2010/01/06 20:37:56 martin Exp $ */ +/* $NetBSD: ucom.c,v 1.82.2.1 2010/04/30 14:43:52 uebayasi Exp $ */ /* * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc. @@ -34,7 +34,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ucom.c,v 1.82 2010/01/06 20:37:56 martin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ucom.c,v 1.82.2.1 2010/04/30 14:43:52 uebayasi Exp $"); #include #include @@ -202,8 +202,8 @@ USB_ATTACH(ucom) struct tty *tp; if (uca->info != NULL) - printf(": %s", uca->info); - printf("\n"); + aprint_normal(": %s", uca->info); + aprint_normal("\n"); sc->sc_dev = self; sc->sc_udev = uca->device;