PERFORCE change 145592 for review
Ed Schouten
ed at FreeBSD.org
Tue Jul 22 09:17:09 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=145592
Change 145592 by ed at ed_dull on 2008/07/22 09:16:42
Just like ucom(4), it seems I forgot to fix the debug statement
in uftdi(4).
Affected files ...
.. //depot/projects/mpsafetty/sys/dev/usb/uftdi.c#2 edit
Differences ...
==== //depot/projects/mpsafetty/sys/dev/usb/uftdi.c#2 (text+ko) ====
@@ -492,8 +492,8 @@
struct uftdi_softc *sc = vsc;
size_t l;
- DPRINTFN(10,("uftdi_write: sc=%p, port=%d count=%u data[0]=0x%02x\n",
- vsc, portno, *count, from[0]));
+ DPRINTFN(10,("uftdi_write: sc=%p, port=%d tp=%p, count=%u\n",
+ vsc, portno, tp, count));
/* Leave space for the length tag */
l = ttydisc_getc(tp, to + sc->sc_hdrlen, count - sc->sc_hdrlen);
More information about the p4-projects
mailing list