Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Add more debug.
details: https://anonhg.NetBSD.org/src/rev/3f10b3de2164
branches: trunk
changeset: 473632:3f10b3de2164
user: augustss <augustss%NetBSD.org@localhost>
date: Thu Jun 10 15:48:27 1999 +0000
description:
Add more debug.
diffstat:
sys/dev/usb/ukbd.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 5535eb5d4954 -r 3f10b3de2164 sys/dev/usb/ukbd.c
--- a/sys/dev/usb/ukbd.c Thu Jun 10 14:59:50 1999 +0000
+++ b/sys/dev/usb/ukbd.c Thu Jun 10 15:48:27 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ukbd.c,v 1.32 1999/05/14 19:38:44 augustss Exp $ */
+/* $NetBSD: ukbd.c,v 1.33 1999/06/10 15:48:27 augustss Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -430,6 +430,7 @@
struct ukbd_softc *sc = v;
usbd_status r;
+ DPRINTF(("ukbd_enable: sc=%p on=%d\n", sc, on));
if (on) {
/* Set up interrupt pipe. */
if (sc->sc_enabled)
Home |
Main Index |
Thread Index |
Old Index