MFNetBSD:
revision 1.88 date: 2001/11/22 04:31:01; author: augustss; state: Exp; lines: +3 -3 Improve dump routine slightly.
This commit is contained in:
parent
081d87cd07
commit
0de7764a0a
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: usbdi.c,v 1.87 2001/11/21 15:37:41 augustss Exp $ */
|
/* $NetBSD: usbdi.c,v 1.88 2001/11/22 04:31:01 augustss Exp $ */
|
||||||
/* $FreeBSD$ */
|
/* $FreeBSD$ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -168,7 +168,7 @@ usbd_dump_pipe(usbd_pipe_handle pipe)
|
|||||||
usbd_dump_endpoint(pipe->endpoint);
|
usbd_dump_endpoint(pipe->endpoint);
|
||||||
printf(" (usbd_dump_pipe:)\n refcnt=%d running=%d aborting=%d\n",
|
printf(" (usbd_dump_pipe:)\n refcnt=%d running=%d aborting=%d\n",
|
||||||
pipe->refcnt, pipe->running, pipe->aborting);
|
pipe->refcnt, pipe->running, pipe->aborting);
|
||||||
printf("intrxfer=%p, repeat=%d, interval=%d\n",
|
printf(" intrxfer=%p, repeat=%d, interval=%d\n",
|
||||||
pipe->intrxfer, pipe->repeat, pipe->interval);
|
pipe->intrxfer, pipe->repeat, pipe->interval);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user