diff options
| author | mycroft <mycroft@NetBSD.org> | 2004-06-22 07:40:19 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 2004-06-22 07:40:19 +0000 |
| commit | 4114710563d60b8d33f0aaa4a97db7b8da75a377 (patch) | |
| tree | 3cc37d18df805771557fc960cdace1f310975b7f /sys/dev/usb | |
| parent | 941901b304991a35263b9708b709d8c903a1e1f1 (diff) | |
Oops. Remove a couple of printf()s.
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/ehci.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index aa66810bfa5..e0bf4559925 100644 --- a/sys/dev/usb/ehci.c +++ b/sys/dev/usb/ehci.c @@ -1,4 +1,4 @@ -/* $NetBSD: ehci.c,v 1.56 2004/06/22 07:20:35 mycroft Exp $ */ +/* $NetBSD: ehci.c,v 1.57 2004/06/22 07:40:19 mycroft Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -69,7 +69,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.56 2004/06/22 07:20:35 mycroft Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.57 2004/06/22 07:40:19 mycroft Exp $"); #include "ohci.h" #include "uhci.h" @@ -1255,7 +1255,6 @@ ehci_open(usbd_pipe_handle pipe) EHCI_QH_CTL : 0) | EHCI_QH_SET_NRL(naks) ); -printf("sqh=%p endp=%08x\n", sqh, sqh->qh.qh_endp); sqh->qh.qh_endphub = htole32( EHCI_QH_SET_MULT(1) /* XXX TT stuff */ @@ -2541,7 +2540,6 @@ ehci_device_request(usbd_xfer_handle xfer) EHCI_QH_SET_ADDR(addr) | EHCI_QH_SET_MPL(UGETW(epipe->pipe.endpoint->edesc->wMaxPacketSize)) ); -printf("sqh=%p endp=%08x\n", sqh, sqh->qh.qh_endp); /* Set up data transaction */ if (len != 0) { |
